paper-with-me

Papers

Examining the Metrics for Document-Level Claim Extraction in Czech and Slovak

2025-11-18 · Lucia Makaiova, Martin Fajcik, Antonin Jarolim arxiv

Document-level claim extraction remains an open challenge in the field of fact-checking, and subsequently, methods for evaluating extracted claims have received limited attention. In this work, we explore approaches to aligning two sets of claims pertaining to the same source document and computing their similarity through an alignment score. We investigate techniques to identify the best possible alignment and evaluation method between claim sets, with the aim of providing a reliable evaluation framework. Our approach enables comparison between model-extracted and human-annotated claim sets, serving as a metric for assessing the extraction performance of models and also as a possible measure of inter-annotator agreement. We conduct experiments on newly collected dataset-claims extracted from comments under Czech and Slovak news articles-domains that pose additional challenges due to the informal language, strong local context, and subtleties of these closely related languages. The results draw attention to the limitations of current evaluation approaches when applied to document-level claim extraction and highlight the need for more advanced methods-ones able to correctly capture semantic similarity and evaluate essential claim properties such as atomicity, checkworthiness, and decontextualization.

📄 PDF Abstract BibTeX arXiv:2511.14566

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Document-level Claim Extraction and Decontextualisation for Fact-Checking

2024-06-05 · Zhenyun Deng, Michael Schlichtkrull, Andreas Vlachos

Selecting which claims to check is a time-consuming task for human fact-checkers, especially from documents consisting of multiple sentences and containing multiple claims. However, existing claim extraction approaches f…

Extractive SummarizationFact CheckingRetrievalSentence

Knowledge Distillation in Document Retrieval

2019-11-11 · Siamak Shakeri, Abhinav Sethy, Cheng Cheng

Complex deep learning models now achieve state of the art performance for many document retrieval tasks. The best models process the query or claim jointly with the document. However for fast scalable search it is desira…

Knowledge DistillationRetrieval

FAKTA: An Automatic End-to-End Fact Checking System

2019-06-07 · NAACL 2019 6 · Moin Nadeem, Wei Fang, Brian Xu, Mitra Mohtarami 외

We present FAKTA which is a unified framework that integrates various components of a fact checking process: document retrieval from media sources with various types of reliability, stance detection of documents with res…

Fact CheckingRetrievalSentenceStance Detection

DELA Corpus - A Document-Level Corpus Annotated with Context-Related Issues

2021-11-01 · WMT (EMNLP) 2021 11 · Sheila Castilho, João Lucas Cavalheiro Camargo, Miguel Menezes, Andy Way

Recently, the Machine Translation (MT) community has become more interested in document-level evaluation especially in light of reactions to claims of “human parity”, since examining the quality at the level of the docum…

Machine TranslationSentenceTranslation

Evidence Selection as a Token-Level Prediction Task

2021-11-01 · EMNLP (FEVER) 2021 11 · Dominik Stammbach

In Automated Claim Verification, we retrieve evidence from a knowledge base to determine the veracity of a claim. Intuitively, the retrieval of the correct evidence plays a crucial role in this process. Often, evidence s…

Claim VerificationEvidence SelectionPredictionRetrieval+2