On Tree-based Neural Sentence Modeling | Awesome LLM Papers Add your paper to Awesome LLM Papers

On Tree-based Neural Sentence Modeling

Haoyue Shi, Hao Zhou, Jiaze Chen, Lei Li . Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing 2018 – 44 citations

[Code] [Paper]   Search on Google Scholar   Search on Semantic Scholar
EMNLP Has Code Interdisciplinary Approaches Neural Machine Translation Variational Autoencoders

Neural networks with tree-based sentence encoders have shown better results on many downstream tasks. Most of existing tree-based encoders adopt syntactic parsing trees as the explicit structure prior. To study the effectiveness of different tree structures, we replace the parsing trees with trivial trees (i.e., binary balanced tree, left-branching tree and right-branching tree) in the encoders. Though trivial trees contain no syntactic information, those encoders get competitive or even better results on all of the ten downstream tasks we investigated. This surprising result indicates that explicit syntax guidance may not be the main contributor to the superior performances of tree-based neural sentence modeling. Further analysis show that tree modeling gives better results when crucial words are closer to the final representation. Additional experiments give more clues on how to design an effective tree-based encoder. Our code is open-source and available at https://github.com/ExplorerFreda/TreeEnc.

Similar Work