CLLGJun 16, 2020

EPIE Dataset: A Corpus For Possible Idiomatic Expressions

arXiv:2006.09479v137 citations
Originality Synthesis-oriented
AI Analysis

This addresses a bottleneck in language comprehension for tasks like machine translation, though it is incremental as it focuses on dataset creation rather than a new method.

The authors tackled the problem of idiomatic expression detection in natural language processing by creating the EPIE dataset, which contains 25,206 sentences labeled with 717 idiomatic expressions, and demonstrated its utility by training a sequence labeling module that achieved high accuracy, precision, and recall on three independent datasets.

Idiomatic expressions have always been a bottleneck for language comprehension and natural language understanding, specifically for tasks like Machine Translation(MT). MT systems predominantly produce literal translations of idiomatic expressions as they do not exhibit generic and linguistically deterministic patterns which can be exploited for comprehension of the non-compositional meaning of the expressions. These expressions occur in parallel corpora used for training, but due to the comparatively high occurrences of the constituent words of idiomatic expressions in literal context, the idiomatic meaning gets overpowered by the compositional meaning of the expression. State of the art Metaphor Detection Systems are able to detect non-compositional usage at word level but miss out on idiosyncratic phrasal idiomatic expressions. This creates a dire need for a dataset with a wider coverage and higher occurrence of commonly occurring idiomatic expressions, the spans of which can be used for Metaphor Detection. With this in mind, we present our English Possible Idiomatic Expressions(EPIE) corpus containing 25206 sentences labelled with lexical instances of 717 idiomatic expressions. These spans also cover literal usages for the given set of idiomatic expressions. We also present the utility of our dataset by using it to train a sequence labelling module and testing on three independent datasets with high accuracy, precision and recall scores.

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