paper-with-me

홈 › Papers

COMPASS: Cognitive MCTS-Guided Process Alignment for Safe Search Agents

2026-05-29 · Wenkai Shen, Pengyang Zhou, Jiahe Xu, Jiaming Qian, Haozhe He, Zhihao Huang, Chaochao Chen, Xiaolin Zheng arxiv

LLM-powered search agents enable multi-step reasoning and tool use. However, these capabilities introduce retrieval-induced safety degradation, as harmful intents may decompose into seemingly innocuous sub-queries that lead to unsafe outcomes. Existing alignment methods struggle to capture sparse safety signals and fail to supervise diverse violations across multi-step interactions. We propose COMPASS, a Cognitive MCTS-Guided Process Alignment framework designed to achieve robust safety alignment throughout the agent workflow while preserving general utility. COMPASS integrates cognitive tree exploration (CTE) to efficiently synthesize stealthy attack trajectories, and introspective step-wise alignment (ISA) to isolate risky intermediate actions for fine-grained process supervision. Empirical results show that COMPASS achieves a favorable safety-utility trade-off while requiring substantially less training data.

📄 PDF Abstract BibTeX arXiv:2605.30838

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CogMCTS: A Novel Cognitive-Guided Monte Carlo Tree Search Framework for Iterative Heuristic Evolution with Large Language Models

2025-12-09 · Hui Wang, Yang Liu, Xiaoyu Zhang, Chaoxu Mu arxiv

Automatic Heuristic Design (AHD) is an effective framework for solving complex optimization problems. The development of large language models (LLMs) enables the automated generation of heuristics. Existing LLM-based evo…

SPIRAL: Symbolic LLM Planning via Grounded and Reflective Search

2025-12-29 · Yifan Zhang, Giridhar Ganapavarapu, Srideepika Jayaraman, Bhavna Agrawal 외 arxiv

Large Language Models (LLMs) often falter at complex planning tasks that require exploration and self-correction, as their linear reasoning process struggles to recover from early mistakes. While search algorithms like M…

PRISM-MCTS: Learning from Reasoning Trajectories with Metacognitive Reflection

2026-04-07 · Siyuan Cheng, Bozhong Tian, YanChao Hao, Zheng Wei arxiv

PRISM-MCTS: Learning from Reasoning Trajectories with Metacognitive Reflection Siyuan Cheng, Bozhong Tian, Yanchao Hao, Zheng Wei Published: 06 Apr 2026, Last Modified: 06 Apr 2026 ACL 2026 Findings Conference, Area Chai…

Question Answering

Magellan: Guided MCTS for Latent Space Exploration and Novelty Generation

2025-10-24 · Lufan Chang arxiv

Large Language Models (LLMs) often struggle with generating truly innovative ideas, typically defaulting to high-probability, familiar concepts within their training data's "gravity wells." While advanced search-based me…

ProTuner: Tuning Programs with Monte Carlo Tree Search

2020-05-27 · Ameer Haj-Ali, Hasan Genc, Qijing Huang, William Moses 외

We explore applying the Monte Carlo Tree Search (MCTS) algorithm in a notoriously difficult task: tuning programs for high-performance deep learning and image processing. We build our framework on top of Halide and show …

Scheduling