paper-with-me

홈 › Papers

Deep Manifold Learning for Reading Comprehension and Logical Reasoning Tasks with Polytuplet Loss

2023-04-03 · Jeffrey Lu, Ivan Rodriguez

The current trend in developing machine learning models for reading comprehension and logical reasoning tasks is focused on improving the models' abilities to understand and utilize logical rules. This work focuses on providing a novel loss function and accompanying model architecture that has more interpretable components than some other models by representing a common strategy employed by humans when given reading comprehension and logical reasoning tasks. Our strategy involves emphasizing relative accuracy over absolute accuracy and can theoretically produce the correct answer with incomplete knowledge. We examine the effectiveness of this strategy to solve reading comprehension and logical reasoning questions. The models were evaluated on the ReClor dataset, a challenging reading comprehension and logical reasoning benchmark. We propose the polytuplet loss function, which forces prioritization of learning the relative correctness of answer choices over learning the true accuracy of each choice. Our results indicate that models employing polytuplet loss outperform existing baseline models, though further research is required to quantify the benefits it may present.

📄 PDF Abstract BibTeX arXiv:2304.01046

Code (2)

ussiamaboat/polytuplet-loss 공식 구현 tf
ussiamaboat/research-paper 공식 구현 tf

Tasks

Logical ReasoningReading ComprehensionTransfer Learning

Similar Papers 제목 키워드 기반

From LSAT: The Progress and Challenges of Complex Reasoning

2021-08-02 · Siyuan Wang, Zhongkun Liu, Wanjun Zhong, Ming Zhou 외

Complex reasoning aims to draw a correct inference based on complex rules. As a hallmark of human intelligence, it involves a degree of explicit reading comprehension, interpretation of logical knowledge and complex rule…

Few-Shot LearningLogical ReasoningReading Comprehension

ForceReader: a BERT-based Interactive Machine Reading Comprehension Model with Attention Separation

2020-12-01 · COLING 2020 8 · Zheng Chen, Kangjian Wu

The release of BERT revolutionized the development of NLP. Various BERT-based reading comprehension models have been proposed, thus updating the performance ranking of reading comprehension tasks. However, the above BERT…

Machine Reading ComprehensionReading Comprehension

ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning

2020-02-11 · ICLR 2020 1 · Weihao Yu, Zi-Hang Jiang, Yanfei Dong, Jiashi Feng

Recent powerful pre-trained language models have achieved remarkable performance on most of the popular datasets for reading comprehension. It is time to introduce more challenging datasets to push the development of thi…

Logical ReasoningLogical Reasoning Question AnsweringLogical Reasoning Reading ComprehensionMachine Reading Comprehension+2

Evaluating the Rationale Understanding of Critical Reasoning in Logical Reading Comprehension

2023-11-30 · Akira Kawabata, Saku Sugawara

To precisely evaluate a language model's capability for logical reading comprehension, we present a dataset for testing the understanding of the rationale behind critical reasoning. For questions taken from an existing m…

Multiple-choiceReading Comprehension

AdaLoGN: Adaptive Logic Graph Network for Reasoning-Based Machine Reading Comprehension

2022-03-16 · ACL 2022 5 · Xiao Li, Gong Cheng, Ziheng Chen, Yawei Sun 외

Recent machine reading comprehension datasets such as ReClor and LogiQA require performing logical reasoning over text. Conventional neural models are insufficient for logical reasoning, while symbolic reasoners cannot d…

Logical ReasoningMachine Reading ComprehensionMultiple-choiceReading Comprehension