← Search

Andrew Yates

14 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

Controlled Retrieval-augmented Context Evaluation for Long-form RAG

EMNLP 2025

Retrieval-augmented generation (RAG) enhances large language models by incorporating context retrieved from external knowledge sources. While the effectiveness of the retrieval module is typically evaluated with relevance-based ranking metrics, such metrics may be insufficient to reflect the retriev

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

2025

Video-ColBERT: Contextualized Late Interaction for Text-to-Video Retrieval

CVPR 2025poster

In this work, we tackle the problem of text-to-video retrieval (T2VR). Inspired by the success of late interaction techniques in text-document, text-image, and text-video retrieval, our approach, Video-ColBERT, introduces a simple and efficient mechanism for fine-grained similarity assessment betwee…

Cited by 0SourcePDFScholar
2024

DyVo: Dynamic Vocabularies for Learned Sparse Retrieval with Entities

EMNLP 2024main

Learned Sparse Retrieval (LSR) models use vocabularies from pre-trained transformers, which often split entities into nonsensical fragments. Splitting entities diminishes retrieval accuracy and limits the model’s ability to incorporate up-to-date world knowledge not included in the training data. In…

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

Table Question Answering for Low-resourced Indic Languages

EMNLP 2024main

TableQA is the task of answering questions over tables of structured information, returning individual cells or tables as output. TableQA research has focused primarily on high-resource languages, leaving medium- and low-resource languages with little progress due to scarcity of annotated data and n…

2023

MultiTabQA: Generating Tabular Answers for Multi-Table Question Answering

ACL 2023long

Recent advances in tabular question answering (QA) with large language models are constrained in their coverage and only answer questions over a single table. However, real-world queries are complex in nature, often over multiple tables in a relational database or web page. Single table questions do…

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

Improving the Generalizability of Depression Detection by Leveraging Clinical Questionnaires

ACL 2022long

Automated methods have been widely used to identify and analyze mental health conditions (e.g., depression) from various sources of information, including social media. Yet, deployment of such models in real-world healthcare applications faces challenges including poor out-of-domain generalization a…