paper-with-me

홈 › Papers

QA-NatVer: Question Answering for Natural Logic-based Fact Verification

2023-10-22 · Rami Aly, Marek Strong, Andreas Vlachos

Fact verification systems assess a claim's veracity based on evidence. An important consideration in designing them is faithfulness, i.e. generating explanations that accurately reflect the reasoning of the model. Recent works have focused on natural logic, which operates directly on natural language by capturing the semantic relation of spans between an aligned claim with its evidence via set-theoretic operators. However, these approaches rely on substantial resources for training, which are only available for high-resource languages. To this end, we propose to use question answering to predict natural logic operators, taking advantage of the generalization capabilities of instruction-tuned language models. Thus, we obviate the need for annotated training data while still relying on a deterministic inference system. In a few-shot setting on FEVER, our approach outperforms the best baseline by $4.3$ accuracy points, including a state-of-the-art pre-trained seq2seq natural logic system, as well as a state-of-the-art prompt-based classifier. Our system demonstrates its robustness and portability, achieving competitive performance on a counterfactual dataset and surpassing all approaches without further annotation on a Danish verification dataset. A human evaluation indicates that our approach produces more plausible proofs with fewer erroneous natural logic operators than previous natural logic-based systems.

📄 PDF Abstract BibTeX arXiv:2310.14198

Code (1)

raldir/qa-natver 공식 구현 pytorch

Tasks

counterfactualFact VerificationQuestion Answering

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Knowledge Informed Semantic Parsing for Conversational Question Answering

2021-08-01 · ACL (RepL4NLP) 2021 8 · Raghuveer Thirukovalluru, Mukund Sridhar, Dung Thai, Shruti Chanumolu 외

Smart assistants are tasked to answer various questions regarding world knowledge. These questions range from retrieval of simple facts to retrieval of complex, multi-hops question followed by various operators (i.e., fi…

Conversational Question AnsweringDecoderLogical ReasoningNatural Questions+4

A logical representation of Arabic questions toward automatic passage extraction from the Web

2018-05-23 · Bellot Patrice LSIS, DIMAG, Bakari Wided, Neji Mahmoud

With the expanding growth of Arabic electronic data on the web, extracting information, which is actually one of the major challenges of the question-answering, is essentially used for building corpus of documents. In fa…

Information RetrievalQuestion AnsweringRetrieval

Targeted Extraction of Temporal Facts from Textual Resources for Improved Temporal Question Answering over Knowledge Bases

2022-03-21 · Nithish Kannen, Udit Sharma, Sumit Neelam, Dinesh Khandelwal 외

Knowledge Base Question Answering (KBQA) systems have the goal of answering complex natural language questions by reasoning over relevant facts retrieved from Knowledge Bases (KB). One of the major challenges faced by th…

Knowledge Base Question AnsweringOpen-Domain Question AnsweringQuestion AnsweringRelation Linking

SPARQL query generation for complex question answering with BERT and BiLSTM-based model

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Evseev D. A., Arkhipov M. Yu.

In this paper we describe question answering system for answering of complex questions over Wikidata knowledge base. Unlike simple questions, which require extraction of single fact from the knowledge base, complex quest…

Knowledge Base Question AnsweringQuestion AnsweringSemantic ParsingTriplet

Neural Natural Logic Inference for Interpretable Question Answering

2021-11-01 · EMNLP 2021 11 · Jihao Shi, Xiao Ding, Li Du, Ting Liu 외

Many open-domain question answering problems can be cast as a textual entailment task, where a question and candidate answers are concatenated to form hypotheses. A QA system then determines if the supporting knowledge b…

Multiple-choiceNatural Language InferenceOpen-Domain Question AnsweringQuestion Answering