paper-with-me

홈 › Papers

DART: Mitigating Harm Drift in Difference-Aware LLMs via Distill-Audit-Repair Training

2026-04-18 · Ziwen Pan, Zihan Liang, Jad Kabbara, Ali Emami arxiv

Large language models (LLMs) tuned for safety often avoid acknowledging demographic differences, even when such acknowledgment is factually correct (e.g., ancestry-based disease incidence) or contextually justified (e.g., religious hiring preferences). This identity-blindness yields incorrect responses, unnecessary refusals, or generic "equal-treatment" defaults. We study this via difference-awareness classification: given a question involving demographic groups, the task is not to answer directly, but to classify whether a correct answer requires recognizing group differences (yes) or whether groups should be treated identically (no). Crucially, fine-tuning for accuracy triggers harm drift: model-generated explanations become increasingly harmful as decision accuracy improves, whether by elaborating harmful content, introducing problematic assumptions, or failing to flag harms the baseline identified. To mitigate this, we introduce DART (Distill--Audit--Repair Training), which distills label-conditioned reasoning from a teacher, audits outputs for harm drift cases relative to baseline, and repairs problematic cases via severity-weighted fine-tuning. On eight benchmarks, DART improves Llama-3-8B-Instruct accuracy from 39.0% to 68.8%, with largest gains on equal-treatment prompts (11.3% -> 72.6%), while reducing harm drift cases by 72.6%. It also transfers to 280 open-ended real-world queries across medical, legal, policy, and educational domains, improving difference-appropriate responses from 39.8% to 77.5% while reducing refusals from 34.3% to 3.0%. Our results demonstrate that accuracy and safety need not conflict when explicit detection and repair mechanisms are in place.

📄 PDF Abstract BibTeX arXiv:2604.16845

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

$Λ$-DARTS: Mitigating Performance Collapse by Harmonizing Operation Selection among Cells

2022-10-14 · Sajad Movahedi, Melika Adabinejad, Ayyoob Imani, Arezou Keshavarz 외

Differentiable neural architecture search (DARTS) is a popular method for neural architecture search (NAS), which performs cell-search and utilizes continuous relaxation to improve the search efficiency via gradient-base…

Neural Architecture Search

DARTS: Decoder-Aware Representation Tuning via Surgery for Model Merging

2026-08-28 · Aaryan Ajay Sharma, Sai Nishanth Padala, Seganrasan Subramanian arxiv

Model merging combines multiple task-specific fine-tuned LLMs into a single multi-task model without additional training. However, merged models are known to suffer from representation bias: systematic drift between the …

Mathematical ReasoningInstruction FollowingCode Generation

DartQuant: Efficient Rotational Distribution Calibration for LLM Quantization

2025-11-06 · Yuantian Shao, Yuanteng Chen, Peisong Wang, Jianlin Yu 외 arxiv

Quantization plays a crucial role in accelerating the inference of large-scale models, and rotational matrices have been shown to effectively improve quantization performance by smoothing outliers. However, end-to-end fi…

DriftGuard: Safety-Aware Multi-Monitor Detection and Selective Adaptation for Evolving Toxicity Moderation

2026-06-27 · Yuting Xin, Hanyu Cai, Binqi Shen, Lier Jin 외 arxiv

Automated toxicity moderation systems operate in dynamic online environments where harmful behavior evolves through coded language, shifting targets, and strategic adaptation to enforcement. Existing drift detection meth…

Mitigating Many-shot Jailbreak Attacks with One Single Demonstration

2026-05-08 · Kejia Chen, Jiawen Zhang, Boheng Li, Pengcheng Li 외 arxiv

Many-shot jailbreaking (MSJ) causes safety-aligned language models to answer harmful queries by preceding them with many harmful question-answer demonstrations. We study why this attack becomes stronger as the number of …