paper-with-me

Papers

Learning Event Graph Knowledge for Abductive Reasoning

2021-08-01 · ACL 2021 5 · Li Du, Xiao Ding, Ting Liu, Bing Qin

Abductive reasoning aims at inferring the most plausible explanation for observed events, which would play critical roles in various NLP applications, such as reading comprehension and question answering. To facilitate this task, a narrative text based abductive reasoning task $\alpha$NLI is proposed, together with explorations about building reasoning framework using pretrained language models. However, abundant event commonsense knowledge is not well exploited for this task. To fill this gap, we propose a variational autoencoder based model ege-RoBERTa, which employs a latent variable to capture the necessary commonsense knowledge from event graph for guiding the abductive reasoning task. Experimental results show that through learning the external event graph knowledge, our approach outperforms the baseline methods on the $\alpha$NLI task.

📄 PDF Abstract BibTeX

Code (1)

sjcfr/ege-roberta 공식 구현 pytorch

Tasks

Question AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Unifying Deductive and Abductive Reasoning in Knowledge Graphs with Masked Diffusion Model

2025-10-13 · Yisen Gao, Jiaxin Bai, Yi Huang, Xingcheng Fu 외 arxiv

Deductive and abductive reasoning are two critical paradigms for analyzing knowledge graphs, enabling applications from financial query answering to scientific discovery. Deductive reasoning on knowledge graphs usually i…

Reinforcement LearningKnowledge Graphs

AILS-NTUA at SemEval-2026 Task 12: Graph-Based Retrieval and Reflective Prompting for Abductive Event Reasoning

2026-03-04 · Nikolas Karafyllis, Maria Lymperaiou, Giorgos Filandrianos, Athanasios Voulodimos 외 arxiv

We present a winning three-stage system for SemEval 2026 Task~12: Abductive Event Reasoning that combines graph-based retrieval, LLM-driven abductive reasoning with prompt design optimized through reflective prompt evolu…

Generating Hypothetical Events for Abductive Inference

2021-06-07 · Joint Conference on Lexical and Computational Semantics 2021 · Debjit Paul, Anette Frank

Abductive reasoning starts from some observations and aims at finding the most plausible explanation for these observations. To perform abduction, humans often make use of temporal and causal inferences, and knowledge ab…

Language ModelingLanguage Modelling

Advancing Abductive Reasoning in Knowledge Graphs through Complex Logical Hypothesis Generation

2023-12-25 · Jiaxin Bai, Yicheng Wang, Tianshi Zheng, Yue Guo 외

Abductive reasoning is the process of making educated guesses to provide explanations for observations. Although many applications require the use of knowledge for explanations, the utilization of abductive reasoning in …

Knowledge GraphsLogical Reasoning

Abductive Commonsense Reasoning Exploiting Mutually Exclusive Explanations

2023-05-24 · Wenting Zhao, Justin T. Chiu, Claire Cardie, Alexander M. Rush

Abductive reasoning aims to find plausible explanations for an event. This style of reasoning is critical for commonsense tasks where there are often multiple plausible explanations. Existing approaches for abductive rea…