← Search

seung-won hwang

67 accepted papers

2025

AcuRank: Uncertainty-Aware Adaptive Computation for Listwise Reranking

NeurIPS 2025poster

Listwise reranking with large language models (LLMs) enhances top-ranked results in retrieval-based applications. Due to the limit in context size and high inference cost of long context, reranking is typically performed over a fixed size of small subsets, with the final ranking aggregated from thes…

Cited by 0SourcecodeScholar
2025

Agent-as-Judge for Factual Summarization of Long Narratives

EMNLP 2025

Large Language Models (LLMs) have demonstrated near-human performance in summarization tasks based on traditional metrics such as ROUGE and BERTScore. However, these metrics do not adequately capture critical aspects of summarization quality, such as factual accuracy, particularly for long narrative

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

ConvCodeWorld: Benchmarking Conversational Code Generation in Reproducible Feedback Environments

ICLR 2025poster

Large language models (LLMs) have proven invaluable for code generation, particularly in interactive settings. However, existing code generation benchmarks fail to capture the diverse feedback encountered in multi-turn interactions, limiting our ability to evaluate LLMs in these contexts. To address…

Cited by 0SourcePDFScholar
2025

Counterfactual-Consistency Prompting for Relative Temporal Understanding in Large Language Models

ACL 2025short

Despite the advanced capabilities of large language models (LLMs), their temporal reasoning ability remains underdeveloped. Prior works have highlighted this limitation, particularly in maintaining temporal consistency when understanding event relations. For example, models often confuse mutually ex…

2025

ECoRAG: Evidentiality-guided Compression for Long Context RAG

ACL 2025finding

Large Language Models (LLMs) have shown remarkable performance in Open-Domain Question Answering (ODQA) by leveraging external documents through Retrieval-Augmented Generation (RAG). To reduce RAG overhead, from longer context, context compression is necessary. However, prior compression methods do…

2025

FaVe: Factored and Verified Search Rationale for Long-form Answer

ACL 2025finding

Targeting long-form question-answering, chain-of-query (CoQ) has been studied, integrating chain-of-thought (CoT) with retrieval-augmented generation. CoQ answers the complex question step-by-step, through simpler subquestions (SQs) from which relevant knowledge is retrieved. By doing so, CoQ aims t…

Cited by 0SourcePDFScholar
2025

From Token to Action: State Machine Reasoning to Mitigate Overthinking in Information Retrieval

EMNLP 2025

Chain-of-Thought (CoT) prompting enables complex reasoning in large language models (LLMs), including applications in information retrieval (IR). However, it often leads to overthinking, where models produce excessively long and semantically redundant traces with little or no benefit. We identify tw

2025

HLMEA: Unsupervised Entity Alignment Based on Hybrid Language Models

AAAI 2025technical

Entity alignment (EA) is crucial for integrating knowledge graphs (KGs) constructed from diverse sources. Conventional unsupervised EA approaches attempt to eliminate human intervention but often suffer from accuracy limitations. With the rise of large language models (LLMs), leveraging their capabi…

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

PLEX: Adaptive Parameter-Efficient Fine-Tuning for Code LLMs using Lottery-Tickets

NAACL 2025industry

Fine-tuning large language models (LLMs) for code generation is challenging due to computational costs and the underrepresentation of some programming languages (PLs) in pre-training. We propose PLEX, a lottery-ticket based parameter-efficient fine-tuning (PEFT) method that adapts LLMs to either wel…

2025

PROM: Pivoted and Regulated Optimization for Multilingual Instruction Learning

NAACL 2025short

Large language models (LLMs) have become standard for natural language generation tasks, with instruction-tuning enhancing their capabilities. However, the lack of instruction-tuning datasets in languages other than English limits their application to diverse languages. To address this, researchers…

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

Query-focused Referentiability Learning for Zero-shot Retrieval

NAACL 2025long

Dense passage retrieval enhances Information Retrieval (IR) by encoding queries and passages into representation space. However, passage representations often fail to be referenced by their gold queries under domain shifts, revealing a weakness in representation space. One desirable concept for repr…

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…

2025

STUN: Structured-Then-Unstructured Pruning for Scalable MoE Pruning

ACL 2025long

Mixture-of-experts (MoEs) have been adopted for reducing inference costs by sparsely activating experts in large language models (LLMs). Despite these reductions, the massive number of parameters in MoEs still makes them expensive to serve. Conventionally, unstructured or structured pruning has been…

2025

Smarter, Not Harder: Training-Free Adaptive Computation for Transformers

ACL 2025finding

