-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpi.html
More file actions
350 lines (314 loc) · 19 KB
/
pi.html
File metadata and controls
350 lines (314 loc) · 19 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>Richard Tzong-Han Tsai (蔡宗翰) - AI界李白 | LLM Construction Expert</title>
<meta name="description" content="Prof. Richard Tzong-Han Tsai, known as 'Li Bai of the AI World', is a leading LLM Construction Expert and Digital Humanities Pioneer. Founder of AI CUP and Co-PI of TAIDE.">
<meta name="keywords" content="Richard Tzong-Han Tsai, 蔡宗翰, AI界李白, LLM Construction, AI專家, 數位人文, TAIDE, AI CUP">
<meta name="author" content="Richard Tzong-Han Tsai">
<!-- Open Graph -->
<meta property="og:title" content="Richard Tzong-Han Tsai (蔡宗翰) - AI界李白 | LLM Construction Expert">
<meta property="og:description" content="Prof. Richard Tzong-Han Tsai, known as 'Li Bai of the AI World', is a leading LLM Construction Expert and Digital Humanities Pioneer. Founder of AI CUP and Co-PI of TAIDE.">
<meta property="og:type" content="website">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Richard Tzong-Han Tsai",
"alternateName": ["蔡宗翰", "AI界李白"],
"jobTitle": ["Professor", "LLM Expert", "President of TAAI"],
"affiliation": { "@type": "Organization", "name": "National Central University" },
"url": "https://thtsai.github.io/pi.html"
}
</script>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f9f9; }
.markdown-body { max-width: 100% !important; padding: 0 !important; }
</style>
</head>
<body>
<!-- 全域樣式 -->
<style>
/* 強制重置 HackMD 預設樣式,確保全寬 */
.container-fluid, #doc, .markdown-body {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
body, .custom-body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f9f9f9;
width: 100%;
margin: 0;
padding: 0;
}
/* 導覽列 */
.nav-bar {
background: #fff;
text-align: center;
padding: 15px 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
font-size: 16px;
white-space: nowrap;
position: sticky;
top: 0;
z-index: 1000;
overflow-x: auto;
}
.nav-bar a {
color: #0366d6;
text-decoration: none;
margin: 0 8px;
font-weight: 500;
}
.nav-bar a:hover {
background-color: #f0f7ff;
border-radius: 4px;
}
.nav-sep { color: #ccc; font-size: 14px; }
/* 內容容器 */
.content-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
}
/* 標題樣式 */
.section-title {
text-align: center;
margin: 50px 0 30px 0;
font-size: 1.8em;
color: #2c3e50;
font-weight: bold;
position: relative;
}
.section-title::after {
content: "";
display: block;
width: 60px;
height: 3px;
background: #c0392b;
margin: 15px auto 0;
}
/* 子標題樣式 */
.sub-title {
font-size: 1.3em;
color: #2980b9;
margin-top: 30px;
margin-bottom: 15px;
border-left: 4px solid #2980b9;
padding-left: 10px;
font-weight: bold;
}
/* 列表樣式優化 */
ul { margin-top: 0; padding-left: 20px; }
li { margin-bottom: 8px; }
/* 強調文字 */
.highlight-text {
color: #c0392b;
font-weight: bold;
}
/* 中文簡介區塊樣式 */
.chinese-bio-box {
background: #fff;
border: 1px solid #eee;
border-left: 5px solid #c0392b;
padding: 25px;
margin-top: 40px;
border-radius: 5px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
</style>
</head>
<body>
<div class="custom-body">
<!-- 導覽列 -->
<div class="nav-bar">
<a href="index.html">Home</a> <span class="nav-sep">|</span>
<a href="pi.html">PI</a> <span class="nav-sep">|</span>
<a href="people.html">People</a> <span class="nav-sep">|</span>
<a href="research.html">Research</a> <span class="nav-sep">|</span>
<a href="impact.html">Impact</a> <span class="nav-sep">|</span>
<a href="collaboration.html">Collab</a> <span class="nav-sep">|</span>
<a href="publications.html">Pubs</a> <span class="nav-sep">|</span>
<a href="news.html">News</a> <span class="nav-sep">|</span>
<a href="opportunities.html">Opportunities</a>
</div>
<div class="content-wrapper">
<!-- PI Profile Hero Section -->
<table style="width:100%; border:none; border-collapse:collapse; margin-bottom:40px;">
<tr style="border:none; background:transparent;">
<td style="width:220px; vertical-align:top; border:none; padding-right:30px;">
<img src="https://hackmd.io/_uploads/HkpGJ4TVWl.jpg" alt="Prof. Richard Tzong-Han Tsai (蔡宗翰)" style="width:100%; border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,0.15); margin-bottom:15px;">
<div style="font-size:0.9em; color:#555; line-height:1.6;">
<div style="margin-bottom:5px;">📍 <b>Office:</b><br>Eng. Bldg 5, R203</div>
<div style="margin-bottom:5px;">📞 <b>Phone:</b><br>+886-3-4227151<br>ext. 35323</div>
<div style="margin-bottom:15px;">✉️ <b>Email:</b><br><a href="mailto:thtsai@g.ncu.edu.tw" style="color:#0366d6; text-decoration:none;">thtsai@g.ncu.edu.tw</a></div>
<div style="margin-bottom:5px;">
<a href="https://scholar.google.com/citations?user=iDz3gJ4AAAAJ&hl=zh-TW" target="_blank" style="display:block; background-color:#4285F4; color:white; padding:6px 10px; border-radius:4px; text-decoration:none; font-weight:bold; margin-bottom:6px; text-align:center; font-size:0.85em;">🎓 Google Scholar</a>
<a href="https://orcid.org/0000-0003-0513-107X" target="_blank" style="display:block; background-color:#A6CE39; color:white; padding:6px 10px; border-radius:4px; text-decoration:none; font-weight:bold; text-align:center; font-size:0.85em;">🆔 ORCID</a>
</div>
<div style="border-top:1px solid #eee; padding-top:5px;">
<a href="https://www.linkedin.com/in/thtsai/" target="_blank" style="display:block; width:100%; box-sizing:border-box; background-color:#0077b5; color:white; padding:6px 10px; border-radius:4px; text-decoration:none; font-size:0.85em; margin-bottom:6px; text-align:center; font-weight:bold;">in LinkedIn</a>
<a href="https://www.threads.com/@ai.libai" target="_blank" style="display:block; width:100%; box-sizing:border-box; background-color:#000000; color:white; padding:6px 10px; border-radius:4px; text-decoration:none; font-size:0.85em; margin-bottom:6px; text-align:center; font-weight:bold;">@ Threads</a>
<a href="https://www.facebook.com/ailibai" target="_blank" style="display:block; width:100%; box-sizing:border-box; background-color:#1877f2; color:white; padding:6px 10px; border-radius:4px; text-decoration:none; font-size:0.85em; margin-bottom:6px; text-align:center; font-weight:bold;">f Facebook</a>
</div>
</div>
</td>
<td style="vertical-align:top; border:none;">
<h1 style="margin-top:0; margin-bottom:10px; color:#2c3e50; line-height:1.2;">Richard Tzong-Han Tsai <span style="font-size:0.6em; color:#7f8c8d; font-weight:normal;">(蔡宗翰)</span></h1>
<div style="font-size:1.05em; color:#333; margin-bottom:20px; line-height:1.6; border-left:4px solid #3498db; padding-left:15px;">
<div><b>Professor</b>, Dept. of CSIE, National Central University (中央大學)</div>
<div><b>Joint Professor</b>, Graduate Inst. of Linguistics, National Taiwan University (台灣大學)</div>
<div><b>Joint Research Fellow</b>, RCHSS, Academia Sinica (中央研究院)</div>
</div>
<!-- 簡介區:強調 AI界李白、LLM建構、AI CUP -->
<p style="line-height:1.7; color:#444;">
Widely known in the media as the <b>"Li Bai of the AI World" (AI界李白)</b>, Prof. Richard Tzong-Han Tsai is a leading authority in <b>LLM Construction</b> and <b>Interdisciplinary AI</b>. He specializes in the full lifecycle of model development, mastering data preparation, model training, and benchmarking.
</p>
<p style="line-height:1.7; color:#444;">
Celebrated for his unique ability to bridge the humanities and sciences, Prof. Tsai is a pioneer in <b>Digital Humanities</b> and an educator dedicated to AI literacy. He currently serves as the <b>President of the Taiwanese Association for Artificial Intelligence (TAAI)</b>.
</p>
<p style="line-height:1.7; color:#444;">
His leadership extends to national infrastructure as the Co-PI of the <b>TAIDE Project</b> (Taiwan's sovereign LLM) and the founder of the <b><a href="https://aicup.tw/" target="_blank" style="color:#0366d6; font-weight:bold;">AI CUP</a></b>. Under his direction, AI CUP has become Taiwan's largest AI competition, cultivating over 30,000 talents through rigorous, industry-aligned challenges.
</p>
<div style="margin-top:30px; padding-top:20px; border-top:1px solid #eee;">
<h3 style="margin:0 0 15px 0; font-size:1.2em; color:#2c3e50;">🎓 Education</h3>
<ul style="margin:0; padding-left:20px; color:#555; line-height:1.6;">
<li><b>Ph.D.</b> in CSIE, <b>National Taiwan University</b></li>
<li><b>M.S.</b> in CSIE, <b>National Taiwan University</b></li>
<li><b>B.S.</b> in CSIE, <b>National Taiwan University</b></li>
</ul>
</div>
</td>
</tr>
</table>
<!-- 中文簡介區塊 -->
<div class="chinese-bio-box">
<h2 style="margin-top:0; color:#c0392b; font-size:1.5em; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:15px;">中文簡介 (Chinese Bio)</h2>
<p style="color:#444; line-height:1.8; margin:0;">
<b>蔡宗翰教授(Richard Tzong-Han Tsai)</b>,現任國立中央大學資工系教授及中華民國人工智慧學會(TAAI)理事長,被媒體譽為<b>「AI界李白」</b>。他擅長將複雜的 AI 技術以淺顯易懂的方式傳遞給大眾,並致力於連結人文與科技領域。
<br><br>
蔡教授是台灣少數具備<b>「大語言模型建構(LLM Construction)」</b>實戰經驗的專家,目前擔任國科會 <b>TAIDE 計畫</b>(台灣可信任生成式 AI 對話引擎)共同主持人,負責模型訓練與評測。此外,他於 2018 年創辦教育部 <b>AI CUP</b>,將其打造為台灣規模最大的 AI 競賽平台,每年培育數千名 AI 人才。
<br><br>
他的研究團隊在國際上表現卓越,連續六年(2020–2025)獲得 <b>BioASQ 國際生醫問答挑戰賽冠軍</b>。蔡教授同時也是多本暢銷科普書籍的作者,包括《寫給中學生看的AI課》(獲吳大猷科普著作獎—青少年特別獎)與《寫給小學生看的AI課》。
</p>
</div>
<!-- Professional Experience -->
<h2 class="section-title">🏫 Professional Experience</h2>
<div class="sub-title">Current Positions</div>
<ul>
<li>
<strong>2018 – Present</strong>: Founder & Director, Ministry of Education <strong><a href="https://aicup.tw/" target="_blank" style="color:#0366d6;">AI CUP</a></strong> Program Office<br>
<span style="font-size:0.95em; color:#666; display:block; margin-top:5px;">
Leading Taiwan's premier AI competition platform. The program bridges academic research with industry needs by organizing large-scale competitions in medical imaging, NLP, and speech processing, fostering thousands of AI talents annually.
</span>
</li>
<li><strong>2025/01 – Present</strong>: PI, Ministry of Education <strong>Write AI</strong> Project</li>
<li><strong>2025/01 – Present</strong>: PI, Ministry of Education <strong>AI Mandarin Partner</strong> Project (AI華語拍檔)</li>
<li><strong>2024/04 – Present</strong>: Co-PI, NSTC <strong>TAIDE</strong> Project</li>
<li><strong>2024/09 – Present</strong>: Joint Professor, GIL, National Taiwan University</li>
<li><strong>2021/02 – Present</strong>: Research Fellow, RCHSS, Academia Sinica</li>
<li><strong>2016/08 – Present</strong>: Professor, CSIE, National Central University</li>
</ul>
<div class="sub-title">Past Experience</div>
<ul>
<li><strong>2023/04 – 2024/04</strong>: Convener, Model Training Group, NSTC TAIDE Project</li>
<li><strong>2021/03 – 2023/02</strong>: CEO, Center for GIS, RCHSS, Academia Sinica</li>
<li><strong>2015/09 – 2021/01</strong>: Joint Associate Research Fellow, RCHSS, Academia Sinica</li>
<li><strong>2013/08 – 2016/07</strong>: Associate Professor, CSIE, National Central University</li>
<li><strong>2011/02 – 2013/07</strong>: Associate Professor, CSIE, Yuan Ze University</li>
<li><strong>2006/09 – 2007/07</strong>: Postdoctoral Fellow, Academia Sinica</li>
</ul>
<!-- Honors & Awards -->
<h2 class="section-title">🏆 Honors & Awards (Selected)</h2>
<ul>
<li><strong>2025</strong>: <strong>Future Tech Award (未來科技獎)</strong>, NSTC</li>
<li><strong>2025</strong>: <strong>Golden Bell Award Nominee</strong> (Natural Science Documentary Host)</li>
<li><strong>2025</strong>: <strong>2nd Place, CTCI AI Creative Competition</strong> (中技社 AI 創意競賽第二名)</li>
<li><strong>2024</strong>: <strong>Taiwan AI 20 (台灣 AI 20)</strong>, <em>CommonWealth Magazine</em> (天下雜誌)</li>
<li><strong>2024</strong>: <strong>Wu Ta-You Popular Science Award (Youth Special Prize)</strong> (吳大猷科普著作獎—青少年特別獎) — for <em>AI Lessons for Middle Schoolers</em></li>
<li><strong>2023</strong>: <strong>AI Person of the Year (AI 風雲人物)</strong>, <em>Mirror Media</em> (鏡周刊)</li>
<li><strong>2020–2025</strong>: <strong>BioASQ Challenge Champion</strong> (6 consecutive years), NCSR (EU)</li>
<li><strong>2023, 2024</strong>: <strong>Google Research Award</strong></li>
<li><strong>2023–2025</strong>: Research Award, NSTC & Academia Sinica RCHSS</li>
<li><strong>2022, 2024</strong>: Best Master Thesis Advisor Award, ACLCLP</li>
<li><strong>2020, 2022–2024</strong>: Distinguished Research Award, National Central University</li>
<li><strong>2021</strong>: <strong>BioCreative Challenge Champion</strong>, NIH (USA)</li>
</ul>
<!-- Professional Service -->
<h2 class="section-title">🤝 Professional Service</h2>
<div class="sub-title">Leadership</div>
<ul>
<li><strong>President</strong>, Taiwanese Association for Artificial Intelligence (TAAI) <code>2025–Present</code></li>
<li><strong>Founder & Director</strong>, Ministry of Education <strong>AI CUP</strong> Program Office <code>2018–Present</code></li>
<li><strong>President</strong>, Taiwan Association for Digital Humanities (TADH) <code>2022–2025</code></li>
<li><strong>Standing Director</strong>, The Association for Computational Linguistics and Chinese Language Processing (ACLCLP)</li>
</ul>
<div class="sub-title">Editorial & Review</div>
<ul>
<li><strong>Associate Editor</strong>: <em>International Journal of Computational Linguistics and Chinese Language Processing</em></li>
<li><strong>Reviewer</strong>: IJGIS, Bioinformatics, IEEE TASLP, TALLIP, TKDE, KBS, TCBB</li>
</ul>
<div class="sub-title">Conference Service</div>
<ul>
<li><strong>Area Chair / Senior Area Chair</strong>: ACL, EMNLP, NAACL, EACL</li>
<li><strong>Senior Program Committee</strong>: AAAI</li>
</ul>
<!-- Invited Talks -->
<h2 class="section-title">🎤 Invited Talks (Selected)</h2>
<div class="sub-title">2025</div>
<ul>
<li><strong>[Keynote]</strong> <em>AI-Driven Revolution in Mandarin Teaching</em> @ 24th Int'l Conference on Teaching Chinese as a Second Language (Chung Yuan Christian Univ.) <code>2025-12-13</code></li>
<li><strong>[Keynote]</strong> <em>PNC 2025 Annual Conference</em> @ Vietnam Academy of Social Sciences, Hanoi <code>2025-09-21</code></li>
<li><strong>[Invited]</strong> <em>From Collection to Search: Challenges in Humanities GenAI</em> @ National Taiwan University <code>2025-06-14</code></li>
<li><strong>[Invited]</strong> <em>Taiwan's Sovereign LLM Development</em> @ E-Sun Lecture, NTU <code>2025-03-06</code></li>
<li><strong>[Invited]</strong> <em>The Road to Taiwan's Autonomous LLM</em> @ NTHU Electrical Engineering <code>2025-02-21</code></li>
</ul>
<div class="sub-title">2024</div>
<ul>
<li><strong>[Invited]</strong> <em>LLM Applications in Digital Humanities</em> @ NTU History Dept. <code>2024-10-20</code></li>
<li><strong>[Invited]</strong> <em>GenAI Era: Digital Humanities for Everyone</em> @ NTU Journalism Inst. <code>2024-12-04</code></li>
<li><strong>[Invited]</strong> <em>Task Design, Dataset Creation, and Evaluation</em> @ Taiwan AI Academy Annual Conf., Academia Sinica <code>2024-09-28</code></li>
<li><strong>[Invited]</strong> <em>LLM Principles and Financial Applications</em> @ Hua Nan Financial Holdings <code>2024-09-09</code></li>
<li><strong>[Invited]</strong> <em>Building Digital Sovereignty: The TAIDE Journey</em> @ NTHU CSIE <code>2024-09-04</code></li>
<li><strong>[Invited]</strong> <em>Building Digital Sovereignty: The TAIDE Journey</em> @ ASUS <code>2024-06-25</code></li>
<li><strong>[Academic Speaker]</strong> <em>Building TAIDE: Taiwan’s Sovereign and Trustworthy AI Dialogue Engine</em> @ NVIDIA Academic Meet-up <code>2024-06-04</code></li>
<li><strong>[Keynote]</strong> <em>Pioneering Local AI: TAIDE’s Quest</em> @ AI Forum 2024, Chang Gung Univ. <code>2024-05-24</code></li>
<li><strong>[Invited]</strong> <em>LLM Development and Humanities Higher Education Strategy</em> @ NSTC Humanities Dept. <code>2024-01-09</code></li>
<li><strong>[Invited]</strong> <em>TAIDE R&D Experience and Enterprise Adoption</em> @ TSMC <code>2024-10-01</code></li>
</ul>
<div class="sub-title">2023 & Prior</div>
<ul>
<li><strong>[Invited]</strong> <em>Digital Humanities in Ming-Qing Research via AI</em> @ 5th INDI Int'l Conference, Dankook Univ., Korea <code>2023-11-25</code></li>
<li><strong>[Invited]</strong> <em>ChatGPT's Impact on Taiwan</em> @ National Taiwan University <code>2023-04-21</code></li>
<li><strong>[Invited]</strong> <em>Analyzing Ming Military Events with NLP</em> @ NCKU CSIE <code>2022-12-02</code></li>
<li><strong>[Invited]</strong> <em>Knowledge Extraction for Digital Humanities</em> @ Google AI BootCamp <code>2022-07-07</code></li>
<li><strong>[Invited]</strong> <em>AI Applications in Spatial Information</em> @ NTU Geography <code>2021-10-23</code></li>
</ul>
<!-- Teaching -->
<h2 class="section-title">👨🏫 Teaching</h2>
<ul>
<li><strong>Natural Language Processing</strong> (Graduate)</li>
<li><strong>Social Media Mining</strong> (Graduate)</li>
<li><strong>Information and Service Learning (資訊與服務學習)</strong> (Undergraduate)</li>
<li><strong>Digital Humanities and AI (數位人文技術與應用)</strong> <a href="course_dhta.html" style="color:#e67e22; font-weight:bold; text-decoration:none;">[✨ Featured Course]</a><br><em>(Graduate Inst. of Linguistics, NTU)</em></li>
</ul>
<!-- Media & Books -->
<h2 class="section-title">📺 Media & Books</h2>
<p style="text-align:center; color:#666; margin-bottom:20px;"><em>(For more details and visual previews, please visit the <a href="impact.html" style="color:#0366d6;">Impact</a> page)</em></p>
<ul>
<li><strong>Host</strong>, <em>My AI Teammate (我的AI神隊友)</em>, NSTC/Public TV (2025 Golden Bell Nominee)</li>
<li><strong>Author</strong>, <em>Introduction to AI+AIoT (AI+AIoT 概論)</em> (2023)</li>
<li><strong>Author</strong>, <em>AI Lessons for Elementary Students (寫給小學生看的 AI 課)</em> (2023)</li>
<li><strong>Author</strong>, <em>AI Lessons for Middle Schoolers (寫給中學生看的 AI 課)</em> (2022)</li>
</ul>
</div> <!-- content-wrapper end -->
</div> <!-- custom-body end -->
</body>
</html>
</body>
</html>