Papers for

content moderation teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Dual branch models improve multi label text classification accuracy

LLM-Enhanced Dual-Branch Learning for Large-Scale Multi-Label Text Classification

Abstract: Large-scale multi-label text classification assigns a small subset of relevant labels to each document from a vocabulary containing thousands or tens of thousands of candidate labels. Although pretrained language models have improved semantic text representations, most representation-based approaches center their prediction pipelines on a primary encoder or combine auxiliary features within a single ranker. The complementarity between heterogeneous language models therefore remains insufficiently explored. We propose DualMLC, a dual-branch framework that processes the same document through an autoregressive decoder-only language model and a bidirectional encoder. Each branch maintains its own representation pathway and independently estimates relevance scores over the shared label space. DualMLC combines the two score vectors through late logit fusion, allowing shared evidence to reinforce relevant labels and branch-specific evidence to compensate for limitations in the other branch's representation. DualMLC achieves state-of-the-art results on three widely used large-scale multi-label text classification benchmarks. Ablation results further confirm that integrating the heterogeneous predictors produces stronger rankings than either branch alone. The source code is publicly available at https://github.com/huiyegit/DualMLC.

Fri 11 SeptComputation and LanguageArtificial Intelligence
The gist
Classifying documents with thousands of possible labels is a tough challenge because each document relates to only a few labels. The authors introduce DualMLC, a system that uses two different types of language models to analyze the same text separately and then combines their predictions. This method helps capture different clues from the text that a single model might miss. Their approach outperforms previous systems on multiple large datasets for multi-label text classification. The source code is publicly shared to encourage use and further research.
Open 2609.12915v1

Adaptive method improves concept removal in image diffusion models

GRACE: Adaptive Concept Erasure with Geometry-Guided Retention in Diffusion Models

Abstract: Text-to-image (T2I) diffusion models inevitably internalize sensitive or non-compliant concepts from large-scale pretraining data, necessitating post-hoc concept erasure. However, existing erasure methods often lack explicit constraints on parameter updates, leading to over-intervention and unintended semantic drift. In addition, many methods rely on manually crafted counterfactual supervision, such as surrogate prompts, which incurs substantial data construction costs that limit scalability to new concepts. To address these limitations, we propose GRACE, a structured concept erasure framework designed to enable localized and selective intervention. Specifically, we introduce a semantically weighted sensitive subspace estimation to precisely lock intervention directions, and employ lightweight subspace-constrained adapters to prevent global semantic disturbance. To eliminate the dependency on manual prompt engineering, we design an automatically decoupled safe-anchor mechanism. To mitigate semantic drift induced by excessive intervention, we introduce an energy-driven dynamic gating mechanism that adaptively controls the timing and strength of intervention at inference. Extensive experiments demonstrate that our method achieves a superior balance between erasure effectiveness and generation fidelity. Compared with the average performance of five state-of-the-art (SOTA) concept erasure methods, our method improves the fine-grained NSFW reduction rate by $17.86\%$, while reducing the macro-averaged target CLIP Score and preservation-oriented Fréchet Inception Distance (FID) by $4.75\%$ and $50.58\%$, respectively, indicating stronger concept suppression with substantially improved preservation of the original model's generative utility.

Fri 11 SeptComputer Vision and Pattern Recognition
The gist
Text-to-image AI models sometimes learn unwanted or sensitive ideas from the data they were trained on. The authors propose a new way to remove such concepts without ruining the model’s ability to create good images. Their method carefully targets only the problematic parts of the model and uses automatic tools to avoid manual work. They also add a technique to control how much the model changes during use so it doesn’t lose its original skills. Tests show their approach removes unwanted concepts better while keeping image quality higher than prior methods.
Open 2609.12731v1

TripPattern improves text watermarks without hurting quality

TripPattern: A Pattern-based Text Watermarking Method for Large Language Models

Abstract: Text watermarking techniques have gained significant attention for identifying machine-generated text and mitigating risks from large language models (LLMs). Existing methods typically divide an LLM's vocabulary into green and red tokens, but encouraging generation toward green tokens can reduce text quality and naturalness. To address this, we propose TripPattern, a watermarking framework that formulates text watermarking as a pattern-based matching task using three vocabulary partitions. TripPattern divides the vocabulary into one neutral group and two pattern groups. During generation, the model alternates token selection between the two pattern groups to embed detectable patterns, while neutral tokens are selected independently to improve flexibility and preserve naturalness. For detection, TripPattern uses pattern-based statistical tests that provide interpretable p-values by measuring how often adjacent tokens alternate between the pattern groups. Theoretical analysis and empirical evaluations on four multilingual datasets show that TripPattern maintains LLM generation quality while achieving robust watermark detectability.

Fri 11 SeptArtificial Intelligence
The gist
Large language models can produce text that might be hard to tell apart from human writing, so people create watermarks to detect machine-generated text. Existing watermark methods can make the text sound less natural because they push the model toward certain words. The authors propose TripPattern, which splits words into three groups and uses patterns between two groups while allowing neutral words freely. This keeps the text natural while embedding detectable patterns. Their tests show TripPattern keeps text quality good and still finds machine-generated text reliably.
Open 2609.12472v1

Text to image models get reliable concept unlearning certification

Certifying Concept Unlearning in Text-to-Image Diffusion Models

