Skip to content

Commit e075eed

Browse files
committed
update
1 parent f0023b7 commit e075eed

26 files changed

+262
-75
lines changed
35.4 KB
Loading
6.67 MB
Loading

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ enableEmoji: true
5555
params:
5656
# Background image of the landing page
5757
background: /images/site/background.png
58+
mobileBackground: /images/site/mobile_background.png
5859

5960
# Provide logos for your site. The inverted logo will be used in the initial
6061
# transparent navbar and the main logo will be used in the non-transparent navbar.

data/en/sections/about.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I hold a **BS** from **UCSB** with a double major in **Mathematics** and **Stati
2525
With a foundation in mathematical and statistical modeling, my research interests lie in leveraging machine learning and deep learning models for innovative solutions.
2626
I am experienced in modeling and extracting meaningful insights from complex, large-scale datasets across a diverse range of domains, including business, finance, sports, environmental science, and game industry, among others.
2727
<br/><br/>
28-
I am actively looking for 2025 summer internship opportunities in Machine Learning, Data Science, or Software Engineering roles!
28+
I am actively looking for 2026 New Graduate opportunities in Machine Learning, Software Engineering, or Quantitative Research roles!
2929
'
3030

3131
# summary: 'I am a recent graduate from **UCSB** with a double major in **Mathematics** and **Statistics & Data Science**. With a foundation in mathematical and statistical modeling, my research interests lie in leveraging machine learning and deep learning models for innovative solutions. I am experienced in modeling and extracting meaningful insights from complex, large-scale datasets across a diverse range of domains, including business, finance, sports, and satellite imagery, among others.

data/en/sections/education.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ degrees:
2020
logo: /images/sections/education/NYU.png
2121
# Can optionally show a different logo for dark theme
2222
darkLogo: /images/sections/education/NYU_White.png
23-
# grade: #(optional)
24-
# scale: CGPA
25-
# achieved: 3.5
26-
# outOf: 4
23+
grade: #(optional)
24+
scale: GPA
25+
achieved: 3.9
26+
outOf: 4
2727
takenCourses: #(optional)
2828
# if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden.
2929
showGrades: false
@@ -35,6 +35,9 @@ degrees:
3535
- name: Operating Systems
3636
- name: Principles of Database Systems
3737
- name: Software Engineering
38+
- name: Blockchain and Distributed Ledger Technology
39+
- name: Big Data
40+
- name: Network Security
3841

3942
# publications: #(optional)
4043
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.

data/en/sections/experiences.yaml

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ section:
1010

1111
# Your experiences
1212
experiences:
13+
- company:
14+
name: Abama Private Fund Investment Management Co., Ltd.
15+
location: Shanghai, China
16+
logo: /images/sections/experiences/abama.png
17+
# darklogo: /images/sections/experiences/
18+
# company overview
19+
# overview: "The world’s leading platform for creating and operating interactive, real-time 3D (RT3D) content. "
20+
21+
positions:
22+
- designation: Quantitative Research Intern
23+
start: July. 2025
24+
# don't provide end date if you are currently working there. It will be replaced by "Present"
25+
end: Aug. 2025
26+
# give some points about what was your responsibilities at the company.
27+
responsibilities:
28+
- Designed a parallelized data pipeline to transform raw event-level financial data into 300+ engineered featuresto feed high-frequency trading ML models, cutting data preparation from 8 h to 15 min.
29+
- Delivered a live-updating factor store database powering large-scale model training and backtests; increased experiment throughput by ∼ 10× and enabled apples-to-apples model comparison during strategy reviews.
30+
- Fine-tuned Transformers for trading signal prediction, improving annualized return by 3% in backtests.
31+
- Built an automated feature-discovery framework that iteratively surfaces noise-robust, signal-strengthening factors, accelerating model iteration and reducing manual screening.
32+
1333
- company:
1434
name: Unity
1535
url: "https://unity.com/"
@@ -20,15 +40,15 @@ experiences:
2040
# overview: "The world’s leading platform for creating and operating interactive, real-time 3D (RT3D) content. "
2141

2242
positions:
23-
- designation: R&D Sofeware Engineering Intern
43+
- designation: R&D Software Engineering Intern
2444
start: May. 2024
2545
# don't provide end date if you are currently working there. It will be replaced by "Present"
2646
end: Aug. 2024
2747
# give some points about what was your responsibilities at the company.
2848
responsibilities:
29-
- Scaled the RAG database for Unity’s AI assistant, Muse Chat, by developing a workflow that systematically gathers inputs from various Unity forums and enhances data quality with an LLM pipeline.
30-
- Created MuseBench, a system using LLM-as-a-judge along with a benchmark dataset to evaluate the AI agents, achieving a 95% reduction in time required for assessment processes while minimizing human labor.
31-
- Developed a pipeline with a locally deployed LLM to extract the key error messages from Unity Cloud Build log files that typically exceed 100k lines.
49+
- Scaled the RAG knowledge base for Unity’s AI assistant via community and forum ingestion and LLM-based quality filtering; expanded answer coverage for Editor/API issues by ∼ 10×, improving first-response resolution.
50+
- Built MuseBench, an evaluation platform that pairs an LLM-as-a-judge with a curated benchmark of Q&A pairs, enabling consistent scoring of RAG results across different model versions and cutting evaluation time by 95%.
51+
- Deployed a local-LLM pipeline to parse 100k+-line Unity Cloud Build logs and extract root-cause signals; reduced triage from hours to minutes and accelerated time-to-fix for recurring build failures.
3252

3353
- company:
3454
name: The Waves Lab at UCSB
@@ -66,15 +86,16 @@ experiences:
6686
overview: "Advisor: [Prof. Ding-jiang Huang](https://openreview.net/profile?id=~Dingjiang_Huang1)"
6787

6888
positions:
69-
- designation: Undergraduate Research Assistant
70-
start: Aug. 2022
71-
end: Jun. 2023
72-
responsibilities:
73-
- Trained and fine-tuned various CNN and transformer models for Image Super-Resolution
74-
- Led a comprehensive ablation study to evaluate and refine the proposed architecture
75-
76-
- designation: Summer Intern
77-
start: Jun. 2022
78-
end: Aug. 2022
79-
responsibilities:
80-
- Conducted literature reviews on Image Super-Resolution deep learning models.
89+
- designation: Undergraduate Research Assistant
90+
start: Aug. 2022
91+
end: Jun. 2023
92+
responsibilities:
93+
- "Co-authored the ACM MM '24 paper :'[Compacter: A Lightweight Transformer for Image Restoration](https://openreview.net/pdf?id=gvrDYlQXxw)', achieving state-of-the-art PSNR performance across different Image Restoration tasks with ~ 50% - 65% fewer parameters."
94+
- Co-designed Compact Adaptive Self-Attention, enabling omnidirectional spatial–channel information flow through cross-modulation of global context to strengthen long-range dependencies while preserving local detail.
95+
- Proposed a Dual Selective Gated Module that dynamically injects global context into each pixel for contextadaptive aggregation, amplifying informative features and suppressing noise.
96+
- Built the PyTorch training/benchmarking pipeline and ran ablation experiments, enabling reproducible results and efficient comparison to baselines.
97+
- designation: Summer Intern
98+
start: Jun. 2022
99+
end: Aug. 2022
100+
responsibilities:
101+
- Conducted literature reviews on Image Super-Resolution deep learning models.

public/application.14fbc1c9df1c61893f9aabed43e7ed4c6b9757a6089895caf420b4f8faec3ef7.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/application.509119f58286ba7253df55f4a96ce15d9a32a289607516ec8d1d38c86680864a.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/application.616eec445bb2a9eacd47484694ec56d924cd9d0e9c94d80923293aa52c69aceb.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/application.6856de2342dec66dc717654e4e020e1206a262085d9fd9e32daa4aea14ea999a.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)