← Search

Jinhyuk Lee

10 accepted papers

2026

On the Theoretical Limitations of Embedding-Based Retrieval

ICLR 2026poster

Vector embeddings have been tasked with an ever-increasing set of retrieval tasks over the years, with a nascent rise in using them for reasoning, instruction-following, coding, and more. These new benchmarks push embeddings to work for any query and any notion of relevance that could be given. Whil…

Cited by 0SourcecodeScholar
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…

2023

Optimizing Test-Time Query Representations for Dense Retrieval

ACL 2023findings

Recent developments of dense retrieval rely on quality representations of queries and contexts from pre-trained query and context encoders. In this paper, we introduce TOUR (Test-Time Optimization of Query Representations), which further optimizes instance-level query representations guided by signa…

2023

Rethinking the Role of Token Retrieval in Multi-Vector Retrieval

NeurIPS 2023poster

Multi-vector retrieval models such as ColBERT [Khattab et al., 2020] allow token-level interactions between queries and documents, and hence achieve state of the art on many information retrieval benchmarks. However, their non-linear scoring function cannot be scaled to millions of documents, necess…

2022

Bridging the Training-Inference Gap for Dense Phrase Retrieval

EMNLP 2022finding

Building dense retrievers requires a series of standard procedures, including training and validating neural models and creating indexes for efficient search. However, these procedures are often misaligned in that training objectives do not exactly reflect the retrieval scenario at inference time. I…

Cited by 2SourcePDFScholar
2022

Simple Questions Generate Named Entity Recognition Datasets

EMNLP 2022main

Recent named entity recognition (NER) models often rely on human-annotated datasets requiring the vast engagement of professional knowledge on the target domain and entities. This work introduces an ask-to-generate approach, which automatically generates NER datasets by asking simple natural languag…

2021

Can Language Models be Biomedical Knowledge Bases?

EMNLP 2021main

Pre-trained language models (LMs) have become ubiquitous in solving various natural language processing (NLP) tasks. There has been increasing interest in what knowledge these LMs contain and how we can extract that knowledge, treating LMs as knowledge bases (KBs). While there has been much work on…

2021

Simple Entity-Centric Questions Challenge Dense Retrievers

EMNLP 2021main

Open-domain question answering has exploded in popularity recently due to the success of dense retrieval models, which have surpassed sparse models using only a few supervised training examples. However, in this paper, we demonstrate current dense models are not yet the holy grail of retrieval. We f…