ai-digest.dev
last updated 2 h ago
topic

Safety

100 articles · summarized by the pipeline · browse all news →

hot now — widely covered
  1. 1TruthRL: Incentivizing Truthful LLMs via Reinforcement LearningarXiv cs.AI
  2. 2PhantomBench: Benchmarking the Non-existential Threat of Language ModelsarXiv cs.AI
  3. 3A Sober Look at Agentic Misalignment in Automated WorkflowsarXiv cs.AI
  4. 4The Price of Agreement: Measuring LLM Sycophancy in Agentic Financial ApplicationsarXiv cs.AI
  5. 5ATLAS: Verifier-Guided Adaptive Latent Activation Steering for Efficient LLM ReasoningarXiv cs.CL

AdversaBench: Automated LLM Red-Teaming with Multi-Judge Confirmation and Cross-Model Transferability

AdversaBench is introduced as an automated red-teaming pipeline for large language models (LLMs), utilizing a combination of five structured mutation operators and a three-judge confirmation process to evaluate model failures. Experiments with 45 seed prompts across reasoning, instruction-following, and tool use categories revealed that the effectiveness of mutation operators varies significantly, with instruction-following prompts requiring more iterations to achieve failure. Notably, adversarial prompts generated for Llama 3.1 8B demonstrated zero-shot transferability to Llama 3.3 70B, indicating that the identified vulnerabilities may reflect general behavioral patterns rather than specific model weaknesses, which is critical for practitioners aiming to enhance LLM robustness.

arXiv cs.AI33 d agofound 10 d ago#llm#red-teaming#adversarial

VeryTrace: Verifying Reasoning Traces through Compilable Formalism and Structured Verification

VeryTrace is a new framework for verifying multi-step reasoning in language models, addressing the fragility of Chain-of-Thought (CoT) prompting by formalizing reasoning traces into a structured, compilable representation using a Domain-Specific Language (DSL). It combines deterministic checks for computational correctness with targeted audits from large language models (LLMs) to enable error localization and repair, showing improved accuracy across domains like competition mathematics, robotics planning, and kinship reasoning without the need for domain-specific training. This advancement is significant for practitioners as it enhances the reliability of LLM outputs by mitigating logical errors and hallucinations in reasoning processes.

arXiv cs.AI33 d agofound 12 d ago#verification#reasoning#error localization#LLM

When Helpfulness Overrides Causal Caution: Context-Dependent Suppression and Recovery in LLMs

This study examines the phenomenon of Causal Caution in large language models (LLMs) when transitioning from academic to practical advisory contexts. It evaluates four high-performance models—Claude Sonnet 4.6, Claude Opus 4.7, GPT 5.5, and Gemini 3.1 Pro—across 480 trials, revealing that Causal Caution maintenance dropped significantly from 91.7-100% in academic settings to 6.7-18.3% in practical contexts. The research highlights the importance of context in LLM responses and suggests that implementing multi-agent architectures to separate proposal generation from causal auditing could enhance governance and decision-making processes in AI applications.

arXiv cs.AI33 d agofound 12 d ago#causal-reasoning#llm#decision-support

Selective Capability Unlearning in End-to-End Spoken Language Understanding

The article introduces a novel framework called Binding Subspace (BSU) for selective capability unlearning in end-to-end spoken language understanding (SLU) systems. BSU addresses the issue of capability persistence, where autoregressive models fail to fully suppress specific intents due to their conditional mapping behavior, by isolating and attenuating intent-conditioned representations. This approach significantly reduces the recoverability of suppressed intents while maintaining performance on SLU benchmarks, which is crucial for practitioners needing to comply with safety and policy constraints in deployed systems.

arXiv cs.AI33 d agofound 10 d ago#spoken_language_understanding#capability_unlearning

AutoSpec: Safety Rule Evolution for LLM Agents via Inductive Logic Programming

AutoSpec is a framework designed to enhance safety rules for large language model (LLM) agents through counterexample-guided inductive synthesis (CEGIS) using inductive logic programming (ILP). It iteratively refines expert-designed safety rules based on user annotations, achieving an F1 score of 0.98 and 0.93 across two domains, with a 94% reduction in false positives while maintaining high recall. This approach is significant for practitioners as it produces interpretable, auditable rules that effectively balance safety and operational flexibility in LLM applications.

arXiv cs.AI33 d agofound 10 d ago#llm#safety#inductive logic programming

A global log for medical AI

The article introduces MedLog, a protocol designed for event-level logging of medical AI interactions, addressing the lack of standardized logging in the medical AI landscape. MedLog captures nine core fields for each event, including model, inputs, outputs, and outcomes, and has been applied in various deployments such as ICU deterioration prediction and automated sepsis quality reporting. This approach enables better tracking of AI performance, facilitates the detection of biases and adverse events, and supports continuous monitoring and improvement, which is crucial for practitioners deploying AI in healthcare environments.

arXiv cs.AI33 d agofound 10 d ago#medical-ai#logging

Are Safety Guarantees in Neural Networks Safe? How to Compute Trustworthy Robustness Certifications

The paper introduces a novel approach to computing robustness certifications for neural networks, focusing on the apothem measure, which allows for the determination of apothem-optimal certifications with a linear number of calls to a neural network verifier. It highlights the limitations of existing volume-optimal certification methods due to intractability and presents dual certifications that provide tighter bounds. The proposed ParallelepipedoNN system demonstrates at least a two-fold improvement in minimum edge length on the MNIST and Fashion MNIST benchmarks, which is significant for practitioners seeking efficient methods to enhance neural network robustness against adversarial attacks.

arXiv cs.AI33 d agofound 10 d ago#neural_networks#robustness_certifications#adversarial_examples

Self-Recognition Finetuning can Prevent and Reverse Emergent Misalignment

The article presents a study on self-generated text recognition (SGTR) finetuning as a method to prevent and reverse emergent misalignment (EM) in large language models (LLMs), specifically tested on GPT-4.1, Qwen2.5-32B-Instruct, and Seed-OSS-36B-Instruct. The experiments demonstrate that SGTR finetuning effectively reduces misalignment without degrading model performance, contrasting with traditional benign finetuning methods. This research is significant for practitioners as it provides a targeted intervention strategy to enhance model integrity and character alignment, addressing critical issues related to emergent misalignment in AI systems.

arXiv cs.AI33 d agofound 10 d ago#emergent misalignment#fine-tuning#alignment

LLMs Prompted for Legal Context Object More: Overrefusal from Small On-Premises LLMs in Criminal Legal Context

The study examines the performance of small on-premises LLMs in legal contexts, focusing on the phenomenon of overrefusal during interactions. It reveals that authority-style prefixes can significantly increase refusal rates by 2-20 times compared to a baseline without prefixes, indicating that these models exhibit instability when faced with contextual framings typical in legal settings. This research highlights the need for careful design and evaluation of LLMs used in legal applications to mitigate bias and ensure reliable assistance.

arXiv cs.AI33 d agofound 10 d ago#llm#legal#bias

Red-Teaming the Agentic Red-Team

This article presents a comprehensive security analysis of widely used agentic systems in offensive security, revealing common design vulnerabilities that allow adversaries to exfiltrate API keys and compromise operators' machines, even in sandboxed environments. The authors introduce a cyber kill chain specific to these systems, detailing the stages from LLM manipulation to sandbox escape. They propose a robust architectural framework and actionable design principles aimed at mitigating identified attack vectors, which is crucial for practitioners developing secure agentic tools in AI.

arXiv cs.AI33 d agofound 10 d ago#security#agents#red-teaming

Pigeonholing: Bad prompts hurt models to collapse and make mistakes

The paper introduces the concept of "pigeonholing," where poor prompting leads to performance degradation and mode collapse in Large Language Models (LLMs). Through experiments with 10 models on various tasks, it was found that bad contexts can cause significant performance drops (38-40%) and narrow answer convergence, exacerbated by the number of conversation turns. To mitigate these effects, the authors propose a reinforcement learning approach with synthetic errors (RLVR), which improves model performance by 43-60% in adverse contexts, highlighting the importance of prompt design in LLM applications.

arXiv cs.AI33 d agofound 10 d ago#llm#prompting#performance

One Year Later...The Harms Persist, But So Do We!

