paper-with-me

Papers

WiCE: Real-World Entailment for Claims in Wikipedia

2023-03-02 · Ryo Kamoi, Tanya Goyal, Juan Diego Rodriguez, Greg Durrett

Textual entailment models are increasingly applied in settings like fact-checking, presupposition verification in question answering, or summary evaluation. However, these represent a significant domain shift from existing entailment datasets, and models underperform as a result. We propose WiCE, a new fine-grained textual entailment dataset built on natural claim and evidence pairs extracted from Wikipedia. In addition to standard claim-level entailment, WiCE provides entailment judgments over sub-sentence units of the claim, and a minimal subset of evidence sentences that support each subclaim. To support this, we propose an automatic claim decomposition strategy using GPT-3.5 which we show is also effective at improving entailment models' performance on multiple datasets at test time. Finally, we show that real claims in our dataset involve challenging verification and retrieval problems that existing models fail to address.

📄 PDF Abstract BibTeX arXiv:2303.01432

Code (2)

ryokamoi/wice 공식 구현
kevin-rn/Efficient-Fact-checking pytorch

Tasks

Fact CheckingNatural Language InferenceQuestion AnsweringRetrievalSentence

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Adam 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…

Similar Papers 제목 키워드 기반

Fool Me Twice: Entailment from Wikipedia Gamification

2021-04-10 · NAACL 2021 4 · Julian Martin Eisenschlos, Bhuwan Dhingra, Jannis Bulian, Benjamin Börschinger 외

We release FoolMeTwice (FM2 for short), a large dataset of challenging entailment pairs collected through a fun multi-player game. Gamification encourages adversarial examples, drastically lowering the number of examples…

Retrieval

Automated Fact-Checking of Claims from Wikipedia

2020-05-01 · LREC 2020 5 · Aalok Sathe, Salar Ather, Tuan Manh Le, Nathan Perry 외

Automated fact checking is becoming increasingly vital as both truthful and fallacious information accumulate online. Research on fact checking has benefited from large-scale datasets such as FEVER and SNLI. However, suc…

ArticlesFact Checking

FlashCheck: Exploration of Efficient Evidence Retrieval for Fast Fact-Checking

2025-02-09 · Kevin Nanekhan, Venktesh V, Erik Martin, Henrik Vatndal 외

The advances in digital tools have led to the rampant spread of misinformation. While fact-checking aims to combat this, manual fact-checking is cumbersome and not scalable. It is essential for automated fact-checking to…

Fact CheckingFact VerificationMisinformationRetrieval

QuanTemp: A real-world open-domain benchmark for fact-checking numerical claims

2024-03-25 · Venktesh V, Abhijit Anand, Avishek Anand, Vinay Setty

Automated fact checking has gained immense interest to tackle the growing misinformation in the digital era. Existing systems primarily focus on synthetic claims on Wikipedia, and noteworthy progress has also been made o…

Claim VerificationFact CheckingMisinformation

An End-to-End Multi-task Learning Model for Fact Checking

2018-11-01 · WS 2018 11 · Sizhen Li, Shuai Zhao, Bo Cheng, Hao Yang

With huge amount of information generated every day on the web, fact checking is an important and challenging task which can help people identify the authenticity of most claims as well as providing evidences selected fr…

Common Sense ReasoningEntity LinkingFact CheckingFake News Detection+2