paper-with-me

홈 › Papers

FACTWASH: Catching AI Rewrites That Wash Hearsay into Fact

2026-08-04 · Alex Kwon arxiv

AI systems rewrite information constantly: conversations become stored memories, documents become answers. The rewrite can keep a claim while washing away what made it checkable, who said it, how sure they were, when it held. We call that failure factwashing, and release factwash, an open-source write-time gate that catches it deterministically, with named flags and evidence rather than an LLM judge. Building it answers a practical question: when does a cheap check suffice, and when do you need a model? What decides is whether the property has a bounded surface-cue inventory. Explicit negation cues are close to enumerable, so a word list finishes and transfers, reaching 0.91 F1 on untuned text. Hedging and attribution have open-ended realizations, so vocabulary plateaus near half recall, and a one-question LLM witness recovers +17 and +15 points of cue-detection recall at equal precision. Deployed, that witness may only lower a verdict, so it buys precision rather than coverage. We measure cue detection on 105,596 independently annotated sentences. A blind-labelled corpus of memory writes then locates the failure: 55% of bad writes in conversational hearsay, 7% in business email (p < 0.001), so the first deployment question is not which detector to use but whether the failure occurs at all. On unmodified mem0 2.0.7, the gate flags 5 of 8 hedged-hearsay writes.

📄 PDF Abstract BibTeX arXiv:2608.03372

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HearSay Benchmark: Do Audio LLMs Leak What They Hear?

2026-01-07 · Jin Wang, Liang Lin, Kaiwen Luo, Weiliu Wang 외 arxiv

While Audio Large Language Models (ALLMs) have achieved remarkable progress in understanding and generation, their potential privacy implications remain largely unexplored. This paper takes the first step to investigate …

Enhancing Conversational Search: Large Language Model-Aided Informative Query Rewriting

2023-10-15 · Fanghua Ye, Meng Fang, Shenghui Li, Emine Yilmaz

Query rewriting plays a vital role in enhancing conversational search by transforming context-dependent user queries into standalone forms. Existing approaches primarily leverage human-rewritten queries as labels to trai…

Conversational SearchLanguage ModelingLanguage ModellingLarge Language Model+1

Chainwash: Multi-Step Rewriting Attacks on Diffusion Language Model Watermarks

2026-05-06 · Mohd Ruhul Ameen, Akif Islam, Nadim Mahmud, Md. Ekramul Hamid arxiv

Statistical watermarking is a common approach for verifying whether text was written by a language model. Most existing schemes assume autoregressive generation, where tokens are produced left to right and contextual has…

Harden and Catch for Just-in-Time Assured LLM-Based Software Testing: Open Research Challenges

2025-04-23 · Mark Harman, Peter O'Hearn, Shubho Sengupta

Despite decades of research and practice in automated software testing, several fundamental concepts remain ill-defined and under-explored, yet offer enormous potential real-world impact. We show that these concepts rais…

software testing

Corporate Greenwashing Detection in Text - a Survey

2025-02-11 · Tom Calamai, Oana Balalau, Théo Le Guenedal, Fabian M. Suchanek

Greenwashing is an effort to mislead the public about the environmental impact of an entity, such as a state or company. We provide a comprehensive survey of the scientific literature addressing natural language processi…

Survey