-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
119 lines (119 loc) · 3.68 KB
/
resume.json
File metadata and controls
119 lines (119 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"basics": {
"name": "Qiang Hu",
"label": "BS in Data Science",
"image": "",
"email": "12111214@mail.sustech.edu.cn",
"phone": "(+86) 13874700355",
"url": "https://Fujump.github.io/",
"summary": "A third-year undergradute, interested in Trustworthy AI, Efficient AI and LLMs",
"location": {
"address": "1088 Xueyuan Avenue",
"postalCode": "518055",
"city": "ShenZhen",
"countryCode": "P.R.China",
"region": "GuangDong"
},
"profiles": [
{
"network": "Twitter",
"username": "John_Hu001",
"url": "https://x.com/John_Hu001"
}
]
},
"Research Experience": [
{
"name": "Vulnerability Disparity Against MIA",
"position": "Independent Research",
"startDate": "Jul 2023",
"endDate": "Mar 2024",
"summary": "Find an efficient way to distinguish instances with different levels of vulnerability in MIA scenarios; Try some relief methods, including reweight, kde-flattening, etc."
},
{
"name": "Top-k ICL for Content Risk Control",
"position": "Research Assistant",
"startDate": "Mar 2024",
"endDate": "Present",
"summary": "Implement ICL for Content Risk Control; Establish a benchmark for large model risk control in domestic scenarios, including building data sets with crawlers (from Twitter etc). "
}
],
"interests": [
{
"name": "Trustworthy AI, Efficient AI, LLMs",
"icon": "fa-solid fa-tag",
"keywords": ["Membership inference attack", "In-context learning", "RAG etc."]
}
],
"education": [
{
"institution": "Southern University of Science and Technology, ShenZhen, China",
"location": "ShenZhen, China",
"url": "https://www.sustech.edu.cn/",
"area": "Data Science and Big Data Technology",
"studyType": "Bachelor of Science",
"startDate": "2021-09-01",
"endDate": "2025-06-30",
"GPA": "3.93/4",
"rank": "1/50"
}
],
"awards": [
{
"title": "Provincial first prize in CPhO 2020(Chinese Physics Olympiad)",
"date": "Oct. 2020"
},
{
"title": "The Second Prize Scholarship, Southern University of Science and Technology",
"date": "2022, 2023"
},
{
"title": "Provincial third award in CUMCM 2022 (Contemporary Undergraduate Mathematical Contest in Modeling)",
"date": "Sep. 2022"
},
{
"title": "Provincial second award in CMC 2023(The Chinese Mathematics Competitions)",
"date": "Oct. 2023"
},
{
"title": "Outstanding Volunteer of the School of Science",
"date": "2023"
}
],
"skills": [
{
"name": "Knowledge(by course)",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": ["Machine learning", "Database", "Operational research and optimization", "CV", "NLP", "Distributed system and parallel computing"]
},
{
"name": "Programing Language",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": ["Python(Pytorch, Spark)", "Java", "Bash", "SAS", "Matlab"]
}
],
"languages": [
{
"language": "Mandarin",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "High-Intermediate(TOEFL iBT 85)",
"icon": ""
}
],
"volunteer": [
{
"organization": "Shenzhen Volunteer",
"location": "ShenZhen, China",
"position": "Volunteer",
"startDate": "2021-09-01",
"endDate": "present",
"summary": "The accumulated of the Shenzhen volunteer is more than 110h, and the service content includes assisting in various competitions, conferences, training, public welfare activities, etc"
}
]
}