paper-with-me

Papers

Low-Resource Safety Failures Are Action Failures, Not Representation Failures

2026-05-31 · Rashad Aziz, Ikhlasul Akmal Hanif, Fajri Koto arxiv

Safety alignment learned in high-resource languages transfers poorly to low-resource languages. Models refuse harmful prompts in English but fail to refuse when the same prompts are translated into Swahili or Burmese. Adaptive steering methods like AdaSteer and CAST inherit this failure cross-lingually. We diagnose where transfer breaks down. Across Qwen2.5-7B, Gemma-2-9B, and Llama-3.1-8B on 23 languages, the harmfulness direction extracted from high-resource activations linearly separates harmful from harmless low-resource prompts nearly as well as high-resource ones. The relevant representation is present. Yet harmful refusal drops from 87.9% to 43.9%. The model fails to convert the representation into refusal. What fails to transfer is calibration of the safety decision, not the underlying representation. We exploit this by recalibrating, rather than retraining, a high-resource gate: a low-rank logistic readout with its decision threshold reset using as few as 1 to 4 target-language examples per class. The gate routes between refusal steering and harmfulness-direction ablation, substantially raising mean refusal selectivity ($Δ$ = harmful $-$ harmless refusal) from 33.6 for the strongest adapted baseline to 54.5 while preserving MMLU utility. These results suggest that some low-resource safety failures can be repaired by recalibrating existing representations rather than learning new ones. Our code is released: https://github.com/rashadaziz/low-resource-safety.

📄 PDF Abstract BibTeX arXiv:2606.01196

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

State-Dependent Safety Failures in Multi-Turn Language Model Interaction

2026-03-15 · Pengcheng Li, Jie Zhang, Tianwei Zhang, Han Qiu 외 arxiv

Safety alignment in large language models is typically evaluated under isolated queries, yet real-world use is inherently multi-turn. Although multi-turn jailbreaks are empirically effective, the structure of conversatio…

An Actionable Diagnosis of Multilingual, Multi-Agent Planning Failures

2026-08-04 · Vikas Pahuja, Jonathan Brokman, Omer Hofman, Tamir Nizri 외 arxiv

Multilingual multi-agent systems exhibit substantial degradation beyond English, yet prior work rarely identifies how task-critical information is lost when user requests are converted into executable plans. We study the…

Interpretable Safety Validation for Autonomous Vehicles

2020-04-14 · Anthony Corso, Mykel J. Kochenderfer

An open problem for autonomous driving is how to validate the safety of an autonomous vehicle in simulation. Automated testing procedures can find failures of an autonomous system but these failures may be difficult to i…

Autonomous DrivingAutonomous Vehicles

Artificial Intelligence Safety and Cybersecurity: a Timeline of AI Failures

2016-10-25 · Roman V. Yampolskiy, M. S. Spellchecker

In this work, we present and analyze reported failures of artificially intelligent systems and extrapolate our analysis to future AIs. We suggest that both the frequency and the seriousness of future AI failures will ste…

Exploring the Semantic Gap in Agentic Data Systems: A Formative Study of Operationalization Failures in Analytical Workflows

2026-07-01 · Jalal Mahmud, Eser Kandogan arxiv

Large language models (LLMs) are increasingly used to generate queries, invoke tools, and construct analytical workflows. Although recent advances have substantially improved workflow generation and execution, the semant…