← Search

Youngwon Lee

8 accepted papers

2025

CORD: Balancing COnsistency and Rank Distillation for Robust Retrieval-Augmented Generation

NAACL 2025short

With the adoption of retrieval-augmented generation (RAG), large language models (LLMs) are expected to ground their generation to the retrieved contexts. Yet, this is hindered by position bias of LLMs, failing to evenly attend to all contexts. Previous work has addressed this by synthesizing contex…

2025

Inference Scaling for Bridging Retrieval and Augmented Generation

NAACL 2025findings

Retrieval-augmented generation (RAG) has emerged as a popular approach to steering the output of a large language model (LLM) by incorporating retrieved contexts as inputs. However, existing work observed the generator bias, such that improving the retrieval results may negatively affect the outcome…

2025

PERC: Plan-As-Query Example Retrieval for Underrepresented Code Generation

COLING 2025main

Code generation with large language models has shown significant promise, especially when employing retrieval-augmented generation (RAG) with few-shot examples. However, selecting effective examples that enhance generation quality remains a challenging task, particularly when the target programming…

2025

Query Variant Detection Using Retriever as Environment

NAACL 2025industry

This paper addresses the challenge of detecting query variants—pairs of queries with identical intents. One application in commercial search engines is reformulating user queries with its variant online. While measuring pairwise query similarity has been an established standard, it often falls short…

Cited by 0SourcePDFScholar
2025

RoToR: Towards More Reliable Responses for Order-Invariant Inputs

ACL 2025long

Mitigating positional bias of language models (LMs) for listwise inputs is a well-known and important problem (e.g., lost-in-the-middle). While zero-shot order-invariant LMs have been proposed to solve this issue, their success on practical listwise problems has been limited. In this work, as a firs…

2024

ArchCode: Incorporating Software Requirements in Code Generation with Large Language Models

ACL 2024long

This paper aims to extend the code generation capability of large language models (LLMs) to automatically manage comprehensive software requirements from given textual descriptions. Such requirements include both functional (i.e. achieving expected behavior for inputs) and non-functional (e.g., time…

2022

Normalizing Mutual Information for Robust Adaptive Training for Translation

EMNLP 2022main

Despite the success of neural machine translation models, tensions between fluency of optimizing target language modeling and source-faithfulness remain as challenges. Previously, Conditional Bilingual Mutual Information (CBMI), a scoring metric for the importance of target sentences and tokens, was…

Cited by 3SourcePDFScholar