Skip to content

Commit f7e233a

Browse files
update Yu-Tao
1 parent 2771ac3 commit f7e233a

3 files changed

Lines changed: 20 additions & 7 deletions

File tree

_data/experience.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# 学术经历 - 包括研究经历和助教经历,按时间倒序排列
22
# 格式:date(时间段), organization(机构), role(职位), type(类型:research/teaching), description(描述)
33

4+
- date: "Feb 2026 – Present"
5+
organization: "UIUC"
6+
role: "Undergraduate Researcher, advised by Prof. Fan Lai"
7+
type: "research"
8+
description: >
9+
Investigating efficient inference for discrete diffusion language models (dLLMs), where inter-step decoding (ISD) pipelines denoising but suffers from a horizon problem due to its flat propose layout.
10+
Proposed Tree-Structured ISD with entropy-guided branching to improve tokens-per-forward-pass, and Content-Adaptive Stride that dynamically adjusts propose window width based on local token difficulty.
11+
Literature survey and proposal completed; implementation in progress.
12+
413
- date: "Jun 2024 – Apr 2025"
514
organization: "AI-Net Lab, Zhejiang University"
6-
role: "Research Intern"
15+
role: "Undergraduate Researcher, advised by Prof. Yang Yang"
716
type: "research"
8-
description: "Working on Graph Foundation Model and Graph-Based In-context Learning. Exploring the intersection of graph neural networks and foundation models."
17+
description: >
18+
Aimed to improve in-context learning by introducing structural relationships among demonstration candidates and the test query.
19+
Proposed ContextG: builds a learnable graph over retrieved examples and the query, uses PageRank-based filtering to select structurally important demonstrations, and encodes them at node/path/subgraph levels to capture multi-hop dependencies.
20+
Outperformed SOTA by 2.74% (avg.) on four benchmarks (SST-5, HellaSwag, MRPC, MNLI); best average performance in cross-task transfer. Paper under review.
921
1022
- date: "Spring 2025"
1123
organization: "ZJUI"

_data/news.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 新闻动态 - 按时间倒序排列,最新的放最上面
22
# 格式:date(日期), text(内容,支持 HTML)
33

4+
- date: "Feb 2026"
5+
text: "🔬 Joined <strong>Prof. Fan Lai's group at UIUC</strong>, working on efficient inference for discrete diffusion language models."
6+
47
- date: "Oct 2025"
58
text: "🎉 Awarded the <strong>National Scholarship</strong> for the academic year 2024-2025!"
69

_data/profile.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ about: |
2727
I'm a junior year undergraduate in Computer Engineering, currently pursuing a dual degree from University of Illinois Urbana-Champaign and Zhejiang University.
2828
2929
about_highlight: |
30-
I am exploring the intersection of <strong>machine learning and computer systems</strong>, and I am currently building strong foundations in modern ML workflows and systems fundamentals.
30+
My research interest lies in building <strong>autonomous agents</strong> that interact with digital environments. I am particularly excited about:
3131
<ul>
3232
<li>
33-
Learning the systems challenges behind <strong>LLM training and inference</strong>
34-
(e.g., memory, communication, and throughput bottlenecks).
33+
<strong>Computer-use agents and GUI grounding</strong> — enabling models to perceive screens, reason over UI elements, and execute actions in real-world software environments.
3534
</li>
3635
<li>
37-
Exploring <strong>reinforcement learning / multi-agent</strong> workloads from a systems perspective,
38-
focusing on scalability and experiment infrastructure.
36+
<strong>Efficient inference for language models</strong> — accelerating generation through techniques such as speculative decoding and adaptive computation, with a current focus on discrete diffusion language models.
3937
</li>
4038
</ul>
4139
<strong>Links:</strong><br>

0 commit comments

Comments
 (0)