Unlocking LLM Safeguards for Low-Resource Languages via Reasoning and Alignment with Minimal Training Data
Zhuowei Chen, Bowei Zhang, Nankai Lin, Tian Hou, Lianxi Wang
TL;DR
This work tackles the problem of safeguarding LLMs in low-resource languages, where classifier-based methods struggle with interpretability and cross-lingual gaps. It introduces ConsistentGuard, a three-stage framework combining SFT-based cold-start distillation, GRPO-based reasoning training with length and diversity rewards, and CAO cross-lingual alignment to harmonize multilingual reasoning. Key contributions include a novel reasoning-based multilingual safeguard, a cross-lingual alignment algorithm (CAO) to reduce language-induced gaps, and a multilingual benchmark extension evaluated on six languages with only 1,000 seed samples, outperforming larger models trained on far more data. The approach yields strong generalization and interpretability, and the authors release code and extended benchmarks to support future research in multilingual safety.
Abstract
Recent advances in LLMs have enhanced AI capabilities, but also increased the risk posed by malicious requests, highlighting the need for effective LLM safeguards to detect such queries. Existing approaches largely rely on classifier-based methods that lack interpretability and perform poorly on low-resource languages. To address these limitations, we propose ConsistentGuard, a novel reasoning-based multilingual safeguard, which enhances explainability via reasoning and boosts knowledge transfer between languages through alignment. With only 1,000 training samples, our method demonstrates superior performance on three datasets across six languages, outperforming larger models trained with significantly more data, and exhibits strong interpretability and generalization ability. We also contribute a multilingual benchmark extension and release our codes to support future research.
