Learning to Compose over Tree Structures via POS Tags
Gehui Shen, Zhi-Hong Deng, Ting Huang, Xi Chen

TL;DR
This paper introduces Tag-Guided HyperRecNN/TreeLSTM models that dynamically generate composition parameters based on POS tags, significantly improving sentence representation over traditional RecNNs.
Contribution
The paper proposes hypernetwork-based models that incorporate POS tags to enhance the expressive power of recursive neural networks for NLP tasks.
Findings
Models outperform RecNN and TreeLSTM baselines.
Achieve state-of-the-art results on sentence classification benchmarks.
Demonstrate effectiveness through qualitative analysis.
Abstract
Recursive Neural Network (RecNN), a type of models which compose words or phrases recursively over syntactic tree structures, has been proven to have superior ability to obtain sentence representation for a variety of NLP tasks. However, RecNN is born with a thorny problem that a shared compositional function for each node of trees can't capture the complex semantic compositionality so that the expressive power of model is limited. In this paper, in order to address this problem, we propose Tag-Guided HyperRecNN/TreeLSTM (TG-HRecNN/TreeLSTM), which introduces hypernetwork into RecNNs to take as inputs Part-of-Speech (POS) tags of word/phrase and generate the semantic composition parameters dynamically. Experimental results on five datasets for two typical NLP tasks show proposed models both obtain significant improvement compared with RecNN and TreeLSTM consistently. Our TG-HTreeLSTM…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsHyperNetwork
