Dynamic Compositionality in Recursive Neural Networks with Structure-Aware Tag Representations
Abstract
Most existing recursive neural network (RvNN) architectures utilize only the structure of parse trees, ignoring syntactic tags which are provided as by-products of parsing. We present a novel RvNN architecture that can provide dynamic compositionality by considering comprehensive syntactic information derived from both the structure and linguistic tags. Specifically, we introduce a structure-aware tag representation constructed by a separate tag-level tree-LSTM. With this, we can control the composition function of the existing wordlevel tree-LSTM by augmenting the representation as a supplementary input to the gate functions of the tree-LSTM. In extensive experiments, we show that models built upon the proposed architecture obtain superior or competitive performance on several sentence-level tasks such as sentiment analysis and natural language inference when compared against previous tree-structured models and other sophisticated neural models.
Cite
Text
Kim et al. "Dynamic Compositionality in Recursive Neural Networks with Structure-Aware Tag Representations." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33016594Markdown
[Kim et al. "Dynamic Compositionality in Recursive Neural Networks with Structure-Aware Tag Representations." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/kim2019aaai-dynamic/) doi:10.1609/AAAI.V33I01.33016594BibTeX
@inproceedings{kim2019aaai-dynamic,
title = {{Dynamic Compositionality in Recursive Neural Networks with Structure-Aware Tag Representations}},
author = {Kim, Taeuk and Choi, Jihun and Edmiston, Daniel and Bae, Sanghwan and Lee, Sang-goo},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2019},
pages = {6594-6601},
doi = {10.1609/AAAI.V33I01.33016594},
url = {https://mlanthology.org/aaai/2019/kim2019aaai-dynamic/}
}