paper-with-me

Papers

What Knowledge is Needed to Solve the RTE5 Textual Entailment Challenge?

2018-06-10 · Peter Clark

This document gives a knowledge-oriented analysis of about 20 interesting Recognizing Textual Entailment (RTE) examples, drawn from the 2005 RTE5 competition test set. The analysis ignores shallow statistical matching techniques between T and H, and rather asks: What would it take to reasonably infer that T implies H? What world knowledge would be needed for this task? Although such knowledge-intensive techniques have not had much success in RTE evaluations, ultimately an intelligent system should be expected to know and deploy this kind of world knowledge required to perform this kind of reasoning. The selected examples are typically ones which our RTE system (called BLUE) got wrong and ones which require world knowledge to answer. In particular, the analysis covers cases where there was near-perfect lexical overlap between T and H, yet the entailment was NO, i.e., examples that most likely all current RTE systems will have got wrong. A nice example is #341 (page 26), that requires inferring from "a river floods" that "a river overflows its banks". Seems it should be easy, right? Enjoy!

📄 PDF Abstract BibTeX arXiv:1806.03561

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceRTEWorld Knowledge

Methods 이 논문이 사용한 방법론

Affine Coupling 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Enhancing Systematic Decompositional Natural Language Inference Using Informal Logic

2024-02-22 · Nathaniel Weir, Kate Sanders, Orion Weller, Shreya Sharma 외

Recent language models enable new opportunities for structured reasoning with text, such as the construction of intuitive, proof-like textual entailment trees without relying on brittle formal logic. However, progress in…

Formal LogicKnowledge DistillationNatural Language Inferencevalid

CSReader at SemEval-2018 Task 11: Multiple Choice Question Answering as Textual Entailment

2018-06-01 · SEMEVAL 2018 6 · Zhengping Jiang, Qi Sun

In this document we present an end-to-end machine reading comprehension system that solves multiple choice questions with a textual entailment perspective. Since some of the knowledge required is not explicitly mentioned…

Common Sense ReasoningLanguage ModellingMachine Reading ComprehensionMultiple-choice+4

Textual Entailment with Dynamic Contrastive Learning for Zero-shot NER

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we study the problem of zero-shot NER, which aims at building a Named Entity Recognition (NER) system from scratch. It needs to identify the entities in the given sentences when we have zero token-level an…

Contrastive Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Explaining Answers with Entailment Trees

2021-04-17 · EMNLP 2021 11 · Bhavana Dalvi, Peter Jansen, Oyvind Tafjord, Zhengnan Xie 외

Our goal, in the context of open-domain textual question-answering (QA), is to explain answers by showing the line of reasoning from what is known to the answer, rather than simply showing a fragment of textual evidence …

Language ModellingQuestion Answeringvalid

Universal Natural Language Processing with Limited Annotations: Try Few-shot Textual Entailment as a Start

2020-10-06 · EMNLP 2020 11 · Wenpeng Yin, Nazneen Fatema Rajani, Dragomir Radev, Richard Socher 외

A standard way to address different NLP problems is by first constructing a problem-specific dataset, then building a model to fit this dataset. To build the ultimate artificial intelligence, we desire a single machine t…

coreference-resolutionCoreference ResolutionNatural Language InferenceQuestion Answering