You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/info.ts
+41-9Lines changed: 41 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,13 @@ let info: any = {
9
9
}
10
10
},
11
11
description:
12
-
"I am KaShun SHUM, a first-year PhD student at The Hong Kong University of Science and Technology (Department of Computer Science and Engineering), advised by Prof. Junxian HE. Before that, I received MPhil degree in Computer Science and Engineering and Bachelor degree in Data Science and Technology from The Hong Kong University of Science and Tehcnology, in 2022 and 2024 respectively.",
12
+
"I am KaShun SHUM, a first-year PhD student at The Hong Kong University of Science and Technology (Department of Computer Science and Engineering), advised by Prof. Junxian HE. Before that, I received MPhil degree in Computer Science and Engineering and Bachelor degree in Data Science and Technology from The Hong Kong University of Science and Tehcnology, in 2024 and 2022 respectively.",
13
13
research_interest:
14
-
"My recent research focuses on Data-Centric Language Model Pre-training while I also have much previous experience in Post-training, Trustworthy LLM, Knowledge Distillation, Prompt Learning etc. On top of my research, I am also interested in Front-end Development, Penetration Testing (Web and Crypto Exploit) and Embedded Development (Robots).",
14
+
`I am currently intern at Qwen Team at Bei Jing, supervised by Binyuan HUI. My recent research focuses on code agent with multi-turn RL.
15
+
16
+
Previously I widely explored the whole pipeline of LLM, ranging from Pre-training (Data-Centric), to Post-training (Trustworthy LLM, Knowledge Distillation, Prompt Learning) etc.
17
+
18
+
On top of my research, I am equipped with full-stack abilities which include Front-end Development (Vue), backend (Django), Penetration Testing (Web and Crypto Exploit) and Embedded Development (Robots).`,
title: 'Predictive data selection: The data that predicts is the data that teaches',
189
+
description: 'In this paper,we hypothesize that data on which model losses are predictive of downstream abilities also contribute effectively to learning. To leverage this insight, we introduce predictive data selection (PreSelect), a lightweight and efficient data selection method that requires training and deploying only a fastText-based scorer.',
title: 'Unmasking Deceptive Visuals: Benchmarking Multimodal Large Language Models on Misleading Chart Question Answering',
203
+
description: 'This paper introduces the Misleading Chart Question Answering (Misleading ChartQA) Benchmark, a large-scale multimodal dataset designed to assess MLLMs in identifying and reasoning about misleading charts. It contains over 3,000 curated examples, covering 21 types of misleaders and 10 chart types.',
0 commit comments