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

Discriminative Neural Sentence Modeling by Tree-Based Convolution

About

This paper proposes a tree-based convolutional neural network (TBCNN) for discriminative sentence modeling. Our models leverage either constituency trees or dependency trees of sentences. The tree-based convolution process extracts sentences' structural features, and these features are aggregated by max pooling. Such architecture allows short propagation paths between the output layer and underlying feature detectors, which enables effective structural feature learning and extraction. We evaluate our models on two tasks: sentiment analysis and question classification. In both experiments, TBCNN outperforms previous state-of-the-art results, including existing neural networks and dedicated feature/rule engineering. We also make efforts to visualize the tree-based convolution process, shedding light on how our models work.

Lili Mou, Hao Peng, Ge Li, Yan Xu, Lu Zhang, Zhi Jin• 2015

Related benchmarks

TaskDatasetResultRank
Question ClassificationTREC
Accuracy96
205
Sentiment ClassificationSST-2
Accuracy87.9
174
Sentiment AnalysisSST-5 (test)
Accuracy51.4
173
Text ClassificationSST-2
Accuracy87.9
121
Text ClassificationSST-1
Accuracy51.4
45
6-way question classificationTREC 6-class (test)
Accuracy96
23
Text ClassificationTREC-6 (test)--
11
Showing 7 of 7 rows

Other info

Code

Follow for update