CLLGSep 17, 2020

Compositional and Lexical Semantics in RoBERTa, BERT and DistilBERT: A Case Study on CoQA

arXiv:2009.08257v1998 citations
Originality Incremental advance
AI Analysis

This addresses the incomplete picture of knowledge transfer in NLP for conversational QA, but is incremental as it builds on existing models with systematic error analysis and enhancements.

The paper tackled the problem of understanding what linguistic knowledge is transferred by language models like RoBERTa, BERT, and DistilBERT in conversational question answering, finding that enhancing models with linguistic knowledge through multitask learning improved performance by 2.2-2.7 F1 points overall and up to 42.1 F1 on hard questions.

Many NLP tasks have benefited from transferring knowledge from contextualized word embeddings, however the picture of what type of knowledge is transferred is incomplete. This paper studies the types of linguistic phenomena accounted for by language models in the context of a Conversational Question Answering (CoQA) task. We identify the problematic areas for the finetuned RoBERTa, BERT and DistilBERT models through systematic error analysis - basic arithmetic (counting phrases), compositional semantics (negation and Semantic Role Labeling), and lexical semantics (surprisal and antonymy). When enhanced with the relevant linguistic knowledge through multitask learning, the models improve in performance. Ensembles of the enhanced models yield a boost between 2.2 and 2.7 points in F1 score overall, and up to 42.1 points in F1 on the hardest question classes. The results show differences in ability to represent compositional and lexical information between RoBERTa, BERT and DistilBERT.

Foundations

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

Your Notes