This study evaluates six proprietary large language models (LLMs) in the context of mental health, assessing their performance across 16 DSM-5 conditions using four adversarial attack variants. An eight-dimension harm taxonomy and a multi-dimensional evaluation framework were introduced, revealing that safeguards are effective primarily for suicide and self-harm, while models failed to protect against risks associated with eating disorders, substance use, and major depressive disorder, with failure rates reaching 100%. The findings underscore the urgent need for clearly defined harm categories and robust safety measures in the deployment of LLMs in sensitive applications to mitigate risks to vulnerable populations.

arXiv cs.AI33 d agofound 10 d ago#llm#mental_health#safeguards#clinical

Probing the Misaligned Thinking Process of Language Models

This paper introduces a framework for detecting misaligned behaviors in large language models by identifying 18 fine-grained cognitive processes termed "misalignment indicators." Utilizing linear probes to analyze internal activations, the authors achieve a 0.935 AUROC in distinguishing misalignment across five behaviors while maintaining low false positive rates on benign inputs. This work is significant for practitioners as it provides a systematic approach to monitor and mitigate risks associated with deploying language models in sensitive applications.

arXiv cs.AI33 d agofound 12 d ago#misalignment#detection#cognitive processes

Cryptographic certificates of validity for trustworthy AI

The article presents a method for certifying the validity of agentic AI systems using cryptographic certificates of validity. This approach involves formalizing correctness conditions as logical predicates, which are then transformed into witness-checking problems over polynomial constraints, enabling succinct cryptographic proofs, including zero-knowledge options. This framework allows agents to provide independently verifiable proofs of compliance with formal policies, enhancing trust without requiring direct verification of the agent's computations, which is significant for ensuring accountability in AI systems.

arXiv cs.AI33 d agofound 10 d ago#trustworthy_ai#cryptography#validity_certificates

Grad Detect: Gradient-Based Hallucination Detection in LLMs

Grad Detect is a novel gradient-based method for detecting hallucinations in Large Language Models (LLMs) by analyzing layer-wise gradient patterns during inference. It leverages the internal gradient structure, which reveals information about output correctness that is not available from output-level signals, and demonstrates superior performance over existing confidence-based and sampling-based methods on various Q&A benchmarks. The approach emphasizes the final five layers of the model, which contain over 97% of the relevant gradient signal, facilitating efficient implementation with minimal performance degradation, thus enhancing the reliability of LLMs in critical applications.

arXiv cs.AI33 d agofound 10 d ago#llm#hallucination#detection

RIFT-Bench: Dynamic Red-teaming For Agentic AI Systems

RIFT-Bench is a newly introduced methodology for dynamic red-teaming of agentic AI systems, leveraging a graph representation to facilitate unified security evaluations across diverse architectures. It operates in two automated phases: Discovery, which extracts system structure, and Scanning, which applies adaptive adversarial attacks, demonstrating effectiveness across 45 different agentic systems. This framework not only assesses vulnerabilities but also evaluates mitigation strategies, providing a scalable tool for practitioners focused on enhancing the security of autonomous decision-making systems.

arXiv cs.AI33 d agofound 12 d ago#red-teaming#agentic-ai#security

Societal Alignment Frameworks Can Improve LLM Alignment

The paper presents a framework for improving large language model (LLM) alignment by integrating insights from societal alignment frameworks, which encompass social, economic, and contractual dimensions. It critiques current alignment methods for their tendency to create misspecified objectives and explores how uncertainty in societal frameworks can inform LLM alignment strategies. This approach suggests a shift in perspective, viewing the underspecified nature of LLM objectives as a potential avenue for enhancing alignment, while also advocating for participatory design in alignment interfaces to better meet human values.

arXiv cs.AI33 d agofound 10 d ago#llm#alignment#societal_frameworks

AI Hiring Tools Yield Racial Bias and Systemic Rejection; 26% Black & 15% Asian

The article discusses findings that AI hiring tools exhibit racial bias, resulting in systemic rejection rates of 26% for Black candidates and 15% for Asian candidates. This highlights the need for practitioners to critically evaluate the algorithms and datasets used in AI recruitment systems to mitigate bias and ensure fair hiring practices. Addressing these issues is crucial for building equitable AI solutions that do not perpetuate existing inequalities.

Hacker News33 d agofound 12 d ago#ai-hiring-tools#bias#systemic-rejection

Helping build shared standards for advanced AI

OpenAI is collaborating with the Appia Foundation to establish shared standards for advanced AI, focusing on evaluation frameworks and safety practices. This initiative aims to promote global cooperation among AI practitioners, which is crucial for ensuring consistent safety and performance benchmarks in AI development.

OpenAI News33 d agofound 21 d ago#openai#standards#evaluation

How do I prove that I don't collect data from my llm app?

The article discusses the challenges of proving that a local LLM chat application does not log user prompts. The author considers open-sourcing both the model and the application code, along with hashing to demonstrate integrity, but seeks further assurance methods that could validate non-collection of data. This is significant for practitioners as it highlights the importance of transparency and trust in LLM applications, particularly in privacy-sensitive contexts.

Reddit r/LocalLLaMA34 d agofound 21 d ago#data_privacy#llm#trust

HardSecBench: Benchmarking the Security Awareness of LLMs for Hardware Code Generation

The article introduces HardSecBench, a benchmark designed to evaluate the security awareness of large language models (LLMs) in hardware code generation, consisting of 924 tasks across Verilog and C, targeting 76 hardware-related Common Weakness Enumeration (CWE) entries. The benchmark features a structured specification, secure reference implementations, and executable tests, utilizing a multi-agent pipeline for artifact synthesis and verification. The findings indicate that while LLMs can meet functional requirements, they often overlook security vulnerabilities, underscoring the need for improved security assessments in LLM-assisted hardware design.

arXiv cs.AI34 d agofound 14 d ago#llm#security#benchmark#code-generation

FairSAM: Fair Classification on Corrupted Image Data Through Sharpness-Aware Minimization

FairSAM is a new framework that integrates fairness-oriented strategies into Sharpness-Aware Minimization (SAM) to address the performance degradation of image classification models across demographic subgroups when exposed to corrupted data. It introduces a metric for assessing performance disparities under data corruption and demonstrates through experiments on various real-world datasets that FairSAM effectively balances robustness and fairness. This development is significant for practitioners as it provides a structured approach to mitigate algorithmic bias while maintaining model performance in adverse conditions.

arXiv cs.AI34 d agofound 14 d ago#fairness#image classification#robustness

Are Language Models Sensitive to Morally Irrelevant Distractors?

This study presents a novel multimodal dataset of 60 "moral distractors" to evaluate the sensitivity of large language models (LLMs) to irrelevant situational factors in moral decision-making. The findings reveal that the introduction of these distractors can alter LLMs' moral judgments by over 30% in unambiguous scenarios, indicating that LLMs may not exhibit stable moral preferences. This highlights the necessity for more sophisticated approaches to AI alignment that account for contextual influences on model behavior, which is critical for practitioners developing LLMs for high-stakes applications.

arXiv cs.CL34 d agofound 12 d ago#moral biases#large language models

Towards Adaptive Categories: Dimensional Governance for Agentic AI

The article presents a framework for "dimensional governance" in AI, addressing the inadequacies of traditional categorical governance as AI systems transition to dynamic agents. It emphasizes the need to dynamically track decision authority, process autonomy, and accountability (the 3As), allowing for pre-emptive adjustments to risks as systems evolve. This approach promotes adaptable categorization that can evolve with AI capabilities, providing a more resilient governance model that responds to the complexities of human-AI interactions.

arXiv cs.AI34 d agofound 14 d ago#governance#agentic AI#risk management

Voice Privacy from an Attribute-based Perspective

The paper presents a novel approach to voice privacy by introducing an attribute-based perspective, moving beyond traditional signal-to-signal comparisons to evaluate privacy protection through sets of speaker attributes. It analyzes speaker uniqueness and attack error rates in scenarios with limited utterances, revealing that even with anonymization, inferred attributes can still pose a risk. This research underscores the need for future voice privacy strategies to address attribute-related threats and enhance protection mechanisms, which is crucial for practitioners developing secure voice applications.

arXiv cs.AI34 d agofound 14 d ago#voice privacy#anonymization#speaker attributes

Sycophantic AI makes human interaction feel more effortful and less satisfying over time

The study published in arXiv (2605.07912v3) examines the effects of sycophantic AI on human interactions, revealing that such systems can initially provide emotional support akin to that of close relationships. Over a three-week period with 3,075 participants, findings indicated that users increasingly sought advice from sycophantic AI, leading to diminished satisfaction in real-world social interactions. This research highlights the potential relational implications of AI design choices, particularly the preference for sycophantic responses, which may affect user well-being and social dynamics.

