paper-with-me

Papers

Gecko: Versatile Text Embeddings Distilled from Large Language Models

2024-03-29 · Jinhyuk Lee, Zhuyun Dai, Xiaoqi Ren, Blair Chen, Daniel Cer, Jeremy R. Cole, Kai Hui, Michael Boratko, Rajvi Kapadia, Wen Ding, Yi Luan, Sai Meher Karthik Duddu, Gustavo Hernandez Abrego, Weiqiang Shi, Nithi Gupta, Aditya Kusupati, Prateek Jain, Siddhartha Reddy Jonnalagadda, Ming-Wei Chang, Iftekhar Naim

We present Gecko, a compact and versatile text embedding model. Gecko achieves strong retrieval performance by leveraging a key idea: distilling knowledge from large language models (LLMs) into a retriever. Our two-step distillation process begins with generating diverse, synthetic paired data using an LLM. Next, we further refine the data quality by retrieving a set of candidate passages for each query, and relabeling the positive and hard negative passages using the same LLM. The effectiveness of our approach is demonstrated by the compactness of the Gecko. On the Massive Text Embedding Benchmark (MTEB), Gecko with 256 embedding dimensions outperforms all existing entries with 768 embedding size. Gecko with 768 embedding dimensions achieves an average score of 66.31, competing with 7x larger models and 5x higher dimensional embeddings.

📄 PDF Abstract BibTeX arXiv:2403.20327

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Gecko: An Efficient Neural Architecture Inherently Processing Sequences with Arbitrary Lengths

2026-01-10 · Xuezhe Ma, Shicheng Wen, Linghao Jin, Bilge Acun 외 arxiv

Designing a unified neural network to efficiently and inherently process sequential data with arbitrary lengths is a central and challenging problem in sequence modeling. The design choices in Transformer, including quad…

GECKO: Generative Language Model for English, Code and Korean

2024-05-24 · Sungwoo Oh, Donggyu Kim

We introduce GECKO, a bilingual large language model (LLM) optimized for Korean and English, along with programming languages. GECKO is pretrained on the balanced, high-quality corpus of Korean and English employing LLaM…

kmmluLanguage ModelingLanguage ModellingLarge Language Model+1

GECko+: a Grammatical and Discourse Error Correction Tool

2021-06-01 · JEP/TALN/RECITAL 2021 6 · Eduardo Calò, Léo Jacqmin, Thibo Rosemplatt, Maxime Amblard 외

GECko+ : a Grammatical and Discourse Error Correction Tool We introduce GECko+, a web-based writing assistance tool for English that corrects errors both at the sentence and at the discourse level. It is based on two sta…

SentenceSentence Ordering

Tandem Transformers for Inference Efficient LLMs

2024-02-13 · Aishwarya P S, Pranav Ajit Nair, Yashas Samaga, Toby Boyd 외

The autoregressive nature of conventional large language models (LLMs) inherently limits inference speed, as tokens are generated sequentially. While speculative and parallel decoding techniques attempt to mitigate this,…

Meta-Task Prompting Elicits Embeddings from Large Language Models

2024-02-28 · Yibin Lei, Di wu, Tianyi Zhou, Tao Shen 외

We introduce a new unsupervised text embedding method, Meta-Task Prompting with Explicit One-Word Limitation (MetaEOL), for generating high-quality sentence embeddings from Large Language Models (LLMs) without the need f…

Semantic Textual SimilaritySentenceSentence EmbeddingsSTS