← Search

Seunghyun Yoon

39 accepted papers

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

FaithUn: Toward Faithful Forgetting in Language Models by Investigating the Interconnectedness of Knowledge

EMNLP 2025

Various studies have attempted to remove sensitive or private knowledge from a language model to prevent its unauthorized exposure. However, prior studies have overlooked the inherent complexity and interconnectedness of knowledge, which requires careful examination. To resolve this problem, we firs

2025

From Selection to Generation: A Survey of LLM-based Active Learning

ACL 2025long

Active Learning (AL) has been a powerful paradigm for improving model efficiency and performance by selecting the most informative data points for labeling and training. In recent active learning frameworks, Large Language Models (LLMs) have been employed not only for selection but also for generati…

Cited by 0SourcePDFScholar
2025

Generating Diverse Hypotheses for Inductive Reasoning

NAACL 2025long

Inductive reasoning — the process of inferring general rules from a small number of observations — is a fundamental aspect of human intelligence. Recent works suggest that large language models (LLMs) can engage in inductive reasoning by sampling multiple hypotheses about the rules and selecting the…

Cited by 0SourcePDFScholar
2025

Hypothetical Documents or Knowledge Leakage? Rethinking LLM-based Query Expansion

ACL 2025finding

Query expansion methods powered by large language models (LLMs) have demonstrated effectiveness in zero-shot retrieval tasks. These methods assume that LLMs can generate hypothetical documents that, when incorporated into a query vector, enhance the retrieval of real evidence. However, we challenge…

Cited by 0SourcePDFScholar
2025

NoLiMa: Long-Context Evaluation Beyond Literal Matching

ICML 2025poster

Recent large language models (LLMs) support long contexts ranging from 128K to 1M tokens. A popular method for evaluating these capabilities is the needle-in-a-haystack (NIAH) test, which involves retrieving a "needle" (relevant information) from a "haystack" (long irrelevant context). Extensions of…

2025

Offline RL by Reward-Weighted Fine-Tuning for Conversation Optimization

NeurIPS 2025poster

Offline reinforcement learning (RL) is a variant of RL where the policy is learned from a previously collected dataset of trajectories and rewards. In our work, we propose a practical approach to offline RL with large language models (LLMs). We recast the problem as reward-weighted fine-tuning, whic…

Cited by 0SourceScholar
2025

Physics-Informed Neural Networks for Ocean Acoustic Field Prediction with Envelope Smoothing

ICASSP 2025accepted

Predicting ocean acoustic fields in shallow water is challenging due to high spatial variability, with depth scales of 100 m and range scales of 1 km. Limited acoustic data further complicates this task. We propose a physics-informed neural network (PINN) with the Helmholtz equation as a physics con…

Cited by 0SourceScholar
2025

Program Synthesis via Test-Time Transduction

NeurIPS 2025poster

We introduce transductive program synthesis, a new formulation of the program synthesis task that explicitly leverages test inputs during synthesis. While prior approaches to program synthesis--whether based on natural language descriptions or input-output examples--typically aim to generalize from…

Cited by 2SourcecodeScholar
2025

Text2Relight: Creative Portrait Relighting with Text Guidance

AAAI 2025technical

We present a lighting-aware image editing pipeline that, given a portrait image and a text prompt, performs single image relighting. Our model modifies the lighting and color of both the foreground and background to align with the provided text description. The unbounded nature in creativeness of a…

Cited by 1SourcePDFScholar
2025

Toward Robust Hyper-Detailed Image Captioning: A Multiagent Approach and Dual Evaluation Metrics for Factuality and Coverage

ICML 2025poster

Multimodal large language models (MLLMs) excel at generating highly detailed captions but often produce hallucinations. Our analysis reveals that existing hallucination detection methods struggle with detailed captions. We attribute this to the increasing reliance of MLLMs on their generated text, r…

Cited by 1SourcePDFScholar
2025

VLind-Bench: Measuring Language Priors in Large Vision-Language Models

NAACL 2025findings

Large Vision-Language Models (LVLMs) have demonstrated outstanding performance across various multimodal tasks. However, they suffer from a problem known as language prior, where responses are generated based solely on textual patterns while disregarding image information. Addressing the issue of la…

2024

Assessing News Thumbnail Representativeness: Counterfactual text can enhance the cross-modal matching ability

ACL 2024findings

