← Search

Hyunji Lee

16 accepted papers

2026

Generalized Correctness Models: Learning Calibrated and Cross-Model Correctness Predictors from Historical Patterns

ICML 2026poster

Generating accurate and calibrated confidence estimates is critical for deploying LLMs in high-stakes or user-facing applications, and remains an open challenge. Prior research has often framed confidence as a problem of eliciting a model’s “self-knowledge”, i.e., the ability of an LLM to judge whet…

Cited by 0SourceScholar
2026

Gistify: Codebase-Level Understanding via Runtime Execution

ICLR 2026poster

As coding agents are increasingly deployed in large codebases, the need to automatically design challenging, codebase-level evaluation is central. We propose Gistify, a task where a coding LLM must create a single, minimal, self-contained file that can reproduce a specific functionality of a codebas…

Cited by 0SourceScholar
2026

Verifiable Multimodal Reasoning: Fact-level Attribution with Multimodal Sources

ICML 2026poster

Multimodal large language models (MLLMs) are increasingly used for real-world tasks involving multi-step reasoning and long-form generation, where reliability requires grounding model outputs in heterogeneous input sources and verifying individual factual claims. However, existing multimodal groundi…

Cited by 0SourceScholar
2025

CORG: Generating Answers from Complex, Interrelated Contexts

NAACL 2025long

In a real-world corpus, knowledge frequently recurs across documents but often contains inconsistencies due to ambiguous naming, outdated information, or errors, leading to complex interrelationships between contexts. Previous research has shown that language models struggle with these complexities,…

Cited by 0SourcePDFScholar
2025

How Does Vision-Language Adaptation Impact the Safety of Vision Language Models?

ICLR 2025poster

Vision-Language adaptation (VL adaptation) transforms Large Language Models (LLMs) into Large Vision-Language Models (LVLMs) for multimodal tasks, but this process often compromises the inherent safety capabilities embedded in the original LLMs. Despite potential harmfulness due to weakened safety m…

Cited by 1SourcePDFScholar
2025

How do Multimodal Foundation Models Encode Text and Speech? An Analysis of Cross-Lingual and Cross-Modal Representations

NAACL 2025short

Multimodal foundation models aim to create a unified representation space that abstracts away from surface features like language syntax or modality differences. To investigate this, we study the internal representations of three recent models, analyzing the model activations from semantically equiv…

2025

Knowledge Entropy Decay during Language Model Pretraining Hinders New Knowledge Acquisition

ICLR 2025oral

In this work, we investigate how a model's tendency to broadly integrate its parametric knowledge evolves throughout pretraining, and how this behavior affects overall performance, particularly in terms of knowledge acquisition and forgetting. We introduce the concept of knowledge entropy, which qua…

2025

RouterRetriever: Routing over a Mixture of Expert Embedding Models

AAAI 2025technical

Information retrieval methods often rely on a single embedding model trained on large, general-domain datasets like MSMARCO. While this approach can produce a retriever with reasonable overall performance, they often underperform models trained on domain-specific data when testing on their respectiv…

2024

Exploring the Practicality of Generative Retrieval on Dynamic Corpora

EMNLP 2024main

Benchmarking the performance of information retrieval (IR) is mostly conducted with a fixed set of documents (static corpora). However, in realistic scenarios, this is rarely the case and the documents to be retrieved are constantly updated and added. In this paper, we focus on Generative Retrievals…

2024

How Well Do Large Language Models Truly Ground?

NAACL 2024long

To reduce issues like hallucinations and lack of control in Large Language Models (LLMs), a common method is to generate responses by grounding on external contexts given as input, known as knowledge-augmented models. However, previous research often narrowly defines “grounding” as just having the c…

2024

KTRL+F: Knowledge-Augmented In-Document Search

NAACL 2024long

We introduce a new problem KTRL+F, a knowledge-augmented in-document search that necessitates real-time identification of all semantic targets within a document with the awareness of external sources through a single natural query. KTRL+F addresses following unique challenges for in-document search:…

2024

Semiparametric Token-Sequence Co-Supervision

ACL 2024long

In this work, we introduce a semiparametric token-sequence co-supervision training method. It trains a language model by simultaneously leveraging supervision from the traditional next token prediction loss which is calculated over the parametric token embedding space and the next sequence predictio…

2023

Local 3D Editing via 3D Distillation of CLIP Knowledge

CVPR 2023poster

3D content manipulation is an important computer vision task with many real-world applications (e.g., product design, cartoon generation, and 3D Avatar editing). Recently proposed 3D GANs can generate diverse photo-realistic 3D-aware contents using Neural Radiance fields (NeRF). However, manipulatio…

Cited by 29SourcePDFScholar
2023

Nonparametric Decoding for Generative Retrieval

ACL 2023findings

The generative retrieval model depends solely on the information encoded in its model parameters without external memory, its information capacity is limited and fixed. To overcome the limitation, we propose Nonparametric Decoding (Np Decoding) which can be applied to existing generative retrieval m…

2021

Cost-effective End-to-end Information Extraction for Semi-structured Document Images

EMNLP 2021main

A real-world information extraction (IE) system for semi-structured document images often involves a long pipeline of multiple modules, whose complexity dramatically increases its development and maintenance cost. One can instead consider an end-to-end model that directly maps the input to the targe…