🎪 Life is a Circus and We are the Clowns 🤡: Automatically Finding Analogies between Situations and Processes

School of Computer Science & Engineering, The Hebrew University of Jerusalem
EMNLP 2022 (Main Conference)

A+B: Example input – two analogous texts, describing the animal cell (base) and factory (target).
C: Our algorithm’s output. The nodes are entities (clusters of text spans. Edge width represents similarity between entities in terms of the roles they play in the text. For example, the boxes on the left illustrate the similar roles associated with the red and the pink entities. Showing the mapping along with its justification (the similar roles) renders our output easy to interpret.

Abstract

Analogy-making gives rise to reasoning, abstraction, flexible categorization and counterfactual inference -- abilities lacking in even the best AI systems today. Much research has suggested that analogies are key to non-brittle systems that can adapt to new domains. Despite their importance, analogies received little attention in the NLP community, with most research focusing on simple word analogies. Work that tackled more complex analogies relied heavily on manually constructed, hard-to-scale input representations. In this work, we explore a more realistic, challenging setup: our input is a pair of natural language procedural texts, describing a situation or a process (e.g., how the heart works/how a pump works). Our goal is to automatically extract entities and their relations from the text and find a mapping between the different domains based on relational similarity (e.g., blood is mapped to water). We develop an interpretable, scalable algorithm and demonstrate that it identifies the correct mappings 87% of the time for procedural texts and 94% for stories from cognitive-psychology literature. We show it can extract analogies from a large dataset of procedural texts, achieving 79% precision (analogy prevalence in data: 3%). Lastly, we demonstrate that our algorithm is robust to paraphrasing the input texts.

EMNLP 2022 Teaser Video

EMNLP 2022 Poster

BibTeX

@article{sultan2022life,
  title={Life is a Circus and We are the Clowns: Automatically Finding Analogies between Situations and Processes},
  author={Sultan, Oren and Shahaf, Dafna},
  journal={arXiv preprint arXiv:2210.12197},
  year={2022}
}