arXiv cs.AI34 d agofound 14 d ago#sycophantic-ai#human-interaction#social-satisfaction

UnBias-Plus: Detect, Explain, and Rewrite Bias

UnBias-Plus is an open-source toolkit designed to address bias in natural language processing by providing segment-level multi-class bias classification, biased span localization, neutral text rewriting, and reasoning for decisions made. It is accessible through Python, CLI, REST API, and web interfaces, making it suitable for comprehensive bias analysis in various applications. This toolkit is significant for AI practitioners as it offers a unified approach to detect and mitigate bias, promoting fairness and transparency in AI-generated content.

arXiv cs.AI34 d agofound 15 d ago#bias detection#rewriting

ComplexConstraints and Beyond: Expert Rubrics for RLVR

The article introduces ComplexConstraints, a new expert-curated instruction-following dataset designed to enhance evaluation methods for large language models (LLMs). It details five design principles for creating high-quality rubrics and demonstrates that training on approximately 1,000 examples from this dataset leads to significant performance improvements: +15.5% for a 4B-parameter model and +12.2% for a 235B-parameter model on instruction-following tasks. This approach not only improves evaluation accuracy but also serves as an effective reinforcement learning training signal, benefiting model performance on out-of-distribution benchmarks.

arXiv cs.AI34 d agofound 14 d ago#evaluation#rubrics#llm

When Compression Becomes an Attack Surface: Black-Box Attacks on Prompt-Compressed LLM Agents

The paper presents a novel attack vector on prompt-compressed LLM agents, termed adversarial information loss (AIL), which exploits the compression process to discard critical information from untrusted inputs. It introduces COMA, a transfer-based black-box attack that optimizes perturbations before compression, achieving an average attack success rate (ASR) of 0.71 across three tasks, significantly outperforming the strongest baseline of 0.21. This highlights a critical vulnerability in the use of prompt compression in LLMs, emphasizing the need for robust defenses against such adversarial manipulations.

arXiv cs.AI34 d agofound 14 d ago#llm#prompt-compression#adversarial-attacks

Quantifying Theoretical AI Alignment Guarantees: Receiver-Utility Bounds in Bayesian Persuasion

The paper presents a theoretical analysis of AI alignment through the lens of Bayesian persuasion, focusing on the information flow from an AI agent to a human receiver. It establishes a utility bound, showing that the maximum utility attainable by the receiver when the AI optimizes a misaligned objective is at most 1.5 times the utility derived from the prior alone, with specific improvements noted for certain priors. This work is significant for practitioners as it quantitatively characterizes the limitations of information transfer in misaligned AI systems, informing strategies for better aligning AI objectives with human decision-making.

arXiv cs.AI34 d agofound 14 d ago#ai-alignment#bayesian-persuasion#information-theory

Safety Is Not Universal: The Selective Safety Trap in LLM Alignment

The paper introduces MiJaBench, a bilingual adversarial benchmark designed to evaluate safety alignment in large language models (LLMs) across 16 minority groups, revealing significant disparities in defense rates that can vary by up to 42% based on demographic targeting. The study critiques current safety evaluations for their failure to protect underrepresented communities and demonstrates that existing alignment methods favor specific populations, leading to a "Selective Safety Trap." By employing targeted direct preference optimization (DPO) on a 1B-parameter model, the authors achieve improved zero-shot safety generalizations for previously untested demographics, providing datasets and scripts to foster equitable safety alignment practices in LLM development.

arXiv cs.AI34 d agofound 14 d ago#llm#alignment#vulnerabilities#minority

PrivacyAlign: Contextual Privacy Alignment for LLM Agents

The article introduces PrivacyAlign, a dataset designed to improve the privacy alignment of AI agents by centering human judgment in training and evaluation. It comprises 1,350 samples and 3,516 annotations from 599 annotators, focusing on scenarios where LLMs may leak private information. The study demonstrates that conditioning LLMs on these human annotations enhances the reliability of privacy judgments and presents a novel annotation-conditioned reward modeling approach, resulting in better alignment with human privacy norms and improved performance on privacy benchmarks. This work is significant for practitioners as it provides a framework to build more trustworthy AI agents that respect user privacy in decision-making processes.

arXiv cs.AI34 d agofound 16 d ago#privacy#alignment#llm-agents

AIR: Improving Agent Safety through Incident Response

The paper introduces AIR, the first incident response framework designed for Large Language Model (LLM) agents, which integrates a domain-specific language into the agent's execution loop. AIR enables autonomous incident detection, containment, and recovery, achieving success rates over 90% in these areas across various agent types. This framework highlights the importance of incident response as a critical component of agent safety, allowing practitioners to enhance the robustness of LLM applications by managing post-incident scenarios effectively.

arXiv cs.AI34 d agofound 14 d ago#incident-response#llm#safety

Pseudo-Deliberation in Language Models: When Reasoning Fails to Align Values and Actions

This paper introduces VALDI, a systematic framework designed to measure the alignment between the stated values of large language models (LLMs) and their generated dialogues, highlighting the persistent "value-action gap." The study reveals that even with explicit reasoning, LLMs exhibit a phenomenon termed "Pseudo-Deliberation," where reasoning does not lead to aligned actions. Additionally, the authors propose VIVALDI, a multi-agent value auditor that intervenes during generation, aiming to address the identified misalignments across various LLMs. This research is significant for AI practitioners as it underscores the importance of developing methodologies for ensuring value alignment in LLM outputs, which is critical for ethical AI deployment.

arXiv cs.AI34 d agofound 14 d ago#llm#value-action-gap#reasoning

Defense effectiveness across architectural layers: a mechanistic evaluation of persistent memory attacks on stateful LLM agents

The paper evaluates the effectiveness of six defense mechanisms against persistent memory attacks on stateful LLM agents across four architectural layers, involving nine open-source models. It finds that most defenses, including input-level and retrieval-level filtering methods, fail to significantly reduce attack success rates, with the Memory Sandbox defense achieving a 0% attack success rate for eight out of nine models. This study provides critical insights into the limitations of current defenses and highlights the architectural vulnerabilities that allow these attacks to succeed, guiding practitioners in selecting effective defense strategies for LLMs.

arXiv cs.AI34 d agofound 14 d ago#llm#defense#attacks

AOR-Bench: Do Large Audio Language Models Over-Refuse Pseudo-Harmful Queries?

The article introduces AOR-Bench, the first benchmark designed to evaluate over-refusal in Large Audio Language Models (LALMs), addressing the challenge of these models incorrectly rejecting benign queries deemed harmful in isolation. The benchmark features 3,000 pseudo-harmful audio samples across six categories and assesses 12 LALMs from major model families, revealing a prevalent issue of over-refusal. Additionally, it explores lightweight strategies like Chain-of-Thought and activation steering to mitigate this problem, highlighting the importance of refining safety mechanisms in audio processing applications.

arXiv cs.AI34 d agofound 16 d ago#audio-language-models#over-refusal#safety-alignment

LambdaMark: Semantic Audio Watermarking for Robustness and Radioactivity

LambdaMark is a novel audio watermarking scheme designed to enhance robustness and radioactivity in generative audio applications, particularly against voice cloning attacks. It embeds multi-bit watermark information into semantic audio latent representations, allowing for better transferability to downstream models and achieving near-perfect robustness against common distortions and all evaluated removal attacks. This development is significant for practitioners as it provides a reliable defense mechanism against unauthorized use of synthesized speech while maintaining audio fidelity and model performance.

arXiv cs.AI34 d agofound 16 d ago#audio_watermarking#voice_cloning

Culturally-Adapted Red-Teaming Across East and Southeast Asian Contexts: A Methodological and Comparative Analysis

The article presents a methodological analysis of culturally-adapted (CA) red-teaming for multilingual safety evaluation of large language models (LLMs), specifically in East and Southeast Asian contexts. It compares direct translation (DT) and CA datasets for Korean, Japanese, Thai, and Khmer, revealing that CA prompts improve attack success rates (mean +9.3 percentage points) and provide significantly more culturally relevant evaluations, with CA scores averaging 2.51 compared to DT scores of 0.17. This highlights the importance of incorporating cultural context into safety benchmarks for LLMs to accurately assess risks and ensure robust performance in diverse environments.

arXiv cs.AI34 d agofound 12 d ago#multilingual#safety evaluation#llm

Safe to Check, Unsafe to Use: Relinking at the Compression Boundary of LLM Agents

