paper-with-me

홈 › Papers

eTracer: Towards Traceable Text Generation via Claim-Level Grounding

2026-01-07 · Bohao Chu, Qianli Wang, Hendrik Damm, Hui Wang, Ula Muhabbek, Elisabeth Livingstone, Christoph M. Friedrich, Norbert Fuhr arxiv

How can system-generated responses be efficiently verified, especially in the high-stakes biomedical domain? To address this challenge, we introduce eTracer, a plug-and-play framework that enables traceable text generation by grounding claims against contextual evidence. Through post-hoc grounding, each response claim is aligned with contextual evidence that either supports or contradicts it. Building on claim-level grounding results, eTracer not only enables users to precisely trace responses back to their contextual source but also quantifies response faithfulness, thereby enabling the verifiability and trustworthiness of generated responses. Experiments show that our claim-level grounding approach alleviates the limitations of conventional grounding methods in aligning generated statements with contextual sentence-level evidence, resulting in substantial improvements in overall grounding quality and user verification efficiency. The code and data are available at https://github.com/chubohao/eTracer.

📄 PDF Abstract BibTeX arXiv:2601.03669

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

CodeTracer: Towards Traceable Agent States

2026-04-13 · Han Li, Yifan Yao, Letian Zhu, Rili Feng 외 arxiv

Code agents are advancing rapidly, but debugging them is becoming increasingly difficult. As frameworks orchestrate parallel tool calls and multi-stage workflows over complex tasks, making the agent's state transitions a…

TIGER: Traceable Inference with Graph-Based Evidence Routing for Mitigating Hallucinations in Multimodal Generation

2026-05-29 · Kaixiang Zhao, Tianrun Yu, Shawn Huang, Porter Jenkins 외 arxiv

We study fact-level repair for multimodal generation, where a fluent output may contain specific facts that are not supported by the input. Existing inference-time repair methods often generate feedback by jointly condit…

multimodal generation

Optimizing Token Choice for Code Watermarking: An RL Approach

2025-08-16 · Zhimeng Guo, Huaisheng Zhu, Siyuan Xu, Hangfan Zhang 외 arxiv

Protecting intellectual property on LLM-generated code necessitates effective watermarking systems that can operate within code's highly structured, syntactically constrained nature. In this work, we introduce CodeTracer…

Reinforcement Learning

ClueTracer: Question-to-Vision Clue Tracing for Training-Free Hallucination Suppression in Multimodal Reasoning

2026-02-02 · Gongli Xi, Kun Wang, Zeming Gao, Huahui Yi 외 arxiv

Large multimodal reasoning models solve challenging visual problems via explicit long-chain inference: they gather visual clues from images and decode clues into textual tokens. Yet this capability also increases halluci…

Multimodal ReasoningVisual Grounding

Source or It Didn't Happen: A Multi-Agent Framework for Citation Hallucination Detection

2026-05-09 · Mingzhe Li, Zhiqiang Lin, Shiqing Ma arxiv

Large language models are increasingly used in scientific writing, yet they can fabricate citation-shaped references that appear plausible but fail bibliographic verification. Existing detectors often reduce verification…