Adaptive Computation in Transformers (ACT) has been pursued in two directions: efficiency- and performance-focused. We study performance-focused ACT, or PACT, which invests more computation on hard steps to improve performance, such as by adding forward passes. We first discuss beam search and hesit…

Cited by 0SourcePDFScholar
2025

Towards Lifelong Dialogue Agents via Timeline-based Memory Management

NAACL 2025long

To achieve lifelong human-agent interaction, dialogue agents need to constantly memorize perceived information and properly retrieve it for response generation (RG). While prior studies focus on getting rid of outdated memories to improve retrieval quality, we argue that such memories provide rich,…

Cited by 0SourcePDFScholar
2025

Tree-of-Prompts: Abstracting Control-Flow for Prompt Optimization

ACL 2025finding

Prompt optimization (PO) generates prompts to guide Large Language Models (LLMs) in performing tasks. Existing methods, such as PromptAgent, rely on a single static prompt, which struggles with disjoint cases in complex tasks. Although MoP uses multiple prompts, it fails to account for variations in…

2025

tRAG: Term-level Retrieval-Augmented Generation for Domain-Adaptive Retrieval

NAACL 2025long

Neural retrieval models have emerged as an effective tool for information retrieval, but their performance suffers when there is a domain shift between training and test data distributions. Recent work aims to construct pseudo-training data for the target domain by generating domain-adapted pseudo-q…

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

2024

Breaking ReLU Barrier: Generalized MoEfication for Dense Pretrained Models

EMNLP 2024main

As the scale of language models (LMs) continues to grow, there is a heightened interest in reducing the inference cost associated with these models. Mixture-of-Experts (MoEs) present an efficient alternative to dense models, while the existing methods to convert pretrained dense models to MoEs is li…

2024

COMMIT: Code-Mixing English-Centric Large Language Model for Multilingual Instruction Tuning

NAACL 2024findings

Recently, instruction-tuned large language models (LLMs) are showing prominent performance on various tasks, such as question answering. However, the majority of instruction-tuned LLMs are English-centric, which hinders their application to low-resource language QA. In this paper, we propose COde-Mi…

2024

Coffee-Gym: An Environment for Evaluating and Improving Natural Language Feedback on Erroneous Code

EMNLP 2024main

