ParallelPARC: A Scalable Pipeline for Generating Natural-Language Analogies
Oren Sultan, Yonatan Bitton, Ron Yosef, Dafna Shahaf
TL;DR
ParallelPARC presents a scalable pipeline that leverages state-of-the-art LLMs to generate complex, paragraph-length analogies and challenging distractors, addressing the scarcity of such data in computational analogy research. By coupling automatic candidate generation with targeted human annotation and a GPT-4 auto-labeler, the authors produce gold- and silver-sets for ProPara-Logy, a large benchmark of paragraph-based analogies about scientific processes. Evaluations show humans outperform the best models by a notable margin after light supervision, while automatically generated data effectively enhances training for smaller models; distractors robustly challenge models, revealing core weaknesses. The work demonstrates a practical, domain-adaptable pipeline with broad implications for education, creativity, and AI generalization across domains.
Abstract
Analogy-making is central to human cognition, allowing us to adapt to novel situations -- an ability that current AI systems still lack. Most analogy datasets today focus on simple analogies (e.g., word analogies); datasets including complex types of analogies are typically manually curated and very small. We believe that this holds back progress in computational analogy. In this work, we design a data generation pipeline, ParallelPARC (Parallel Paragraph Creator) leveraging state-of-the-art Large Language Models (LLMs) to create complex, paragraph-based analogies, as well as distractors, both simple and challenging. We demonstrate our pipeline and create ProPara-Logy, a dataset of analogies between scientific processes. We publish a gold-set, validated by humans, and a silver-set, generated automatically. We test LLMs' and humans' analogy recognition in binary and multiple-choice settings, and found that humans outperform the best models (~13% gap) after a light supervision. We demonstrate that our silver-set is useful for training models. Lastly, we show challenging distractors confuse LLMs, but not humans. We hope our pipeline will encourage research in this emerging field.
