Tracking State Changes in Procedural Text: A Challenge Dataset and Models for Process Paragraph Comprehension

We present a new dataset and models for comprehending paragraphs about processes (e.g., photosynthesis), an important genre of text describing a dynamic world. The new dataset, ProPara, is the first to contain natural (rather than machine-generated) text about a changing world along with a full annotation of entity states (location and existence) during those changes (81k datapoints). The end-task, tracking the location and existence of entities through the text, is challenging because the causal effects of actions are often implicit and need to be inferred. We find that previous models that have worked well on synthetic data achieve only mediocre performance on ProPara, and introduce two new neural models that exploit alternative mechanisms for state prediction, in particular using LSTM input encoding and span prediction. The new models improve accuracy by up to 19%. The dataset and models are available to the community at http://data.allenai.org/propara.

PDF Abstract NAACL 2018 PDF NAACL 2018 Abstract
No code implementations yet. Submit your code now

Datasets


Introduced in the Paper:

ProPara

Used in the Paper:

SQuAD bAbI
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Procedural Text Understanding ProPara ProGlobal Dalvi et al. (2018) Sentence-level Cat 1 (Accuracy) 63.0 # 3
Sentence-level Cat 2 (Accuracy) 36.4 # 4
Sentence-level Cat 3 (Accuracy) 35.9 # 4
Document level (P) 46.7 # 7
Document level (R) 52.4 # 3
Document level (F1) 49.4 # 4
Procedural Text Understanding ProPara ProLocal Dalvi et al. (2018) Sentence-level Cat 1 (Accuracy) 62.7 # 5
Sentence-level Cat 2 (Accuracy) 30.5 # 5
Sentence-level Cat 3 (Accuracy) 10.4 # 6
Document level (P) 77.4 # 1
Document level (R) 22.9 # 7
Document level (F1) 35.3 # 7

Methods