Table of Contents
Fetching ...

Temporal Reasoning on Implicit Events from Distant Supervision

Ben Zhou, Kyle Richardson, Qiang Ning, Tushar Khot, Ashish Sabharwal, Dan Roth

TL;DR

TRACIE introduces a dataset for implicit-event temporal reasoning and demonstrates that state-of-the-art models struggle with latent events. It couples distant supervision pretraining (PtnTime) with a neural-symbolic reasoning model (SymTime) that combines start-time distance and duration to infer end times, aligning with Allen interval concepts. Empirical results show consistent gains on TRACIE and competitive performance on MATRES, including zero-shot and low-resource settings, underscoring the value of temporally aware pretraining and explicit reasoning. The work highlights a path toward generalizable temporal understanding that extends beyond explicit-event benchmarks and opens avenues for further integration of commonsense signals in time reasoning.

Abstract

We propose TRACIE, a novel temporal reasoning dataset that evaluates the degree to which systems understand implicit events -- events that are not mentioned explicitly in natural language text but can be inferred from it. This introduces a new challenge in temporal reasoning research, where prior work has focused on explicitly mentioned events. Human readers can infer implicit events via commonsense reasoning, resulting in a more comprehensive understanding of the situation and, consequently, better reasoning about time. We find, however, that state-of-the-art models struggle when predicting temporal relationships between implicit and explicit events. To address this, we propose a neuro-symbolic temporal reasoning model, SYMTIME, which exploits distant supervision signals from large-scale text and uses temporal rules to combine start times and durations to infer end times. SYMTIME outperforms strong baseline systems on TRACIE by 5%, and by 11% in a zero prior knowledge training setting. Our approach also generalizes to other temporal reasoning tasks, as evidenced by a gain of 1%-9% on MATRES, an explicit event benchmark.

Temporal Reasoning on Implicit Events from Distant Supervision

TL;DR

TRACIE introduces a dataset for implicit-event temporal reasoning and demonstrates that state-of-the-art models struggle with latent events. It couples distant supervision pretraining (PtnTime) with a neural-symbolic reasoning model (SymTime) that combines start-time distance and duration to infer end times, aligning with Allen interval concepts. Empirical results show consistent gains on TRACIE and competitive performance on MATRES, including zero-shot and low-resource settings, underscoring the value of temporally aware pretraining and explicit reasoning. The work highlights a path toward generalizable temporal understanding that extends beyond explicit-event benchmarks and opens avenues for further integration of commonsense signals in time reasoning.

Abstract

We propose TRACIE, a novel temporal reasoning dataset that evaluates the degree to which systems understand implicit events -- events that are not mentioned explicitly in natural language text but can be inferred from it. This introduces a new challenge in temporal reasoning research, where prior work has focused on explicitly mentioned events. Human readers can infer implicit events via commonsense reasoning, resulting in a more comprehensive understanding of the situation and, consequently, better reasoning about time. We find, however, that state-of-the-art models struggle when predicting temporal relationships between implicit and explicit events. To address this, we propose a neuro-symbolic temporal reasoning model, SYMTIME, which exploits distant supervision signals from large-scale text and uses temporal rules to combine start times and durations to infer end times. SYMTIME outperforms strong baseline systems on TRACIE by 5%, and by 11% in a zero prior knowledge training setting. Our approach also generalizes to other temporal reasoning tasks, as evidenced by a gain of 1%-9% on MATRES, an explicit event benchmark.

Paper Structure

This paper contains 26 sections, 3 equations, 6 figures, 5 tables.

Figures (6)

  • Figure 1: A story, its latent timeline, and example Tracie instances from it. For simplicity, events are shortened to single verbs and the timeline is exaggerated.
  • Figure 2: Example Tracie instances. The comparator$l \in${starts,ends} and relation$r \in${before,after} in each hypothesis are highlighted, in addition to the corresponding explicit event from the story.
  • Figure 3: Tracie's label definition and its relation to Allen's interval algebra, with a graph illustration between an implicit event and an explicit event.
  • Figure 4: Extraction for start-time comparisons applied to an example paragraph.
  • Figure 5: Decomposition of the relation functions that solve Tracie instances (equal timepoints ignored).
  • ...and 1 more figures