English

AgentRE: An Agent-Based Framework for Navigating Complex Information Landscapes in Relation Extraction

Computation and Language 2024-09-04 v1

Abstract

The relation extraction (RE) in complex scenarios faces challenges such as diverse relation types and ambiguous relations between entities within a single sentence, leading to the poor performance of pure "text-in, text-out" language models (LMs). To address these challenges, in this paper, we propose an agent-based RE framework, namely AgentRE, which fully leverages the potential of large language models (LLMs) including memory, retrieval and reflection, to achieve RE in complex scenarios. Specifically, three major modules are built in AgentRE serving as the tools to help the agent acquire and process various useful information, thereby obtaining improved RE performance. Our extensive experimental results upon two datasets in English and Chinese demonstrate our AgentRE's superior performance, especially in low-resource scenarios. Additionally, the trajectories generated by AgentRE can be refined to construct a high-quality training dataset incorporating different reasoning methods, which can be used to fine-tune smaller models. Code is available at https://github.com/Lightblues/AgentRE.

Keywords

Cite

@article{arxiv.2409.01854,
  title  = {AgentRE: An Agent-Based Framework for Navigating Complex Information Landscapes in Relation Extraction},
  author = {Yuchen Shi and Guochao Jiang and Tian Qiu and Deqing Yang},
  journal= {arXiv preprint arXiv:2409.01854},
  year   = {2024}
}

Comments

Accepted by CIKM 2024

R2 v1 2026-06-28T18:32:35.707Z