Analysing zero-shot temporal relation extraction on clinical notes using temporal consistency
This paper presents the first study for temporal relation extraction in a zero-shot setting focusing on biomedical text. We employ two types of prompts and five LLMs (GPT-3.5, Mixtral, Llama 2, Gemma, and PMC-LLaMA) to obtain responses about the temporal relations between two events. Our experiments demonstrate that LLMs struggle in the zero-shot setting performing worse than fine-tuned specialized models in terms of F1 score, showing that this is a challenging task for LLMs. We further contribute a novel comprehensive temporal analysis by calculating consistency scores for each LLM. Our findings reveal that LLMs face challenges in providing responses consistent to the temporal properties of uniqueness and transitivity. Moreover, we study the relation between the temporal consistency of an LLM and its accuracy and whether the latter can be improved by solving temporal inconsistencies. Our analysis shows that even when temporal consistency is achieved, the predictions can remain inaccurate.
Code (1)
Tasks
RelationRelation ExtractionTemporal Relation ExtractionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Zero-shot Temporal Relation Extraction with ChatGPT
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 temp…
RelationRelation ExtractionTemporal Relation ExtractionEffective Distant Supervision for Temporal Relation Extraction
A principal barrier to training temporal relation extraction models in new domains is the lack of varied, high quality examples and the challenge of collecting more. We present a method of automatically collecting distan…
RelationRelation ExtractionTemporal Relation ExtractionRelation Extraction or Pattern Matching? Unravelling the Generalisation Limits of Language Models for Biographical RE
Analysing the generalisation capabilities of relation extraction (RE) models is crucial for assessing whether they learn robust relational patterns or rely on spurious correlations. Our cross-dataset experiments find tha…
In-Context LearningRelationRelation ExtractionBeyond Pairwise: Global Zero-shot Temporal Graph Generation
Temporal relation extraction (TRE) is a fundamental task in natural language processing (NLP) that involves identifying the temporal relationships between events in a document. Despite the advances in large language mode…
Graph GenerationRelation ExtractionTemporal Relation ExtractionGLiREL -- Generalist Model for Zero-Shot Relation Extraction
We introduce GLiREL (Generalist Lightweight model for zero-shot Relation Extraction), an efficient architecture and training paradigm for zero-shot relation classification. Inspired by recent advancements in zero-shot na…
modelnamed-entity-recognitionNamed Entity RecognitionRelation+3