Abstract
Automated fact-checking has been a challenging task for the researchcommunity. Past works tried various strategies, such as end-to-end training,retrieval-augmented generation, and prompt engineering, to build robustfact-checking systems. However, their accuracy has not been very high forreal-world deployment. We, on the other hand, propose a simple yet effectivestrategy, where entailed justifications generated by LLMs are used to trainencoder-only language models (ELMs) for fact-checking. We conducted a rigorousset of experiments, comparing our approach with recent works and variousprompting and fine-tuning strategies to demonstrate the superiority of ourapproach. Additionally, we did quality analysis of model explanations, ablationstudies, and error analysis to provide a comprehensive understanding of ourapproach.