← Search

Hoyoon Byun

7 accepted papers

2026

Bounded Hyperbolic Tangent: A Stable and Efficient Alternative to Pre-Layer Normalization in Large Language Models

ICML 2026poster

Pre-Layer Normalization (Pre-LN) is the de facto choice for large language models (LLMs) and is crucial for stable pretraining and effective transfer learning. However, Pre-LN is inefficient due to repeated statistical calculations and suffers from the curse of depth. As layers grow, the magnitude a…

Cited by 0SourceScholar
2026

Dissecting Causal Mechanism Shifts via FANS: Function And Noise Separation

ICML 2026poster

Identifying the drivers of causal mechanism shifts, distinguishing functional changes from noise alterations, known as dissection, is a critical yet under-explored problem in data science (e.g., biomedical science and manufacturing). This paper introduces a more general and unified framework, the fu…

Cited by 0SourceScholar
2025

CCL: Causal-aware In-context Learning for Out-of-Distribution Generalization

NeurIPS 2025poster

In-context learning (ICL), a nonparametric learning method based on the knowledge of demonstration sets, has become a de facto standard for large language models (LLMs). The primary goal of ICL is to select valuable demonstration sets to enhance the performance of LLMs. Traditional ICL methods choos…

Cited by 0SourcecodeScholar
2025

Flat Posterior Does Matter For Bayesian Model Averaging

UAI 2025

Bayesian neural networks (BNNs) estimate the posterior distribution of model parameters and utilize posterior samples for Bayesian Model Averaging (BMA) in prediction. However, despite the crucial role of flatness in the loss landscape in improving the generalization of neural networks, its impact o

2025

LBC: Language-Based-Classifier for Out-Of-Variable Generalization

NAACL 2025long

Large Language Models (LLMs) have great success in natural language processing tasks such as response generation. However, their use in tabular data has been limited due to their inferior performance compared to traditional machine learning models (TMLs) such as XGBoost. We find that the pre-trained…

2024

CED: Comparing Embedding Differences for Detecting Out-of-Distribution and Hallucinated Text

EMNLP 2024finding

Detecting out-of-distribution (OOD) samples is crucial for ensuring the safety and robustness of models deployed in real-world scenarios. While most studies on OOD detection focus on fine-tuned models trained on in-distribution (ID) data, detecting OOD in pre-trained models is also important due to…

Cited by 0SourcePDFScholar
2023

Geodesic Multi-Modal Mixup for Robust Fine-Tuning

NeurIPS 2023poster

Pre-trained multi-modal models, such as CLIP, provide transferable embeddings and show promising results in diverse applications. However, the analysis of learned multi-modal embeddings is relatively unexplored, and the embedding transferability can be improved. In this work, we observe that CLIP ho…