paper-with-me

홈 › Papers

Integrating Large Language Models and Reinforcement Learning for Non-Linear Reasoning

2024-10-17 · Yoav Alon, Cristina David

Large Language Models (LLMs) were shown to struggle with long-term planning, which may be caused by the limited way in which they explore the space of possible solutions. We propose an architecture where a Reinforcement Learning (RL) Agent guides an LLM's space exploration: (1) the Agent has access to domain-specific information, and can therefore make decisions about the quality of candidate solutions based on specific and relevant metrics, which were not explicitly considered by the LLM's training objective; (2) the LLM can focus on generating immediate next steps, without the need for long-term planning. We allow non-linear reasoning by exploring alternative paths and backtracking. We evaluate this architecture on the program equivalence task, and compare it against Chain of Thought (CoT) and Tree of Thoughts (ToT). We assess both the downstream task, denoting the binary classification, and the intermediate reasoning steps. Our approach compares positively against CoT and ToT.

📄 PDF Abstract BibTeX arXiv:2410.13501

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Discovery and Reinforcement of Tool-Integrated Reasoning Chains via Rollout Trees

2026-01-13 · Kun Li, Zenan Xu, Junan Li, Zengrui Jin 외 arxiv

Tool-Integrated Reasoning has emerged as a key paradigm to augment Large Language Models (LLMs) with computational capabilities, yet integrating tool-use into long Chain-of-Thought (long CoT) remains underexplored, large…

Reinforcement Learning

MMRAG-RFT: Two-stage Reinforcement Fine-tuning for Explainable Multi-modal Retrieval-augmented Generation

2025-12-19 · Shengwei Zhao, Jingwen Yao, Sitong Wei, Linhai Xu 외 arxiv

Multi-modal Retrieval-Augmented Generation (MMRAG) enables highly credible generation by integrating external multi-modal knowledge, thus demonstrating impressive performance in complex multi-modal scenarios. However, ex…

Reinforcement LearningResponse GenerationAnswer Generation

ReSearch: Learning to Reason with Search for LLMs via Reinforcement Learning

2025-03-25 · Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou 외

Large Language Models (LLMs) have shown remarkable capabilities in reasoning, exemplified by the success of OpenAI-o1 and DeepSeek-R1. However, integrating reasoning with external search processes remains challenging, es…

reinforcement-learningReinforcement Learning

EchoInk-R1: Exploring Audio-Visual Reasoning in Multimodal LLMs via Reinforcement Learning

2025-05-07 · Zhenghao Xing, Xiaowei Hu, Chi-Wing Fu, Wenhai Wang 외

Multimodal large language models (MLLMs) have advanced perception across text, vision, and audio, yet they often struggle with structured cross-modal reasoning, particularly when integrating audio and visual signals. We …

Multiple-choiceQuestion Answeringreinforcement-learningReinforcement Learning+1

KnowRL: Exploring Knowledgeable Reinforcement Learning for Factuality

2025-06-24 · Baochang Ren, Shuofei Qiao, Wenhao Yu, Huajun Chen 외

Large Language Models (LLMs), particularly slow-thinking models, often exhibit severe hallucination, outputting incorrect content due to an inability to accurately recognize knowledge boundaries during reasoning. While R…

HallucinationHallucination Evaluationreinforcement-learningReinforcement Learning+1