← Search

Yi Luan

8 accepted papers

2025

LOFT: Scalable and More Realistic Long-Context Evaluation

NAACL 2025findings

Long-context language models (LCLMs) have the potential to revolutionize our approach to tasks traditionally reliant on external tools like retrieval systems or databases. Leveraging LCLMs’ ability to natively ingest and process entire corpora of information offers numerous advantages. It enhances u…

2024

MagicLens: Self-Supervised Image Retrieval with Open-Ended Instructions

ICML 2024oral

Image retrieval, i.e., finding desired images given a reference image, inherently encompasses rich, multi-faceted search intents that are difficult to capture solely using image-based measures. Recent works leverage text instructions to allow users to more freely express their search intents. Howeve…

2023

Can Pre-trained Vision and Language Models Answer Visual Information-Seeking Questions?

EMNLP 2023long main

Pre-trained vision and language models have demonstrated state-of-the-art capabilities over existing tasks involving images and texts, including visual question answering. However, it remains unclear whether these models possess the capability to answer questions that are not only querying visual co…

Cited by 0SourcecodeScholar
2023

Open-domain Visual Entity Recognition: Towards Recognizing Millions of Wikipedia Entities

ICCV 2023oral

Large-scale multi-modal pre-training models such as CLIP and PaLI exhibit strong generalization on various visual domains and tasks. However, existing image classification benchmarks often evaluate recognition on a specific domain (e.g., outdoor images) or a specific task (e.g., classifying plant sp…

Cited by 65PDFcodeScholar
2023

Promptagator: Few-shot Dense Retrieval From 8 Examples

ICLR 2023poster

Much recent research on information retrieval has focused on how to transfer from one task (typically with abundant supervised data) to various other retrieval tasks where supervision is limited, with the implicit assumption that it is possible to generalize from one task to all the rest. However, t…

Cited by 230SourcePDFScholar
2022

CONQRR: Conversational Query Rewriting for Retrieval with Reinforcement Learning

EMNLP 2022main

Compared to standard retrieval tasks, passage retrieval for conversational question answering (CQA) poses new challenges in understanding the current user question, as each question needs to be interpreted within the dialogue context. Moreover, it can be expensive to re-train well-established retrie…

2022

Large Dual Encoders Are Generalizable Retrievers

EMNLP 2022main

It has been shown that dual encoders trained on one domain often fail to generalize to other domains for retrieval tasks. One widespread belief is that the bottleneck layer of a dual encoder, where the final score is simply a dot-product between a query vector and a passage vector, is too limited co…