paper-with-me

Papers

A Logical Pattern Memory Pre-trained Model for Entailment Tree Generation

2024-03-11 · Li Yuan, Yi Cai, Haopeng Ren, Jiexin Wang

Generating coherent and credible explanations remains a significant challenge in the field of AI. In recent years, researchers have delved into the utilization of entailment trees to depict explanations, which exhibit a reasoning process of how a hypothesis is deduced from the supporting facts. However, existing models often overlook the importance of generating intermediate conclusions with logical consistency from the given facts, leading to inaccurate conclusions and undermining the overall credibility of entailment trees. To address this limitation, we propose the logical pattern memory pre-trained model (LMPM). LMPM incorporates an external memory structure to learn and store the latent representations of logical patterns, which aids in generating logically consistent conclusions. Furthermore, to mitigate the influence of logically irrelevant domain knowledge in the Wikipedia-based data, we introduce an entity abstraction approach to construct the dataset for pre-training LMPM. The experimental results highlight the effectiveness of our approach in improving the quality of entailment tree generation. By leveraging logical entailment patterns, our model produces more coherent and reasonable conclusions that closely align with the underlying premises. Code and Data are released at https://github.com/YuanLi95/T5-LMPM

📄 PDF Abstract BibTeX arXiv:2403.06410

Code (1)

yuanli95/t5-lmpm 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

RLET: A Reinforcement Learning Based Approach for Explainable QA with Entailment Trees

2022-10-31 · Tengxiao Liu, Qipeng Guo, Xiangkun Hu, Yue Zhang 외

Interpreting the reasoning process from questions to answers poses a challenge in approaching explainable QA. A recently proposed structured reasoning format, entailment tree, manages to offer explicit logical deductions…

reinforcement-learningReinforcement Learning (RL)Sentence

TEG-REP: A corpus of Textual Entailment Graphs based on Relation Extraction Patterns

2016-05-01 · LREC 2016 5 · Kathrin Eichler, Feiyu Xu, Hans Uszkoreit, Leonhard Hennig 외

The task of relation extraction is to recognize and extract relations between entities or concepts in texts. Dependency parse trees have become a popular source for discovering extraction patterns, which encode the gramm…

Natural Language InferenceRelationRelation Extraction

METGEN: A Module-Based Entailment Tree Generation Framework for Answer Explanation

2022-05-05 · Findings (NAACL) 2022 7 · Ruixin Hong, Hongming Zhang, Xintong Yu, ChangShui Zhang

Knowing the reasoning chains from knowledge to the predicted answers can help construct an explainable question answering (QA) system. Advances on QA explanation propose to explain the answers with entailment trees compo…

Question Answeringvalid

Can Neural Networks Understand Logical Entailment?

2018-02-23 · ICLR 2018 1 · Richard Evans, David Saxton, David Amos, Pushmeet Kohli 외

We introduce a new dataset of logical entailments for the purpose of measuring models' ability to capture and exploit the structure of logical expressions against an entailment prediction task. We use this task to compar…

Inductive Bias

Policy Compliance Detection via Expression Tree Inference

2022-05-24 · Neema Kotonya, Andreas Vlachos, Majid Yazdani, Lambert Mathias 외

Policy Compliance Detection (PCD) is a task we encounter when reasoning over texts, e.g. legal frameworks. Previous work to address PCD relies heavily on modeling the task as a special case of Recognizing Textual Entailm…

Natural Language InferenceQuestion Answeringvalid