paper-with-me

Papers

Don't Reinvent the Wheel: Efficient Instruction-Following Text Embedding based on Guided Space Transformation

2025-05-30 · Yingchaojie Feng, Yiqun Sun, Yandong Sun, Minfeng Zhu, Qiang Huang, Anthony K. H. Tung, Wei Chen

In this work, we investigate an important task named instruction-following text embedding, which generates dynamic text embeddings that adapt to user instructions, highlighting specific attributes of text. Despite recent advancements, existing approaches suffer from significant computational overhead, as they require re-encoding the entire corpus for each new instruction. To address this challenge, we propose GSTransform, a novel instruction-following text embedding framework based on Guided Space Transformation. Our key observation is that instruction-relevant information is inherently encoded in generic embeddings but remains underutilized. Instead of repeatedly encoding the corpus for each instruction, GSTransform is a lightweight transformation mechanism that adapts pre-computed embeddings in real time to align with user instructions, guided by a small amount of text data with instruction-focused label annotation. We conduct extensive experiments on three instruction-awareness downstream tasks across nine real-world datasets, demonstrating that GSTransform improves instruction-following text embedding quality over state-of-the-art methods while achieving dramatic speedups of 6~300x in real-time processing on large-scale datasets. The source code is available at https://github.com/YingchaojieFeng/GSTransform.

📄 PDF Abstract BibTeX arXiv:2505.24754

Code (1)

yingchaojiefeng/gstransform 공식 구현 pytorch

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Wallcamera: Reinventing the Wheel?

2024-07-22 · Aurélien Bourquard, Jeff Yan

Developed at MIT CSAIL, the Wallcamera has captivated the public's imagination. Here, we show that the key insight underlying the Wallcamera is the same one that underpins the concept and the prototype of differential im…

Activity RecognitionFace Swapping

SemiNLL: A Framework of Noisy-Label Learning by Semi-Supervised Learning

2020-12-02 · Zhuowei Wang, Jing Jiang, Bo Han, Lei Feng 외

Deep learning with noisy labels is a challenging task. Recent prominent methods that build on a specific sample selection (SS) strategy and a specific semi-supervised learning (SSL) model achieved state-of-the-art perfor…

Learning with noisy labels

VisIT-Bench: A Benchmark for Vision-Language Instruction Following Inspired by Real-World Use

2023-08-12 · Yonatan Bitton, Hritik Bansal, Jack Hessel, Rulin Shao 외

We introduce VisIT-Bench (Visual InsTruction Benchmark), a benchmark for evaluation of instruction-following vision-language models for real-world use. Our starting point is curating 70 'instruction families' that we env…

Instruction Following

VisIT-Bench: A Dynamic Benchmark for Evaluating Instruction-Following Vision-and-Language Models

2023-09-26 · NeurIPS 2023 11

We introduce VisIT-Bench (Visual InsTruction Benchmark), a benchmark for evaluating instruction-following vision-language models for real-world use. Our starting point is curating 70 "instruction families" that we envisi…

Answer is All You Need: Instruction-following Text Embedding via Answering the Question

2024-02-15 · Letian Peng, Yuwei Zhang, Zilong Wang, Jayanth Srinivasa 외

This work aims to build a text embedder that can capture characteristics of texts specified by user instructions. Despite its tremendous potential to deploy user-oriented embeddings, none of previous approaches provides …

abstractive question answeringAllInstruction FollowingQuestion Answering