← Search

Yibin Lei

10 accepted papers

2026

MILCO: Learned Sparse Retrieval Across Languages via a Multilingual Connector

ICLR 2026poster

Learned Sparse Retrieval (LSR) combines the efficiency of bi-encoders with the transparency of lexical matching, but existing approaches struggle to scale beyond English. We introduce MILCO, an LSR architecture that maps queries and documents from different languages into a shared English lexical sp…

Cited by 0SourcecodeScholar
2025

SERVAL: Surprisingly Effective Zero-Shot Visual Document Retrieval Powered by Large Vision and Language Models

EMNLP 2025

Visual Document Retrieval (VDR) typically operates as text-to-image retrieval using specialized bi-encoders trained to directly embed document images. We revisit a zero-shot generate-and-encode pipeline: a vision–language model first produces a detailed textual description of each document image, wh

2024

Meta-Task Prompting Elicits Embeddings from Large Language Models

ACL 2024long

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 for model fine-tuning. Leveraging meta-task prompting, MetaEOL guides LLMs to pro…

2024

Representational Isomorphism and Alignment of Multilingual Large Language Models

EMNLP 2024finding

In this paper, we investigate the capability of Large Language Models (LLMs) to represent texts in multilingual contexts. Our findings show that sentence representations derived from LLMs exhibit a high degree of isomorphism across languages.This existing isomorphism can facilitate representational…

Cited by 1SourcePDFScholar
2024

Retrieval-Augmented Retrieval: Large Language Models are Strong Zero-Shot Retriever

ACL 2024findings

We propose a simple method that applies a large language model (LLM) to large-scale retrieval in zero-shot scenarios. Our method, the Large language model as Retriever (LameR), is built upon no other neural models but an LLM in a retrieval-augmented retrieval fashion, while breaking brute-force comb…

2023

Unsupervised Dense Retrieval with Relevance-Aware Contrastive Pre-Training

ACL 2023findings

Dense retrievers have achieved impressive performance, but their demand for abundant training data limits their application scenarios. Contrastive pre-training, which constructs pseudo-positive examples from unlabeled data, has shown great potential to solve this problem. However, the pseudo-positiv…

2022

Phrase-level Textual Adversarial Attack with Label Preservation

NAACL 2022findings

Generating high-quality textual adversarial examples is critical for investigating the pitfalls of natural language processing (NLP) models and further promoting their robustness. Existing attacks are usually realized through word-level or sentence-level perturbations, which either limit the perturb…