paper-with-me

홈 › Papers

Generator-Assistant Stepwise Rollback Framework for Large Language Model Agent

2025-03-04 · Xingzuo Li, Kehai Chen, Yunfei Long, Xuefeng Bai, Yong Xu, Min Zhang

Large language model (LLM) agents typically adopt a step-by-step reasoning framework, in which they interleave the processes of thinking and acting to accomplish the given task. However, this paradigm faces a deep-rooted one-pass issue whereby each generated intermediate thought is plugged into the trajectory regardless of its correctness, which can cause irreversible error propagation. To address the issue, this paper proposes a novel framework called Generator-Assistant Stepwise Rollback (GA-Rollback) to induce better decision-making for LLM agents. Particularly, GA-Rollback utilizes a generator to interact with the environment and an assistant to examine each action produced by the generator, where the assistant triggers a rollback operation upon detection of incorrect actions. Moreover, we introduce two additional strategies tailored for the rollback scenario to further improve its effectiveness. Extensive experiments show that GA-Rollback achieves significant improvements over several strong baselines on three widely used benchmarks. Our analysis further reveals that GA-Rollback can function as a robust plug-and-play module, integrating seamlessly with other methods.

📄 PDF Abstract BibTeX arXiv:2503.02519

Code (1)

wisper12933/ga-rollback 공식 구현 pytorch

Tasks

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

ACE-TA: An Agentic Teaching Assistant for Grounded Q&A, Quiz Generation, and Code Tutoring

2026-02-20 · Himanshu Tripathi, Charlottee Crowell, Kaley Newlin, Subash Neupane 외 arxiv

We introduce ACE-TA, the Agentic Coding and Explanations Teaching Assistant framework, that autonomously routes conceptual queries drawn from programming course material to grounded Q&A, stepwise coding guidance, and aut…

Automating Complex Document Workflows via Stepwise and Rollback-Enabled Operation Orchestration

2025-12-04 · Yanbin Zhang, Hanhui Ye, Yue Bai, Qiming Zhang 외 arxiv

Workflow automation promises substantial productivity gains in everyday document-related tasks. While prior agentic systems can execute isolated instructions, they struggle with automating multi-step, session-level workf…

STRIDE: Learnable Stepwise Language Feedback for LLM Reasoning

2026-05-13 · Junjie Zhang, Guozheng Ma, Shunyu Liu, Zetian Hu 외 arxiv

Recent advances in Reinforcement Learning (RL) have underscored its potential for incentivizing reasoning capabilities of Large Language Models (LLMs). However, existing step-level efforts suffer from costly annotations …

Reinforcement Learning

Write Summary Step-by-Step: A Pilot Study of Stepwise Summarization

2024-06-08 · Xiuying Chen, Shen Gao, Mingzhe Li, Qingqing Zhu 외

Nowadays, neural text generation has made tremendous progress in abstractive summarization tasks. However, most of the existing summarization models take in the whole document all at once, which sometimes cannot meet the…

Abstractive Text SummarizationStory GenerationText Generation

Addressing Tokenization Inconsistency in Steganography and Watermarking Based on Large Language Models

2025-08-28 · Ruiyi Yan, Yugo Murawaki arxiv

Large language models have significantly enhanced the capacities and efficiency of text generation. On the one hand, they have improved the quality of text-based steganography. On the other hand, they have also underscor…

Text Generation