CLJun 8, 2021

TIMEDIAL: Temporal Commonsense Reasoning in Dialog

arXiv:2106.04571v1726 citationsHas Code
AI Analysis

This addresses the problem of temporal reasoning in everyday conversations for AI researchers, though it is incremental as it focuses on benchmarking rather than solving the issue.

The paper introduced TIMEDIAL, a new task and dataset for evaluating temporal commonsense reasoning in dialogs, finding that even state-of-the-art language models like T5 and GPT-3 struggle with a 23-point accuracy gap compared to humans.

Everyday conversations require understanding everyday events, which in turn, requires understanding temporal commonsense concepts interwoven with those events. Despite recent progress with massive pre-trained language models (LMs) such as T5 and GPT-3, their capability of temporal reasoning in dialogs remains largely under-explored. In this paper, we present the first study to investigate pre-trained LMs for their temporal reasoning capabilities in dialogs by introducing a new task and a crowd-sourced English challenge set, TIMEDIAL. We formulate TIME-DIAL as a multiple-choice cloze task with over 1.1K carefully curated dialogs. Empirical results demonstrate that even the best performing models struggle on this task compared to humans, with 23 absolute points of gap in accuracy. Furthermore, our analysis reveals that the models fail to reason about dialog context correctly; instead, they rely on shallow cues based on existing temporal patterns in context, motivating future research for modeling temporal concepts in text and robust contextual reasoning about them. The dataset is publicly available at: https://github.com/google-research-datasets/timedial.

Code Implementations1 repo
Foundations

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

Your Notes