paper-with-me

홈 › Papers

Can Language Models perform Abductive Commonsense Reasoning?

2022-07-07 · Seungone Kim

Abductive Reasoning is a task of inferring the most plausible hypothesis given a set of observations. In literature, the community has approached to solve this challenge by classifying/generating a likely hypothesis that does not contradict with a past observation and future observation. Some of the most well-known benchmarks that tackle this problem are aNLI and aNLG (pronounced as alpha-NLI and alpha-NLG). In this report, I review over some of the methodologies that were attempted to solve this challenge, re-implement the baseline models, and analyze some of the weaknesses that current approaches have. The code and the re-implemented results are available at this link.

📄 PDF Abstract BibTeX arXiv:2207.05155

Code (1)

seungonekim/abductive-commonsense-reasoning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

UNcommonsense Reasoning: Abductive Reasoning about Uncommon Situations

2023-11-14 · Wenting Zhao, Justin T Chiu, Jena D. Hwang, Faeze Brahman 외

Language technologies that accurately model the dynamics of events must perform commonsense reasoning. Existing work evaluating commonsense reasoning focuses on making inferences about common, everyday situations. To ins…

DiversityImitation LearningSpecificity

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…

Abductive Reasoning with Probabilistic Commonsense

2026-05-08 · Joseph Cotnareanu, Chiara Roverato, Han Zhou, Didier Chetelat 외 arxiv

Recent efforts to improve the reasoning abilities of Large Language Models (LLMs) have focused on integrating formal logic solvers within neurosymbolic frameworks. A key challenge is that formal solvers lack commonsense …

Formal Logic

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 t…

Question AnsweringReading Comprehension

Abductive Commonsense Reasoning

2019-08-15 · ICLR 2020 1 · Chandra Bhagavatula, Ronan Le Bras, Chaitanya Malaviya, Keisuke Sakaguchi 외

Abductive reasoning is inference to the most plausible explanation. For example, if Jenny finds her house in a mess when she returns from work, and remembers that she left a window open, she can hypothesize that a thief …

Multiple-choiceNatural Language InferenceQuestion Answering