Researcher profile

Dawoon Jung

Dawoon Jung 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

Solar Open Technical Report

We introduce Solar Open, a 102B-parameter bilingual Mixture-of-Experts language model for underserved languages. Solar Open demonstrates a systematic methodology for building competitive LLMs by addressing three interconnected challenges. First, to train effectively despite data scarcity for underserved languages, we synthesize 4.5T tokens of high-quality, domain-specific, and RL-oriented data. Second, we coordinate this data through a progressive curriculum jointly optimizing composition, quality thresholds, and domain coverage across 20 trillion tokens. Third, to enable reasoning capabilities through scalable RL, we apply our proposed framework SnapPO for efficient optimization. Across benchmarks in English and Korean, Solar Open achieves competitive performance, demonstrating the effectiveness of this methodology for underserved language AI development.

preprint2022arXiv

Disks in Nearby Young Stellar Associations Found Via Virtual Reality

The Disk Detective citizen science project recently released a new catalog of disk candidates found by visual inspection of images from NASA's Wide-Field Infrared Survey Explorer (WISE) mission and other surveys. We applied this new catalog of well-vetted disk candidates to search for new members of nearby young stellar associations (YSAs) using a novel technique based on Gaia data and virtual reality (VR). We examined AB Doradus, Argus, $β$ Pictoris, Carina, Columba, Octans-Near, Tucana-Horologium, and TW Hya by displaying them in VR together with other nearby stars, color-coded to show infrared excesses found via Disk Detective. Using this method allows us to find new association members in mass regimes where isochrones are degenerate. We propose ten new YSA members with infrared excesses: three of AB Doradus (HD 44775, HD 40540 and HD 44510), one of $β$ Pictoris (HD 198472), two of Octans-Near (HD 157165 and BD+35 2953), and four disk-hosting members of a combined population of Carina, Columba and Tucana-Horologium: CPD-57 937, HD 274311, HD 41992, and WISEA J092521.90-673224.8. This last object (J0925) appears to be an extreme debris disk with a fractional infrared luminosity of $3.7 \times 10^{-2}$. We also propose two new members of AB Doradus that do not show infrared excesses: TYC 6518-1857-1 and CPD-25 1292. We find HD 15115 appears to be a member of Tucana-Horologium rather than $β$ Pictoris. We advocate for membership in Columba-Carina of HD 30447, CPD-35 525, and HD 35841. Finally, we propose that three M dwarfs, previously considered members of Tuc-Hor are better considered a separate association, tentatively called ``Smethells 165''.

preprint2020arXiv

Optimally Fast Soft Shadows on Curved Terrain with Dynamic Programming and Maximum Mipmaps

We present a simple, novel method of efficiently rendering ray cast soft shadows on curved terrain by using dynamic programming and maximum mipmaps to rapidly find a global minimum shadow cost in constant runtime complexity. Additionally, we apply a new method of reducing view ray computation times that pre-displaces the terrain mesh to bootstrap ray starting positions. Combining these two methods, our ray casting engine runs in real-time with more than 200% speed up over uniform ray stepping with comparable image quality and without hardware ray tracing acceleration. To add support for accurate planetary ephemerides and interactive features, we integrated the engine into celestia.Sci, a general space simulation software. We demonstrate the ability of our engine to accurately handle a large range of distance scales by using it to generate videos of lunar landing trajectories. The numerical error when compared with real lunar mission imagery is small, demonstrating the accuracy and efficiency of our approach.