CLSep 2, 2018

Neural Ranking Models for Temporal Dependency Structure Parsing

arXiv:1809.00370v11092 citations
Originality Incremental advance
AI Analysis

This work addresses temporal parsing for news and narrative domains, offering incremental improvements over existing methods.

The authors tackled temporal dependency structure parsing by designing the first neural temporal dependency parser, which achieved an f-score of 0.81 on unlabeled parsing and 0.70 on labeled parsing in a parsing-only setup, and outperformed baselines in end-to-end evaluations.

We design and build the first neural temporal dependency parser. It utilizes a neural ranking model with minimal feature engineering, and parses time expressions and events in a text into a temporal dependency tree structure. We evaluate our parser on two domains: news reports and narrative stories. In a parsing-only evaluation setup where gold time expressions and events are provided, our parser reaches 0.81 and 0.70 f-score on unlabeled and labeled parsing respectively, a result that is very competitive against alternative approaches. In an end-to-end evaluation setup where time expressions and events are automatically recognized, our parser beats two strong baselines on both data domains. Our experimental results and discussions shed light on the nature of temporal dependency structures in different domains and provide insights that we believe will be valuable to future research in this area.

Code Implementations2 repos
Foundations

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

Your Notes