Skip to content

Commit 641e626

Browse files
author
KASHUN SHUM
committed
update most recent info
1 parent f560242 commit 641e626

22 files changed

Lines changed: 184 additions & 18 deletions

public/paperFigures/misleading.png

963 KB
Loading

public/paperFigures/preselect.png

166 KB
Loading

src/assets/._.DS_Store

-120 Bytes
Binary file not shown.

src/assets/info.ts

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ let info: any = {
99
}
1010
},
1111
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.",
1313
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).`,
1519
links: {
1620
linkedin: "https://www.linkedin.com/in/kashunshum/",
1721
github: "https://github.com/SHUMKASHUN",
@@ -23,7 +27,7 @@ let info: any = {
2327
{
2428
name: "The Hong Kong University of Science and Technology",
2529
place: "Hong Kong, China",
26-
date: "Sept, 2022 - June, 2024(Expected)",
30+
date: "Sept, 2022 - Sept, 2024",
2731
degree: "MPhil in Computer Science and Engineering",
2832
gpa: "",
2933
skills: [
@@ -178,7 +182,35 @@ let info: any = {
178182

179183
export const articles = [
180184
{
181-
id: 1,
185+
id: 9,
186+
imageSrc: '/paperFigures/preselect.png',
187+
authors: 'Kashun Shum, Yuzhen Huang, Hongjian Zou, Qi Ding, Yixuan Liao, Xiaoxin Chen, Qian Liu, Junxian He',
188+
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.',
190+
date: '2025-06',
191+
year: 2025,
192+
conference_year: 'ICML 2025',
193+
conference_name: 'ICML',
194+
tags: ['Pre-training', 'Data Selection'],
195+
arxiv: "https://arxiv.org/pdf/2503.00808",
196+
github: "https://github.com/hkust-nlp/PreSelect"
197+
},
198+
{
199+
id: 8,
200+
imageSrc: '/paperFigures/misleading.png',
201+
authors: 'Zixin Chen, Sicheng Song, Kashun Shum, Yanna Lin, Rui Sheng, Huamin Qu',
202+
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.',
204+
date: '2025-04',
205+
year: 2025,
206+
conference_year: 'Arxiv',
207+
conference_name: 'Arxiv',
208+
tags: ['Benchmark', 'Multimodal LLM','Misleading ChartQA'],
209+
arxiv: "https://arxiv.org/abs/2503.18172",
210+
github: ""
211+
},
212+
{
213+
id: 7,
182214
imageSrc: '/paperFigures/FIRST.png',
183215
authors: 'KaShun Shum, Minrui Xu, Jianshu Zhang, Zixin Chen, Shizhe Diao, Hanze Dong, Jipeng Zhang, Muhammad Omer Raza',
184216
title: 'FIRST: Teach A Reliable Large Language Model Through Efficient Trustworthy Distillation',
@@ -192,7 +224,7 @@ let info: any = {
192224
github: "https://github.com/SHUMKASHUN/FIRST"
193225
},
194226
{
195-
id: 2,
227+
id: 6,
196228
imageSrc: '/paperFigures/RagTruth.jpg',
197229
authors: 'Yuanhao Wu, Juno Zhu, Siliang Xu, Kashun Shum, Cheng Niu, Randy Zhong, Juntong Song, Tong Zhang',
198230
title: 'RAGTruth: A Hallucination Corpus for Developing Trustworthy Retrieval-Augmented Language Models',
@@ -206,7 +238,7 @@ let info: any = {
206238
github: "https://github.com/ParticleMedia/RAGTruth"
207239
},
208240
{
209-
id: 3,
241+
id: 5,
210242
imageSrc: '/paperFigures/Plum.png',
211243
authors: 'Rui Pan, Shuo Xing, Shizhe Diao, Wenhe Sun, Xiang Liu, Kashun Shum, Renjie Pi, Jipeng Zhang, Tong Zhang',
212244
title: 'Plum: Prompt Learning using Metaheuristic',
@@ -234,7 +266,7 @@ let info: any = {
234266
github: "https://github.com/OptimalScale/LMFlow"
235267
},
236268
{
237-
id: 5,
269+
id: 3,
238270
imageSrc: '/paperFigures/Raft.png',
239271
authors: 'Hanze Dong, Wei Xiong, Deepanshu Goyal, Rui Pan, Shizhe Diao, Jipeng Zhang, Kashun Shum, Tong Zhang',
240272
title: 'RAFT: Reward rAnked FineTuning for Generative Foundation Model Alignment',
@@ -248,7 +280,7 @@ let info: any = {
248280
github: "https://github.com/OptimalScale/LMFlow"
249281
},
250282
{
251-
id: 6,
283+
id: 2,
252284
imageSrc: '/paperFigures/Automate-CoT.png',
253285
authors: 'KaShun Shum, Shizhe Diao, Tong Zhang',
254286
title: 'Automatic Prompt Augmentation and Selection with Chain-of-Thought from Labeled Data',
@@ -262,7 +294,7 @@ let info: any = {
262294
github: "https://github.com/SHUMKASHUN/Automate-CoT"
263295
},
264296
{
265-
id: 7,
297+
id: 1,
266298
imageSrc: '/paperFigures/TILGAN.png',
267299
authors: 'Shizhe Diao, Xinwei Shen, Kashun Shum, Yan Song, Tong Zhang',
268300
title: 'TILGAN: transformer-based implicit latent GAN for diverse and coherent text generation',
-384 Bytes
Binary file not shown.
-312 Bytes
Binary file not shown.
-556 Bytes
Binary file not shown.
-390 Bytes
Binary file not shown.
-644 KB
Binary file not shown.

src/assets/paperFigures/FIRST.png

-317 KB
Binary file not shown.

0 commit comments

Comments
 (0)