Context-Dependent Semantic Parsing for Temporal Relation Extraction
Bo-Ying Su, Shang-Ling Hsu, Kuan-Yin Lai, Jane Yung-jen Hsu

TL;DR
This paper introduces SMARTER, a neural semantic parser that effectively extracts temporal relations from text by generating logical forms, improving expressivity and consistency over previous methods.
Contribution
It proposes a novel neural semantic parsing approach with a custom typed lambda calculus and dynamic programming on denotations for weak supervision.
Findings
Achieves precise logical forms capturing temporal information
Ensures consistency among predicted temporal relations
Outperforms previous methods in temporal relation extraction
Abstract
Extracting temporal relations among events from unstructured text has extensive applications, such as temporal reasoning and question answering. While it is difficult, recent development of Neural-symbolic methods has shown promising results on solving similar tasks. Current temporal relation extraction methods usually suffer from limited expressivity and inconsistent relation inference. For example, in TimeML annotations, the concept of intersection is absent. Additionally, current methods do not guarantee the consistency among the predicted annotations. In this work, we propose SMARTER, a neural semantic parser, to extract temporal information in text effectively. SMARTER parses natural language to an executable logical form representation, based on a custom typed lambda calculus. In the training phase, dynamic programming on denotations (DPD) technique is used to provide weak…
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.
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