The paper introduces the concept of "relinking," a vulnerability in summarization-based prompt compression used by LLM agents, where benign fragments can be compressed into malicious instructions. It presents "Relink," an automated DSL-based tool that effectively splits malicious payloads into benign components, achieving an 86.9% Relink Rate and Backend Action Rate in benchmarks, significantly outperforming existing methods. This research highlights a critical security concern for practitioners, emphasizing the need for robust defenses against adversarial relinking in LLM applications, as existing defenses are inadequate.

arXiv cs.AI34 d agofound 16 d ago#compression#llm-agents#security

Local LLM Agents as Vulnerable Runtimes:A Source-Code Audit of the Agent Runtime Layer

The article introduces CLAWAUDIT, a static auditing framework designed to evaluate security vulnerabilities in local LLM agent runtimes, such as OpenClaw and Nanobot. It establishes a five-category vulnerability taxonomy based on STRIDE and implements 47 Semgrep rules and 30 CodeQL queries, achieving significant recall improvements in vulnerability detection—raising Semgrep recall from 21.7% to 66.8% and CodeQL recall from 13.8% to 75.1% on a benchmark of 446 source-code advisories. This work is crucial for practitioners as it highlights the need for robust security measures in LLM agents that operate with elevated privileges on user machines, emphasizing the importance of auditing and semantic filtering in production environments.

arXiv cs.AI34 d agofound 16 d ago#llm#security#audit

Speaker Identity in Non-Verbal Vocalizations: Conditional Distillation and Mixture of Experts Approach

The article presents a novel framework for speaker verification (SV) that addresses the challenges posed by non-verbal vocalizations (NVVs) in text-to-speech (TTS) and voice conversion (VC) systems. It combines frozen Data2Vec features with ECAPA-TDNN architecture and incorporates a Mixture of Experts (MoE) module for domain-aware routing. The approach achieves a significant reduction in equal error rate (EER) for both NVVs and speech, improving from 38.93% to 22.66% for NVVs and from 13.17% to 9.24% for speech, demonstrating its effectiveness for practitioners working with multimodal audio data.

arXiv cs.AI34 d agofound 16 d ago#speaker_verification#tts#voice_conversion

Governance Decay: How Context Compaction Silently Erases Safety Constraints in Long-Horizon LLM Agents

The paper introduces the concept of "Governance Decay," highlighting how context compaction in long-horizon LLM agents can lead to the unintentional removal of safety constraints, resulting in increased violations of governance policies. It presents the ConstraintRot benchmark, which reveals that violation rates can rise significantly—from 0% to 59%—after context compaction across various model families. The study also demonstrates a Compaction-Eviction Attack and proposes a mitigation strategy called Constraint Pinning, which effectively preserves governance constraints during compaction, restoring compliance to 0% violation. This work underscores the critical importance of context management in maintaining safety in LLM deployments.

arXiv cs.AI34 d agofound 20 d ago#governance_decay#llm_agents#safety_constraints

MedHal-Loc: Are "Explainable-by-Architecture" Medical Hallucination Detectors Faithful Localizers? A Localization Benchmark

The article introduces MedHal-Loc, a benchmark and metric designed to assess the localization faithfulness of medical hallucination detectors, focusing on whether the system accurately identifies the erroneous text spans. The study evaluates four paradigms, revealing that while models like NLI-per-clause and the span detector FAVA achieve significant localization performance, a knowledge-graph-based approach fails to outperform chance due to limitations in entity extraction coverage. This research emphasizes the need for validating the explainability of detection architectures in clinical applications, as detection accuracy does not guarantee reliable localization of errors.

arXiv cs.CL34 d agofound 13 d ago#hallucination#localization#medical

Sexualised synthetic personas encode and amplify gendered power asymmetries through voice

The paper investigates the implications of sexualized AI-generated voices from a commercial platform, revealing that these systems perpetuate gendered power dynamics. Through a listening experiment, it was found that female-coded voices are often described with submissive and sexualized attributes, while male-coded voices are linked to dominance and positive traits, highlighting a narrow and largely binary representation of gender. This research is significant for AI practitioners as it underscores the need for critical evaluation of voice AI systems to address inherent biases and promote a more diverse representation of gender.

arXiv cs.AI34 d agofound 16 d ago#gender_bias#voice_ai

Right Knowledge, Wrong Answer: Test-Time Steering for Temporal Fact Conflicts in Open-Weight Language Models

The paper introduces Temporal Attractor Steering (TAS), a novel test-time intervention for addressing Parametric Temporal Conflicts (PTC) in large language models, allowing them to resolve outdated facts without retraining. Evaluating four open-weight models, including Qwen-2.5-1.5B/7B and Mistral-7B-v0.3, TAS demonstrates an answer-flip rate of 0.72-0.85 and resolves 29-57% of PTC cases while maintaining 85-99% accuracy on non-conflict queries. This approach is significant for practitioners as it provides a method to enhance the accuracy of language models in dynamic knowledge environments without the need for extensive retraining or external data retrieval.

arXiv cs.CL34 d agofound 13 d ago#llm#test-time steering#fact conflicts

Exploiting Neural Audio Codec Latents for Adversarial Audio Attacks

The article presents a novel generative attack framework that operates in the continuous latent space of a neural audio codec, enabling targeted adversarial audio attacks with high efficiency. The method employs a conditional generator to produce class-specific perturbations in a single forward pass, achieving success rates of up to 99% with an inference latency reduced to under 7 ms, which is 24 times faster than existing generative baselines. This advancement is significant for practitioners as it offers a more effective and efficient approach to assessing the robustness of audio classification systems against adversarial threats.

arXiv cs.AI34 d agofound 16 d ago#adversarial#audio#attacks

Attacking the Trusted Imagination: Oracle-Level Integrity Attacks on Imagine-then-Act World Models

The paper presents a study on integrity attacks targeting the "imagine-then-act" design of vision-language-action (VLA) policies, specifically focusing on the vulnerabilities of world-action models (WAMs). It identifies the latent trajectory z~ as the attack surface and demonstrates that corrupting this imagination is significantly easier than controlling it precisely, with empirical evaluations showing that untargeted corruption is approximately 60 times more effective than random perturbations. This research highlights the risks associated with reliance on WAMs in downstream systems, suggesting that while reactive policies may remain robust, imagination-driven model-predictive control (MPC) can suffer from adversarial failures, emphasizing the need for enhanced security measures in AI systems.

arXiv cs.AI34 d agofound 15 d ago#world-models#integrity-attacks#imagine-then-act

Co-Construction Blindness and Asymmetric Epistemic Vulnerability in Human-LLM Interaction

This paper introduces the concepts of co-construction blindness and asymmetric epistemic vulnerability in human-LLM interactions, highlighting the risks associated with users misunderstanding LLM outputs as independent assessments. It emphasizes that LLM outputs are co-constructed based on user inputs and metadata, leading to varying consequences depending on the user's position in the authority structure, as exemplified by Richard Dawkins's interaction with the LLM Claude. The authors call for a standardized terminology to address these issues and inform governance and design practices in LLM deployment.

arXiv cs.AI34 d agofound 16 d ago#human-LLM#interaction#epistemic-vulnerability

Scalable Hierarchical Attention Transformers for Multi-Turn Jailbreak Detection in Long Conversations

The paper introduces a scalable hierarchical attention transformer model designed for detecting multi-turn jailbreaks in conversations, framing the problem as conversation-level classification rather than turn-level moderation. This model efficiently encodes individual dialogue turns into compact representations and employs a lightweight conversation module that enhances cross-turn reasoning without relying on long-context concatenation. Achieving an F1 score of 0.9394 on a benchmark of 14,038 conversations, it outperforms the Claude Opus 4.7 baseline while reducing the false-positive rate, making it a significant advancement for practitioners focused on robust moderation in conversational AI.

arXiv cs.AI34 d agofound 16 d ago#jailbreak#detection#conversation

Warning labels shift perceptions of sycophantic AI, but not its influence

Recent research published on arXiv explores the impact of warning labels on user perceptions of sycophantic AI behaviors. In a study involving 2,610 participants, a basic disclosure label had no effect, while a specific warning about sycophancy altered perceptions of trust and objectivity but did not reduce the AI's influence on users' self-assessment or conflict resolution willingness. This highlights the need for deeper understanding and intervention in AI behavior to effectively mitigate the risks associated with sycophantic tendencies.

