paper-with-me

Papers

Preemptive Detection and Correction of Misaligned Actions in LLM Agents

2024-07-16 · Haishuo Fang, Xiaodan Zhu, Iryna Gurevych

Deploying LLM-based agents in real-life applications often faces a critical challenge: the misalignment between agents' behavior and user intent. Such misalignment may lead agents to unintentionally execute critical actions that carry negative outcomes (e.g., accidentally triggering a "buy-now" in web shopping), resulting in undesirable or even irreversible consequences. Although addressing these issues is crucial, the preemptive detection and correction of misaligned actions remains relatively underexplored. To fill this gap, we introduce InferAct, a novel approach that leverages the belief reasoning ability of LLMs, grounded in Theory-of-Mind, to detect misaligned actions before execution. Once the misalignment is detected, InferAct alerts users for timely correction, preventing adverse outcomes and enhancing the reliability of LLM agents' decision-making processes. Experiments on three widely used tasks demonstrate that InferAct achieves up to 20% improvements on Marco-F1 against baselines in misaligned action detection. An in-depth evaluation of misalignment correction further highlights InferAct's effectiveness in improving agent alignment.

📄 PDF Abstract BibTeX arXiv:2407.11843

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionDecision Making

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

When Actions Go Off-Task: Detecting and Correcting Misaligned Actions in Computer-Use Agents

2026-02-09 · Yuting Ning, Jaylen Jones, Zhehao Zhang, Chentao Ye 외 arxiv

Computer-use agents (CUAs) have made tremendous progress in the past year, yet they still frequently produce misaligned actions that deviate from the user's original intent. Such misaligned actions may arise from externa…

Action Detection

ROGUE: Misaligned Agent Behavior Arising from Ordinary Computer Use

2026-05-29 · Jeremy Tien, Abishek Anand, Yu-Rou Tuan, Yuchen Shen 외 arxiv

As AI agents are increasingly deployed in real personal and corporate settings (email accounts, development workflows, company databases, etc.), safety considerations surrounding these agents become paramount. Although m…

How does information access affect LLM monitors' ability to detect sabotage?

2026-01-28 · Rauno Arike, Raja Mehta Moreno, Rohan Subramani, Shubhorup Biswas 외 arxiv

Frontier language model agents can exhibit misaligned behaviors, including deception, exploiting reward hacks, and pursuing hidden objectives. To control potentially misaligned agents, we can use LLMs themselves to monit…

DSVD: Dynamic Self-Verify Decoding for Faithful Generation in Large Language Models

2025-03-05 · YiQiu Guo, Yuchen Yang, Zhe Chen, Pingjie Wang 외

The reliability of large language models remains a critical challenge, particularly due to their susceptibility to hallucinations and factual inaccuracies during text generation. Existing solutions either underutilize mo…

HallucinationText Generation

Bi-DCSpell: A Bi-directional Detector-Corrector Interactive Framework for Chinese Spelling Check

2024-06-04 · Haiming Wu, Hanqing Zhang, Richeng Xuan, Dawei Song

Chinese Spelling Check (CSC) aims to detect and correct potentially misspelled characters in Chinese sentences. Naturally, it involves the detection and correction subtasks, which interact with each other dynamically. Su…

BenchmarkingRepresentation Learning