Abstract: Existing evaluations of concept unlearning in text-to-image (T2I) diffusion models primarily rely on attack success rates obtained through automated adversarial prompt search. However, these metrics provide only empirical evidence over a finite set of queries and leave residual leakage over the broader prompt space largely unquantified. This limitation can lead to overestimating unlearning effectiveness and underestimating safety risks. To address this gap, we introduce a novel certification framework for T2I concept unlearning that provides high-confidence guarantees with bounded error on residual concept leakage. Our approach combines statistical certification with worst-case analysis along concept-relevant embedding directions to derive explicit upper bounds on leakage probability under user-specified confidence levels. We evaluate our framework across three major concept categories namely NSFW content, artistic styles, and celebrity identities, and six state-of-the-art unlearning methods. Certified leakage bounds consistently exceed standard attack success rates by 16.2%, uncovering substantial residual risks missed by existing evaluation protocols. Crucially, our results demonstrate that empirical attack-based evaluations can significantly underestimate residual leakage and establish certification as a necessary complement for reliable auditing of concept unlearning in T2I diffusion models.

Thu 10 SeptMachine Learning
The gist
When computers learn to create images from text, sometimes they are taught to forget or unlearn certain ideas, like unsafe content or famous faces. The usual tests only check a few examples and might miss hidden remnants of these ideas. The authors created a way to give strong guarantees that the computer really forgot what it was supposed to, by carefully measuring the chances that unwanted content still appears. Their method found hidden risks that older tests missed, showing it’s important to use their certification to truly check safety.
Open 2609.12163v1

Large language models struggle to undo news framing changes

Recognizing Is Not Reversing: A Controlled Inversion Test of Fact-Preserving News Framing

Abstract: Large language models (LLMs) are increasingly used to analyze and rewrite news, yet current framing studies mainly evaluate generation, detection, or whether rewritten text appears more neutral. They do not directly show whether a model can undo a known framing transformation while keeping the facts fixed. We introduce a controlled inversion test over three established textual realizations of framing: evaluative lexis, agency realization, and information salience. Across 60 news articles and three intervention strengths, this yields 540 paired variants with preserved atomic facts and recorded edits. Across Qwen, DeepSeek, and Kimi, factual preservation remains near 0.84, whereas intervention reversal is 0.044--0.068. Even when both framing type and direction are recognized correctly, pooled reversal reaches 0.071. These results reveal a clear separation between factual fidelity, framing recognition, and framing inversion: recognizing how an article is framed does not imply that the framing can be undone.

Thu 10 SeptComputation and LanguageArtificial Intelligence
The gist
It is possible for language programs to recognize how news articles are framed, but this study shows they cannot easily reverse those framing changes without altering facts. The researchers tested three types of common framing changes on 60 news stories, creating pairs of articles where the facts stayed the same but the framing shifted. While the programs kept the facts mostly intact, they were very poor at undoing the changes in framing. This means just understanding a bias or frame in text does not mean the program can remove it cleanly.
Open 2609.11769v1

SIRF improves industrial content risk control with faster high precision decisions

SIRF: A Spec-Internalized Risk Foundation Model for Industrial Content Risk Control

Abstract: For industrial content risk control, the real deployment constraint is not average accuracy but how much risk can be auto-handled under high precision and second-level latency. We present SIRF (Spec-Internalized Risk Foundation Model), which internalizes a platform's complex policies, synthesized without additional human annotation via EntiGraph, MAGA rewriting and account-level chain-of-thought (CoT), into the weights via continued pretraining (CPT), so rules are applied at high precision under an ultra-low-latency, verdict-only deployment. A controlled same-source comparison (Qwen3-8B-SFT vs. SIRF-8B-SFT, identical policy injection and verdict-only output form, differing only in policy-grounded CPT) attributes the gain to internalization: SIRF-8B-SFT reaches 71.3% Black Recall@P95, +15.1pp over the baseline, using only ~70M CPT tokens without harming general ability, and among included, logprob-available models under this interface it matches or exceeds far larger systems. SIRF is deployed as a tree-model adjudication layer (20% more mis-penalized samples recovered) and transfers to a freezing scenario at low cost (~70% relative mis-penalization reduction).

Thu 10 SeptArtificial IntelligenceComputation and LanguageMachine Learning
The gist
Controlling risky online content in industries requires very accurate and fast decisions, not just good average results. The authors created SIRF, a system that learns complex policies directly inside its model by training on specially processed data without extra human labeling. This internal knowledge helps SIRF make precise decisions quickly with less delay, outperforming a similar baseline. It is already used to improve decision-making layers and reduce unnecessary penalties in content management.
Open 2609.11752v1

Large language models produce noisy translations cleaned by new benchmark

TransClean: A Benchmark for Detecting and Extracting Clean Translations from Large Language Model Outputs

Abstract: Large language models (LLMs) are increasingly used for machine translation, yet their outputs often contain additional text beyond the translation itself, such as language labels, explanations or bilingual repetitions, which we term translation noise. Despite its prevalence, this problem lacks dedicated benchmarks and systematic study. We analyze over 790,000 translation outputs from 12 LLMs across 22 language pairs (LPs) and identify 12 recurring noise patterns, which we group into formatting and content noise. Building on the observed patterns, we construct TransClean, a controlled benchmark of 9,900 pairs of noisy and clean translation outputs, comprising 8,800 synthetically generated instances and 1,100 manually curated authentic instances. We evaluate two extraction approaches on the TransClean benchmark: 1) a span-based extraction method leveraging translation quality estimation models for span detection, and 2) an LLM-based extraction method that prompts an LLM to isolate the translation. Our benchmark and analysis provide the first systematic framework to evaluate and improve the cleanliness of LLM translation outputs.