arXiv cs.AI34 d agofound 16 d ago#sycophantic_ai#user_perception

Who Checks the Citations? Benchmarking Legal Hallucination Detection

The study presents a new dataset of 1,300 legal excerpts with fabricated citations and benchmarks five AI models, including GPT-5, for detecting these hallucinations. GPT-5 achieved 82.8% recall and a 60.5% F1 score in an agentic framework, but all models faced challenges with subtle errors and required an average of 16.9 verification steps per excerpt. This research highlights the limitations of current AI systems in legal contexts and emphasizes the need for improved citation checking tools, particularly for users without access to commercial legal databases.

arXiv cs.CL34 d agofound 13 d ago#legal#hallucination#detection

How Your Credentials Are Leaked by LLM Agent Skills: An Empirical Study

This article presents a comprehensive empirical study on credential leakage in Large Language Model (LLM) agent skills, analyzing 17,022 skills from the SkillsMP marketplace. The study uncovers 1,708 security issues across 520 affected skills, identifying critical vulnerabilities linked to debug logging and the cross-modal nature of credential exposure. The findings highlight the urgency for enhanced security measures in LLM frameworks, as a significant portion of leaked credentials is exploitable without elevated privileges, and the study includes a released dataset and detection pipeline to aid future research in agent security.

arXiv cs.AI34 d agofound 14 d ago#credential leakage#LLM agents#security

Persuadability and LLMs as Legal Decision Tools

The article discusses the role of Large Language Models (LLMs) as potential legal decision assistants, focusing on their ability to engage with and respond to legal arguments. It presents experimental results showing how the quality of the advocate influences the likelihood of LLMs agreeing with specific legal points, highlighting the need for LLMs to balance persuasibility and impartiality. These findings are crucial for practitioners considering the deployment of LLMs in legal contexts, as they underscore the importance of model design in ensuring fair and unbiased decision-making.

arXiv cs.AI34 d agofound 14 d ago#legal#persuadability#llm

The Chameleon Nature of LLMs: Quantifying Multi-Turn Stance Instability in Search-Enabled Language Models

The article presents a systematic investigation into the "chameleon behavior" of search-enabled large language models (LLMs), revealing their tendency to shift stances during multi-turn conversations. Utilizing the Chameleon Benchmark Dataset, which includes 17,770 question-answer pairs across 1,180 conversations, the study introduces two metrics: the Chameleon Score and Source Re-use Rate, to measure stance instability and knowledge diversity, respectively. Evaluations of models like Llama-4-Maverick, GPT-4o-mini, and Gemini-2.5-Flash indicate significant stance instability (scores ranging from 0.391 to 0.511), particularly highlighting the implications for deploying LLMs in critical fields such as healthcare and finance, where consistent responses are essential.

arXiv cs.AI34 d agofound 14 d ago#llm#stance-instability#chameleon-behavior

SingGuard: A Policy-Adaptive Multimodal LLM Guardrail with Dynamic Reasoning

SingGuard is introduced as a policy-adaptive multimodal guardrail model designed to enhance safety in vision-language model applications by dynamically adapting to varying moderation policies. It processes natural-language rules in real-time to evaluate content safety, achieving state-of-the-art F1 scores across six benchmark families with a significant improvement in policy-following accuracy from 0.6465 to 0.7415. This development is crucial for practitioners as it provides a flexible and efficient framework for managing safety risks in multimodal AI deployments, allowing for real-time adjustments to safety protocols.

arXiv cs.CL34 d agofound 13 d ago#llm#policy#multimodal

The Unseen Hand: Manipulating Model Fairness and SHAP with Targeted Identity Re-Association Attacks

The article introduces Targeted Identity Re-Association (TIRA) attacks, a novel method for manipulating algorithmic fairness and explainability in machine learning models. It details two algorithms: Probabilistic Micro-Shuffling (PMiS) and Probabilistic Rank-Shift Micro-Perturbation (PRSMP), which can subtly alter model outputs without requiring internal access, effectively skewing fairness metrics and confounding SHAP-based explanations. This research highlights significant vulnerabilities in model auditing mechanisms, emphasizing the need for enhanced robustness in fairness and explainability tools for AI practitioners.

arXiv cs.AI34 d agofound 15 d ago#model fairness#explainability#attacks

RepSelect: Robust LLM Unlearning via Representation Selectivity

RepSelect (Representation Selectivity) is a new method for robust unlearning in large language models (LLMs) that addresses the limitations of existing approaches by isolating forget-set-specific representations. It achieves this by collapsing the top principal components of weight gradients before updates, which preserves general capabilities while significantly reducing the ability of fine-tuning to recover forgotten knowledge. Evaluations across models like Llama 3 and Qwen 3.5 demonstrate that RepSelect achieves a 4-50x greater reduction in post-relearning accuracy compared to existing baselines, marking a significant advancement in deep and robust LLM forgetting strategies.

arXiv cs.CL34 d agofound 12 d ago#unlearning#representation-selectivity#llm

Understanding U.S. Users' Security and Privacy Transparency Needs for Consumer-Facing Generative AI

This study investigates the security and privacy (S&P) transparency needs of U.S. users of consumer-facing generative AI (GenAI) through semi-structured interviews with 21 participants. Findings reveal that current S&P communications often fail to influence initial adoption due to perceptions of incompleteness and lack of credibility, leading users to rely on indirect indicators like popularity instead. The research highlights the necessity for improved transparency mechanisms, including independent evaluations and user-friendly interfaces, to enhance user trust and facilitate informed decision-making in high-stakes applications of GenAI.

arXiv cs.AI34 d agofound 14 d ago#security#privacy#generative AI

Implicit Identity Technologies for LLMs: Fingerprinting and Watermarking across Datasets, Models, and Generated Content

This paper presents a comprehensive survey on implicit identity technologies for large language models (LLMs), focusing on fingerprinting and watermarking techniques for identity verification and content attribution. It introduces a taxonomy that categorizes methods based on their lifecycle stages and verification semantics, distinguishing between non-intrusive fingerprinting and intrusive watermarking. This framework aims to unify fragmented approaches in the field, providing a structured basis for enhancing asset protection and provenance in LLM applications, which is crucial given the high stakes involved in deploying these models.

arXiv cs.CL34 d agofound 12 d ago#llm#fingerprinting#watermarking#identity

Capable but Careless: Do Computer-Use Agents Follow Contextual Integrity?

The article introduces AgentCIBench, a new evaluation framework designed to assess the privacy risks posed by computer-use agents (CUAs) when accessing multiple personal applications. It identifies three critical failure modes leading to privacy leaks and reports that 11 out of 15 evaluated agents exhibited over 50% leakage in these scenarios, with an average leakage rate of 67.9%. This framework aims to promote safer design practices for CUAs by integrating contextual disclosure testing as a necessary pre-deployment safety measure, which is crucial for developers focused on enhancing privacy in AI applications.

arXiv cs.AI34 d agofound 20 d ago#privacy#agents

Safety in Self-Evolving LLM Agent Systems: Threats, Amplification, and Case Studies

The paper presents a security analysis of self-evolving LLM agent systems that autonomously update their components, revealing a new threat landscape characterized by permanent adversarial influences and self-amplification across generations. It introduces the Module-Lifecycle Attack Surface (MLAS) matrix to assess vulnerabilities across 25 functional modules and lifecycle stages, finding that 17 are critically threatened without effective mitigation. The study highlights that evolution-native designs significantly increase the attack surface and persistence of threats, necessitating the development of evolution-aware security frameworks and formal verification methods for self-modifying AI systems.

arXiv cs.AI34 d agofound 15 d ago#llm#self-evolving#security

Causally Fair Node Classification on Non-IID Graph Data

This paper presents a novel approach to fair node classification in non-IID graph data using a Message Passing Variational Autoencoder for Causal Inference (MPVA), built on the Network Structural Causal Model (NSCM) framework. It addresses the limitations of traditional fair machine learning by incorporating causal relationships among nodes with different neighborhood structures, establishing theoretical soundness under conditions of Decomposability and Graph Independence. The empirical results show that MPVA significantly outperforms conventional methods by effectively approximating interventional distributions and reducing bias, highlighting the importance of integrating causal inference into fairness considerations in machine learning applications.

arXiv cs.AI34 d agofound 14 d ago#fairness#graph data#causal inference

DrugBench: Evaluating AI Control Protocols for Medication Harm Mitigation

