Neural Ranking Models for Temporal Dependency Structure Parsing
Yuchen Zhang, Nianwen Xue

TL;DR
This paper introduces the first neural temporal dependency parser that constructs temporal dependency trees from text, demonstrating strong performance on news and narrative data with minimal feature engineering.
Contribution
It presents a novel neural ranking-based parser for temporal dependencies, advancing the state-of-the-art in automatic temporal structure parsing.
Findings
Achieves 0.81 and 0.70 F-score in parsing tasks
Outperforms baseline methods in end-to-end evaluations
Provides insights into domain-specific temporal structures
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
