I'm interested in deep learning and generative models. Most of my recent research is about language models as models of human behavior, spanning around opinions, actions, preferences, and temporal changes. Some papers are highlighted.
Expanding evaluations of LLM virtual personas to include ingroup / outgroup and meta-perception, "backstories" serve as a stepping stone to higher-order reflections in social context.
Fine-tuning LLMs on response distributions from public opinion survey questions enables the models to predict opinions across different subpopulations, survey waves, and survey families.
Constructing latent dimensions of personality using log-probabilities from language models, inspired by the methodology psychologists used to develop the Big Five model.
Theoretical modeling of Laughlin's topological pump in synthetic frequency dimensions by the interplay of frequency mode-dependent and independent gauge fields.
Education
University of California, Berkeley
Ph.D. program in Electrical Engineering and Computer Sciences
Berkeley Artificial Intelligence Research Lab (BAIR)
Advisors: Prof. Serina Chang and
Prof. John Canny
09/2023 – Present
Seoul National University
B.S. in Electrical & Computer Engineering
03/2017 – 03/2023
Gyeonggi Science High Schhol
03/2014 – 03/2017
About me
Before joining to Berkeley, I graduated from Seoul National University with a B.S. in Electrical and Computer Engineering, although I spent more time in the Physics building.
In my undergrad years, I was honored to work with Prof. Sunkyu Yu in the field of photonics and condensed matter physics.
Before my undergrad, I was a big fan of competitive programming, inspired by my close friends—some of whom continue pursuing their passions in theoretical computer science.
CUDA kernel fusion
Lessons learned from implementing back-to-back GEMM kernel for LoRA serving in vLLM inference engine.
Given a skinny matrix A and a fat matrix B, how can we make xAB into a single kernel?
CS280A portfolio
Assignments and projects. Pretty much enjoyed hands-on experience, like warping, diffusion, GANs.