Are there identifiable structural parts in the sentence embedding whole?
Vivi Nastase, Paola Merlo
TL;DR
The paper investigates whether sentence embeddings from transformer models harbor identifiable structural components. It treats the embedding as overlapping information layers and uses a CNN-based separation plus a VAE framework to extract chunk structure and semantic-role information from raw embeddings. The authors demonstrate near-perfect chunk identification and show that chunk information can be leveraged in BLM-like reasoning tasks via a two-level VAE, providing evidence for separable, structure-relevant information in fixed-length embeddings. This work advances understanding of how linguistic structure is encoded in transformers and suggests pathways to build more robust, structure-aware language models.
Abstract
Sentence embeddings from transformer models encode in a fixed length vector much linguistic information. We explore the hypothesis that these embeddings consist of overlapping layers of information that can be separated, and on which specific types of information -- such as information about chunks and their structural and semantic properties -- can be detected. We show that this is the case using a dataset consisting of sentences with known chunk structure, and two linguistic intelligence datasets, solving which relies on detecting chunks and their grammatical number, and respectively, their semantic roles, and through analyses of the performance on the tasks and of the internal representations built during learning.
