CLLGAug 31, 2021

It's not Rocket Science : Interpreting Figurative Language in Narratives

arXiv:2109.00087v3637 citations
Originality Incremental advance
AI Analysis

This addresses a key challenge in NLP for understanding figurative language, which is incremental by building on existing models with human-inspired strategies.

The paper tackled the problem of interpreting non-compositional figurative language like idioms and similes in narratives, showing that pre-trained language models perform substantially worse than humans, and knowledge-enhanced models improved performance to bridge this gap.

Figurative language is ubiquitous in English. Yet, the vast majority of NLP research focuses on literal language. Existing text representations by design rely on compositionality, while figurative language is often non-compositional. In this paper, we study the interpretation of two non-compositional figurative languages (idioms and similes). We collected datasets of fictional narratives containing a figurative expression along with crowd-sourced plausible and implausible continuations relying on the correct interpretation of the expression. We then trained models to choose or generate the plausible continuation. Our experiments show that models based solely on pre-trained language models perform substantially worse than humans on these tasks. We additionally propose knowledge-enhanced models, adopting human strategies for interpreting figurative language types : inferring meaning from the context and relying on the constituent words' literal meanings. The knowledge-enhanced models improve the performance on both the discriminative and generative tasks, further bridging the gap from human performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes