← Search

Steven Euijong Whang

12 accepted papers

2026

Harnessing Temporal Databases for Systematic Evaluation of Factual Time-Sensitive Question-Answering in LLMs

ICLR 2026poster

Facts change over time, making it essential for Large Language Models (LLMs) to handle time-sensitive factual knowledge accurately and reliably. Although factual Time-Sensitive Question-Answering (TSQA) tasks have been widely developed, existing benchmarks often face manual bottlenecks that limit sc…

Cited by 0SourceScholar
2025

MIDAS: Misalignment-based Data Augmentation Strategy for Imbalanced Multimodal Learning

NeurIPS 2025poster

Multimodal models often over-rely on dominant modalities, failing to achieve optimal performance. While prior work focuses on modifying training objectives or optimization procedures, data-centric solutions remain underexplored. We propose MIDAS, a novel data augmentation strategy that generates mis…

Cited by 0SourceScholar
2025

PFGuard: A Generative Framework with Privacy and Fairness Safeguards

ICLR 2025poster

Generative models must ensure both privacy and fairness for Trustworthy AI. While these goals have been pursued separately, recent studies propose to combine existing privacy and fairness techniques to achieve both goals. However, naively combining these techniques can be insufficient due to privacy…

Cited by 0SourcePDFScholar
2025

T-CIL: Temperature Scaling using Adversarial Perturbation for Calibration in Class-Incremental Learning

CVPR 2025poster

We study model confidence calibration in class-incremental learning, where models learn from sequential tasks with different class sets. While existing works primarily focus on accuracy, maintaining calibrated confidence has been largely overlooked. Unfortunately, most post-hoc calibration technique…

Cited by 0SourcePDFScholar
2024

ERBench: An Entity-Relationship based Automatically Verifiable Hallucination Benchmark for Large Language Models

NeurIPS 2024spotlight

Large language models (LLMs) have achieved unprecedented performances in various applications, yet evaluating them is still challenging. Existing benchmarks are either manually constructed or are automatic, but lack the ability to evaluate the thought process of LLMs with arbitrary complexity. We co…

2024

LEVI: Generalizable Fine-tuning via Layer-wise Ensemble of Different Views

ICML 2024poster

Fine-tuning is becoming widely used for leveraging the power of pre-trained foundation models in new downstream tasks. While there are many successes of fine-tuning on various tasks, recent studies have observed challenges in the generalization of fine-tuned models to unseen distributions (i.e., out…

Cited by 1SourcePDFScholar
2024

Quilt: Robust Data Segment Selection against Concept Drifts

AAAI 2024technical

Continuous machine learning pipelines are common in industrial settings where models are periodically trained on data streams. Unfortunately, concept drifts may occur in data streams where the joint distribution of the data X and label y, P(X, y), changes over time and possibly degrade model accurac…

Cited by 1SourcePDFScholar
2021

FairBatch: Batch Selection for Model Fairness

ICLR 2021poster

Training a fair machine learning model is essential to prevent demographic disparity. Existing techniques for improving model fairness require broad changes in either data preprocessing or model training, rendering themselves difficult-to-adopt for potentially already complex machine learning system…