paper-with-me

홈 › Papers

DebugLM: Learning Traceable Training Data Provenance for LLMs

2026-03-18 · Wenjie Jacky Mo, Qin Liu, Xiaofei Wen, Wenxuan Zhou, Zhe Zhao, Muhao Chen arxiv

Large language models (LLMs) are trained through multi-stage pipelines over heterogeneous data sources, yet developers lack a principled way to pinpoint the specific data responsible for an observed behavior. This lack of observability reduces debugging to reactive patching and makes failures prone to recur under distribution shift or subsequent model updates. To address this limitation, we propose DebugLM, a framework that equips LLMs with built-in data provenance, enabling them to explicitly trace the origins of their behaviors to specific training data sources. Specifically, the model learns to associate its responses with unique provenance tags that indicate the responsible dataset, empowering developers to precisely identify where undesirable behaviors are learned. Building on this capability, DebugLM further supports targeted test-time remediation, enabling developers to selectively trigger targeted refusal for specified data sources without retraining or modifying model parameters. Experiments demonstrate that DebugLM provides accurate behavior tracing in multi-stage training pipelines and effective test-time remediation while preserving the general utility of the model.

📄 PDF Abstract BibTeX arXiv:2603.17884

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DocTrace: Towards Traceable Long Document VQA via Hierarchical Evidence Graph Reasoning

2026-08-04 · Le Xiang, Zhicheng Guan, Hong Chen, Xiaocong Lin 외 arxiv

Long Document Visual Question Answering (LongDocVQA) requires Multimodal Large Language Models (MLLMs) to locate, integrate, and reason over heterogeneous document elements distributed across multiple pages. Existing app…

Visual Question Answering

Safeguarding LLM Agents from Misalignment through Provenance Analysis

2026-05-01 · Yining She, Yiliang Liang, Eunsuk Kang arxiv

As LLM agents gain increasing access to powerful tools, ensuring that their actions are aligned with the user's intent becomes critical. When an agent's proposed tool invocation deviates from the user's intent -- a pheno…

Beyond Accuracy: Auditing Spatial Provenance in Visual Token Pruning for OCR-Critical MLLM Inference

2026-07-29 · Feixiang Liu, Qiang Qiu, Hao Zhang, Xinyue Wang arxiv

Visual-token pruning is usually judged by answer quality at a fixed retention budget. For text-rich multimodal large language models (MLLMs), this protocol can miss a distinct failure: an answer remains correct even when…

Data Citation for Large Language Models: A Challenge

2026-08-26 · Gianmaria Silvello arxiv

Large language models increasingly mediate access to information, and a growing body of work asks whether they cite the sources behind their outputs. That work treats citation as a verification device and applies it to t…

Information Retrieval

Responsible Agentic AI Requires Explicit Provenance

2026-05-16 · Jinwei Hu, Xinmiao Huang, Qisong He, Youcheng Sun 외 arxiv

Agentic AI is rapidly proliferating across diverse real-world domains such as software engineering, yet public trust has not kept pace. The central reason is that responsibility, despite being widely discussed, remains a…