← Search

ChaeHun Park

12 accepted papers

2026

LiveWeb-IE: A Benchmark For Online Web Information Extraction

ICLR 2026poster

Web information extraction (WIE) is the task of automatically extracting data from web pages, offering high utility for various applications. The evaluation of WIE systems has traditionally relied on benchmarks built from HTML snapshots captured at a single point in time. However, this offline evalu…

Cited by 0SourceScholar
2025

Delving into Large Language Models for Effective Time-Series Anomaly Detection

NeurIPS 2025poster

Recent efforts to apply Large Language Models (LLMs) to time-series anomaly detection (TSAD) have yielded limited success, often performing worse than even simple methods. While prior work has focused solely on downstream performance evaluation, the fundamental question—why do LLMs struggle with TSA…

Cited by 0SourcecodeScholar
2025

Evaluating Visual and Cultural Interpretation: The K-Viscuit Benchmark with Human-VLM Collaboration

ACL 2025long

To create culturally inclusive vision-language models (VLMs), developing a benchmark that tests their ability to address culturally relevant questions is essential. Existing approaches typically rely on human annotators, making the process labor-intensive and creating a cognitive burden in generatin…

Cited by 0SourcePDFScholar
2025

Reward-Weighted Sampling: Enhancing Non-Autoregressive Characteristics in Masked Diffusion LLMs

EMNLP 2025

Masked diffusion models (MDMs) offer a promising non-autoregressive alternative for large language modeling. Standard decoding methods for MDMs, such as confidence-based sampling, select tokens independently based on individual token confidences at each diffusion step. However, we observe that this

Cited by 0SourcePDFScholar
2024

Forecasting Future International Events: A Reliable Dataset for Text-Based Event Modeling

EMNLP 2024finding

Predicting future international events from textual information, such as news articles, has tremendous potential for applications in global policy, strategic decision-making, and geopolitics. However, existing datasets available for this task are often limited in quality, hindering the progress of r…

2024

Translation Deserves Better: Analyzing Translation Artifacts in Cross-lingual Visual Question Answering

ACL 2024findings

Building a reliable visual question answering (VQA) system across different languages is a challenging problem, primarily due to the lack of abundant samples for training. To address this challenge, recent studies have employed machine translation systems for the cross-lingual VQA task. This involve…

2023

DEnsity: Open-domain Dialogue Evaluation Metric using Density Estimation

ACL 2023findings

Despite the recent advances in open-domain dialogue systems, building a reliable evaluation metric is still a challenging problem. Recent studies proposed learnable metrics based on classification models trained to distinguish the correct response. However, neural classifiers are known to make overl…

2022

Pneg: Prompt-based Negative Response Generation for Dialogue Response Selection Task

EMNLP 2022main

In retrieval-based dialogue systems, a response selection model acts as a ranker to select the most appropriate response among several candidates. However, such selection models tend to rely on context-response content similarity, which makes models vulnerable to adversarial responses that are seman…

Cited by 6SourcePDFScholar
2022

Rethinking Style Transformer with Energy-based Interpretation: Adversarial Unsupervised Style Transfer using a Pretrained Model

EMNLP 2022main

Style control, content preservation, and fluency determine the quality of text style transfer models. To train on a nonparallel corpus, several existing approaches aim to deceive the style discriminator with an adversarial loss. However, adversarial training significantly degrades fluency compared t…

Cited by 0SourcePDFScholar
2022

Reweighting Strategy Based on Synthetic Data Identification for Sentence Similarity

COLING 2022main

Semantically meaningful sentence embeddings are important for numerous tasks in natural language processing. To obtain such embeddings, recent studies explored the idea of utilizing synthetically generated data from pretrained language models(PLMs) as a training corpus. However, PLMs often generate…

2021

Generating Negative Samples by Manipulating Golden Responses for Unsupervised Learning of a Response Evaluation Model

NAACL 2021long

Evaluating the quality of responses generated by open-domain conversation systems is a challenging task. This is partly because there can be multiple appropriate responses to a given dialogue history. Reference-based metrics that rely on comparisons to a set of known correct responses often fail to…