CLSep 19, 2024

Enhancing Unsupervised Sentence Embeddings via Knowledge-Driven Data Augmentation and Gaussian-Decayed Contrastive Learning

Peking U
arXiv:2409.12887v56 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses data quality issues in unsupervised sentence embeddings for NLP applications, representing an incremental improvement over existing LLM-based augmentation methods.

The paper tackles the problem of limited data diversity and high noise in unsupervised sentence embeddings by proposing a knowledge-driven data augmentation pipeline using LLMs and knowledge graphs, along with a Gaussian-decayed contrastive learning model. The approach achieves state-of-the-art performance on semantic textual similarity tasks with fewer data samples and smaller LLMs.

Recently, using large language models (LLMs) for data augmentation has led to considerable improvements in unsupervised sentence embedding models. However, existing methods encounter two primary challenges: limited data diversity and high data noise. Current approaches often neglect fine-grained knowledge, such as entities and quantities, leading to insufficient diversity. Besides, unsupervised data frequently lacks discriminative information, and the generated synthetic samples may introduce noise. In this paper, we propose a pipeline-based data augmentation method via LLMs and introduce the Gaussian-decayed gradient-assisted Contrastive Sentence Embedding (GCSE) model to enhance unsupervised sentence embeddings. To tackle the issue of low data diversity, our pipeline utilizes knowledge graphs (KGs) to extract entities and quantities, enabling LLMs to generate more diverse samples. To address high data noise, the GCSE model uses a Gaussian-decayed function to limit the impact of false hard negative samples, enhancing the model's discriminative capability. Experimental results show that our approach achieves state-of-the-art performance in semantic textual similarity (STS) tasks, using fewer data samples and smaller LLMs, demonstrating its efficiency and robustness across various models.

Foundations

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

Your Notes