Are Some Words Worth More than Others?
Current evaluation metrics for language modeling and generation rely heavily on the accuracy of predicted (or generated) words as compared to a reference ground truth. While important, token-level accuracy only captures one aspect of a language model's behavior, and ignores linguistic properties of words that may allow some mis-predicted tokens to be useful in practice. Furthermore, statistics directly tied to prediction accuracy (including perplexity) may be confounded by the Zipfian nature of written language, as the majority of the prediction attempts will occur with frequently-occurring types. A model's performance may vary greatly between high- and low-frequency words, which in practice could lead to failure modes such as repetitive and dull generated text being produced by a downstream consumer of a language model. To address this, we propose two new intrinsic evaluation measures within the framework of a simple word prediction task that are designed to give a more holistic picture of a language model's performance. We evaluate several commonly-used large English language models using our proposed metrics, and demonstrate that our approach reveals functional differences in performance between the models that are obscured by more traditional metrics.
Code (1)
Tasks
Language ModelingLanguage ModellingPredictionSimilar Papers 제목 키워드 기반
Using Fisher's Exact Test to Evaluate Association Measures for N-grams
To determine whether some often-used lexical association measures assign high scores to n-grams that chance could have produced as frequently as observed, we used an extension of Fisher's exact test to sequences longer t…
Using a Penalty-based Loss Re-estimation Method to Improve Implicit Discourse Relation Classification
We tackle implicit discourse relation classification, a task of automatically determining semantic relationships between arguments. The attention-worthy words in arguments are crucial clues for classifying the discourse …
Implicit Discourse Relation ClassificationRelationRelation ClassificationContent Word Aware Neural Machine Translation
Neural machine translation (NMT) encodes the source sentence in a universal way to generate the target sentence word-by-word. However, NMT does not consider the importance of word in the sentence meaning, for example, so…
Machine TranslationNMTSentenceTranslationModeling Dialogue Acts with Content Word Filtering and Speaker Preferences
We present an unsupervised model of dialogue act sequences in conversation. By modeling topical themes as transitioning more slowly than dialogue acts in conversation, our model de-emphasizes content-related words in ord…
Language ModelingLanguage ModellingSimon @ LT-EDI-EACL2021: Detecting Hope Speech with BERT
In today’s society, the rapid development of communication technology allows us to communicate with people from different parts of the world. In the process of communication, each person treats others differently. Some p…
DiversityHope Speech Detection