CLLGDec 21, 2023

Structured Probabilistic Coding

arXiv:2312.13933v55 citationsh-index: 11AAAI
Originality Incremental advance
AI Analysis

This work addresses the need for better representation learning in language models to improve generalization, robustness, and clustering, though it appears incremental as it builds on existing encoder-only and variational inference methods.

The paper tackles the problem of learning compact and informative representations from input data for target tasks by introducing structured probabilistic coding (SPC), a supervised framework that improves the generalization ability of pre-trained language models, with experimental results showing enhanced performance on 12 natural language understanding tasks.

This paper presents a new supervised representation learning framework, namely structured probabilistic coding (SPC), to learn compact and informative representations from input related to the target task. SPC is an encoder-only probabilistic coding technology with a structured regularization from the target space. It can enhance the generalization ability of pre-trained language models for better language understanding. Specifically, our probabilistic coding simultaneously performs information encoding and task prediction in one module to more fully utilize the effective information from input data. It uses variational inference in the output space to reduce randomness and uncertainty. Besides, to better control the learning process of probabilistic representations, a structured regularization is proposed to promote uniformity across classes in the latent space. With the regularization term, SPC can preserve the Gaussian structure of the latent code and achieve better coverage of the hidden space with class uniformly. Experimental results on 12 natural language understanding tasks demonstrate that our SPC effectively improves the performance of pre-trained language models for classification and regression. Extensive experiments show that SPC can enhance the generalization capability, robustness to label noise, and clustering quality of output representations.

Code Implementations1 repo
Foundations

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

Your Notes