CLOct 1, 2021

Investigating Robustness of Dialog Models to Popular Figurative Language Constructs

arXiv:2110.00687v1663 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of dialog systems failing to handle figurative language, which is crucial for real-world usability, but it is incremental as it builds on existing models with minor modifications.

The paper analyzed existing dialog models' performance on inputs containing figurative language, finding large performance drops on two open-domain dialog datasets, and proposed lightweight solutions using external resources to translate figurative to literal language.

Humans often employ figurative language use in communication, including during interactions with dialog systems. Thus, it is important for real-world dialog systems to be able to handle popular figurative language constructs like metaphor and simile. In this work, we analyze the performance of existing dialog models in situations where the input dialog context exhibits use of figurative language. We observe large gaps in handling of figurative language when evaluating the models on two open domain dialog datasets. When faced with dialog contexts consisting of figurative language, some models show very large drops in performance compared to contexts without figurative language. We encourage future research in dialog modeling to separately analyze and report results on figurative language in order to better test model capabilities relevant to real-world use. Finally, we propose lightweight solutions to help existing models become more robust to figurative language by simply using an external resource to translate figurative language to literal (non-figurative) forms while preserving the meaning to the best extent possible.

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