Thu 10 SeptComputation and Language
The gist
Sometimes when large language models translate text, they add extra words like labels or repeated phrases that aren’t part of the actual translation. The authors studied many examples of these noisy translations and found common patterns of this extra text. They created TransClean, a dataset to help test methods that can automatically remove the unwanted parts and keep only the clean translation. They also compared two ways to extract the clean translations: one that detects important parts using quality estimates and another that asks a language model to find the right text.
Open 2609.11399v1

HalDetect detects visual hallucination in images with QLoRA fine tuning

HALDETECT at ImageEval 2026 Shared Tasks: Answer-First Contrastive Grounding with QLoRA

Abstract: Large multimodal models tend to hallucinate visual detail fluently, which limits their deployment for fine-grained interpretation. We present HALDETECT, our system for the English hallucination-detection track (Task 1b) of ImageEval 2026, in which a system must identify, from an image and three culturally plausible statements, the single visually grounded one. We frame the item as one contrastive decision, emit the answer before its explanation, and structure reasoning around colour/texture, shape/form, and context. Our best submitted adapter fine-tunes Qwen2.5-VL-7B-Instruct with 4-bit QLoRA while freezing the vision encoder and reaches Contrastive Instability (CI) 0.035 on the 1,000-item test set; we placed third of eight teams. Development experiments show that answer order can matter more than model scale and that adaptation beats prompting alone. Retrospective paired analysis of the released gold labels confirms the QLoRA gain over the best prompt but not the small gap between the devtest-selected and best-test adapters, and reseeding all four training sizes shows that the apparent data-scaling curve does not survive a seed change. The 35 residual errors are culturally plausible function, material, and recognition distinctions; naive adapter voting does not help.

Thu 10 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Some large AI models can mistakenly add details that aren't really in an image, which can cause problems when interpreting pictures. The authors created HALDETECT to pick out the one true statement about an image from three options that all seem believable but only one is visually accurate. They improve how the model learns by focusing on contrast between choices, giving the answer first, and fine-tuning a language-vision model with a technique called QLoRA. Their system performed well in a competition, ranking third among eight teams. They also found that how the answer is ordered can affect results more than making the model bigger.
Open 2609.11236v1

Ensemble method improves model identification for synthetic images

A Multi-View and Confusion-Guided Ensemble Framework for Robust Synthetic Image Attribution

Abstract: Synthetic image attribution (SIA) has become increasingly important with the rapid advancement of text-to-image generation models. However, accurately identifying the source model of a generated image remains challenging due to the growing similarity among modern diffusion-based generators and the presence of diverse post-processing operations. In this report, we present a multi-view and confusion-guided ensemble framework for the Synthetic Image Attribution Challenge of the DLMMDD Workshop at ICANN 2026. Our approach integrates multiple complementary architectures, including FFT-ConvNeXt, DINOv2, CLIP, and Xception, to capture diverse attribution cues from frequency, semantic, and forensic perspectives. To improve robustness against unknown degradations and image manipulations, extensive data augmentation strategies are employed during training, simulating realistic post-processing operations such as compression, resizing, grayscale conversion, and blur. Furthermore, we analyze the confusion patterns of the ensemble model and observe severe ambiguity between Stable Diffusion 3 and Stable Diffusion 3.5. To address this issue, we introduce a dedicated binary expert classifier that is selectively activated under low-confidence conditions. We additionally apply class-adaptive confidence calibration to improve the discrimination of challenging classes such as Tencent Hunyuan. The proposed framework achieved 99.53% on the public leaderboard and 99.20% on the private leaderboard. The source code and implementation details are publicly available at https://github.com/ZOMIN28/SIA.

Thu 10 SeptComputer Vision and Pattern Recognition
The gist
Identifying which AI model created a synthetic image is hard because many modern image generators produce very similar images and these images can be edited afterward. The authors combined several different techniques that look at images in multiple ways, such as their frequency patterns and semantic content, to catch unique clues. They also trained their system to handle common changes like resizing or blurring. When their system was unsure, it used a special focused classifier to tell closely related image models apart. This approach worked really well in a competition, achieving over 99% accuracy.
Open 2609.11188v1

Model fragility varies widely in recursive training collapse scenarios

A Fragility Spectrum for Recursive Language-Model Training

Abstract: Model-generated text is finding its way back into training corpora, and there is plenty of evidence that training on such data over and over collapses output diversity. Prior work has studied the phenomenon itself: which protocols and which data mixtures cause collapse. But different models behave very differently under the same process. We fix one recursive contamination protocol and let 13 publicly released checkpoints form an ecosystem that shares a common corpus for five generations. The unique 4-gram outcome after five generations ranges from 0.187 to 0.940 across checkpoints, a roughly five-fold spread: some models are barely touched, others degenerate into repetitive fragments. Changing the composition of the shared pool or mixing in human text keeps the Spearman correlation of the ordering at 0.91--0.97, and changing the random seed keeps it at 0.93--0.98. Whether a model collapses easily under recursive training is, then, a property of the checkpoint itself, and one that has gone largely unexamined. Parameter scale alone does not explain it, since a three-size ladder within one family is not monotonic in size, and none of the static indicators we tested predicts it either. What does work is cheap: let a model iterate on its own output for two or three generations, and its fragility in the larger ecosystem can be inferred from that alone. Collapse speed also responds to intervention. Tightening top-p, which cuts the low-probability tail at generation time, nearly stops collapse within three generations and stabilizes six checkpoints spanning the whole spectrum together, while data-side filtering slows collapse without stopping it.