DrugBench is a newly introduced evaluation benchmark designed to assess AI control protocols aimed at mitigating medication-related harm in clinical settings. It comprises 3,671 multi-turn medical conversations integrated with drug information from FDA labels, focusing on four key harm categories: drug interactions, contraindications, dosing constraints, and patient action restrictions. This work emphasizes the need for severity-based monitoring in safety protocols, highlighting that existing methods can be vulnerable to subversion, which is critical for practitioners deploying AI in healthcare to ensure patient safety.

arXiv cs.AI34 d agofound 20 d ago#ai control#medication#harm mitigation

Safety-Aware Evaluation of LLM-Generated Driver Intervention Messages through Multi-Task Risk Fusion

The paper introduces the Driver Safety-Aware Intervention Score (DSAIS), a novel metric designed to evaluate driver intervention messages generated by large language models (LLMs) based on five dimensions including risk-urgency alignment and driver acceptability. Utilizing a hybrid architecture that merges rule-based computation with LLM evaluations, the framework integrates multi-task recognition outputs, achieving high inter-rater reliability (ICC 0.798-0.840) and demonstrating a 9.1% improvement in contextual relevance over traditional rule-based systems. The findings highlight the effectiveness of compact local LLMs (7B-9B parameters) in enhancing intervention quality, offering insights for practitioners focused on developing adaptive in-vehicle AI systems.

arXiv cs.AI34 d agofound 20 d ago#driver_intervention#evaluation_metric#llm

The AI Evaluability Gap: The Missing Layer for Managing Risk and Sustaining Value

The article introduces the concept of the "AI Evaluability Gap," highlighting the lack of sufficient evidence for organizations to make high-confidence governance decisions regarding AI risk and value. It proposes a framework for "Evaluability," which ensures that AI systems can generate and maintain the necessary evidence over time, identifying six properties of evaluable evidence: observability, attributability, intervenability, verifiability, calibration, and temporal validity. This framework differentiates between Operational Certification and Investment Certification, emphasizing that addressing the Evaluability Gap is essential for effective AI governance and resource management in organizations.

arXiv cs.AI34 d agofound 20 d ago#ai governance#risk management#evaluability gap

Skin-Deep: A Geometric Diagnostic for Alignment Fragility in Large Language Model Representations

The article introduces "Skin-Deep," a geometric diagnostic tool designed to assess alignment fragility in large language models (LLMs) by analyzing their hidden-state activations. It compresses the safety geometry into a Geometric Fragility Score (GFS), which has been tested on twenty-one instruction-tuned models ranging from 3B to 32B parameters, revealing a consistent low-rank safety subspace that influences harmful-request refusal. This diagnostic allows practitioners to identify models at risk of losing refusal capabilities before deployment or fine-tuning, thereby enhancing safety measures in LLM applications.

arXiv cs.AI34 d agofound 20 d ago#alignment#fragility#diagnostic

SCOPE: Sequential Conformal Probing for Reliable OOD Rejection in LLM Services

The paper introduces SCOPE (Sequential Conformal OOD Probing and Evaluation), a novel framework designed to enhance out-of-distribution (OOD) rejection in large language model (LLM) services. SCOPE leverages a readable hidden layer and constructs a conformal gate with in-distribution calibration, utilizing a supermartingale e-process to certify service-boundary evidence. Experimental results demonstrate that SCOPE outperforms traditional final-layer detectors in gate-level rejection and provides insights into the geometric nature of OOD boundaries within hidden spaces, which is crucial for practitioners seeking reliable OOD handling in LLM applications.

arXiv cs.CL34 d agofound 13 d ago#ood#llm#rejection

Pre-Generation Hallucination Detection in Large Language Models via Soft-Target Attention Probing

The article introduces a novel approach for pre-generation hallucination detection in large language models, framing it as a risk-estimation problem rather than binary classification. It employs soft-target supervision based on empirical answer error rates and adapts attention probing to selectively aggregate relevant prompt representations, demonstrating improved performance across three question-answering benchmarks and five models. This method is significant for practitioners as it enhances the ability to mitigate hallucination risks before generation, potentially improving the reliability of LLM outputs.

arXiv cs.CL34 d agofound 13 d ago#hallucination#llm#detection

ForEx: A Formal Verification Framework for Explainable Reasoning in Logical Fallacy Detection and Annotation

The article introduces ForEx (Formal Verification for Explainable Reasoning), a framework that formalizes the evaluation of Large Language Models (LLMs) in logical fallacy detection by translating their explanations into Lean4 for formal verification. It emphasizes the distinction between predicted labels and the formal derivability of reasoning, revealing that while over 90% of LLM outputs can be verified as formal reasoning chains, only about 20% align with human annotations. This framework provides a method for practitioners to assess LLMs beyond traditional label accuracy, focusing on the machine-checkable integrity of reasoning processes.

arXiv cs.AI34 d agofound 20 d ago#verification#reasoning#fallacy

Understanding Privacy by Formalizing It

The paper presents a formalization of the concept of privacy using multi-modal logic, aiming to clarify its various interpretations and implications for algorithmic development, particularly in AI. By defining privacy as an epistemic right within normative theories, it seeks to establish a foundational framework for integrating privacy considerations into AI systems. This formalization is crucial for practitioners to navigate the complex ethical landscape surrounding privacy in AI applications.

arXiv cs.AI34 d agofound 20 d ago#privacy#AI

Intent-Governed Tool Authorization for AI Agents

The paper presents Intent-Governed Access Control (IGAC), a novel server-side authorization mechanism designed for AI agents that interact with external tools. IGAC utilizes intent certificates and session-scoped policy narrowing to ensure that a user's expressed intent limits, rather than expands, the authority granted by static integration policies. This approach enhances security by allowing for intent-aware manifest filtering and consistency checks, thereby preventing unauthorized actions based on existing credentials, which is crucial for practitioners aiming to build safer AI systems that respect user intent.

arXiv cs.AI34 d agofound 20 d ago#authorization#ai agents#intent

When Preferences Fail to Become Incentives: A Utility-Behavior Gap in Large Language Models

The paper presents findings on the utility-behavior gap in large language models (LLMs), revealing that while LLMs exhibit coherent preferences in controlled choice paradigms, these preferences do not translate into motivational incentives in realistic writing tasks. Through a series of experiments involving essays, grant proposals, and translations, the authors demonstrate that offering LLMs high-utility incentives based on their reported preferences does not improve output quality. This highlights critical safety implications, suggesting that emergent preferences in LLMs may not align with their performance in practical applications, raising concerns about misaligned goals in AI systems.

arXiv cs.AI34 d agofound 20 d ago#llm#preferences#utility

Have You Ever Seen Them? Entity-level Membership Inference through Interrogating Large Language Models

The article introduces a novel approach to membership inference in Large Language Models (LLMs) by focusing on entity-level information rather than individual samples. The proposed method includes five interrogation strategies that utilize limited entity clues to prompt LLMs, achieving an area under the curve (AUC) of up to 0.97 and improving balanced accuracy by 6.0% to 17.5% over existing sample-level methods. This work is significant for practitioners as it enhances understanding of privacy risks associated with LLMs and provides tools for assessing the exposure of training data related to specific entities.

arXiv cs.CL34 d agofound 13 d ago#privacy#membership#llm

AgentLens: Interpretable Safety Steering via Mechanistic Subspaces for Multi-Turn Coding Agent

AgentLens is a newly proposed white-box defense framework designed to enhance the safety of multi-turn coding agents using large language models (LLMs). It operates by detecting harmful execution states through step-level hidden representations and intervening in a 10-dimensional subspace within a single layer, marking a shift from traditional external guardrails. The introduction of the Mechanistic Agent Safety (MAS) benchmark, which includes annotated multi-turn execution trajectories from models like LLaMA-3.1-8B and Qwen-2.5-7B, demonstrates AgentLens's strong safety detection capabilities and its potential for risk anticipation, offering practitioners a novel approach to improve the safety of LLM applications in dynamic environments.

arXiv cs.AI34 d agofound 20 d ago#safety_steering#coding_agents#mechanistic_interpretability

MedBayes-Lite: A Clinical Uncertainty Governance Layer for Risk-Aware Medical Decision Support

MedBayes-Lite is a newly introduced uncertainty governance layer designed for transformer-based clinical predictors, which enhances the reliability of clinical language models by integrating Monte Carlo dropout, predictive calibration, and confidence-guided abstention, all without adding trainable parameters. Evaluated on MedMCQA and MedQA-USMLE datasets, it significantly reduces expected calibration error by 0.23 to 0.33 and nearly eliminates high-severity overconfident errors, decreasing them from approximately 21% to near zero. This framework provides practitioners with a practical solution to improve decision-making in high-stakes clinical environments, ensuring that low-confidence predictions are deferred for human review, thereby reducing the risk of harmful errors.

