CLSep 11, 2018

AWE: Asymmetric Word Embedding for Textual Entailment

arXiv:1809.04047v21 citations
Originality Incremental advance
AI Analysis

This work addresses textual entailment for NLP applications, offering an incremental enhancement to existing methods.

The paper tackled the problem of textual entailment by addressing the asymmetry in word-word interactions between premise-hypothesis pairs, proposing asymmetric word embeddings that improved existing models, resulting in a 2.1% accuracy gain on SciTail.

Textual entailment is a fundamental task in natural language processing. It refers to the directional relation between text fragments such that the "premise" can infer "hypothesis". In recent years deep learning methods have achieved great success in this task. Many of them have considered the inter-sentence word-word interactions between the premise-hypothesis pairs, however, few of them considered the "asymmetry" of these interactions. Different from paraphrase identification or sentence similarity evaluation, textual entailment is essentially determining a directional (asymmetric) relation between the premise and the hypothesis. In this paper, we propose a simple but effective way to enhance existing textual entailment algorithms by using asymmetric word embeddings. Experimental results on SciTail and SNLI datasets show that the learned asymmetric word embeddings could significantly improve the word-word interaction based textual entailment models. It is noteworthy that the proposed AWE-DeIsTe model can get 2.1% accuracy improvement over prior state-of-the-art on SciTail.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes