Ordered Memory Baselines
This work provides incremental analysis for NLP researchers by evaluating and comparing tree-based models in sentiment analysis and semantic recognition.
The paper reviews the Ordered Memory model for tree-type natural language processing and finds that it performs on par with state-of-the-art models while outperforming simpler baselines with fewer parameters.
Natural language semantics can be modeled using the phrase-structured model, which can be represented using a tree-type architecture. As a result, recent advances in natural language processing have been made utilising recursive neural networks using memory models that allow them to infer tree-type representations of the input sentence sequence. These new tree models have allowed for improvements in sentiment analysis and semantic recognition. Here we review the Ordered Memory model proposed by Shen et al. (2019) at the NeurIPS 2019 conference, and try to either create baselines that can perform better or create simpler models that can perform equally as well. We found that the Ordered Memory model performs on par with the state-of-the-art models used in tree-type modelling, and performs better than simplified baselines that require fewer parameters.