paper-with-me

Papers

XFEVER: Exploring Fact Verification across Languages

2023-10-25 · Yi-Chen Chang, Canasai Kruengkrai, Junichi Yamagishi

This paper introduces the Cross-lingual Fact Extraction and VERification (XFEVER) dataset designed for benchmarking the fact verification models across different languages. We constructed it by translating the claim and evidence texts of the Fact Extraction and VERification (FEVER) dataset into six languages. The training and development sets were translated using machine translation, whereas the test set includes texts translated by professional translators and machine-translated texts. Using the XFEVER dataset, two cross-lingual fact verification scenarios, zero-shot learning and translate-train learning, are defined, and baseline models for each scenario are also proposed in this paper. Experimental results show that the multilingual language model can be used to build fact verification models in different languages efficiently. However, the performance varies by language and is somewhat inferior to the English case. We also found that we can effectively mitigate model miscalibration by considering the prediction similarity between the English and target languages. The XFEVER dataset, code, and model checkpoints are available at https://github.com/nii-yamagishilab/xfever.

📄 PDF Abstract BibTeX arXiv:2310.16278

Code (1)

nii-yamagishilab/xfever 공식 구현 pytorch

Tasks

BenchmarkingFact VerificationLanguage ModelingLanguage ModellingMachine TranslationZero-Shot Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

EX-FEVER: A Dataset for Multi-hop Explainable Fact Verification

2023-10-15 · Huanhuan Ma, Weizhi Xu, Yifan Wei, Liuji Chen 외

Fact verification aims to automatically probe the veracity of a claim based on several pieces of evidence. Existing works are always engaging in accuracy improvement, let alone explainability, a critical capability of fa…

Claim VerificationExplanation GenerationFact VerificationRetrieval+1

Exploring Intra and Inter-language Consistency in Embeddings with ICA

2024-06-18 · Rongzhi Li, Takeru Matsuda, Hitomi Yanaka

Word embeddings represent words as multidimensional real vectors, facilitating data analysis and processing, but are often challenging to interpret. Independent Component Analysis (ICA) creates clearer semantic axes by i…

Word Embeddings

When Scale Meets Diversity: Evaluating Language Models on Fine-Grained Multilingual Claim Verification

2025-07-28 · Hanna Shcharbakova, Tatiana Anikina, Natalia Skachkova, Josef van Genabith arxiv

The rapid spread of multilingual misinformation requires robust automated fact verification systems capable of handling fine-grained veracity assessments across diverse languages. While large language models have shown r…

Fact Verification

Poly-FEVER: A Multilingual Fact Verification Benchmark for Hallucination Detection in Large Language Models

2025-03-19 · Hanzhi Zhang, Sumera Anjum, Heng Fan, Weijian Zheng 외

Hallucinations in generative AI, particularly in Large Language Models (LLMs), pose a significant challenge to the reliability of multilingual applications. Existing benchmarks for hallucination detection focus primarily…

Fact CheckingFact VerificationHallucinationMultilingual NLP

FactCheck Editor: Multilingual Text Editor with End-to-End fact-checking

2024-04-30 · Vinay Setty

We introduce 'FactCheck Editor', an advanced text editor designed to automate fact-checking and correct factual inaccuracies. Given the widespread issue of misinformation, often a result of unintentional mistakes by cont…

Fact CheckingFact VerificationMisinformationNatural Language Inference