today

View the Project on GitHub CogComp/today

Introduction

This is the data and code repository for our ACL 2023 paper “Generic Temporal Reasoning with Differential Analysis and Explanation”.

TODAY

TODAY is our crowdsourced dataset. The TODAY dataset and its overall framework are designed to evaluate systems’ ability to make temporal predictions with plausible reasons.

Dataset

We include the dataset under data/.

Models and Experiments

We provide our codebase to reproduce the experiment results reported in the paper. All models can be found on this page.

Pre-trained Models

Run Experiments

Work under code/ directory (This is very important as we refer all paths relative to this working directory below).

Generate LLM Supervision Signals

GPT-3.5 Pipeline

Generate GPT-3.5 Data

Train Verifiers

Distill GPT-3.5 Data

Citation

See the following paper:

@inproceedings{feng-etal-2023-generic,
    title = "Generic Temporal Reasoning with Differential Analysis and Explanation",
    author = "Feng, Yu  and
      Zhou, Ben  and
      Wang, Haoyu  and
      Jin, Helen  and
      Roth, Dan",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-long.671",
    pages = "12013--12029",
   }