paper-with-me

Papers

TGPO: Tree-Guided Preference Optimization for Robust Web Agent Reinforcement Learning

2025-09-17 · Ziyuan Chen, Zhenghui Zhao, Zhangye Han, Miancan Liu, Xianhang Ye, Yiqing Li, Hongbo Min, Jinkui Ren, Xiantao Zhang, Guitao Cao arxiv

With the rapid advancement of large language models and vision-language models, employing large models as Web Agents has become essential for automated web interaction. However, training Web Agents with reinforcement learning faces critical challenges including credit assignment misallocation, prohibitively high annotation costs, and reward sparsity. To address these issues, we propose Tree-Guided Preference Optimization (TGPO), an offline reinforcement learning framework that proposes a tree-structured trajectory representation merging semantically identical states across trajectories to eliminate label conflicts. Our framework incorporates a Process Reward Model that automatically generates fine-grained rewards through subgoal progress, redundancy detection, and action verification. Additionally, a dynamic weighting mechanism prioritizes high-impact decision points during training. Experiments on Online-Mind2Web and our self-constructed C-WebShop datasets demonstrate that TGPO significantly outperforms existing methods, achieving higher success rates with fewer redundant steps.

📄 PDF Abstract BibTeX arXiv:2509.14172

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Teacher-Guided Policy Optimization for On-Policy Reasoning Distillation under Large Policy Divergence

2026-05-13 · Xinyu Liu, Kechen Jiao, Chunyang Xiao, Runsong Zhao 외 arxiv

On-policy distillation (OPD) has become a promising paradigm for reasoning-oriented post-training of large language models (LLMs), especially when combined with reinforcement learning from verifiable rewards (RLVR). Exis…

Reinforcement Learning

Error Taxonomy-Guided Prompt Optimization

2026-02-01 · Mayank Singh, Vikas Yadav, Eduardo Blanco arxiv

Automatic Prompt Optimization (APO) is a powerful approach for extracting performance from large language models without modifying their weights. Many existing methods rely on trial-and-error, testing different prompts o…

Question AnsweringLogical Reasoning

Adversarial Attack-Defense Co-Evolution for LLM Safety Alignment via Tree-Group Dual-Aware Search and Optimization

2025-11-24 · Xurui Li, Kaisong Song, Rui Zhu, Pin-Yu Chen 외 arxiv

Large Language Models (LLMs) have developed rapidly in web services, delivering unprecedented capabilities while amplifying societal risks. Existing works tend to focus on either isolated jailbreak attacks or static defe…

Reinforcement LearningAdversarial Attack

A$^2$TGPO: Agentic Turn-Group Policy Optimization with Adaptive Turn-level Clipping

2026-05-07 · Dingwei Chen, Zefang Zong, Zhipeng Ma, Leo Luo 외 arxiv

Reinforcement learning for agentic large language models (LLMs) typically relies on a sparse, trajectory-level outcome reward, making it difficult to evaluate the contribution of individual tool-calls within multi-turn i…

Reinforcement Learning

TGPO: Temporal Grounded Policy Optimization for Signal Temporal Logic Tasks

2025-09-30 · Yue Meng, Fei Chen, Chuchu Fan arxiv

Learning control policies for complex, long-horizon tasks is a central challenge in robotics and autonomous systems. Signal Temporal Logic (STL) offers a powerful and expressive language for specifying such tasks, but it…

Reinforcement Learning