Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient and Interpretable Neural Models for Entity Tracking

About

What would it take for a natural language model to understand a novel, such as The Lord of the Rings? Among other things, such a model must be able to: (a) identify and record new characters (entities) and their attributes as they are introduced in the text, and (b) identify subsequent references to the characters previously introduced and update their attributes. This problem of entity tracking is essential for language understanding, and thus, useful for a wide array of downstream applications in NLP such as question-answering, summarization. In this thesis, we focus on two key problems in relation to facilitating the use of entity tracking models: (i) scaling entity tracking models to long documents, such as a novel, and (ii) integrating entity tracking into language models. Applying language technologies to long documents has garnered interest recently, but computational constraints are a significant bottleneck in scaling up current methods. In this thesis, we argue that computationally efficient entity tracking models can be developed by representing entities with rich, fixed-dimensional vector representations derived from pretrained language models, and by exploiting the ephemeral nature of entities. We also argue for the integration of entity tracking into language models as it will allow for: (i) wider application given the current ubiquitous use of pretrained language models in NLP applications, and (ii) easier adoption since it is much easier to swap in a new pretrained language model than to integrate a separate standalone entity tracking model.

Shubham Toshniwal• 2022

Related benchmarks

TaskDatasetResultRank
Coreference ResolutionGAP (test)
Overall F189.9
53
Coreference ResolutionWinograd WSC273 (test)
Accuracy64.2
34
Coreference ResolutionLitBank 1.0 (test)
CoNLL F181
27
Coreference ResolutionEnglish OntoNotes 5.0 (test)--
18
Coreference ResolutionLitBank 1.0 (dev)
CoNLL F180.5
15
Coreference ResolutionOntoNotes 5.0 (dev)
CoNLL F180.5
13
Coreference ResolutionWikiCoref (WC) (test)--
12
Coreference ResolutionOntoNotes (ON) (test)
CoNLL F180.9
8
Coreference ResolutionPreCo (PC) (test)
CoNLL F188.3
8
Coreference ResolutionCharacter Identification (CI) (test)
CoNLL F160.4
8
Showing 10 of 12 rows

Other info

Code

Follow for update