Tracking Discrete and Continuous Entity State for Process Understanding

WS 2019  ·  Aditya Gupta, Greg Durrett ·

Procedural text, which describes entities and their interactions as they undergo some process, depicts entities in a uniquely nuanced way. First, each entity may have some observable discrete attributes, such as its state or location; modeling these involves imposing global structure and enforcing consistency. Second, an entity may have properties which are not made explicit but can be effectively induced and tracked by neural networks. In this paper, we propose a structured neural architecture that reflects this dual nature of entity evolution. The model tracks each entity recurrently, updating its hidden continuous representation at each step to contain relevant state information. The global discrete state structure is explicitly modeled with a neural CRF over the changing hidden representation of the entity. This CRF can explicitly capture constraints on entity states over time, enforcing that, for example, an entity cannot move to a location after it is destroyed. We evaluate the performance of our proposed model on QA tasks over process paragraphs in the ProPara dataset and find that our model achieves state-of-the-art results.

PDF Abstract WS 2019 PDF WS 2019 Abstract
No code implementations yet. Submit your code now

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Procedural Text Understanding ProPara NCET Gupta and Durrett (2019) Sentence-level Cat 1 (Accuracy) 73.7 # 2
Sentence-level Cat 2 (Accuracy) 47.1 # 2
Sentence-level Cat 3 (Accuracy) 41.0 # 1
Document level (P) 67.1 # 3
Document level (R) 58.5 # 2
Document level (F1) 62.5 # 2

Methods