Researcher profile

Jihwan Jeong

Jihwan Jeong contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
5topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2026arXiv

Controllable User Simulation

Using offline datasets to evaluate conversational agents often fails to cover rare scenarios or to support testing new policies. This has motivated the use of controllable user simulators for targeted, counterfactual evaluation, typically implemented by prompting or fine-tuning large language models. In this work, we formalize controllable simulation as a causal inference problem. By bridging natural language evaluation with off-policy evaluation methodology, we show that the standard practice of training simulators via supervised fine-tuning on post-hoc trajectory labels yields a structurally biased model. Specifically, these labels are inextricably coupled to the data-generating behavior policy, injecting a look-ahead bias that breaks causal consistency. Furthermore, we prove that under policy shift this failure causes the variance of evaluation metrics to explode geometrically, a phenomenon we term controllability collapse. To restore causal consistency, we establish theoretical conditions for accurate simulation and propose practical training mitigations: a priori controls, step-wise dynamic controls, and direct policy-conditioned learning. Empirical evaluation confirms that while standard global controls distort conversational distributions and collapse behavioral diversity, our causally grounded simulators eliminate look-ahead bias, preserve natural variance, and exhibit robust zero-shot generalization to unseen agent behaviors.

preprint2021arXiv

Growth and atomically resolved polarization mapping of ferroelectric $Bi_2WO_6$ thin film

Aurivillius ferroelectric $Bi_2WO_6$ (BWO) encompasses a broad range of functionalities, including robust fatigue-free ferroelectricity, high photocatalytic activity, and ionic conductivity. Despite these promising characteristics, an in-depth study on the growth of BWO thin films and ferroelectric characterization, especially at the atomic scale, is still lacking. Here, we report pulsed laser deposition (PLD) of BWO thin films on (001) $SrTiO_3$ substrates and characterization of ferroelectricity using the scanning transmission electron microscopy (STEM) and piezoresponse force microscopy (PFM) techniques. We show that the background oxygen gas pressure used during PLD growth mainly determines the phase stability of BWO films, whereas the influence of growth temperature is comparatively minor. Atomically resolved STEM study of a fully strained BWO film revealed collective in-plane polar off-centering displacement of W atoms. We estimated the spontaneous polarization value based on polar displacement mapping to be about 54 $\pm$ 4 $μC cm^{-2}$, which is in good agreement with the bulk polarization value. Furthermore, we found that pristine film is composed of type-I and type-II domains, with mutually orthogonal polar axes. Complementary PFM measurements further elucidated that the coexisting type-I and type-II domains formed a multidomain state that consisted of 90$°$ domain walls (DWs) alongside multiple head-to-head and tail-to-tail 180$°$ DWs. Application of an electrical bias led to in-plane 180$°$ polarization switching and 90$°$ polarization rotation, highlighting a unique aspect of domain switching, which is immune to substrate-induced strain.

preprint2020arXiv

Batch-level Experience Replay with Review for Continual Learning

Continual learning is a branch of deep learning that seeks to strike a balance between learning stability and plasticity. The CVPR 2020 CLVision Continual Learning for Computer Vision challenge is dedicated to evaluating and advancing the current state-of-the-art continual learning methods using the CORe50 dataset with three different continual learning scenarios. This paper presents our approach, called Batch-level Experience Replay with Review, to this challenge. Our team achieved the 1'st place in all three scenarios out of 79 participated teams. The codebase of our implementation is publicly available at https://github.com/RaptorMai/CVPR20_CLVision_challenge