One LLM to Train Them All: Multi-Task Learning Framework for Fact-Checking
Malin Astrid Larsson, Harald Fosen Grunnaleite, Vinay Setty
TL;DR
The paper tackles scalable automated fact-checking by jointly training open-weight LLMs to perform claim detection, evidence re-ranking, and stance detection via multi-task learning, addressing the cost and reproducibility limits of large proprietary models. It introduces a unified framework that freezes the backbone and uses QLoRA adapters with task-specific heads, and explores CLS, CLM, and instruction-tuned configurations while varying task weights and training order. Results show substantial relative gains over zero-shot and few-shot baselines (up to 44%, 54%, and 31% in Macro-F1 for the three tasks) and competitive performance with single-task fine-tuning, with the Qwen3-4B model achieving the best balance of capacity and efficiency. The work provides empirical guidelines for practitioners, demonstrates the viability of a single open LLM for end-to-end AFC, and emphasizes sustainability, transparency, and reproducibility by using public data and releasing configurations and code.
Abstract
Large language models (LLMs) are reshaping automated fact-checking (AFC) by enabling unified, end-to-end verification pipelines rather than isolated components. While large proprietary models achieve strong performance, their closed weights, complexity, and high costs limit sustainability. Fine-tuning smaller open weight models for individual AFC tasks can help but requires multiple specialized models resulting in high costs. We propose \textbf{multi-task learning (MTL)} as a more efficient alternative that fine-tunes a single model to perform claim detection, evidence ranking, and stance detection jointly. Using small decoder-only LLMs (e.g., Qwen3-4b), we explore three MTL strategies: classification heads, causal language modeling heads, and instruction-tuning, and evaluate them across model sizes, task orders, and standard non-LLM baselines. While multitask models do not universally surpass single-task baselines, they yield substantial improvements, achieving up to \textbf{44\%}, \textbf{54\%}, and \textbf{31\%} relative gains for claim detection, evidence re-ranking, and stance detection, respectively, over zero-/few-shot settings. Finally, we also provide practical, empirically grounded guidelines to help practitioners apply MTL with LLMs for automated fact-checking.
