CLAIApr 11, 2023

Zero-shot Temporal Relation Extraction with ChatGPT

arXiv:2304.05454v1252 citationsh-index: 65
Originality Synthesis-oriented
AI Analysis

This work addresses temporal relation extraction for NLP researchers, but it is incremental as it primarily evaluates an existing model on a new task.

The authors tackled zero-shot temporal relation extraction using ChatGPT, finding that its performance significantly lags behind supervised methods and is highly sensitive to prompt design, but it can correctly infer more small relation classes.

The goal of temporal relation extraction is to infer the temporal relation between two events in the document. Supervised models are dominant in this task. In this work, we investigate ChatGPT's ability on zero-shot temporal relation extraction. We designed three different prompt techniques to break down the task and evaluate ChatGPT. Our experiments show that ChatGPT's performance has a large gap with that of supervised methods and can heavily rely on the design of prompts. We further demonstrate that ChatGPT can infer more small relation classes correctly than supervised methods. The current shortcomings of ChatGPT on temporal relation extraction are also discussed in this paper. We found that ChatGPT cannot keep consistency during temporal inference and it fails in actively long-dependency temporal inference.

Foundations

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

Your Notes