This paper addresses the critical challenge of assessing the representativeness of news thumbnail images, which often serve as the first visual engagement for readers when an article is disseminated on social media. We focus on whether a news image represents the actors discussed in the news text. T…

2024

FIZZ: Factual Inconsistency Detection by Zoom-in Summary and Zoom-out Document

EMNLP 2024main

Through the advent of pre-trained language models, there have been notable advancements in abstractive summarization systems. Simultaneously, a considerable number of novel methods for evaluating factual consistency in abstractive summarization systems has been developed. But these evaluation approa…

2024

PDFTriage: Question Answering over Long, Structured Documents

EMNLP 2024industry

Large Language Models (LLMs) have issues with document question answering (QA) in situations where the document is unable to fit in the small context length of an LLM. To overcome this issue, most existing works focus on retrieving the relevant context from the document, representing them as plain t…

Cited by 28SourcePDFScholar
2024

PEEB: Part-based Image Classifiers with an Explainable and Editable Language Bottleneck

NAACL 2024findings

CLIP-based classifiers rely on the prompt containing a class name that is known to the text encoder. Therefore, they perform poorly on new classes or the classes whose names rarely appear on the Internet (e.g., scientific names of birds). For fine-grained classification, we propose PEEB – an explain…

2024

Scaling Up Video Summarization Pretraining with Large Language Models

CVPR 2024poster

Long-form video content constitutes a significant portion of internet traffic making automated video summarization an essential research problem. However existing video summarization datasets are notably limited in their size constraining the effectiveness of state-of-the-art methods for generalizat…

Cited by 13SourcePDFScholar
2024

Towards Enhancing Coherence in Extractive Summarization: Dataset and Experiments with LLMs

EMNLP 2024main

Extractive summarization plays a pivotal role in natural language processing due to its wide-range applications in summarizing diverse content efficiently, while also being faithful to the original content. Despite significant advancement achieved in extractive summarization by Large Language Models…

2023

Automatic Creation of Named Entity Recognition Datasets by Querying Phrase Representations

ACL 2023long

Most weakly supervised named entity recognition (NER) models rely on domain-specific dictionaries provided by experts. This approach is infeasible in many domains where dictionaries do not exist. While a phrase retrieval model was used to construct pseudo-dictionaries with entities retrieved from Wi…

2023

MeetingQA: Extractive Question-Answering on Meeting Transcripts

ACL 2023long

With the ubiquitous use of online meeting platforms and robust automatic speech recognition systems, meeting transcripts have emerged as a promising domain for natural language tasks. Most recent works on meeting transcripts primarily focus on summarization and extraction of action items. However, m…

Cited by 10SourcePDFScholar
2023

Moment Detection in Long Tutorial Videos

ICCV 2023poster

Tutorial videos play an increasingly important role in professional development and self-directed education. For users to realise the full benefits of this medium, tutorial videos must be efficiently searchable. In this work, we focus on the task of moment detection, in which the goal is to localise…

Cited by 4PDFcodeScholar
2023

PR-MCS: Perturbation Robust Metric for MultiLingual Image Captioning

EMNLP 2023long findings

Vulnerability to lexical perturbation is a critical weakness of automatic evaluation metrics for image captioning. This paper proposes Perturbation Robust Multi-Lingual CLIPScore(PR-MCS), which exhibits robustness to such perturbations, as a novel reference-free image captioning metric applicable to…

Cited by 0SourceScholar
2022

CAISE: Conversational Agent for Image Search and Editing

AAAI 2022technical

Demand for image editing has been increasing as users' desire for expression is also increasing. However, for most users, image editing tools are not easy to use since the tools require certain expertise in photo effects and have complex interfaces. Hence, users might need someone to help edit their…

2022

Fine-grained Image Captioning with CLIP Reward

NAACL 2022findings

Modern image captioning models are usually trained with text similarity objectives. However, since reference captions in public datasets often describe the most salient common objects, models trained with the text similarity objectives tend to ignore specific and detailed aspects of an image that di…

2022

Keyphrase Prediction from Video Transcripts: New Dataset and Directions

COLING 2022main

Keyphrase Prediction (KP) is an established NLP task, aiming to yield representative phrases to summarize the main content of a given document. Despite major progress in recent years, existing works on KP have mainly focused on formal texts such as scientific papers or weblogs. The challenges of KP…

Cited by 0SourcePDFScholar
2022

