# Max-Cosine Matching Based Neural Models for Recognizing Textual   Entailment

**Authors:** Zhipeng Xie, Junfeng Hu

arXiv: 1705.09054 · 2017-05-26

## TL;DR

This paper introduces a neural model for recognizing textual entailment that matches words based on cosine similarity, augmented with multiple embedding integration, bi-way processing, and ensemble techniques, achieving superior accuracy on SNLI.

## Contribution

The paper presents a novel cosine-matching neural approach for RTE, incorporating multiple embeddings and ensemble methods to improve performance.

## Key findings

- Outperforms several state-of-the-art models on SNLI dataset
- Effective enhancement through multiple embedding integration
- Ensemble techniques boost predictive accuracy

## Abstract

Recognizing textual entailment is a fundamental task in a variety of text mining or natural language processing applications. This paper proposes a simple neural model for RTE problem. It first matches each word in the hypothesis with its most-similar word in the premise, producing an augmented representation of the hypothesis conditioned on the premise as a sequence of word pairs. The LSTM model is then used to model this augmented sequence, and the final output from the LSTM is fed into a softmax layer to make the prediction. Besides the base model, in order to enhance its performance, we also proposed three techniques: the integration of multiple word-embedding library, bi-way integration, and ensemble based on model averaging. Experimental results on the SNLI dataset have shown that the three techniques are effective in boosting the predicative accuracy and that our method outperforms several state-of-the-state ones.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.09054/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1705.09054/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1705.09054/full.md

---
Source: https://tomesphere.com/paper/1705.09054