paper-with-me

Papers

Factor Augmented Supervised Learning with Text Embeddings

2025-08-06 · Zhanye Luo, Yuefeng Han, Xiufan Yu arxiv

Large language models (LLMs) generate text embeddings from text data, producing vector representations that capture the semantic meaning and contextual relationships of words. However, the high dimensionality of these embeddings often impedes efficiency and drives up computational cost in downstream tasks. To address this, we propose AutoEncoder-Augmented Learning with Text (AEALT), a supervised, factor-augmented framework that incorporates dimension reduction directly into pre-trained LLM workflows. First, we extract embeddings from text documents; next, we pass them through a supervised augmented autoencoder to learn low-dimensional, task-relevant latent factors. By modeling the nonlinear structure of complex embeddings, AEALT outperforms conventional deep-learning approaches that rely on raw embeddings. We validate its broad applicability with extensive experiments on classification, anomaly detection, and prediction tasks using multiple real-world public datasets. Numerical results demonstrate that AEALT yields substantial gains over both vanilla embeddings and several standard dimension reduction methods.

📄 PDF Abstract BibTeX arXiv:2508.06548

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Dual-Granularity Contrastive Learning for Session-based Recommendation

2023-04-18 · Zihan Wang, Gang Wu, Haotong Wang

Session-based recommendation systems(SBRS) are more suitable for the current e-commerce and streaming media recommendation scenarios and thus have become a hot topic. The data encountered by SBRS is typically highly spar…

Contrastive LearningData AugmentationRecommendation SystemsRepresentation Learning+1

A Factored Neural Network Model for Characterizing Online Discussions in Vector Space

2017-09-01 · EMNLP 2017 9 · Hao Cheng, Hao Fang, Mari Ostendorf

We develop a novel factored neural model that learns comment embeddings in an unsupervised way leveraging the structure of distributional context in online discussion forums. The model links different context with relate…

Feature Engineering

Cropping outperforms dropout as an augmentation strategy for self-supervised training of text embeddings

2025-08-05 · Rita González-Márquez, Philipp Berens, Dmitry Kobak arxiv

Text embeddings, i.e. vector representations of entire texts, play an important role in many NLP applications, such as retrieval-augmented generation, clustering, or visualizing collections of texts for data exploration.…

xRAG: Extreme Context Compression for Retrieval-augmented Generation with One Token

2024-05-22 · Xin Cheng, Xun Wang, Xingxing Zhang, Tao Ge 외

This paper introduces xRAG, an innovative context compression method tailored for retrieval-augmented generation. xRAG reinterprets document embeddings in dense retrieval--traditionally used solely for retrieval--as feat…

Language ModelingLanguage ModellingMixture-of-ExpertsRetrieval+1

MV-MR: multi-views and multi-representations for self-supervised learning and knowledge distillation

2023-03-21 · Vitaliy Kinakh, Mariia Drozdova, Slava Voloshynovskiy

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR). The MV-MR is based on the maximization of dependence between learnable embeddings…

ClusteringContrastive LearningKnowledge DistillationLinear evaluation+3