Thu 10 SeptComputation and LanguageArtificial IntelligenceMachine Learning
The gist
Sometimes AI language models train on text they or similar models generated before, which can make their future text less varied and repetitive. The authors show that some models are very fragile and quickly fall into repetitive patterns, while others barely change, even when trained the same way repeatedly. This difference depends on the specific model checkpoint and can’t be predicted by usual measures like size. However, by letting a model generate text for a few rounds, you can tell if it’s fragile. Adjusting how the model generates text or filtering the data can slow or almost stop this collapse.
Open 2609.11149v1

Unsupervised methods reveal hidden disinformation narratives in text datasets

From Repetition to Recognition: Inductive Discovery of Disinformation Narratives

Abstract: In disinformation datasets, narratives are often understood as recurring interpretive patterns that group texts under narrative labels. Recent work formalized narrative mining as inductively inferring narrative labels from corpora, but its evaluation stays tied to predefined taxonomies, a closed-world setting that cannot capture narratives absent from the reference labels. We introduce a three-tier evaluation framework for unsupervised narrative label generation: recovery (against a corpus's own taxonomy), mining (against external label sets), and discovery (without predefined labels). Applying it, we compare clustering-based and graph-community-based pipelines across seven disinformation datasets, with human validation of discovery on two. The two families are complementary under automated metrics, but in a corpus with two prominent topics, clustering can reduce one topic to 2% of generated labels while graph-based pipelines stay balanced. Discovery validation also reveals many singletons (narrative labels derived from single claims, 30-62% of graph outputs), which clustering cannot produce. Annotators confirm many as recognizable disinformation narratives, suggesting that in open-world discovery the repetition assumed by narrative mining may be recognized outside the corpus, not within it. We release human-validated narrative candidate labels for the Climate Obstruction and PolyNarrative datasets to support taxonomy development and dataset extension.

Thu 10 SeptComputation and Language
The gist
Disinformation often spreads through repeated stories or themes called narratives. The authors studied how to automatically find these narratives without relying on existing lists or labels. They tested methods that group texts by similarity or connections between ideas on multiple datasets. Their findings show that some methods better find balanced sets of narratives, including rare stories that others miss. This can help catch misleading information patterns people might not know yet.
Open 2609.11128v1

Noise in text causes large language models to overestimate social bias

When Noise Fabricates Bias: The Fragility of LLM-as-a-Judge Bias Measurement under Noisy Text

Abstract: Large language models are increasingly used as judges to measure social bias in text, yet the passages they judge are often noisy, containing typos, informal spelling, and broken punctuation. The consequences of such surface noise for social bias measurement remain unclear. To investigate this question, we apply five realistic noise conditions at multiple intensity levels to 3,822 stereotype-related responses and compare the resulting bias judgments with those on the original text. We find that such surface noise does not degrade bias measurement symmetrically: it is far more likely to turn neutral judgments into biased ones than biased judgments into neutral ones, by up to a 120x margin. We further observe two non-obvious effects across four LLM judges: in the most fragile judge the distortion is at its purest at mild, realistic noise levels, where erasure is scarcest, and as judges grow robust it attenuates toward parity rather than reversing. Bias measured on noisy text is therefore systematically overestimated, most in the categories that matter most for fairness.

Thu 10 SeptComputation and LanguageMachine Learning
The gist
Large language models (LLMs) are often used to judge social bias in written text. This study found that when the text contains errors like typos or bad punctuation, the models are much more likely to think neutral text is biased, rather than missing bias in clearly biased text. This means that bias measurements from noisy text tend to be exaggerated. The researchers tested different levels of noise and found mild noise causes the most distortion in bias judgments.
Open 2609.11067v1

Enriching text structure does not improve coherence detection accuracy

Does Linguistic Structure Enrichment Enhance Coherence Assessment? Not With Current Architectures

Abstract: Recent advances in large language models have transformed human-computer interaction. Despite their fluency, these models often produce texts that are grammatically correct but semantically incoherent, containing contradictions or disruptions in logical flow. This work investigates whether enriching text with syntactic and rhetorical information can improve incoherence prediction. Our experiments and analysis show that plain texts achieved higher accuracy because the added information was structurally and syntactically incompatible with the language model's architecture. Additionally, to demonstrate the practical importance of coherence assessment, we performed zero-shot experiments on a Brazilian disinformation dataset, suggesting that textual coherence can serve as a proxy for detecting misleading content. Code and models are available at https://github.com/ittozzamV/cohereclassifier.

Wed 9 SeptComputation and LanguageArtificial Intelligence
The gist
Sometimes, computer programs that write sentences can make grammatically correct but confusing or contradictory text. This paper finds that adding extra information about sentence structure and storytelling connections does not help current models detect when text is incoherent. In fact, using only plain text worked better because the extra structural information didn't fit well with how these models work. They also showed that checking how coherent a text is might help spot misleading or false information in online content.
Open 2609.10893v1

Small and large AI models combined to detect visual text errors

Two-Token Features and Small-Large Ensembles for VLM Hallucination Detection

Abstract: We present our system for the SHROOM-Visions 2026 shared task on character-level VLM hallucination detection. A small ($4$B-parameter) VLM is fine-tuned as a per-token classifier reading a two-token feature from its own hidden states, and is ensembled with a $\sim$400B zero-shot VLM judge at prediction time. Both components see off-the-shelf OCR of any visible in-image text. We use synthetic hallucination data generated by the large model as a source of ensemble diversity, and use validation to select feature layer, training data and OCR grounding. Our official entry reaches mean Cor $0.487$ / Cor-lbl $0.387$ on the hidden test set, placing $6$th/$28$ (EN), $6$th/$21$ (FR), $8$th/$21$ (IT) and $7$th/$22$ (ZH) on the task's primary Cor-lbl metric.

Wed 9 SeptComputation and Language
The gist
Sometimes AI that looks at pictures and reads text can make up information that isn’t there, called hallucination. The authors made a system that uses a small AI spot-checking one piece of text at a time, plus a big AI that judges the whole thing without retraining. They combined these two to better detect when the AI is making up text in images. Their method worked well in a competition testing multiple languages.
Open 2609.10244v1

CapQuiz improves evaluation of video captions with multiple-choice tests

Putting Captions to the Test: Evaluating Video Caption Quality through Multiple-Choice Question Answering

Abstract: Evaluating video captioning remains a critical challenge for Visual Large Language Models (VLLMs). Existing metrics primarily rely on matching generated text against ground-truth references. This paradigm suffers from the ``one-to-many'' nature of video description, where high-quality captions are often penalized for lexical mismatches or valid shifts in visual focus. Furthermore, such assessments are typically one-dimensional, failing to provide a fine-grained analysis of caption quality. To address this, we redefine caption quality through the lens of information fidelity: A caption must maximize the coverage of salient visual information while ensuring strict factuality. We introduce CapQuiz, a novel reference-free benchmark that assesses captions based on their utility in answering human-verified, fine-grained, multiple-choice questions derived from the video. CapQuiz features a hierarchical taxonomy of 10 question types (spanning Descriptive and Inferential categories) across 24 diverse video domains. Extensive experiments demonstrate that CapQuiz correlates significantly better with human judgments than existing metrics and offers interpretable insights into model performance.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Video captions are hard to judge because many good captions describe the same video differently. The authors created CapQuiz, a new way to evaluate captions by checking if they help answer multiple-choice questions about the video. These questions cover different types and topics, and do not rely on comparing captions to fixed references. This approach gives better agreement with human judgment and shows where captioning models do well or struggle.
Open 2609.09973v1

Video hallucination detectors show limited reliability across tasks

Can We Trust Video Hallucination Detectors? VidHalLoc for Evaluating the Evaluators

Abstract: Video-language models and video agents can produce hallucinations that conflict with spatiotemporal evidence. Existing benchmarks mainly evaluate model hallucinations, and heterogeneous mechanisms make detector reliability difficult to compare. We introduce VidHalLoc, a benchmark that evaluates hallucination detection methods under a unified diagnostic evaluation protocol using 2,000 adversarial hallucination samples across Video Question Answering and Video Captioning tasks, spanning Ontology and Dynamic hallucination categories. To construct VidHalLoc efficiently, we introduce VideoHALO, a Harness Engineering-informed multi-agent workflow that decomposes data construction into four executable stages supported by a memory system and a communication protocol. Evaluation of fifteen methods reveals that the four dedicated detectors peak at an Overall accuracy of only 34.63%, indicating limited reliability across video hallucination types [Dataset Repository: https://huggingface.co/datasets/wesfggfd/VidHalLoc].

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Video-language models sometimes imagine things that don't really appear in the video, and detecting these errors is important. The authors created a new test called VidHalLoc to check how well different detectors find these mistakes in tasks like answering questions about videos or creating video captions. They built this test with a special process called VideoHALO to generate tricky examples efficiently. Their study found that even the best detectors only got about one-third of the cases right, showing current tools are not very reliable at spotting these video hallucinations.
Open 2609.09895v1

Llms used for fact checking rely more on memory than evidence

Evaluating and Improving Evidence-Grounded Fact-Checking in LLMs via Multi-Round Evidence Ablation

Abstract: Automatic fact-checking systems assess the veracity of claims given evidence from relevant documents. Large Language Models (LLMs) have demonstrated strong performance in fact-checking due to their general reasoning capabilities. However, it remains unclear whether they faithfully make use of the evidence provided to reach veracity judgments or rely on parametric knowledge. To investigate this, we introduce Fact-Ablated Evaluation (FAE), a new evaluation framework that iteratively ablates the cited evidence to assess whether LLMs revise their predictions accordingly. Our empirical results show that current off-the-shelf LLMs as fact-checking systems rely more on their parametric knowledge than on the evidence provided. To bridge this gap between prediction accuracy and evidence grounding, we propose REAL (Rigorous Evidence Ablation Learning), a training framework that promotes evidence-dependent verification through counterfactual evidence supervision for the LLM-as-verifier models. Experiments on four fact-checking datasets across different domains demonstrate that models trained with REAL obtain superior evidence-dependent capabilities compared to standard fine-tuned models. Our findings highlight that strong fact-checking performance can still coexist with weak evidence dependency, while REAL encourages veracity predictions to remain more closely tied to the availability of supporting evidence.

Tue 8 SeptComputation and LanguageArtificial IntelligenceInformation Retrieval
The gist
Fact-checking systems aim to verify claims using evidence, but it is unclear if large language models (LLMs) actually use that evidence or just rely on what they already know. The authors created a test called Fact-Ablated Evaluation that gradually removes pieces of evidence to see if LLMs change their answers. They found that many LLMs tend to ignore the evidence and depend mostly on their stored knowledge. To fix this, they introduced a training method called REAL to teach LLMs to pay closer attention to the evidence when verifying facts. Their experiments show this method helps models rely more on provided evidence while still making accurate judgments.
Open 2609.08943v1

Large language models show different social values across languages

Same Values, Different Languages? From Multilingual Probing to Steering LLMs Toward Chinese Social Values

Abstract: As Large Language Models (LLMs) are increasingly integrated into human society, aligning them with pluralistic social values has become a critical priority. However, whether LLMs exhibit consistent value preferences across languages remains underexplored, particularly for culturally grounded values, which are more abstract and difficult to evaluate and align than safety-centric principles. We investigate this issue through Chinese Social Values (CSV), a value system rooted in Chinese culture and comprising $12$ dimensions across national, societal, and personal levels. We construct C-Voices, the first comprehensive multilingual contrastive probe dataset for CSV, with 86,400 dilemma-based instances in six languages, each pairing a CSV-aligned action with a value-conflicting alternative. Building on the contrastive probes of C-Voices, we then propose a fine-tuning-free value vector steering method that derives value directions from hidden-state discrepancies and selectively intervenes on value-sensitive layers during inference. Experiments on six languages show that CSV-oriented preferences are model-dependent and language-sensitive, with the same dilemma eliciting divergent responses across languages. Our method achieves effective CSV steering, supports cross-lingual transfer of value vectors, and generalizes to existing FLAMES and ValuePrism.

Tue 8 SeptComputation and LanguageArtificial Intelligence
The gist
Large language models (LLMs) need to align with social values to work well in society. This paper shows that LLMs do not always prefer the same social values when responding in different languages, especially for Chinese cultural values. The authors created a big dataset to test these values in six languages and developed a method to adjust models towards Chinese social values without extra training. Their approach can transfer value adjustments across languages and to other value systems.
Open 2609.08515v1

Evidence aligned verification improves detecting hallucinated facts in AI outputs

Evidence-Aligned Entity Verification for Hallucination Detection in Retrieval-Augmented Generation

Abstract: Hallucination detection is crucial for large language models (LLMs), as hallucinated content creates significant barriers in applications requiring factual accuracy. Current detection methods mainly depend on internal signals like uncertainty and self-consistency checks, using the model's pre-trained knowledge to identify unreliable outputs. However, pre-trained knowledge may become outdated and has coverage limitations, especially for specialized or recent information. To address these limitations, retrieval-augmented generation (RAG) has emerged as a promising solution by retrieving relevant evidence at inference time, grounding outputs beyond the model's parametric knowledge. In this paper, we target a critical and practical learning problem RAG-based hallucination detection (RHD), where RAG is employed to enhance hallucination detection by addressing information updating challenges. To address RHD, we propose a novel method Evidence-Aligned Entity Verification (EAEV), which detects entity-level hallucinations by leveraging RAG to align generated entities with retrieved evidence contexts. Specifically, EAEV evaluates entity-evidence alignment through three complementary dimensions and introduces counterfactual stability analysis to ensure robust alignments under evidence perturbations. Experiments across multiple RAG benchmarks demonstrate that EAEV achieves consistent improvements over existing methods with strong generalization capabilities.

Tue 8 SeptArtificial IntelligenceInformation Retrieval
The gist
Large language models sometimes make things up, which is a big problem for using them in tasks needing true facts. The authors show that checking facts against up-to-date evidence retrieved during the model’s response can improve spotting these made-up details. They introduce a new method that aligns named things in the model’s answers with external evidence and tests how stable these alignments are. Their approach works better than earlier ones across several tests and is good at handling new or niche information.
Open 2609.08267v1

Video prompt inversion benchmark reveals current model limitations

VI-Bench: Benchmarking Prompt Inversion from AIGC Videos

Abstract: Recent advances in video generation have made prompt-based control increasingly central to AIGC video generation. Prompts specify what a video should depict and how it should be represented, controlling factors such as visual style or camera behavior. Understanding this recoverability is important both for creative reuse and editing, and for assessing prompt leakage risks. However, existing video understanding benchmarks do not measure this capability: a caption may describe what is visible, but a replayable prompt must recover the generation-relevant controls needed to reproduce the video. To address this gap, we introduce VI-Bench, a benchmark built from 16.1 million real-user prompts and 900 human-verified AIGC videos. VI-Bench spans three progressively harder settings, namely single-shot semantic grounding, control over style and camera behavior, and multi-shot compositional inversion, and evaluates five generation-critical dimensions: subject, action, scene, style, and camera. We evaluate 18 representative VLMs, including 2 proprietary and 16 open-source models on VI-Bench, using an Inversion Score that measures prompt-level alignment with the original prompt and video-level fidelity of the regenerated video. The results reveal substantial limitations: even the strongest model achieves only 0.632 on Inversion Score, performance degrades sharply as samples require richer control and multi-shot reasoning, and models often produce plausible prompts whose regenerated videos deviate from the reference. These findings show that video prompt inversion is a distinct and under-evaluated capability requiring models to transform visual understanding into replay-stable generative control.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Understanding the exact text prompts used to create AI-generated videos is important for editing and reusing those videos. Existing tests only check if a caption describes a video, but don’t measure if the key controls or instructions can be recovered to recreate it. The authors created a new large benchmark named VI-Bench that tests how well different AI models can reverse-engineer these prompts from videos. Their results show that even the best models struggle, especially with complex videos needing detailed control.
Open 2609.08079v1

Llm debate changes words but not persistent beliefs or quality

A Layered Analysis of Disagreement And Answer Quality in Multi-Agent LLM Debate

Abstract: Multi-agent debate, in which several LLMs exchange arguments before answering, is widely assumed to improve answer quality by surfacing genuine disagreement. That mechanism is rarely checked. We introduce four measurements: (A) the agreement a debater reports; (B) whether its reply text actually pushes back; (C) whether the position persists once the eliciting instruction is removed; and (D) for open-weight models, the stance response in the debater's own token log-probabilities. We evaluate three-model committees debating open-ended GlobalOpinionQA across 750 debates under three tones: friendly (seek common ground), neutral, and hostile (stress-test every position). (A) Tone strongly reshapes reported agreement: full agreement differs by 50.4 percentage points between the friendly and hostile endpoints. (B) A judge that reads only the reply text, never the self-report or the condition, recovers the same pattern. (C) The dissent appears partly tied to the instruction that elicited it: labels revert toward agreement 23.1 points more often after deleting the hostile instruction than under a matched re-ask that keeps it; question-weighted inference is inconclusive on first-round turns alone (p=0.0625), significant pooling all rounds (p=0.016), and only 11/28 first-round reversions also appear in the reply text. (D) Opposing arguments weaken a debater's stance margin more consistently than they shift its direction. For final answers we detect no quality gain: a bias-checked jury returns 299/299 ties (ruling out only large differences), accuracy on a verifiable control task is unchanged, and a jury without the bias check had declared debate the winner 66% of the time -- an artifact of reading order. Taken together, LLM debate readily changes what agents say, but we find much weaker evidence that it changes what they persistently endorse or improves the quality of the final answer.

Mon 7 SeptArtificial Intelligence
The gist
People often think that having multiple AI models debate each other helps find better answers by revealing true disagreements. The authors studied this by analyzing how much the models actually disagree and whether their final answers improve. They found that while debate changes what the models say, it doesn't change their deeper beliefs or make their final answers more accurate. They also showed that the way the debate is conducted, such as being friendly or hostile, affects how much disagreement appears but not the answer quality.
Open 2609.08016v1

Large language models show political bias when translating recipes

We're Cooked! - Probing LLM Political Alignment Via Conflict-Framed Recipe Translation

Abstract: Large language models (LLMs) are increasingly deployed for translation tasks, yet their implicit political positioning in such contexts remains understudied. We ask whether a single politically charged framing term, such as aggressor, enemy, neighbour, or coloniser is sufficient to trigger implicit political alignment in an otherwise apolitical task. We present a fully crossed factorial study in which eight models spanning Western, Chinese, and European origins are prompted to translate culturally attributed recipes into a target language left deliberately unspecified. Across 17 languages, four framing conditions, eight models, and 15,680 responses, we find that models do not simply decline or ask for clarification but resolve the ambiguity. Language resolution and reasoning behavior cluster meaningfully along model families: Western models hedge and deflect with vague justifications, Chinese models resolve conflicts silently, and Mistral Large emerges as a distinct profile combining high compliance with conflict-grounded reasoning. Sensitivity to framing terms is consistent across models: even subtle framing variation is sufficient to modulate behavior. Our findings urge caution when deploying LLMs for translation in conflict-adjacent contexts, where implicit political judgments may be made without any signal to the user.

Mon 7 SeptComputation and LanguageArtificial Intelligence
The gist
Large language models (LLMs) are often used to translate text, but this study shows that even small political hints can influence their translations. The researchers found that different LLMs from around the world respond differently when words with conflict meanings like 'enemy' or 'coloniser' appear in recipe translations. Some models avoid taking a side, some silently pick one, and others combine clear reasoning with compliance. This means that these AI models might make hidden political judgments when translating, without telling users.
Open 2609.07568v1

Language model guardrails reflect political censorship patterns

What a Model Refuses, a State Fears: How Authoritarian Information Control Reproduces in Language-Model Guardrails

Abstract: As large language models become the front door to political information, what they refuse to discuss becomes a new instrument of information control. We argue that a model's guardrail encodes not a universal notion of harm but the political threat model of the state that governs its developer, and we derive the expected structure of that control from the comparative study of how authoritarian regimes censor. Across ten models and three languages, Chinese guardrails carry its signatures: they answer to the developer's own regime, refusing identical collective-action prompts far more when a prompt names China than a foreign state; within politics they target the capacity to coordinate rather than dissent, declining even to help organize pro-government mobilization; and their strictness is porous, collapsing under adversarial paraphrase, so that the models most resistant to attack are Western frontier systems, not the strictest refusers. Machine censorship thus reproduces the friction-based logic of prior-era information control while, lacking a censor's case-by-case judgment, proving blunter than the bureaucracy it resembles---so that audits which measure refusal directly overstate how controlled a model actually is.

Mon 7 SeptComputers and Society
The gist
Big language models used to get political information refuse to talk about certain topics, but what they avoid depends on the country that made them. The authors found that models made in China avoid talking about issues inside China more than those involving other countries. These models try to block people from organizing protests but may still allow other political discussions. However, clever rephrasing can get around these restrictions, making the models less strict than they seem. This shows that the way these models filter information mimics how governments control information, but in a simpler and less flexible way.
Open 2609.07507v1

Visual anchors increase safety risks in video generation models

The Price of Consistency: Exploiting Visual Anchors for Multimodal Jailbreaking in Video Generation

Abstract: The rapid evolution of video generation has shifted the paradigm from pure text-driven to multi-conditional controllable generation, with reference images now widely adopted as conditional inputs to achieve superior spatiotemporal consistency. While these reference images serve as powerful visual anchors that significantly enhance controllability, their impact on safety remains largely unexplored. In this work, we reveal the visual anchoring effect: by enforcing consistency, the mechanism prevents the generated content from drifting away from the original harmful intent, thereby eliminating the model's natural safety escape route from harmful to benign content. Consequently, visual anchors inherently increase the safety risk---this is the price of consistency. Building on this insight, we propose Decoupling Intent via Visual Anchors (DIVA), a training-free multimodal jailbreak framework for video generation that exploits this vulnerability. DIVA decouples harmful intent into a static visual anchor image and a dynamic motion text prompt, and employs dual-criteria selection to balance attack stealthiness with semantic preservation. Extensive experiments across various leading commercial platforms and mainstream open-source video generation models demonstrate that DIVA achieves a substantially higher Attack Success Rate than existing text-only methods. To facilitate future research, we additionally contribute TI2VSafetyBench, the first safety benchmark for multi-conditional video generation.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
Video generation models are now controlled by reference images to keep generated videos consistent. The authors found that using these images as fixed points can actually keep harmful intentions intact, blocking the model’s ability to 'self-correct' harmful outputs. They showed how this effect can be used to trick models into producing harmful content more reliably. They also created a new benchmark to test how safe these multi-input video generators are.
Open 2609.07216v1

Persona prompts change model tone but not core biases in language models

The Illusion of Debiasing: Persona Steering Redistributes Rather Than Reduces Bias in LLMs

Abstract: Prompt-based interventions: system prompts, personas, role instructions, reliably reshape what a language model says, but it is unclear which layer they reach. Do they reconfigure internal structure, or only modulate the output channel? We use persona conditioning as a controlled probe, measuring its effects along a depth axis from self-report, through open-ended generation, to word-level parametric association, across three instruction-tuned models. We find a graded dissociation. Personas are legible but not structural: models follow single-trait instructions yet fail to reproduce human inter-trait covariance. The dissociation deepens with depth: personas hold or amplify closed-form QA bias, shift absolute tone while leaving between-group disparity unchanged, and barely perturb an already saturated associative baseline. Prompt-based steering thus operates in the output channel and has a structural reach limit that surface manipulability can mask.

Mon 7 SeptComputation and Language
The gist
People try to reduce bias in large language models (LLMs) by giving them different personas or roles in their prompts. This paper shows that while these personas can make the models sound different or express certain traits, they don't actually change the deep internal biases of the models. Instead, the personas mainly tweak the model’s final outputs without fixing persistent bias patterns. The authors measured this across various ways of testing and found that the biases inside remain even when the model talks differently.
Open 2609.07117v1

A benchmark measures safety risks in text to audio video creation

AV-SafetyBench: A Safety Benchmark for Text-to-Audio-Video Generation

Abstract: Recent text-to-audio-video (T2AV) models jointly generate video, speech, sound effects, and ambience from a single text prompt. This capability poses new challenges for safety evaluation, as unsafe content may be conveyed through the audio track or arise only when the visual and audio tracks are interpreted jointly. Existing safety benchmarks largely focus on either generated video or generated audio in isolation and are therefore not designed to capture these risks. To close this gap, we introduce AV-SafetyBench, the first safety benchmark developed specifically for T2AV generation. AV-SafetyBench comprises a four-axis, 13-category taxonomy and 5,200 manually reviewed prompts that specify visual scenes, speech, and non-speech audio. Our evaluation protocol assesses each output under three views: Full-AV, Video-Only, and Audio-Only. It then uses the Video-Only and Audio-Only judgments to assign Full-AV unsafe outputs to one of four risk sources: Video-Only, Audio-Only, AV-Both, or AV-Joint. We evaluate five open-source T2AV models and validate the automated Full-AV judgments against human annotations. Across the five models, Full-AV Unsafe Rates range from 25.1% to 49.4%. Beyond these aggregate rates, risk-source analysis reveals that, for four of the five models, Audio-Only and AV-Joint cases-unsafe outputs missed by video-only evaluation-account for 41.6-48.3% of Full-AV unsafe outputs for which a risk source could be assigned. In the Cross-Modal Harm Emergence category, AV-Joint accounts for 87.5% of unsafe outputs withan assigned risk source. Together, these findings demonstrate the value of AV-SafetyBench for evaluating T2AV safety across the visual and audio modalities and their interaction.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Text-to-audio-video (T2AV) systems create videos with sound and speech from text prompts, but it’s tricky to check if they make unsafe content. The authors made a special benchmark called AV-SafetyBench to test safety across both video and audio together, not separately. They tested five different T2AV models and found many unsafe cases would be missed if only audio or video were checked alone. Their work helps make T2AV safety testing more complete by looking at how sound and visuals combine.
Open 2609.06991v1