paper-with-me

Papers

AnglE-optimized Text Embeddings

2023-09-22 · Xianming Li, Jing Li

High-quality text embedding is pivotal in improving semantic textual similarity (STS) tasks, which are crucial components in Large Language Model (LLM) applications. However, a common challenge existing text embedding models face is the problem of vanishing gradients, primarily due to their reliance on the cosine function in the optimization objective, which has saturation zones. To address this issue, this paper proposes a novel angle-optimized text embedding model called AnglE. The core idea of AnglE is to introduce angle optimization in a complex space. This novel approach effectively mitigates the adverse effects of the saturation zone in the cosine function, which can impede gradient and hinder optimization processes. To set up a comprehensive STS evaluation, we experimented on existing short-text STS datasets and a newly collected long-text STS dataset from GitHub Issues. Furthermore, we examine domain-specific STS scenarios with limited labeled data and explore how AnglE works with LLM-annotated data. Extensive experiments were conducted on various tasks including short-text STS, long-text STS, and domain-specific STS tasks. The results show that AnglE outperforms the state-of-the-art (SOTA) STS models that ignore the cosine saturation zone. These findings demonstrate the ability of AnglE to generate high-quality text embeddings and the usefulness of angle optimization in STS.

📄 PDF Abstract BibTeX arXiv:2309.12871

Code (2)

SeanLee97/AnglE 공식 구현 pytorch
4ai/bellm pytorch

Tasks

Language ModellingLarge Language ModelSemantic Textual SimilaritySentiment AnalysisSTS

Similar Papers 제목 키워드 기반

Disentangling Latent Embeddings with Sparse Linear Concept Subspaces (SLiCS)

2025-08-27 · Zhi Li, Hau Phan, Matthew Emigh, Austin J. Brockmeier arxiv

Vision-language co-embedding networks, such as CLIP, provide a latent embedding space with semantic information that is useful for downstream tasks. We hypothesize that the embedding space can be disentangled to separate…

Image Retrieval

Uncovering the Disentanglement Capability in Text-to-Image Diffusion Models

2022-12-16 · CVPR 2023 1 · Qiucheng Wu, Yujian Liu, Handong Zhao, Ajinkya Kale 외

Generative models have been widely studied in computer vision. Recently, diffusion models have drawn substantial attention due to the high quality of their generated images. A key desired property of image generative mod…

DenoisingDisentanglement

Physically Aware 360$^\circ$ View Generation from a Single Image using Disentangled Scene Embeddings

2025-12-11 · Karthikeya KV, Narendra Bandaru arxiv

We introduce Disentangled360, an innovative 3D-aware technology that integrates the advantages of direction disentangled volume rendering with single-image 360° unique view synthesis for applications in medical imaging a…

LiteEmbed: Adapting CLIP to Rare Classes

2026-01-14 · Aishwarya Agarwal, Srikrishna Karanam, Vineet Gandhi arxiv

Large-scale vision-language models such as CLIP achieve strong zero-shot recognition but struggle with classes that are rarely seen during pretraining, including newly emerging entities and culturally specific categories…

Geometric Disentanglement of Text Embeddings for Subject-Consistent Text-to-Image Generation using A Single Prompt

2025-12-18 · Shangxun Li, Youngjung Uh arxiv

Text-to-image diffusion models excel at generating high-quality images from natural language descriptions but often fail to preserve subject consistency across multiple outputs, limiting their use in visual storytelling.…

Text-to-Image GenerationVisual Storytelling