ZeFaV: Boosting Large Language Models for Zero-shot Fact Verification

Son T. Luu,Hiep Nguyen,Trung Vo,Le-Minh Nguyen
DOI: https://doi.org/10.1007/978-981-96-0119-6_28
2024-11-18
Abstract:In this paper, we propose ZeFaV - a zero-shot based fact-checking verification framework to enhance the performance on fact verification task of large language models by leveraging the in-context learning ability of large language models to extract the relations among the entities within a claim, re-organized the information from the evidence in a relationally logical form, and combine the above information with the original evidence to generate the context from which our fact-checking model provide verdicts for the input claims. We conducted empirical experiments to evaluate our approach on two multi-hop fact-checking datasets including HoVer and FEVEROUS, and achieved potential results results comparable to other state-of-the-art fact verification task methods.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
This paper aims to address several key challenges in the automated fact - verification task. Specifically, these challenges include: 1. **Ambiguity of statements**: When a statement can have multiple interpretations, it complicates automated fact - verification. 2. **Data bias**: Data deviation in the labeled dataset may lead to deviation in the system's prediction results. 3. **Limitations of context information**: The current state - of - the - art systems have limitations when dealing with external knowledge sources and user - generated information. 4. **Cost and time consumption of labeled data**: Creating labeled data for fact - verification is both expensive and time - consuming, and may be biased. To address these challenges, the authors propose a framework named ZeFaV, which utilizes zero - sample learning techniques to enhance the performance of large - language models (LLMs) in fact - verification tasks. ZeFaV improves the capabilities of LLMs in the following aspects: - **Relation extraction**: Through few - shot learning, identify entities in statements and evidence and their relationships, helping LLMs better understand and verify statements. - **InfoRE (Information Reorganization)**: Reorganize the provided evidence into a more understandable text format, enhancing the model's context - learning ability. - **Combining relations and reorganized information**: Combine the extracted relations and reorganized information with the original evidence to form a comprehensive context for LLMs to perform fact - verification. Through these methods, ZeFaV can improve the performance of LLMs in fact - verification tasks without additional training. The paper also reports experimental results on two multi - hop fact - verification datasets, HoVer and FEVEROUS, indicating that ZeFaV achieves performance comparable to or even better than the existing state - of - the - art methods on these tasks.