paper-with-me

홈 › Papers

Empowering Few-Shot Relation Extraction with The Integration of Traditional RE Methods and Large Language Models

2024-07-12 · Ye Liu, Kai Zhang, Aoran Gan, Linan Yue, Feng Hu, Qi Liu, Enhong Chen

Few-Shot Relation Extraction (FSRE), a subtask of Relation Extraction (RE) that utilizes limited training instances, appeals to more researchers in Natural Language Processing (NLP) due to its capability to extract textual information in extremely low-resource scenarios. The primary methodologies employed for FSRE have been fine-tuning or prompt tuning techniques based on Pre-trained Language Models (PLMs). Recently, the emergence of Large Language Models (LLMs) has prompted numerous researchers to explore FSRE through In-Context Learning (ICL). However, there are substantial limitations associated with methods based on either traditional RE models or LLMs. Traditional RE models are hampered by a lack of necessary prior knowledge, while LLMs fall short in their task-specific capabilities for RE. To address these shortcomings, we propose a Dual-System Augmented Relation Extractor (DSARE), which synergistically combines traditional RE models with LLMs. Specifically, DSARE innovatively injects the prior knowledge of LLMs into traditional RE models, and conversely enhances LLMs' task-specific aptitude for RE through relation extraction augmentation. Moreover, an Integrated Prediction module is employed to jointly consider these two respective predictions and derive the final results. Extensive experiments demonstrate the efficacy of our proposed method.

📄 PDF Abstract BibTeX arXiv:2407.08967

Code (1)

liuyeah/dsare 공식 구현 pytorch

Tasks

In-Context LearningRelationRelation Extraction

Similar Papers 제목 키워드 기반

Question Answering on Freebase via Relation Extraction and Textual Evidence

2016-03-03 · ACL 2016 8 · Kun Xu, Siva Reddy, Yansong Feng, Songfang Huang 외

Existing knowledge-based question answering systems often rely on small annotated training data. While shallow methods like relation extraction are robust to data scarcity, they are less expressive than the deep meaning …

Question AnsweringRelationRelation ExtractionSemantic Parsing

Integration of Deep Learning and Traditional Machine Learning for Knowledge Extraction from Biomedical Literature

2019-11-01 · WS 2019 11 · Jihang Mao, Wanli Liu

In this paper, we present our participation in the Bacteria Biotope (BB) task at BioNLP-OST 2019. Our system utilizes fine-tuned language representation models and machine learning approaches based on word embedding and …

BIG-bench Machine LearningMedical Concept NormalizationRelationRelation Extraction

Document-Level Zero-Shot Relation Extraction with Entity Side Information

2026-01-12 · Mohan Raj Chanthran, Soon Lay Ki, Ong Huey Fang, Bhawani Selvaretnam arxiv

Document-Level Zero-Shot Relation Extraction (DocZSRE) aims to predict unseen relation labels in text documents without prior training on specific relations. Existing approaches rely on Large Language Models (LLMs) to ge…

Relation Extraction

Prompt, Plan, Extract: Zero-Shot Agentic LLMs Workflows for Lung Pathology Extraction from Clinical Narratives

2026-06-18 · Aman Pathak, Cheng Peng, Mengxian Lyu, Ziyi Chen 외 arxiv

Information extraction from pathology reports is essential for cancer staging, tumor registry population. Yet key data remains embedded in narrative reports, making manual extraction labor-intensive and error-prone. Trad…

Information ExtractionRelation Extraction

Bridging Generative and Discriminative Learning: Few-Shot Relation Extraction via Two-Stage Knowledge-Guided Pre-training

2025-05-18 · Quanjiang Guo, Jinchuan Zhang, Sijie Wang, Ling Tian 외

Few-Shot Relation Extraction (FSRE) remains a challenging task due to the scarcity of annotated data and the limited generalization capabilities of existing models. Although large language models (LLMs) have demonstrated…

Contrastive LearningIn-Context LearningLanguage ModelingLanguage Modelling+3