MACRONYM: A Large-Scale Dataset for Multilingual and Multi-Domain Acronym Extraction

COLING 2022main

Acronym extraction is the task of identifying acronyms and their expanded forms in texts that is necessary for various NLP applications. Despite major progress for this task in recent years, one limitation of existing AE research is that they are limited to the English language and certain domains (…

Cited by 22SourcePDFScholar
2022

Medical Question Understanding and Answering with Knowledge Grounding and Semantic Self-Supervision

COLING 2022main

Current medical question answering systems have difficulty processing long, detailed and informally worded questions submitted by patients, called Consumer Health Questions (CHQs). To address this issue, we introduce a medical question understanding and answering system with knowledge grounding and…

2022

Multimodal Intent Discovery from Livestream Videos

NAACL 2022findings

Individuals, educational institutions, and businesses are prolific at generating instructional video content such as “how-to” and tutorial guides. While significant progress has been made in basic video understanding tasks, identifying procedural intent within these instructional videos is a challen…

2022

Offensive Content Detection via Synthetic Code-Switched Text

COLING 2022main

The prevalent use of offensive content in social media has become an important reason for concern for online platforms (customer service chat-boxes, social media platforms, etc). Classifying offensive and hate-speech content in online settings is an essential task in many applications that needs to…

Cited by 9SourcePDFScholar
2022

Simple Questions Generate Named Entity Recognition Datasets

EMNLP 2022main

Recent named entity recognition (NER) models often rely on human-annotated datasets requiring the vast engagement of professional knowledge on the target domain and entities. This work introduces an ask-to-generate approach, which automatically generates NER datasets by asking simple natural languag…

2022

Virtual Knowledge Graph Construction for Zero-Shot Domain-Specific Document Retrieval

COLING 2022main

Domain-specific documents cover terminologies and specialized knowledge. This has been the main challenge of domain-specific document retrieval systems. Previous approaches propose domain-adaptation and transfer learning methods to alleviate this problem. However, these approaches still follow the s…

2021

A Gradually Soft Multi-Task and Data-Augmented Approach to Medical Question Understanding

ACL 2021long

Users of medical question answering systems often submit long and detailed questions, making it hard to achieve high recall in answer retrieval. To alleviate this problem, we propose a novel Multi-Task Learning (MTL) method with data augmentation for medical question understanding. We first establis…

2021

Few-Shot Intent Detection via Contrastive Pre-Training and Fine-Tuning

EMNLP 2021main

In this work, we focus on a more challenging few-shot intent detection scenario where many intents are fine-grained and semantically similar. We present a simple yet effective few-shot intent detection schema via contrastive pre-training and fine-tuning. Specifically, we first conduct self-supervise…

2021

KPQA: A Metric for Generative Question Answering Using Keyphrase Weights

NAACL 2021long

In the automatic evaluation of generative question answering (GenQA) systems, it is difficult to assess the correctness of generated answers due to the free-form of the answer. Especially, widely used n-gram similarity metrics often fail to discriminate the incorrect answers since they equally consi…

2021

QACE: Asking Questions to Evaluate an Image Caption

EMNLP 2021finding

In this paper we propose QACE, a new metric based on Question Answering for Caption Evaluation to evaluate image captioning based on Question Generation(QG) and Question Answering(QA) systems. QACE generates questions on the evaluated caption and check its content by asking the questions on either t…

2021

UMIC: An Unreferenced Metric for Image Captioning via Contrastive Learning

ACL 2021short

Despite the success of various text generation metrics such as BERTScore, it is still difficult to evaluate the image captions without enough reference captions due to the diversity of the descriptions. In this paper, we introduce a new metric UMIC, an Unreferenced Metric for Image Captioning which…

2020

Attentive Modality Hopping Mechanism for Speech Emotion Recognition

ICASSP 2020accepted

In this work, we explore the impact of visual modality in addition to speech and text for improving the accuracy of the emotion detection system. The traditional approaches tackle this task by independently fusing the knowledge from the various modalities for performing emotion classification. In co…

Cited by 0SourceScholar
2019

Speech Emotion Recognition Using Multi-hop Attention Mechanism

ICASSP 2019accepted

In this paper, we are interested in exploiting textual and acoustic data of an utterance for the speech emotion classification task. The baseline approach models the information from audio and text independently using two deep neural networks (DNNs). The outputs from both the DNNs are then fused for…

Cited by 0SourceScholar