Learning to Organize a Bag of Words into Sentences with Neural Networks: an Empirical Study

Chongyang Tao,Shen Gao,Juntao Li,Yansong Feng,Dongyan Zhao,Rui Yan
DOI: https://doi.org/10.18653/v1/2021.naacl-main.134
2021-01-01
Abstract:Sequential information, a.k.a., orders, is assumed to be essential for processing a sequence with recurrent neural network or convolutional neural network based encoders. However, is it possible to encode natural languages without orders? Given a bag of words from a disordered sentence, humans may still be able to understand what those words mean by reordering or reconstructing them. Inspired by such an intuition, in this paper, we perform a study to investigate how “order” information takes effects in natural language learning. By running comprehensive comparisons, we quantitatively compare the ability of several representative neural models to organize sentences from a bag of words under three typical scenarios, and summarize some empirical findings and challenges, which can shed light on future research on this line of work.
What problem does this paper attempt to address?