Agentre: An Agent-based Framework For Navigating Complex Information Landscapes In Relation Extraction · The Large Language Model Bible Contribute to LLM-Bible

Agentre: An Agent-based Framework For Navigating Complex Information Landscapes In Relation Extraction

Shi Yuchen, Jiang Guochao, Qiu Tian, Yang Deqing. Arxiv 2024

[Paper] [Code]    
Agentic Has Code RAG Tools Training Techniques Uncategorized

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.

Similar Work