paper-with-me

Papers

TACIT-Switch: Cost-Aware Model Escalation for LLM Agents from Censored Supervision

2026-08-28 · Ji'an Lei, Jian Huang arxiv

Agents with smaller language-model backbones are less expensive but can drift into persistent failure modes, whereas those with larger backbones are generally more reliable but more costly. This reliability-cost trade-off motivates routing methods that decide when to invoke an agent with a larger backbone: before execution, after a fixed trajectory prefix, or locally at individual steps. Our method, TACIT-SWITCH, learns permanent handoff policies from accumulated trajectory evidence and Teacher-Annotated Censored Intervention Times (TACIT). It represents each annotation as an interval-censored observation on a cumulative-risk scale. The resulting mixture-cure threshold model estimates the probability that the paired Strong rollout succeeds and, conditional on success, the handoff threshold; no teacher is required at deployment. In a mechanism-based multi-step simulation, TACIT-SWITCH improves success by 7.4-11.1 percentage points over task-level, step-level, and fixed-prefix routing baselines at comparable cost. Within that controlled simulation, ablations show that task features and cumulative trajectory risk provide complementary information. With operating points selected on development data, TACIT-SWITCH achieves the highest held-out success among learned policies on both ALFWorld (48.5% with 4B Cheap; 45.5% with 9B Cheap) and DABench (73.1%).

📄 PDF Abstract BibTeX arXiv:2608.27911

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Handoff Tax: Continuing Non-Native Trajectories in LLM Agents

2026-08-25 · Roy Ganz, Mor Shpigel Nacson, Adi Kalyanpur, Ron Litman hf

Coding agents perform long-running tasks spanning dozens of model calls, tool uses, and code edits. As these runs unfold, users face a practical cost-quality trade-off: escalating to a stronger model when a cheaper one s…

WWBP-SQT-lite: Multi-level Models and Difference Embeddings for Moments of Change Identification in Mental Health Forums

2022-07-01 · NAACL (CLPsych) 2022 7 · Adithya V Ganesan, Vasudha Varadarajan, Juhi Mittal, Shashanka Subrahmanya 외

Psychological states unfold dynamically; to understand and measure mental health at scale we need to detect and measure these changes from sequences of online posts. We evaluate two approaches to capturing psychological …

Oversight Has a Capacity: Calibrating Agent Guards to a Subjective, Fatiguing Human

2026-06-08 · Emre Turan arxiv

As LLM agents begin to take real, irreversible actions (shell commands, file edits, deploys), the standard safety pattern is a human-in-the-loop approval gate: risky actions pause and wait for a person. We argue the gate…

AI agents in Algorithmic Electricity Markets: On the Emergence of Tacit Collusion

2026-08-27 · Jakub Seredyński, Georgios Tsaousoglou arxiv

As electricity market participants increasingly adopt learning-based agents for their bidding strategies, electricity markets are becoming algorithmic. Evidence from algorithmic markets in other domains shows that tacit …

Multi-agent Reinforcement Learning

Prompt Flow Integrity to Prevent Privilege Escalation in LLM Agents

2025-03-17 · Juhee Kim, Woohyuk Choi, Byoungyoung Lee

Large Language Models (LLMs) are combined with tools to create powerful LLM agents that provide a wide range of services. Unlike traditional software, LLM agent's behavior is determined at runtime by natural language pro…