🤖 AI Summary
This paper addresses the challenge of claim normalization in multilingual social media posts—transforming noisy, unstructured user-generated content into clear, verifiable statements to support multilingual misinformation detection—without requiring multilingual annotated data. Methodologically, it introduces a cross-lingual claim standardization framework based on a question-answering decomposition schema (Who/What/Where/When/Why/How), trained exclusively on English data. The approach integrates Qwen3-14B with LoRA fine-tuning and incorporates intra-post deduplication, token-level recall filtering, and retrieval-augmented few-shot inference. Experiments span 20 languages, achieving a peak METEOR score of 41.16—outperforming baseline methods by an average of 41.3%. Results demonstrate strong cross-lingual generalization and practical efficacy, significantly advancing state-of-the-art performance in zero-shot multilingual claim normalization.
📝 Abstract
We address claim normalization for multilingual misinformation detection - transforming noisy social media posts into clear, verifiable statements across 20 languages. The key contribution demonstrates how systematic decomposition of posts using Who, What, Where, When, Why and How questions enables robust cross-lingual transfer despite training exclusively on English data. Our methodology incorporates finetuning Qwen3-14B using LoRA with the provided dataset after intra-post deduplication, token-level recall filtering for semantic alignment and retrieval-augmented few-shot learning with contextual examples during inference. Our system achieves METEOR scores ranging from 41.16 (English) to 15.21 (Marathi), securing third rank on the English leaderboard and fourth rank for Dutch and Punjabi. The approach shows 41.3% relative improvement in METEOR over baseline configurations and substantial gains over existing methods. Results demonstrate effective cross-lingual generalization for Romance and Germanic languages while maintaining semantic coherence across diverse linguistic structures.