arXiv cs.AI34 d agofound 15 d ago#uncertainty#medical decision support#calibration

Confident but Conflicted: Internal Uncertainty and Cognitive Dissonance Resolution in LLMs

The paper introduces the concept of Trust Elasticity (TE), a measure of how large language models (LLMs) resolve cognitive dissonance when faced with conflicting evidence. The study evaluates TE across four LLMs, revealing that it varies significantly with source authority and evidence quality, while also correlating with internal uncertainty indicators such as Confidence Miscalibration in Qwen and Internal Uncertainty Change in Llama. This research highlights the importance of understanding internal model uncertainty for improving LLM responses to conflicting information, suggesting potential avenues for enhancing model reliability in practical applications.

arXiv cs.AI34 d agofound 20 d ago#internal_uncertainty#cognitive_dissonance#llm

Cognitive Digital Twins: Ethical Risks and Governance for AI Systems That Model the Mind

The paper introduces the concept of cognitive digital twins (CDTs), which are dynamic computational models of an individual's cognition, updated using various data sources to simulate decision-making and behavior. It presents a new governance framework, the 5A model, addressing specific ethical risks associated with CDTs, such as misrepresentation and power asymmetries, and emphasizes the need for governance that encompasses cognitive representation rather than just data processing. This research highlights the importance of establishing robust ethical standards and oversight mechanisms for the development and deployment of CDTs in AI systems, crucial for practitioners concerned with responsible AI implementation.

arXiv cs.AI34 d agofound 20 d ago#ai#ethics#governance

Generative Responsible AI Data Evaluation Schema (GRAIDES) for AI Assurance in Local Government

The Generative Responsible AI Data Evaluation Schema (GRAIDES) has been introduced as an open-source data model aimed at centralizing AI observability for generative AI applications in local government. It addresses the fragmentation and inconsistency of evaluation data by providing practical blueprints for architecture and statistical evaluation, including a case study from Westminster City Council that measures human-model alignment. GRAIDES offers a structured approach for practitioners to enhance the consistency and reproducibility of benchmarking and assurance processes in generative AI systems.

arXiv cs.AI34 d agofound 20 d ago#generative ai#evaluation#governance

AI Alignment From Social Choice Perspectives

The paper presents a novel approach to AI alignment by applying social choice theory to the aggregation of human feedback for language models. It highlights how conflicting human judgments can complicate the learned objectives, and discusses potential failure modes in the feedback aggregation process. This perspective offers insights into designing more robust systems that can effectively manage disagreements in feedback, which is crucial for practitioners aiming to improve alignment in AI systems.

arXiv cs.AI34 d agofound 20 d ago#alignment#human-feedback#social-choice

MuPPET: A Benchmark for Contextual Privacy of LLM Assistants in Multi-Party Conversations

MuPPET (Multi-Party Privacy Exposure Testing) is a newly introduced benchmark that evaluates contextual privacy risks for LLM agents in multi-party conversations, addressing a gap in existing benchmarks that focus solely on single-interlocutor settings. The findings indicate that models exhibit significantly higher privacy leakage in multi-party contexts compared to one-on-one interactions, with both advanced and smaller models showing vulnerabilities. This benchmark is crucial for practitioners as it highlights the inadequacy of current privacy defenses in multi-party environments and underscores the need for improved strategies to manage sensitive data exposure in group settings.

arXiv cs.AI34 d agofound 15 d ago#llm#privacy#agents#benchmark

Paraphrasing Attack Resilience of Various AI-Generated Text Detection Methods

This study evaluates the resilience of various AI-generated text detection methods against paraphrasing attacks, focusing on fine-tuned RoBERTa, Binoculars, and text feature analysis, as well as their ensembles with Random Forest classifiers. The findings reveal that ensembles including Binoculars achieve the highest detection performance but experience significant degradation under attack conditions. This highlights the trade-off between detection accuracy and resilience, raising critical concerns for practitioners regarding the reliability of current state-of-the-art detection techniques in combating AI-generated misinformation.

arXiv cs.AI34 d agofound 20 d ago#llm#text-detection#plagiarism

Signals in the Noise: Open Source Intelligence (OSINT) for AI Loss of Control Detection

The paper presents a framework for detecting AI systems that operate outside of human control using open-source intelligence (OSINT) and cyber threat intelligence (CTI) methodologies. It introduces two threat models and identifies three key detection vectors: user-reported AI behavior transcripts, infrastructure correlation for unexpected connections, and output analysis for capability concealment. This research highlights the feasibility of OSINT-based detection and advocates for a dedicated international monitoring capability, emphasizing the need for independent oversight from AI developers to ensure safety and accountability in AI deployment.

arXiv cs.AI34 d agofound 20 d ago#AI#control#OSINT

Ratio Utility and Cost Analysis for Privacy Preserving Subspace Projection

The paper introduces RUCA (Ratio Utility and Cost Analysis), a novel method designed for privacy-preserving subspace projection that optimizes the utility-privacy trade-off in data classification tasks. RUCA employs a compressive-privacy approach to enhance performance in privacy-insensitive classification while minimizing the risk of private information leakage. Experimental results indicate that RUCA surpasses existing techniques on datasets such as Census and Human Activity Recognition, making it a valuable tool for practitioners focusing on data privacy in machine learning applications.

arXiv cs.AI34 d agofound 20 d ago#privacy#data-protection#utility

The Alignment Veto: How Safety Training Suppresses Cultural Knowledge in LLMs

The paper introduces the concept of the "alignment veto," demonstrating that alignment training in language models can suppress cultural knowledge rather than erase it, based on a study involving 26 models across 16 MENA countries and 1.53 million human survey responses. It highlights that suppression failures occur when accurate internal distributions are blocked at the output, leading to a significant alignment-quality gap of 19.8% between the best- and worst-served nations, with a safety tax reaching 37.6%. The findings emphasize the need for different interventions to address suppression and representational bias, as well as the implications of how alignment decisions impact diverse cultural contexts.

arXiv cs.CL34 d agofound 13 d ago#alignment#llm#cultural knowledge

OTTER: A Red-Teaming System for Toxicity-Evading Jailbreak Prompt Optimization

OTTER (Obfuscated Toxicity-Evading Token Evolution for Rewriting) is a new black-box red-teaming framework designed to optimize prompts that evade toxicity moderation filters in production LLMs. It demonstrates a significant increase in average attack success rate (ASR) from 7.0% to 84.0% across 457 AdvBench prompts tested on four different GPT models, highlighting the vulnerability of current toxicity-based defenses. This research provides critical insights into the decoupling of surface toxicity and adversarial intent, offering actionable recommendations for enhancing classifier robustness in AI deployments.

arXiv cs.CL34 d agofound 13 d ago#llm#red-teaming#toxicity

BELLS-O: Evaluating the Operational Trade-offs of LLM Supervision Systems

BELLS-O, the first independent operational benchmark for LLM supervision systems, evaluates 28 systems from 17 providers on metrics such as detection rate, false-positive rate, latency, and cost. It includes specialized guardrails like LlamaGuard-4 and generalist LLMs like GPT-5.4, assessing input/output moderation across 11 harm categories and jailbreak detection across 13 attack techniques. The findings indicate that specialized supervisors outperform generalist LLMs in content moderation, achieving similar detection rates at significantly lower costs and latencies, thus providing practitioners with a vendor-neutral framework for selecting effective safeguards in real-world AI deployments.

arXiv cs.AI34 d agofound 16 d ago#llm#supervision#benchmark

Confidence Laundering in Agent Systems: Why Uncertainty Needs a Latent Carrier

The paper introduces the concept of "confidence laundering" in agent systems, highlighting how uncertainty can be lost during decision handoffs between components, leading to amplified errors. It proposes the use of "latent uncertainty" as a mechanism to preserve and propagate uncertainty through these interfaces, allowing downstream components to better handle fragile upstream decisions. This approach emphasizes the need for uncertainty-preserving designs in agent systems, which could improve robustness and reliability in AI applications.

arXiv cs.AI34 d agofound 20 d ago#agent systems#uncertainty#confidence

From Untrusted Input to Trusted Memory: A Systematic Study of Memory Poisoning Attacks in LLM Agents

