paper-with-me

Papers

Enhancing Lexicon-Based Text Embeddings with Large Language Models

2025-01-16 · Yibin Lei, Tao Shen, Yu Cao, Andrew Yates

Recent large language models (LLMs) have demonstrated exceptional performance on general-purpose text embedding tasks. While dense embeddings have dominated related research, we introduce the first Lexicon-based EmbeddiNgS (LENS) leveraging LLMs that achieve competitive performance on these tasks. Regarding the inherent tokenization redundancy issue and unidirectional attention limitations in traditional causal LLMs, LENS consolidates the vocabulary space through token embedding clustering, and investigates bidirectional attention and various pooling strategies. Specifically, LENS simplifies lexicon matching by assigning each dimension to a specific token cluster, where semantically similar tokens are grouped together, and unlocking the full potential of LLMs through bidirectional attention. Extensive experiments demonstrate that LENS outperforms dense embeddings on the Massive Text Embedding Benchmark (MTEB), delivering compact feature representations that match the sizes of dense counterparts. Notably, combining LENSE with dense embeddings achieves state-of-the-art performance on the retrieval subset of MTEB (i.e. BEIR).

📄 PDF Abstract BibTeX arXiv:2501.09749

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Enhancing General Sentiment Lexicons for Domain-Specific Use

2018-08-01 · COLING 2018 8 · Tim Kreutz, Walter Daelemans

Lexicon based methods for sentiment analysis rely on high quality polarity lexicons. In recent years, automatic methods for inducing lexicons have increased the viability of lexicon based methods for polarity classificat…

Domain Adaptationdomain classificationGeneral ClassificationSentiment Analysis+1

Discovering Bilingual Lexicons in Polyglot Word Embeddings

2020-08-31 · Ashiqur R. KhudaBukhsh, Shriphani Palakodety, Tom M. Mitchell

Bilingual lexicons and phrase tables are critical resources for modern Machine Translation systems. Although recent results show that without any seed lexicon or parallel data, highly accurate bilingual lexicons can be l…

Machine TranslationTranslationWord Embeddings

Building a robust sentiment lexicon with (almost) no resource

2016-12-15 · Mickael Rouvier, Benoit Favre

Creating sentiment polarity lexicons is labor intensive. Automatically translating them from resourceful languages requires in-domain machine translation systems, which rely on large quantities of bi-texts. In this paper…

General ClassificationMachine TranslationTranslationWord Embeddings

Exploring the Use of Lexicons to aid Deep Learning towards the Detection of Abusive Language

2019-08-01 · WS 2019 8 · Anna Koufakou, Jason Scott

Detecting abusive language is a significant research topic, which has received a lot of attention recently. Our work focused on detecting personal attacks in online conversations. State-of-the-art research on this task h…

Abusive LanguageWord Embeddings

Lex-BERT: Enhancing BERT based NER with lexicons

2021-01-02 · Wei Zhu, Daniel Cheung

In this work, we represent Lex-BERT, which incorporates the lexicon information into Chinese BERT for named entity recognition (NER) tasks in a natural manner. Instead of using word embeddings and a newly designed transf…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2