CLNov 4, 2022

CLSE: Corpus of Linguistically Significant Entities

arXiv:2211.02423v2292 citationsh-index: 18
AI Analysis

This addresses the problem of grammatical errors in NLG for applications requiring high precision, such as dialog systems, by providing a linguistically diverse dataset, though it is incremental as it builds on existing datasets.

The paper tackles the challenge of named entity handling in natural language generation by releasing the Corpus of Linguistically Significant Entities (CLSE), which includes 34 languages and 74 semantic types, and demonstrates its use by creating an augmented benchmark in French, Marathi, and Russian with quality baselines for various NLG systems.

One of the biggest challenges of natural language generation (NLG) is the proper handling of named entities. Named entities are a common source of grammar mistakes such as wrong prepositions, wrong article handling, or incorrect entity inflection. Without factoring linguistic representation, such errors are often underrepresented when evaluating on a small set of arbitrarily picked argument values, or when translating a dataset from a linguistically simpler language, like English, to a linguistically complex language, like Russian. However, for some applications, broadly precise grammatical correctness is critical -- native speakers may find entity-related grammar errors silly, jarring, or even offensive. To enable the creation of more linguistically diverse NLG datasets, we release a Corpus of Linguistically Significant Entities (CLSE) annotated by linguist experts. The corpus includes 34 languages and covers 74 different semantic types to support various applications from airline ticketing to video games. To demonstrate one possible use of CLSE, we produce an augmented version of the Schema-Guided Dialog Dataset, SGD-CLSE. Using the CLSE's entities and a small number of human translations, we create a linguistically representative NLG evaluation benchmark in three languages: French (high-resource), Marathi (low-resource), and Russian (highly inflected language). We establish quality baselines for neural, template-based, and hybrid NLG systems and discuss the strengths and weaknesses of each approach.

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