|
4 | 4 | { |
5 | 5 | "course": "PhD in Computer Science and Engineering", |
6 | 6 | "institution": "The Hong Kong University of Science and Technology", |
7 | | - "year": "2024-Present" |
| 7 | + "year": "2024-Present", |
| 8 | + "start": "2024-09-01", |
| 9 | + "details": [ |
| 10 | + "CGA: 4.06/4.3 (Top 1%)" |
| 11 | + ], |
| 12 | + "honors": [ |
| 13 | + "Hong Kong PhD Fellowship (HKPFS)", |
| 14 | + "HKUST RedBird PhD Scholarship" |
| 15 | + ] |
8 | 16 | }, |
9 | 17 | { |
10 | 18 | "course": "MPhil in Computer Science and Engineering", |
11 | 19 | "institution": "The Hong Kong University of Science and Technology", |
12 | | - "year": "2022-2024" |
| 20 | + "year": "2022-2024", |
| 21 | + "start": "2022-09-01", |
| 22 | + "end": "2024-08-31", |
| 23 | + "honors": [ |
| 24 | + "Postgraduate Studentship (PGS)" |
| 25 | + ] |
13 | 26 | }, |
14 | 27 | { |
15 | 28 | "course": "BSc in Data Science and Technology", |
16 | 29 | "institution": "The Hong Kong University of Science and Technology", |
17 | | - "year": "2018-2022" |
| 30 | + "year": "2018-2022", |
| 31 | + "start": "2018-09-01", |
| 32 | + "end": "2022-06-30", |
| 33 | + "honors": [ |
| 34 | + "Dean's List" |
| 35 | + ] |
18 | 36 | } |
19 | 37 | ] |
20 | 38 | }, |
|
23 | 41 | { "venue": "ICLR 2025", "role": "Reviewer" }, |
24 | 42 | { "venue": "ACL ARR 2024", "role": "Reviewer" }, |
25 | 43 | { "venue": "ACL 2023", "role": "Reviewer" }, |
26 | | - { "venue": "EMNLP 2023", "role": "Reviewer" } |
| 44 | + { "venue": "EMNLP 2023", "role": "Reviewer" }, |
| 45 | + { "venue": "ICML 2026", "role": "Reviewer" }, |
| 46 | + { "venue": "ICLR 2026", "role": "Reviewer" }, |
| 47 | + { "venue": "NeurIPS 2026", "role": "Reviewer" }, |
| 48 | + { "venue": "ARR 2026", "role": "Reviewer" } |
27 | 49 | ], |
28 | 50 | "timeline": [ |
29 | 51 | { |
30 | 52 | "title": "Research Intern", |
31 | 53 | "company": "Qwen Team", |
32 | 54 | "companyUrl": "https://github.com/QwenLM", |
33 | 55 | "location": "Beijing, China", |
34 | | - "start": "2025-06-01", |
35 | | - "category": "research", |
36 | | - "roleType": "research", |
| 56 | + "start": "2025-04-24", |
| 57 | + "category": "industry", |
| 58 | + "roleType": "intern", |
37 | 59 | "isCurrent": true, |
38 | 60 | "summary": "Focus: code agents with multi-turn reinforcement learning.", |
39 | 61 | "highlights": [ |
40 | | - "Conducting research on code agents under multi-turn reinforcement learning settings.", |
41 | | - "Collaborating with the Qwen team on agent training and evaluation.", |
42 | | - "Exploring practical agent systems for coding workflows." |
| 62 | + "Conducting research on code agents especially in multi-turn reinforcement learning.", |
| 63 | + "Training SOTA agentic coding models, contributed in Qwen3-Coder series." |
43 | 64 | ] |
44 | 65 | }, |
45 | 66 | { |
46 | | - "title": "PhD Student", |
47 | | - "company": "HKUST NLP Lab", |
48 | | - "companyUrl": "https://nlp.ust.hk/", |
49 | | - "location": "Hong Kong, China", |
50 | | - "start": "2024-09-01", |
51 | | - "category": "research", |
52 | | - "roleType": "research", |
53 | | - "isCurrent": true, |
54 | | - "summary": "Focus: data-centric pre-training, trustworthy LLMs, and efficient post-training.", |
55 | | - "highlights": [ |
56 | | - "Working with Prof. Junxian He in the HKUST NLP Lab.", |
57 | | - "Researching data selection, prompt learning, and knowledge distillation for LLMs.", |
58 | | - "Publishing on pre-training and post-training methods for language models." |
59 | | - ] |
| 67 | + "title": "Teaching Assistant", |
| 68 | + "company": "The Hong Kong University of Science and Technology", |
| 69 | + "location": "Hong Kong, China", |
| 70 | + "start": "2026-02-01", |
| 71 | + "category": "academic", |
| 72 | + "roleType": "teaching", |
| 73 | + "isCurrent": true, |
| 74 | + "summary": "COMP 5212: Machine Learning (PG)", |
| 75 | + "highlights": [ |
| 76 | + "Supported postgraduate machine learning teaching in Spring 2026 teached by Prof. Junxian He.", |
| 77 | + "Assisted with assignment creation, grading, and student questions." |
| 78 | + ] |
60 | 79 | }, |
61 | 80 | { |
62 | 81 | "title": "Teaching Assistant", |
63 | 82 | "company": "The Hong Kong University of Science and Technology", |
64 | 83 | "location": "Hong Kong, China", |
65 | | - "start": "2025-01-01", |
| 84 | + "start": "2025-02-01", |
66 | 85 | "end": "2025-05-31", |
67 | 86 | "category": "academic", |
68 | 87 | "roleType": "teaching", |
69 | 88 | "summary": "COMP 4211: Machine Learning (UG)", |
70 | 89 | "highlights": [ |
71 | | - "Supported undergraduate machine learning teaching in Spring 2025.", |
72 | | - "Assisted with tutorials, grading, and student questions." |
| 90 | + "Supported undergraduate machine learning teaching in Spring 2025 teached by Prof. Junxian He.", |
| 91 | + "Assisted with tutorials, assignment creation, grading, and student questions." |
73 | 92 | ] |
74 | 93 | }, |
75 | 94 | { |
76 | 95 | "title": "Teaching Assistant", |
77 | 96 | "company": "The Hong Kong University of Science and Technology", |
78 | 97 | "location": "Hong Kong, China", |
79 | | - "start": "2024-01-01", |
| 98 | + "start": "2024-02-01", |
80 | 99 | "end": "2024-05-31", |
81 | 100 | "category": "academic", |
82 | 101 | "roleType": "teaching", |
83 | 102 | "summary": "COMP 5212: Machine Learning (PG)", |
84 | 103 | "highlights": [ |
85 | | - "Supported postgraduate machine learning teaching in Spring 2024.", |
86 | | - "Worked with students on assignments and course logistics." |
| 104 | + "Supported postgraduate machine learning teaching in Spring 2024 teached by Prof. Junxian He.", |
| 105 | + "Assisted with assignment creation, grading, and student questions." |
87 | 106 | ] |
88 | 107 | }, |
89 | 108 | { |
|
96 | 115 | "roleType": "teaching", |
97 | 116 | "summary": "COMP 2711H: Honors Discrete Mathematical Tools for Computer Science", |
98 | 117 | "highlights": [ |
99 | | - "Supported honors discrete mathematics teaching in Fall 2023.", |
| 118 | + "Supported honors discrete mathematics teaching in Fall 2023 teached by Prof. Sunil Arya.", |
100 | 119 | "Helped students strengthen mathematical foundations for CS." |
101 | 120 | ] |
102 | 121 | }, |
103 | 122 | { |
104 | | - "title": "Natural Language Processing Engineer", |
| 123 | + "title": "Natural Language Processing Intern", |
105 | 124 | "company": "Search and Strategy Department, Baidu China Co., Ltd.", |
106 | 125 | "location": "Beijing, China", |
107 | 126 | "start": "2021-06-01", |
108 | 127 | "end": "2021-09-30", |
109 | 128 | "category": "industry", |
110 | | - "roleType": "mle", |
| 129 | + "roleType": "intern", |
111 | 130 | "summary": "Worked on e-commerce shopping search ranking and query-document matching.", |
112 | 131 | "highlights": [ |
113 | 132 | "Designed and developed search algorithms under e-commerce shopping scenarios.", |
|
0 commit comments