paper-with-me

Papers

Adaptive Reinforcement Learning Planning: Harnessing Large Language Models for Complex Information Extraction

2024-06-17 · Zepeng Ding, Ruiyang Ke, Wenhao Huang, Guochao Jiang, Yanda Li, Deqing Yang, Jiaqing Liang

Existing research on large language models (LLMs) shows that they can solve information extraction tasks through multi-step planning. However, their extraction behavior on complex sentences and tasks is unstable, emerging issues such as false positives and missing elements. We observe that decomposing complex extraction tasks and extracting them step by step can effectively improve LLMs' performance, and the extraction orders of entities significantly affect the final results of LLMs. This paper proposes a two-stage multi-step method for LLM-based information extraction and adopts the RL framework to execute the multi-step planning. We regard sequential extraction as a Markov decision process, build an LLM-based extraction environment, design a decision module to adaptively provide the optimal order for sequential entity extraction on different sentences, and utilize the DDQN algorithm to train the decision model. We also design the rewards and evaluation metrics suitable for the extraction results of LLMs. We conduct extensive experiments on multiple public datasets to demonstrate the effectiveness of our method in improving the information extraction capabilities of LLMs.

📄 PDF Abstract BibTeX arXiv:2406.11455

Code (0)

등록된 구현이 없습니다.

Tasks

Missing Elements

Similar Papers 제목 키워드 기반

RLAP: A Reinforcement Learning Enhanced Adaptive Planning Framework for Multi-step NLP Task Solving

2025-05-17 · Zepeng Ding, Dixuan Wang, Ziqin Luo, Guochao Jiang 외

Multi-step planning has been widely employed to enhance the performance of large language models (LLMs) on downstream natural language processing (NLP) tasks, which decomposes the original task into multiple subtasks and…

Leveraging Jumpy Models for Planning and Fast Learning in Robotic Domains

2023-02-24 · Jingwei Zhang, Jost Tobias Springenberg, Arunkumar Byravan, Leonard Hasenclever 외

In this paper we study the problem of learning multi-step dynamics prediction models (jumpy models) from unlabeled experience and their utility for fast inference of (high-level) plans in downstream tasks. In particular …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Zero-shot Generalization

VariBASed: Variational Bayes-Adaptive Sequential Monte-Carlo Planning for Deep Reinforcement Learning

2026-02-21 · Joery A. de Vries, Jinke He, Yaniv Oren, Pascal R. van der Vaart 외 arxiv

Optimally trading-off exploration and exploitation is the holy grail of reinforcement learning as it promises maximal data-efficiency for solving any task. Bayes-optimal agents achieve this, but obtaining the belief-stat…

Reinforcement Learning

Statler: State-Maintaining Language Models for Embodied Reasoning

2023-06-30 · Takuma Yoneda, Jiading Fang, Peng Li, Huanyu Zhang 외

There has been a significant research interest in employing large language models to empower intelligent robots with complex reasoning. Existing work focuses on harnessing their abilities to reason about the histories of…

Adaptive Interactive Navigation of Quadruped Robots using Large Language Models

2025-03-29 · Kangjie Zhou, Yao Mu, Haoyang Song, Yi Zeng 외

Robotic navigation in complex environments remains a critical research challenge. Traditional navigation methods focus on optimal trajectory generation within free space, struggling in environments lacking viable paths t…

Motion PlanningTask Planning