CLSep 5, 2019

Effective Use of Transformer Networks for Entity Tracking

arXiv:1909.02635v11006 citations
Originality Incremental advance
AI Analysis

This addresses entity tracking in procedural language for NLP applications, but it is incremental as it adapts existing methods to a new domain.

The paper tackled entity tracking in procedural text by restructuring input to guide pre-trained transformers, achieving state-of-the-art results on ingredient detection and QA tasks, but found models rely on shallow context clues rather than complex state representations.

Tracking entities in procedural language requires understanding the transformations arising from actions on entities as well as those entities' interactions. While self-attention-based pre-trained language encoders like GPT and BERT have been successfully applied across a range of natural language understanding tasks, their ability to handle the nuances of procedural texts is still untested. In this paper, we explore the use of pre-trained transformer networks for entity tracking tasks in procedural text. First, we test standard lightweight approaches for prediction with pre-trained transformers, and find that these approaches underperform even simple baselines. We show that much stronger results can be attained by restructuring the input to guide the transformer model to focus on a particular entity. Second, we assess the degree to which transformer networks capture the process dynamics, investigating such factors as merged entities and oblique entity references. On two different tasks, ingredient detection in recipes and QA over scientific processes, we achieve state-of-the-art results, but our models still largely attend to shallow context clues and do not form complex representations of intermediate entity or process state.

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