Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Tree Indexers for Text Understanding

About

Recurrent neural networks (RNNs) process input text sequentially and model the conditional transition between word tokens. In contrast, the advantages of recursive networks include that they explicitly model the compositionality and the recursive structure of natural language. However, the current recursive architecture is limited by its dependence on syntactic tree. In this paper, we introduce a robust syntactic parsing-independent tree structured model, Neural Tree Indexers (NTI) that provides a middle ground between the sequential RNNs and the syntactic treebased recursive models. NTI constructs a full n-ary tree by processing the input text with its node function in a bottom-up fashion. Attention mechanism can then be applied to both structure and node function. We implemented and evaluated a binarytree model of NTI, showing the model achieved the state-of-the-art performance on three different NLP tasks: natural language inference, answer sentence selection, and sentence classification, outperforming state-of-the-art recurrent and recursive neural networks.

Tsendsuren Munkhdalai, Hong Yu• 2016

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceSNLI (test)
Accuracy87.3
681
Sentiment AnalysisSST-5 (test)
Accuracy53.1
173
Natural Language InferenceSNLI (train)
Accuracy88.5
154
Answer SelectionWikiQA (test)
MAP0.6742
149
Sentiment ClassificationStanford Sentiment Treebank SST-2 (test)
Accuracy89.3
99
Text ClassificationSST-5 (test)
Accuracy53.1
58
Sentence ClassificationStanford Sentiment Treebank (SST) fine-grained (test)
Accuracy53.1
40
Showing 7 of 7 rows

Other info

Code

Follow for update