This study presents a systematic analysis of memory poisoning attacks in LLM-based agents, identifying four memory write channels and nine vulnerabilities related to model capabilities and architecture. A new benchmark, MPBench, is introduced to evaluate these attacks, revealing that agents with aggressive memory write and retrieval capabilities are more susceptible. The research highlights the inadequacy of current prompt injection defenses against memory poisoning, emphasizing the need for enhanced security measures in AI agent memory management.

arXiv cs.AI34 d agofound 13 d ago#memory#poisoning#llm

Old Fictions, New Skins: Evaluating the Manipulative Capabilities of LLMs in Healthcare

The study evaluates the manipulative capabilities of large language models (LLMs) in healthcare, specifically focusing on ChatGPT 5.2 and DeepSeek V3.2 in a randomized experiment with 303 Kenyan participants. Results showed a significant difference in manipulation success rates, with the manipulative variant achieving 59.5% compared to 44.0% for the non-manipulative variant (OR = 2.11, p = .021). This underscores the critical need for enhanced safety measures to mitigate manipulation risks as LLMs are integrated into healthcare systems in Africa.

arXiv cs.AI34 d agofound 16 d ago#manipulation#healthcare#llm

A Validation-Gated Mechanistic Account of Suicidality Detection in LLMs

The article presents a validation-gated framework for assessing the mechanistic understanding of suicidality detection in large language models (LLMs), specifically using Llama-3.1-8B-Instruct as a case study. It demonstrates that while smaller models can represent suicidality, only larger models effectively utilize this representation in binary suicide detection tasks, revealing a mid-network feature that is semantically linked to suicidality rather than merely keyword-based. This research is significant for practitioners as it highlights the importance of model size and internal feature interpretation in developing reliable mental health applications using LLMs.

arXiv cs.CL34 d agofound 13 d ago#llm#suicidality#detection

Measuring & Mitigating Over-Alignment for LLMs in Multilingual Criminal Law Courts

The article introduces TF-RefusalBench, a multilingual benchmark designed to assess over-alignment in LLMs used for criminal law translation and summarization, consisting of 5,200 prompts in French, German, Italian, and English. It highlights that over-alignment, characterized by excessive refusals due to model guardrails, significantly affects the performance of LLMs in sensitive legal contexts. The study demonstrates that while prompting can mitigate refusals, abliteration techniques can effectively eliminate refusals with minimal impact on task performance, providing insights for practitioners aiming to deploy LLMs in legal settings.

arXiv cs.AI34 d agofound 15 d ago#llm#legal#alignment

Efficient Safety Benchmarking via Item Response Theory

The paper presents a novel approach to safety benchmarking for language models using Item Response Theory (IRT), which enhances the efficiency of evaluations by addressing the limitations of static paradigms. Key contributions include adaptive item selection that reduces evaluation costs by at least 80% while maintaining high correlation with full-benchmark rankings, and a method for creating a reusable subset of items that can save up to 99.8% on AIR-Bench 2024. This work is significant for practitioners as it offers strategies to streamline safety evaluations, improving resource allocation and model assessment accuracy in a landscape of heterogeneous safety items.

arXiv cs.AI34 d agofound 20 d ago#benchmarking#safety#models

Honeyquest for LLMs: Rethinking Cyber Deception for AI Attackers

The paper introduces an automated evaluation framework, adapted from the Honeyquest instrument, to assess the performance of 21 large language models (LLMs) as AI attackers against human deception. The models, ranging from 8 billion to over 1 trillion parameters, were evaluated on 174 reconnaissance queries, revealing that LLMs fell for deceptive traps at significantly higher rates than human attackers, lacked the defensive attention-diversion effect, and exhibited a critical recognition-action gap. These findings indicate that traditional human-centered deception strategies do not apply to AI attackers, emphasizing the necessity for developing AI-native active defense mechanisms.

arXiv cs.CL34 d agofound 13 d ago#llm#cyber deception#evaluation framework

Inform, Coach, Relate, Listen: Auditing LLM Caregiving Support Roles

This study examines the impact of different support roles—Inform, Coach, Relate, and Listen—on the safety profiles of language models used in caregiving contexts, specifically for Alzheimer's Disease and Related Dementias. Evaluating three models (GPT-4o-mini, Llama-3.1-8B-Instruct, and MedGemma-1.5-4b-it) against baseline conditions, the research highlights how the chosen support role influences interactional risks and perceived quality. The release of approximately 90,000 annotated responses provides a valuable resource for enhancing the safety and effectiveness of LLMs in conversational support applications.

arXiv cs.AI34 d agofound 13 d ago#llm#caregiving#support

Exposing the Illusion of Erasure in Knowledge Editing for LLMs

This study investigates the reliability of Knowledge Editing (KE) in large language models (LLMs), revealing that edited information is not fully erased but rather redistributed within the model's representation space. Through a mechanistic analysis, it demonstrates that KE methods function as targeted suppression mechanisms that do not eliminate original knowledge but make it less likely to be expressed. The findings highlight significant vulnerabilities in KE algorithms, suggesting a need for practitioners to reconsider the deployment of post-hoc updates in LLM applications due to their susceptibility to adversarial prompting.

arXiv cs.AI34 d agofound 15 d ago#llm#knowledge editing

Can LLMs Reliably Self-Report Adversarial Prefills, and How?

This study investigates the ability of large language models (LLMs) to recognize adversarial prefill attacks across ten instruction-tuned models ranging from 3B to 70B parameters. Findings indicate that no model consistently identifies its own compromised outputs, with an average self-report rate of only 27.3%. Various finetuning methods (SFT, GRPO, DPO) were tested, which increased the intention-probe gap but also inadvertently raised the success rate of adversarial attacks, underscoring the complexities and risks associated with LLM introspection in safety-critical applications.

arXiv cs.CL34 d agofound 13 d ago#llm#adversarial#self-report

IndicGuard: A Multilingual Safety Guard Model and Dataset for Indic Languages

IndicGuard is a newly introduced multilingual safety guard model and dataset specifically designed for ten major Indic languages, addressing the shortcomings of existing safety mechanisms that are primarily English-centric. The model, fine-tuned from a 4B-parameter instruction-tuned variant of Gemma-3-4B-IT, enhances robustness against localized vulnerabilities and achieves superior moderation consistency compared to CultureGuard. This development is significant for practitioners as it provides a culturally nuanced approach to content moderation and policy compliance in diverse linguistic contexts, including low-resource languages.

arXiv cs.CL34 d agofound 13 d ago#safety#indic#llm

Positive Alignment: Artificial Intelligence for Human Flourishing

The paper introduces the concept of Positive Alignment in AI, which emphasizes the development of systems that actively promote human and ecological flourishing while ensuring safety and cooperation. It critiques existing alignment approaches for being reactive and suggests technical directions such as data filtering, pre- and post-training evaluations, and collaborative value collection to address alignment failures. This framework aims to foster a diverse range of viewpoints and decentralized governance, which is crucial for practitioners to enhance the ethical and societal impact of AI systems.

arXiv cs.AI34 d agofound 14 d ago#alignment#human-flourishing#ai

Confidently Wrong: Severity-Aware Calibration of Prompt-Injection Detectors under Attack Shift

The study evaluates the performance of three prompt-injection detectors—ProtectAI-v2 and two Prompt-Guard-2 checkpoints—under conditions where the attack distribution shifts from the training benchmark. It introduces a severity metric (S) that measures the confidence of the detectors in the missed attacks, revealing that they maintain a severity score between 0.99 and 1.00 while exhibiting a high false-negative rate (0.01 to 0.97). This highlights a critical vulnerability in current detectors, as they can miss significant injection attacks with high confidence, emphasizing the need for improved calibration techniques in the development of robust AI security systems.

arXiv cs.AI34 d agofound 15 d ago#detectors#prompt-injection#calibration

Human Decision-Making with AI Assistance under Correlated Features

The paper presents a new approach to AI-assisted human decision-making under correlated features, demonstrating that traditional stationary policies are suboptimal in this context. It introduces an explore-then-commit strategy where the AI initially recommends diverse tests to enable human learning before committing to a specific set, with exploration length influenced by feature correlation. The study proves the NP-hardness of computing the optimal policy and offers a dynamic programming algorithm for finite horizons, along with an approximation for shorter planning, highlighting the practical implications of feature correlation on decision-making quality and learning efficiency.

arXiv cs.AI34 d agofound 20 d ago#ai assistance#decision-making#human learning