Convolutional Lie Operator for Sentence Classification
Daniela N. Rim, Heeyoul Choi
TL;DR
The paper introduces Lie Convolutions for sentence classification, proposing CLie and DPCLie to capture non-Euclidean transformations in language. By grounding convolutions in Lie group theory and applying a Lie-algebra-inspired kernel, the authors show improved accuracy on several benchmark datasets compared to traditional ConvNet baselines. They also analyze symmetry properties of learned representations, finding DPCLie yields smoother and more symmetry-aligned embeddings. Overall, the work suggests non-Euclidean, symmetry-aware representations can enhance robustness and expressiveness in NLP tasks and motivates further exploration beyond Euclidean frameworks.
Abstract
Traditional Convolutional Neural Networks have been successful in capturing local, position-invariant features in text, but their capacity to model complex transformation within language can be further explored. In this work, we explore a novel approach by integrating Lie Convolutions into Convolutional-based sentence classifiers, inspired by the ability of Lie group operations to capture complex, non-Euclidean symmetries. Our proposed models SCLie and DPCLie empirically outperform traditional Convolutional-based sentence classifiers, suggesting that Lie-based models relatively improve the accuracy by capturing transformations not commonly associated with language. Our findings motivate more exploration of new paradigms in language modeling.
