paper-with-me

홈 › Papers

DART: Semantic Recoverability for Structured Tool Agents

2026-05-22 · Ke Yang, Panpan Li, Zonghan Wu, Kejin Xu, Huaxi Huang, Xiaoshui Huang arxiv

When a structured tool agent fails mid-execution, the runtime faces a dilemma: replaying the entire task is safe but wasteful, while restoring from a local checkpoint is efficient but can leave committed downstream work tied to an upstream history that no longer exists. This tension is acute in commitment-sensitive settings, where rollback targets a single failed instance yet downstream consumers have already acted on its output. Existing recovery approaches provide mechanical rollback but no criterion for whether a local restore remains semantically valid after downstream commitment. We formalize this gap as semantic recoverability and address it in DART, a modular runtime that localizes the failed instance, certifies semantically recoverable boundaries of that instance, aligns checkpoints to those boundaries, and selects an admissible restore point that preserves committed downstream work under dependency and effect constraints-or blocks otherwise. Across three LLM-driven domains and external validation on a LangGraph-based substrate, DART correctly recovers all evaluated commitment-sensitive cases where baseline local recovery fails, and a five-domain safety audit finds no unsafe admitted rollbacks. These results show that controller legality does not imply semantic validity, and that sound local recovery requires an explicit admissibility check.

📄 PDF Abstract BibTeX arXiv:2605.23311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recoverability Has a Law: The ERR Measure for Tool-Augmented Agents

2026-01-29 · Sri Vatsa Vuddanti, Satwik Kumar Chittiprolu arxiv

Language model agents often appear capable of self-recovery after failing tool call executions, yet this behavior lacks a formal explanation. We present a predictive theory that resolves this gap by showing that recovera…

DART: A Lightweight Quality-Suggestive Data-to-Text Annotation Tool

2020-10-08 · COLING 2020 8 · Ernie Chang, Jeriah Caplinger, Alex Marin, Xiaoyu Shen 외

We present a lightweight annotation tool, the Data AnnotatoR Tool (DART), for the general task of labeling structured data with textual descriptions. The tool is implemented as an interactive application that reduces hum…

Active Learningtext annotation

DART: Open-Domain Structured Data Record to Text Generation

2020-07-06 · NAACL 2021 4 · Linyong Nan, Dragomir Radev, Rui Zhang, Amrit Rau 외

We present DART, an open domain structured DAta Record to Text generation dataset with over 82k instances (DARTs). Data-to-Text annotations can be a costly process, especially when dealing with tables which are the major…

Domain GeneralizationSemantic ParsingSentenceText Generation

DART: Leveraging Multi-Agent Disagreement for Tool Recruitment in Multimodal Reasoning

2025-12-08 · Nithin Sivakumaran, Justin Chih-Yao Chen, David Wan, Yue Zhang 외 arxiv

Specialized visual tools can augment large language models or vision language models with expert knowledge (e.g., grounding, spatial reasoning, medical knowledge, etc.), but knowing which tools to call (and when to call …

Multimodal ReasoningSpatial ReasoningObject Detection

DART: A Structured Dataset of Regulatory Drug Documents in Italian for Clinical NLP

2025-10-21 · Mariano Barone, Antonio Laudante, Giuseppe Riccio, Antonio Romano 외 arxiv

The extraction of pharmacological knowledge from regulatory documents has become a key focus in biomedical natural language processing, with applications ranging from adverse event monitoring to AI-assisted clinical deci…

Semantic Segmentation