paper-with-me

Papers

Neural Natural Logic Inference for Interpretable Question Answering

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

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 bases, regarded as potential premises, entail the hypotheses. In this paper, we investigate a neural-symbolic QA approach that integrates natural logic reasoning within deep learning architectures, towards developing effective and yet explainable question answering models. The proposed model gradually bridges a hypothesis and candidate premises following natural logic inference steps to build proof paths. Entailment scores between the acquired intermediate hypotheses and candidate premises are measured to determine if a premise entails the hypothesis. As the natural logic reasoning process forms a tree-like, hierarchical structure, we embed hypotheses and premises in a Hyperbolic space rather than Euclidean space to acquire more precise representations. Empirically, our method outperforms prior work on answering multiple-choice science questions, achieving the best results on two publicly available datasets. The natural logic inference process inherently provides evidence to help explain the prediction process.

📄 PDF Abstract BibTeX

Code (1)

shijihao/neunli 공식 구현 pytorch

Tasks

Multiple-choiceNatural Language InferenceOpen-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Compositional Attention Networks for Interpretability in Natural Language Question Answering

2018-10-30 · Muru Selvakumar, Suriyadeepan Ramamoorthy, Vaidheeswaran Archana, Malaikannan Sankarasubbu

MAC Net is a compositional attention network designed for Visual Question Answering. We propose a modified MAC net architecture for Natural Language Question Answering. Question Answering typically requires Language Unde…

Logical ReasoningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Explicit Reasoning over End-to-End Neural Architectures for Visual Question Answering

2018-03-23 · Somak Aditya, Yezhou Yang, Chitta Baral

Many vision and language tasks require commonsense reasoning beyond data-driven image and natural language processing. Here we adopt Visual Question Answering (VQA) as an example task, where a system is expected to answe…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

NLProlog: Reasoning with Weak Unification for Natural Language Question Answering

2019-05-01 · ICLR 2019 5 · Leon Weber, Pasquale Minervini, Ulf Leser, Tim Rocktäschel

Symbolic logic allows practitioners to build systems that perform rule-based reasoning which is interpretable and which can easily be augmented with prior knowledge. However, such systems are traditionally difficult to a…

Question AnsweringSentence

keqing: knowledge-based question answering is a nature chain-of-thought mentor of LLM

2023-12-31 · Chaojie Wang, Yishi Xu, Zhong Peng, Chenxi Zhang 외

Large language models (LLMs) have exhibited remarkable performance on various natural language processing (NLP) tasks, especially for question answering. However, in the face of problems beyond the scope of knowledge, th…

Information RetrievalQuestion AnsweringRetrieval

Question Answering via Integer Programming over Semi-Structured Knowledge

2016-04-20 · Daniel Khashabi, Tushar Khot, Ashish Sabharwal, Peter Clark 외

Answering science questions posed in natural language is an important AI challenge. Answering such questions often requires non-trivial inference and knowledge that goes beyond factoid retrieval. Yet, most systems for th…

Information RetrievalQuestion AnsweringRetrieval