← Search

Sang-goo Lee

13 accepted papers

2025

When to Speak, When to Abstain: Contrastive Decoding with Abstention

ACL 2025long

Large Language Models (LLMs) demonstrate exceptional performance across diverse tasks by leveraging pre-trained (i.e., parametric) and external (i.e., contextual) knowledge. While substantial efforts have been made to enhance the utilization of both forms of knowledge, situations in which models lac…

Cited by 0SourcePDFScholar
2024

Adaptive Contrastive Decoding in Retrieval-Augmented Generation for Handling Noisy Contexts

EMNLP 2024finding

When using large language models (LLMs) in knowledge-intensive tasks, such as open-domain question answering, external context can bridge the gap between external knowledge and the LLMs’ parametric knowledge.Recent research has been developed to amplify contextual knowledge over the parametric knowl…

2024

Aligning Language Models to Explicitly Handle Ambiguity

EMNLP 2024main

In interactions between users and language model agents, user utterances frequently exhibit ellipsis (omission of words or phrases) or imprecision (lack of exactness) to prioritize efficiency. This can lead to varying interpretations of the same input based on different assumptions or background kno…

2024

Enhancing Large Language Model Based Sequential Recommender Systems with Pseudo Labels Reconstruction

EMNLP 2024finding

Large language models (LLMs) are utilized in various studies, and they also demonstrate a potential to function independently as a recommendation model. Nevertheless, training sequences and text labels modifies LLMs’ pre-trained weights, diminishing their inherent strength in constructing and compre…

Cited by 1SourcePDFScholar
2023

CELDA: Leveraging Black-box Language Model as Enhanced Classifier without Labels

ACL 2023long

Utilizing language models (LMs) without internal access is becoming an attractive paradigm in the field of NLP as many cutting-edge LMs are released through APIs and boast a massive scale. The de-facto method in this type of black-box scenario is known as prompting, which has shown progressive perfo…

2023

Prompt-Augmented Linear Probing: Scaling beyond the Limit of Few-Shot In-Context Learners

AAAI 2023technical

Through in-context learning (ICL), large-scale language models are effective few-shot learners without additional model fine-tuning. However, the ICL performance does not scale well with the number of available training sample as it is limited by the inherent input length constraint of the underlyi…

2023

Universal Domain Adaptation for Robust Handling of Distributional Shifts in NLP

EMNLP 2023long findings

When deploying machine learning systems to the wild, it is highly desirable for them to effectively leverage prior knowledge to the unfamiliar domain while also firing alarms to anomalous inputs. In order to address these requirements, Universal Domain Adaptation (UniDA) has emerged as a novel resea…

Cited by 0SourcecodeScholar
2022

Enhancing Out-of-Distribution Detection in Natural Language Understanding via Implicit Layer Ensemble

EMNLP 2022finding

Out-of-distribution (OOD) detection aims to discern outliers from the intended data distribution, which is crucial to maintaining high reliability and a good user experience.Most recent studies in OOD detection utilize the information from a single representation that resides in the penultimate laye…

2022

Ground-Truth Labels Matter: A Deeper Look into Input-Label Demonstrations

EMNLP 2022main

Despite recent explosion of interests in in-context learning, the underlying mechanism and the precise impact of the quality of demonstrations remain elusive.Intuitively, ground-truth labels should have as much impact in in-context learning (ICL) as supervised learning, but recent work reported that…

2021

Multilingual Chart-based Constituency Parse Extraction from Pre-trained Language Models

EMNLP 2021finding

As it has been unveiled that pre-trained language models (PLMs) are to some extent capable of recognizing syntactic concepts in natural language, much effort has been made to develop a method for extracting complete (binary) parses from PLMs without training separate parsers. We improve upon this pa…

2020

Are Pre-trained Language Models Aware of Phrases? Simple but Strong Baselines for Grammar Induction

ICLR 2020poster

With the recent success and popularity of pre-trained language models (LMs) in natural language processing, there has been a rise in efforts to understand their inner workings. In line with such interest, we propose a novel method that assists us in investigating the extent to which pre-trained LMs…

Cited by 115SourcecodeScholar