← Search

Heuiseok Lim

50 accepted papers

2026

Evidential Transformation Network: Turning Pretrained Models into Evidential Models for Post-hoc Uncertainty Estimation

CVPR 2026

Pretrained models have become standard in both vision and language, yet they typically do not provide reliable measures of confidence. Existing uncertainty estimation methods--such as deep ensembles and MC dropout--are often too computationally expensive to deploy in practice. Evidential Deep Learni

Cited by 0SourcecodeScholar
2026

Improving Semantic Proximity in English-Centric Information Retrieval through Cross-Lingual Alignment

ICLR 2026poster

With the increasing accessibility and utilization of multilingual documents, Cross-Lingual Information Retrieval (CLIR) has emerged as an important research area. Conventionally, CLIR tasks have been conducted under settings where the language of documents differs from that of queries, and typically…

Cited by 0SourceScholar
2026

M3DocDep: Multi-modal, Multi-page, Multi-document Dependency Chunking with Large Vision-Language Models

CVPR 2026

In large-scale industrial documents with scanned images, complex layouts, and multiple pages, the effectiveness of retrieval-augmented generation (RAG) is highly dependent on chunking quality. However, existing text-centric chunkers overlook the visual and structural cues present in real-world docum

Cited by 0SourceScholar
2025

Benchmark Profiling: Mechanistic Diagnosis of LLM Benchmarks

EMNLP 2025

Large Language Models are commonly judged by their scores on standard benchmarks, yet such scores often overstate real capability since they mask the mix of skills a task actually demands. For example, ARC is assumed to test reasoning, while HellaSwag is designed to evaluate commonsense. However, we

Cited by 0SourcePDFScholar
2025

CharacterGPT: A Persona Reconstruction Framework for Role-Playing Agents

NAACL 2025industry

The recent introduction of the Assistants API highlights its potential for large language models (LLMs) in role-playing agents (RPA). However, maintaining consistent character personas remains a significant challenge due to variability in information extraction, which frequently omits critical eleme…

2025

CoME: An Unlearning-based Approach to Conflict-free Model Editing

NAACL 2025long

Large language models (LLMs) often retain outdated or incorrect information from pre-training, which undermines their reliability. While model editing methods have been developed to address such errors without full re-training, they frequently suffer from knowledge conflicts, where outdated informat…

2025

Cross-Lingual Optimization for Language Transfer in Large Language Models

ACL 2025long

Adapting large language models to other languages typically employs supervised fine-tuning (SFT) as a standard approach. However, it often suffers from an overemphasis on English performance, a phenomenon that is especially pronounced in data-constrained environments. To overcome these challenges, w…

2025

Enhancing Automatic Term Extraction with Large Language Models via Syntactic Retrieval

ACL 2025finding

Automatic Term Extraction (ATE) identifies domain-specific expressions that are crucial for downstream tasks such as machine translation and information retrieval. Although large language models (LLMs) have significantly advanced various NLP tasks, their potential for ATE has scarcely been examined.…

2025

FLEX: A Benchmark for Evaluating Robustness of Fairness in Large Language Models

NAACL 2025findings

Recent advancements in Large Language Models (LLMs) have significantly enhanced interactions between users and models. These advancements concurrently underscore the need for rigorous safety evaluations due to the manifestation of social biases, which can lead to harmful societal impacts. Despite th…

2025

Find the Intention of Instruction: Comprehensive Evaluation of Instruction Understanding for Large Language Models

NAACL 2025findings

Through numerous endeavors, large language models (LLMs) have witnessed significant advancements in their instruction-following capability. However, we discern that LLMs are prone to generate responses to instruction-formatted statements in an instinctive manner, rather than comprehending the underl…

2025

HAWK: Highlighting Entity-aware Knowledge for Alleviating Information Sparsity in Long Contexts

EMNLP 2025

As the textual data given as the context of various tasks lengthens, having necessary information scattered throughout makes it more difficult for large language models (LLMs) to capture relevant details. This challenge is particularly prominent in tasks such as question answering (QA), where key in

Cited by 0SourcePDFScholar
2025

KoLEG: On-the-Fly Korean Legal Knowledge Editing with Continuous Retrieval

EMNLP 2025

Korean legal knowledge is subject to frequent temporal updates driven by societal needs and government policies. Even minor modifications to legal provisions can have significant consequences, yet continuously retraining large language models (LLMs) to incorporate such updates is resource-intensive

2025

LimaCost: Data Valuation for Instruction Tuning of Large Language Models

EMNLP 2025

Instruction tuning (IT) is an effective approach for aligning large language models (LLMs) with human intentions. There is ongoing discourse regarding the data quality for IT. As an effort to find the robust criteria of data quality for IT, we introduce LimaCost, a data quality measure that exhibits

Cited by 0SourcePDFScholar
2025

MIGRATE: Cross-Lingual Adaptation of Domain-Specific LLMs through Code-Switching and Embedding Transfer

COLING 2025main

Large Language Models (LLMs) have rapidly advanced, with domain-specific expert models emerging to handle specialized tasks across various fields. However, the predominant focus on English-centric models demands extensive data, making it challenging to develop comparable models for middle and low-re…

Cited by 0SourcePDFScholar
2025

MIRAGE: A Metric-Intensive Benchmark for Retrieval-Augmented Generation Evaluation

NAACL 2025findings

Retrieval-Augmented Generation (RAG) has gained prominence as an effective method for enhancing the generative capabilities of Large Language Models (LLMs) through the incorporation of external knowledge. However, the evaluation of RAG systems remains a challenge, due to the intricate interplay betw…

2025

Metric Calculating Benchmark: Code-Verifiable Complicate Instruction Following Benchmark for Large Language Models

EMNLP 2025

Recent frontier-level LLMs have saturated many previously difficult benchmarks, leaving little room for further differentiation. This progress highlights the need for challenging benchmarks that provide objective verification. In this paper, we introduce MCBench, a benchmark designed to evaluate whe

2025

Mixture-of-Clustered-Experts: Advancing Expert Specialization and Generalization in Instruction Tuning

EMNLP 2025

A sparse Mixture-of-Experts (MoE) architecture has emerged as a highly scalable solution by conditionally activating sub-modules without a proportional increase in computational costs. However, improving expert specialization to enhance performance and generalization remains a challenge for MoE, esp

Cited by 0SourcePDFScholar
2025

MultiDocFusion : Hierarchical and Multimodal Chunking Pipeline for Enhanced RAG on Long Industrial Documents

EMNLP 2025

RAG-based QA has emerged as a powerful method for processing long industrial documents. However, conventional text chunking approaches often neglect complex and long industrial document structures, causing information loss and reduced answer quality. To address this, we introduce MultiDocFusion , a

Cited by 0SourcePDFScholar
2025

Semantic Aware Linear Transfer by Recycling Pre-trained Language Models for Cross-lingual Transfer

ACL 2025finding

Large Language Models (LLMs) are increasingly incorporating multilingual capabilities, fueling the demand to transfer them into target language-specific models. However, most approaches, which blend the source model’s embedding by replacing the source vocabulary with the target language-specific voc…

Cited by 0SourcePDFScholar
2025

Semantic Inversion, Identical Replies: Revisiting Negation Blindness in Large Language Models

EMNLP 2025

Large language models (LLMs) often fail to capture semantic changes in queries due to negation, and generate incorrect responses. Negation frequently exists in the real world and is useful for understanding the opposite or absence of a statement, so it is an essential element in logical reasoning. P

2024

Detecting Critical Errors Considering Cross-Cultural Factors in English-Korean Translation

COLING 2024main

Recent machine translation (MT) systems have overcome language barriers for a wide range of users, yet they still carry the risk of critical meaning deviation. Critical error detection (CED) is a task that identifies an inherent risk of catastrophic meaning distortions in the machine translation out…

2024

KoCommonGEN v2: A Benchmark for Navigating Korean Commonsense Reasoning Challenges in Large Language Models

ACL 2024findings

The evolution of large language models (LLMs) has culminated in a multitask model paradigm where prompts drive the generation of user-specific outputs. However, this advancement has revealed a critical challenge: LLMs frequently produce outputs against socially acceptable commonsense standards in va…

2024

Length-aware Byte Pair Encoding for Mitigating Over-segmentation in Korean Machine Translation

ACL 2024findings

Byte Pair Encoding is an effective approach in machine translation across several languages. However, our analysis indicates that BPE is prone to over-segmentation in the morphologically rich language, Korean, which can erode word semantics and lead to semantic confusion during training. This semant…

2024

Leveraging Pre-existing Resources for Data-Efficient Counter-Narrative Generation in Korean

COLING 2024main

Counter-narrative generation, i.e., the generation of fact-based responses to hate speech with the aim of correcting discriminatory beliefs, has been demonstrated to be an effective method to combat hate speech. However, its effectiveness is limited by the resource-intensive nature of dataset constr…

2024

PANDA: Persona Attributes Navigation for Detecting and Alleviating Overuse Problem in Large Language Models

EMNLP 2024main

In the persona-grounded dialogue (PGD) task, it is required not only to respond fluently, but also to ground the attributes according to the current conversation topic properly. However, due to their tendency to overly ground given attributes, LLMs often generate unnatural responses provoked by usin…

2024

Search if you don’t know! Knowledge-Augmented Korean Grammatical Error Correction with Large Language Models

EMNLP 2024finding

Grammatical error correction (GEC) system is a practical task used in the real world, showing high achievements alongside the development of large language models (LLMs). However, these achievements have been primarily obtained in English, and there is a relative lack of performance for non-English…

2024

Towards Precise Localization of Critical Errors in Machine Translation

ACL 2024findings

The advent of large language models has experienced a remarkable improvement in the field of machine translation. However, machine translation is still vulnerable to critical meaning deviations, which may incur catastrophic issues in social or ethical contexts. In particular, existing critical error…

2024

Translation of Multifaceted Data without Re-Training of Machine Translation Systems

EMNLP 2024finding

Translating major language resources to build minor language resources becomes a widely-used approach. Particularly in translating complex data points composed of multiple components, it is common to translate each component separately. However, we argue that this practice often overlooks the interr…

Cited by 0SourcePDFScholar
2024

Where am I? Large Language Models Wandering between Semantics and Structures in Long Contexts

EMNLP 2024main

As the utilization of Large Language Models (LLMs) becomes more widespread, there is a growing demand for their ability to handle more complex and longer external knowledge across various use cases. Most existing evaluations of the open-ended question answering (ODQA) task, which necessitates the us…

2023

Beyond Candidates : Adaptive Dialogue Agent Utilizing Persona and Knowledge

EMNLP 2023long findings

To build ultimate dialogue agents, previous studies suggest models that ground both persona and knowledge. However, applying the dialogue system directly to the usual conversation is still limited because the system requires a complete sentence-formed persona and knowledge candidate sets from the gi…

Cited by 0SourcecodeScholar
2023

CHEF in the Language Kitchen: A Generative Data Augmentation Leveraging Korean Morpheme Ingredients

EMNLP 2023long main

Korean morphological variations present unique opportunities and challenges in natural language processing (NLP), necessitating an advanced understanding of morpheme-based sentence construction. The complexity of morphological variations allows for diverse sentence forms based on the syntactic-seman…

Cited by 0SourceScholar
2023

CReTIHC: Designing Causal Reasoning Tasks about Temporal Interventions and Hallucinated Confoundings

EMNLP 2023short findings

Large language models (LLMs) have demonstrated impressive capabilities in natural language processing. However, their ability to establish causal relationships, particularly in the context of temporal interventions and language hallucinations, remains challenging. This paper presents \textbf{CReTIHC…

Cited by 0SourcecodeScholar
2023

Explore the Way: Exploring Reasoning Path by Bridging Entities for Effective Cross-Document Relation Extraction

EMNLP 2023short findings

Cross-document relation extraction (CodRED) task aims to infer the relation between two entities mentioned in different documents within a reasoning path. Previous studies have concentrated on merely capturing implicit relations between the entities. However, humans usually utilize explicit informat…

Cited by 0SourceScholar
2023

KEBAP: Korean Error Explainable Benchmark Dataset for ASR and Post-processing

EMNLP 2023long main

Automatic Speech Recognition (ASR) systems are instrumental across various applications, with their performance being critically tied to user satisfaction. Conventional evaluation metrics for ASR systems produce a singular aggregate score, which is insufficient for understanding specific system vuln…

Cited by 0SourceScholar
2023

Post-hoc Utterance Refining Method by Entity Mining for Faithful Knowledge Grounded Conversations

EMNLP 2023long main

Despite the striking advances in recent language generation performance, model-generated responses have suffered from the chronic problem of hallucinations that are either untrue or unfaithful to a given source. Especially in the task of knowledge grounded conversation, the models are required to ge…

Cited by 0SourcecodeScholar
2023

Towards Diverse and Effective Question-Answer Pair Generation from Children Storybooks

ACL 2023findings

Recent advances in QA pair generation (QAG) have raised interest in applying this technique to the educational field. However, the diversity of QA types remains a challenge despite its contributions to comprehensive learning and assessment of children. In this paper, we propose a QAG framework that…

2022

A Dog Is Passing Over The Jet? A Text-Generation Dataset for Korean Commonsense Reasoning and Evaluation

NAACL 2022findings

Recent natural language understanding (NLU) research on the Korean language has been vigorously maturing with the advancements of pretrained language models and datasets. However, Korean pretrained language models still struggle to generate a short sentence with a given condition based on compositio…

2022

Call for Customized Conversation: Customized Conversation Grounding Persona and Knowledge

AAAI 2022technical

Humans usually have conversations by making use of prior knowledge about a topic and background information of the people whom they are talking to. However, existing conversational agents and datasets do not consider such comprehensive information, and thus they have a limitation in generating the u…

2022

Don’t Judge a Language Model by Its Last Layer: Contrastive Learning with Layer-Wise Attention Pooling

COLING 2022main

Recent pre-trained language models (PLMs) achieved great success on many natural language processing tasks through learning linguistic features and contextualized sentence representation. Since attributes captured in stacked layers of PLMs are not clearly identified, straightforward approaches such…

2022

GRASP: Guiding Model with RelAtional Semantics Using Prompt for Dialogue Relation Extraction

COLING 2022main

The dialogue-based relation extraction (DialogRE) task aims to predict the relations between argument pairs that appear in dialogue. Most previous studies utilize fine-tuning pre-trained language models (PLMs) only with extensive features to supplement the low information density of the dialogue by…

2022

KoCHET: A Korean Cultural Heritage Corpus for Entity-related Tasks

COLING 2022main

As digitized traditional cultural heritage documents have rapidly increased, resulting in an increased need for preservation and management, practical recognition of entities and typification of their classes has become essential. To achieve this, we propose KoCHET - a Korean cultural heritage corpu…

2022

QUAK: A Synthetic Quality Estimation Dataset for Korean-English Neural Machine Translation

COLING 2022main

With the recent advance in neural machine translation demonstrating its importance, research on quality estimation (QE) has been steadily progressing. QE aims to automatically predict the quality of machine translation (MT) output without reference sentences. Despite its high utility in the real wor…

Cited by 2SourcePDFScholar
2022

You Truly Understand What I Need : Intellectual and Friendly Dialog Agents grounding Persona and Knowledge

EMNLP 2022finding

To build a conversational agent that interacts fluently with humans, previous studies blend knowledge or personal profile into the pre-trained language model. However, the model that considers knowledge and persona at the same time is still limited, leading to hallucination and a passive way of usin…

2021

Should we find another model?: Improving Neural Machine Translation Performance with ONE-Piece Tokenization Method without Model Modification

NAACL 2021industry

Most of the recent Natural Language Processing(NLP) studies are based on the Pretrain-Finetuning Approach (PFA), but in small and medium-sized enterprises or companies with insufficient hardware there are many limitations to servicing NLP application software using such technology due to slow speed…

Cited by 36SourcePDFScholar
2020

I Know What You Asked: Graph Path Learning using AMR for Commonsense Reasoning

COLING 2020main

CommonsenseQA is a task in which a correct answer is predicted through commonsense reasoning with pre-defined knowledge. Most previous works have aimed to improve the performance with distributed representation without considering the process of predicting the answer from the semantic representation…