paper-with-me

Papers

Analysing zero-shot temporal relation extraction on clinical notes using temporal consistency

2024-06-17 · Vasiliki Kougia, Anastasiia Sedova, Andreas Stephan, Klim Zaporojets, Benjamin Roth

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.

📄 PDF Abstract BibTeX arXiv:2406.11486

Code (1)

vasilikikou/consistent_bioTempRE 공식 구현

Tasks

RelationRelation ExtractionTemporal Relation Extraction

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Zero-shot Temporal Relation Extraction with ChatGPT

2023-04-11 · Chenhan Yuan, Qianqian Xie, Sophia Ananiadou

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 Extraction

Effective Distant Supervision for Temporal Relation Extraction

2020-10-24 · EACL (AdaptNLP) 2021 4 · Xinyu Zhao, Shih-ting Lin, Greg Durrett

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 Extraction

Relation Extraction or Pattern Matching? Unravelling the Generalisation Limits of Language Models for Biographical RE

2025-05-18 · Varvara Arzt, Allan Hanbury, Michael Wiegand, Gábor Recski 외

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 Extraction

Beyond Pairwise: Global Zero-shot Temporal Graph Generation

2025-02-16 · Alon Eirew, Kfir Bar, Ido Dagan

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 Extraction

GLiREL -- Generalist Model for Zero-Shot Relation Extraction

2025-01-06 · Jack Boylan, Chris Hokamp, Demian Gholipour Ghalandari

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