CLOct 25, 2021

Paradigm Shift in Language Modeling: Revisiting CNN for Modeling Sanskrit Originated Bengali and Hindi Language

arXiv:2110.13032v2
Originality Incremental advance
AI Analysis

This addresses the problem of language modeling for low-resource languages like Bengali and Hindi, which are understudied compared to high-resource languages, and is incremental as it applies existing CNN methods to new domains.

The authors tackled language modeling for low-resource languages Bengali and Hindi by proposing CoCNN, a memory-efficient CNN architecture, which outperformed pretrained BERT with 16x fewer parameters and achieved better performance than SOTA LSTM models on real-world datasets.

Though there has been a large body of recent works in language modeling (LM) for high resource languages such as English and Chinese, the area is still unexplored for low resource languages like Bengali and Hindi. We propose an end to end trainable memory efficient CNN architecture named CoCNN to handle specific characteristics such as high inflection, morphological richness, flexible word order and phonetical spelling errors of Bengali and Hindi. In particular, we introduce two learnable convolutional sub-models at word and at sentence level that are end to end trainable. We show that state-of-the-art (SOTA) Transformer models including pretrained BERT do not necessarily yield the best performance for Bengali and Hindi. CoCNN outperforms pretrained BERT with 16X less parameters, and it achieves much better performance than SOTA LSTM models on multiple real-world datasets. This is the first study on the effectiveness of different architectures drawn from three deep learning paradigms - Convolution, Recurrent, and Transformer neural nets for modeling two widely used languages, Bengali and Hindi.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes