WISTERIA: Weak Implicit Signal-based Temporal Relation Extraction with Attention

arXiv cs.CL / 3/25/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces WISTERIA, a temporal relation extraction framework that improves on attention-based TRE models by focusing on pair-specific evidence rather than globally salient tokens.
  • WISTERIA pools the top-K attention components conditioned on each event pair and tests whether those components correspond to interpretable linguistic cues for temporal classification.
  • Instead of relying on explicit temporal markers like “before/after/when,” the approach treats any lexical, syntactic, or morphological element that implicitly encodes temporal order as potential signal.
  • Experiments across multiple TRE benchmarks (TimeBank-Dense, MATRES, TDDMan, TDDAuto) show competitive accuracy and provide linguistic analyses of which top-K tokens drive predictions.
  • The authors claim improved interpretability by producing localized, pair-level rationales that align with temporal linguistic cues.

Abstract

Temporal Relation Extraction (TRE) requires identifying how two events or temporal expressions are related in time. Existing attention-based models often highlight globally salient tokens but overlook the pair-specific cues that actually determine the temporal relation. We propose WISTERIA (Weak Implicit Signal-based Temporal Relation Extraction with Attention), a framework that examines whether the top-K attention components conditioned on each event pair truly encode interpretable evidence for temporal classification. Unlike prior works assuming explicit markers such as before, after, or when, WISTERIA considers signals as any lexical, syntactic, or morphological element implicitly expressing temporal order. By combining multi-head attention with pair-conditioned top-K pooling, the model isolates the most informative contextual tokens for each pair. We conduct extensive experiments on TimeBank-Dense, MATRES, TDDMan, and TDDAuto, including linguistic analyses of top-K tokens. Results show that WISTERIA achieves competitive accuracy and reveals pair-level rationales aligned with temporal linguistic cues, offering a localized and interpretable view of temporal reasoning.