paper-with-me

홈 › Papers

Incorporating Temporal Information in Entailment Graph Mining

2021-09-20 · COLING (TextGraphs) 2020 12 · Liane Guillou, Sander Bijl de Vroe, Mohammad Javad Hosseini, Mark Johnson, Mark Steedman

We present a novel method for injecting temporality into entailment graphs to address the problem of spurious entailments, which may arise from similar but temporally distinct events involving the same pair of entities. We focus on the sports domain in which the same pairs of teams play on different occasions, with different outcomes. We present an unsupervised model that aims to learn entailments such as win/lose $\rightarrow$ play, while avoiding the pitfall of learning non-entailments such as win $\not\rightarrow$ lose. We evaluate our model on a manually constructed dataset, showing that incorporating time intervals and applying a temporal window around them, are effective strategies.

📄 PDF Abstract BibTeX arXiv:2109.09412

Code (1)

https://gitlab.com/lianeg/temporal-entailment-sports-dataset 공식 구현

Tasks

Graph Mining

Similar Papers 제목 키워드 기반

Blindness to Modality Helps Entailment Graph Mining

2021-09-21 · EMNLP (insights) 2021 11 · Liane Guillou, Sander Bijl de Vroe, Mark Johnson, Mark Steedman

Understanding linguistic modality is widely seen as important for downstream tasks such as Question Answering and Knowledge Graph Population. Entailment Graph learning might also be expected to benefit from attention to …

Graph LearningGraph MiningQuestion Answering

BMEAUT at SemEval-2020 Task 2: Lexical Entailment with Semantic Graphs

2020-12-01 · SEMEVAL 2020 · {\'A}d{\'a}m Kov{\'a}cs, Kinga G{\'e}mes, Andras Kornai, G{\'a}bor Recski

In this paper we present a novel rule-based, language independent method for determining lexical entailment relations using semantic representations built from Wiktionary definitions. Combined with a simple WordNet-based…

Lexical EntailmentSemantic ParsingTask 2

Temporal and Aspectual Entailment

2019-04-02 · WS 2019 5 · Thomas Kober, Sander Bijl de Vroe, Mark Steedman

Inferences regarding "Jane's arrival in London" from predications such as "Jane is going to London" or "Jane has gone to London" depend on tense and aspect of the predications. Tense determines the temporal location of t…

Natural Language Inference

Repurposing Entailment for Multi-Hop Question Answering Tasks

2019-04-20 · NAACL 2019 6 · Harsh Trivedi, Heeyoung Kwon, Tushar Khot, Ashish Sabharwal 외

Question Answering (QA) naturally reduces to an entailment problem, namely, verifying whether some text entails the answer to a question. However, for multi-hop QA tasks, which require reasoning with multiple sentences, …

Multi-hop Question AnsweringQuestion AnsweringSentence

Infusing Knowledge into the Textual Entailment Task Using Graph Convolutional Networks

2019-11-05 · Pavan Kapanipathi, Veronika Thost, Siva Sankalp Patel, Spencer Whitehead 외

Textual entailment is a fundamental task in natural language processing. Most approaches for solving the problem use only the textual content present in training data. A few approaches have shown that information from ex…

Knowledge GraphsNatural Language Inference