🤖 AI Summary
This study investigates whether mainstream Transformer embedding models (Mistral, OpenAI Large, Google Embedding, BERT) exhibit compositional representation for compound words. Method: We construct a transparent adjective–noun compounding dataset and systematically evaluate six composition functions—including ridge regression, vector addition, multiplication, and dilation—to enable the first cross-model quantitative assessment of compositionality. Contribution/Results: (1) Modern models (e.g., Mistral) demonstrate significantly stronger compositionality than BERT; (2) Linear vector addition achieves performance comparable to the optimal nonlinear method (ridge regression), challenging the prevailing assumption that complex composition mechanisms are inherently superior; (3) Functional analysis and embedding visualizations further confirm structural advantages of contemporary models in semantic composition. This work establishes an empirical benchmark and offers theoretical insights for interpretable embedding design and semantic compositional modeling.
📝 Abstract
Compositionality is a key aspect of human intelligence, essential for reasoning and generalization. While transformer-based models have become the de facto standard for many language modeling tasks, little is known about how they represent compound words, and whether these representations are compositional. In this study, we test compositionality in Mistral, OpenAI Large, and Google embedding models, and compare them with BERT. First, we evaluate compositionality in the representations by examining six diverse models of compositionality (addition, multiplication, dilation, regression, etc.). We find that ridge regression, albeit linear, best accounts for compositionality. Surprisingly, we find that the classic vector addition model performs almost as well as any other model. Next, we verify that most embedding models are highly compositional, while BERT shows much poorer compositionality. We verify and visualize our findings with a synthetic dataset consisting of fully transparent adjective-noun compositions. Overall, we present a thorough investigation of compositionality.