This paper presents Coffee-Gym, a comprehensive RL environment for training models that provide feedback on code editing. Coffee-Gym includes two major components: (1) Coffee, a dataset containing humans’ code edit traces for coding questions and human-written feedback for editing erroneous code; (2…

Cited by 2SourcePDFScholar
2024

ContrastiveMix: Overcoming Code-Mixing Dilemma in Cross-Lingual Transfer for Information Retrieval

NAACL 2024short

Multilingual pretrained language models (mPLMs) have been widely adopted in cross-lingual transfer, and code-mixing has demonstrated effectiveness across various tasks in the absence of target language data. Our contribution involves an in-depth investigation into the counterproductive nature of tra…

2024

DADA: Distribution-Aware Domain Adaptation of PLMs for Information Retrieval

ACL 2024findings

Pre-trained language models (PLMs) exhibit promise in retrieval tasks but struggle with out-of-domain data due to distribution shifts.Addressing this, generative domain adaptation (DA), known as GPL, tackles distribution shifts by generating pseudo queries and labels to train models for predicting q…

2024

Disentangling Questions from Query Generation for Task-Adaptive Retrieval

EMNLP 2024finding

This paper studies the problem of information retrieval, to adapt to unseen tasks. Existing work generates synthetic queries from domain-specific documents to jointly train the retriever. However, the conventional query generator assumes the query as a question, thus failing to accommodate general s…

2024

HIL: Hybrid Isotropy Learning for Zero-shot Performance in Dense retrieval

NAACL 2024long

Advancements in dense retrieval models have brought ColBERT to prominence in Information Retrieval (IR) with its advanced interaction techniques.However, ColBERT is reported to frequently underperform in zero-shot scenarios, where traditional techniques such as BM25 still exceed it.Addressing this,…

2024

Intended Target Identification for Anomia Patients with Gradient-based Selective Augmentation

EMNLP 2024finding

In this study, we investigate the potential of language models (LMs) in aiding patients experiencing anomia, a difficulty identifying the names of items. Identifying the intended target item from patient’s circumlocution involves the two challenges of term failure and error. (1) The terms relevant t…

2024

Interventional Speech Noise Injection for ASR Generalizable Spoken Language Understanding

EMNLP 2024main

Recently, pre-trained language models (PLMs) have been increasingly adopted in spoken language understanding (SLU). However, automatic speech recognition (ASR) systems frequently produce inaccurate transcriptions, leading to noisy inputs for SLU models, which can significantly degrade their performa…

Cited by 1SourcePDFScholar
2024

ListT5: Listwise Reranking with Fusion-in-Decoder Improves Zero-shot Retrieval

ACL 2024long

We propose ListT5, a novel reranking approach based on Fusion-in-Decoder (FiD) that handles multiple candidate passages at both train and inference time. We also introduce an efficient inference framework for listwise ranking based on m-ary tournament sort with output caching. We evaluate and compar…

2024

QuBE: Question-based Belief Enhancement for Agentic LLM Reasoning

EMNLP 2024main

Despite advancements in Large Language Models (LLMs), many complex tasks are not easily solved in a single inference step, requiring the use of agentic LLMs in interactive environments. However, agentic LLMs suffer from a phenomenon known as reasoning derailment, due to the indiscriminate incorporat…

2024

RaDA: Retrieval-augmented Web Agent Planning with LLMs

ACL 2024findings

Agents powered by large language models (LLMs) inherit important limitations, such as the restricted context length, dependency on human-engineered exemplars (e.g., for task decomposition), and insufficient generalization. To address these challenges, we propose RaDA, a novel planning method for Web…

Cited by 6SourcePDFScholar
2024

ScriptMix: Mixing Scripts for Low-resource Language Parsing

NAACL 2024long

Despite the success of multilingual pretrained language models (mPLMs) for tasks such as dependency parsing (DEP) or part-of-speech (POS) tagging, their coverage of 100s of languages is still limited, as most of the 6500+ languages remains “unseen”. To adapt mPLMs for including such unseen langs, ex…

2023

Consistency is Key: On Data-Efficient Modality Transfer in Speech Translation

EMNLP 2023short findings

End-to-end approaches have shown promising results for speech translation (ST), but they suffer from its data scarcity compared to machine translation (MT). To address this, progressive training has become a common practice, of using external MT data during the fine-tuning phase. Despite of its prev…

Cited by 0SourcecodeScholar
2023

Intervention-Based Alignment of Code Search with Execution Feedback

EMNLP 2023long findings

One of the fundamental goals in code search is to retrieve a functionally correct code for a given natural language query. As annotating for correctness requires executing test cases (i.e. obtaining execution feedback), existing code search training datasets approximate text-code co-occurrences as…

Cited by 0SourceScholar
2023

On Complementarity Objectives for Hybrid Retrieval

ACL 2023long

Dense retrieval has shown promising results in various information retrieval tasks, and hybrid retrieval, combined with the strength of sparse retrieval, has also been actively studied. A key challenge in hybrid retrieval is to make sparse and dense complementary to each other. Existing models have…

2023

Retrieval-augmented Video Encoding for Instructional Captioning

ACL 2023findings

Instructional videos make learning knowledge more efficient, by providing a detailed multimodal context of each procedure in instruction.A unique challenge posed by instructional videos is key-object degeneracy, where any single modality fails to sufficiently capture the key objects referred to in t…

Cited by 3SourcePDFScholar
2023

SMCL: Saliency Masked Contrastive Learning for Long-Tailed Visual Recognition

ICASSP 2023accepted

Real-world data often follow a long-tailed distribution with a high imbalance in the number of samples between classes. The problem with training from imbalanced data is that some background features, common to all classes, can be unobserved in classes with scarce samples. As a result, this backgrou…

Cited by 0SourceScholar
2023

Script, Language, and Labels: Overcoming Three Discrepancies for Low-Resource Language Specialization

AAAI 2023technical

Although multilingual pretrained models (mPLMs) enabled support of various natural language processing in diverse languages, its limited coverage of 100+ languages lets 6500+ languages remain ‘unseen’. One common approach for an unseen language is specializing the model for it as target, by performi…

2023

Two Examples are Better than One: Context Regularization for Gradient-based Prompt Tuning

ACL 2023findings

Prompting has gained tremendous attention as an efficient method for the adaptation of large-scale language models. However, prompts often act against human intuition and report unstable performances, which has motivated methods that automatically find effective prompts. One popular approach is grad…

Cited by 1SourcePDFScholar
2023

When to Read Documents or QA History: On Unified and Selective Open-domain QA

ACL 2023findings

This paper studies the problem of open-domain question answering, with the aim of answering a diverse range of questions leveraging knowledge resources. Two types of sources, QA-pair and document corpora, have been actively leveraged with the following complementary strength. The former is highly pr…

2022

BotsTalk: Machine-sourced Framework for Automatic Curation of Large-scale Multi-skill Dialogue Datasets

EMNLP 2022main

To build open-domain chatbots that are able to use diverse communicative skills, we propose a novel framework BotsTalk, where multiple agents grounded to the specific target skills participate in a conversation to automatically annotate multi-skill dialogues. We further present Blended Skill BotsTal…

2022

C2L: Causally Contrastive Learning for Robust Text Classification

AAAI 2022technical

Despite the super-human accuracy of recent deep models in NLP tasks, their robustness is reportedly limited due to their reliance on spurious patterns. We thus aim to leverage contrastive learning and counterfactual augmentation for robustness. For augmentation, existing work either requires humans…

Cited by 49SourcePDFScholar
2022

Debiasing Event Understanding for Visual Commonsense Tasks

ACL 2022findings

We study event understanding as a critical step towards visual commonsense tasks. Meanwhile, we argue that current object-based event understanding is purely likelihood-based, leading to incorrect event prediction, due to biased correlation between events and objects. We propose to mitigate such bia…

Cited by 2SourcePDFScholar
2022

Dual Task Framework for Improving Persona-Grounded Dialogue Dataset

AAAI 2022technical

This paper introduces a simple yet effective data-centric approach for the task of improving persona-conditioned dialogue agents. Prior model-centric approaches unquestioningly depend on the raw crowdsourced benchmark datasets such as Persona-Chat. In contrast, we aim to fix annotation artifacts in…

Cited by 9SourcePDFScholar
2022

Mind the Gap! Injecting Commonsense Knowledge for Abstractive Dialogue Summarization

COLING 2022main

In this paper, we propose to leverage the unique characteristics of dialogues sharing commonsense knowledge across participants, to resolve the difficulties in summarizing them. We present SICK, a framework that uses commonsense inferences as additional context. Compared to previous work that solely…

2022

Modularized Transfer Learning with Multiple Knowledge Graphs for Zero-shot Commonsense Reasoning

NAACL 2022long

Commonsense reasoning systems should be able to generalize to diverse reasoning cases. However, most state-of-the-art approaches depend on expensive data annotations and overfit to a specific benchmark without learning how to perform general semantic reasoning. To overcome these drawbacks, zero-shot…

Cited by 16SourcePDFScholar
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
2022

Plug-and-Play Adaptation for Continuously-updated QA

ACL 2022findings

Language models (LMs) have shown great potential as implicit knowledge bases (KBs). And for their practical use, knowledge in LMs need to be updated periodically. However, existing tasks to assess LMs’ efficacy as KBs do not adequately consider multiple large-scale updates. To this end, we first pro…

2022

Privacy-Preserving Text Classification on BERT Embeddings with Homomorphic Encryption

NAACL 2022long

Embeddings, which compress information in raw text into semantics-preserving low-dimensional vectors, have been widely adopted for their efficacy. However, recent research has shown that embeddings can potentially leak private information about sensitive attributes of the text, and in some cases, ca…

2022

Pseudo-Relevance for Enhancing Document Representation

EMNLP 2022main

This paper studies how to enhance the document representation for the bi-encoder approach in dense document retrieval. The bi-encoder, separately encoding a query and a document as a single vector, is favored for high efficiency in large-scale information retrieval, compared to more effective but co…

Cited by 1SourcePDFScholar
2022

ReACC: A Retrieval-Augmented Code Completion Framework

ACL 2022long

Code completion, which aims to predict the following code token(s) according to the code context, can improve the productivity of software development. Recent work has proved that statistical language modeling with transformers can greatly improve the performance in the code completion task via lear…

2022

Towards Compositional Generalization in Code Search

EMNLP 2022main

We study compositional generalization, which aims to generalize on unseen combinations of seen structural elements, for code search. Unlike existing approaches of partially pursuing this goal, we study how to extract structural elements, which we name a template that directly targets compositional g…

2022

TrustAL: Trustworthy Active Learning Using Knowledge Distillation

AAAI 2022technical

Active learning can be defined as iterations of data labeling, model training, and data acquisition, until sufficient labels are acquired. A traditional view of data acquisition is that, through iterations, knowledge from human labels and models is implicitly distilled to monotonically increase the…

Cited by 10SourcePDFScholar
2021

Robustifying Multi-hop QA through Pseudo-Evidentiality Training

ACL 2021long

This paper studies the bias problem of multi-hop question answering models, of answering correctly without correct reasoning. One way to robustify these models is by supervising to not only answer right, but also with right reasoning chains. An existing direction is to annotate reasoning chains to t…

Cited by 12SourcePDFScholar
2020

Retrieval-Augmented Controllable Review Generation

COLING 2020main

In this paper, we study review generation given a set of attribute identifiers which are user ID, product ID and rating. This is a difficult subtask of natural language generation since models are limited to the given identifiers, without any specific descriptive information regarding the inputs, wh…

Cited by 25SourcePDFScholar