Host: The Japanese Society for Artificial Intelligence
Name : The 37th Annual Conference of the Japanese Society for Artificial Intelligence
Number : 37
Location : [in Japanese]
Date : June 06, 2023 - June 09, 2023
Deep learning models have achieved high accuracy in various natural language processing tasks, but it is controversial whether these models encode the structural information of sentences. In this context, Recurrent Neural Network Grammars (RNNGs) were proposed as a model considering syntactic structures. In this study, we implemented RNN-CCGs, language models that substitute CFG, the underlying grammar of RNNGs, with Combinatory Categorial Grammar (CCG). Compared to CFG, CCG provides more appropriate syntactic structures for natural language and provides paths of semantic composition. Since RNNGs do not consider part-of-speech tags, we implemented a model that predicts POS tags necessary for semantic composition. We compared RNN-CCGs with RNNGs with/without POS tags and evaluated their behaviours.