-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
282 lines (251 loc) · 10.1 KB
/
Copy pathpublications.html
File metadata and controls
282 lines (251 loc) · 10.1 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
<!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>IISR Lab - Richard Tzong-Han Tsai</title>
<meta name="description" content="Research Lab at National Central University, Taiwan.">
<meta name="keywords" content="AI, NLP, Machine Learning">
<meta name="author" content="Richard Tzong-Han Tsai">
<!-- Open Graph -->
<meta property="og:title" content="IISR Lab - Richard Tzong-Han Tsai">
<meta property="og:description" content="Research Lab at National Central University, Taiwan.">
<meta property="og:type" content="website">
<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;
}
.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: 60px 0 40px 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;
}
/* 列表容器樣式 */
.list-container {
background: #fff;
border-radius: 10px;
padding: 40px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
border: 1px solid #eee;
margin-bottom: 40px;
}
/* 論文列表樣式 */
.pub-list {
padding-left: 20px;
margin: 0;
}
.pub-item {
margin-bottom: 25px;
line-height: 1.7;
color: #444;
}
.pub-title {
font-weight: bold;
color: #2c3e50;
font-size: 1.05em;
display: block;
margin-bottom: 4px;
}
.pub-authors {
color: #555;
font-size: 0.95em;
margin-bottom: 4px;
display: block;
}
.pub-venue {
font-style: italic;
color: #c0392b;
font-weight: 500;
}
.highlight-author {
font-weight: bold;
color: #000;
text-decoration: underline;
text-decoration-color: #ccc;
}
/* 其他元件 */
.tip-box {
background-color: #f0f7ff;
border-left: 5px solid #0366d6;
padding: 15px;
margin-top: 40px;
color: #555;
font-size: 0.9em;
}
</style>
<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">
<!-- 主標題 (替代 Hero Banner) -->
<h1 style="text-align:center; color:#2c3e50; margin-bottom:40px; font-size:2.5em;">
Publications <span style="font-size:0.6em; color:#7f8c8d; font-weight:normal; display:block; margin-top:10px;">(Selected, 2021–2025)</span>
</h1>
<!-- Journals / Top Conferences -->
<h2 class="section-title" style="margin-top:0;">Journals / Top Conferences</h2>
<div class="list-container">
<ol class="pub-list">
<li class="pub-item">
<span class="pub-title">Enhancing biomedical relation extraction through data-centric and preprocessing-robust ensemble learning approach</span>
<span class="pub-authors">Wilailack Meesawad, Jen-Chieh Han, Chun-Yu Hsueh, Yu Zhang, Hsi-Chuan Hung, <span class="highlight-author">Richard Tzong-Han Tsai*</span>.</span>
<span class="pub-venue">Database, 2025. (SCI, Q1)</span>
</li>
<li class="pub-item">
<span class="pub-title">Surveying biomedical relation extraction: a critical examination of current datasets and the proposal of a new resource</span>
<span class="pub-authors">Ming-Siang Huang, Jen-Chieh Han, Pei-Yen Lin, Yu-Ting You, <span class="highlight-author">Richard Tzong-Han Tsai*</span>, Wen-Lian Hsu.</span>
<span class="pub-venue">Briefings in Bioinformatics, 2024. (SCI, Q1)</span>
</li>
<li class="pub-item">
<span class="pub-title">Leveraging large language models for the deidentification and temporal normalization of sensitive health information in electronic health records</span>
<span class="pub-authors">Hong-Jie Dai, …, <span class="highlight-author">Richard Tzong-Han Tsai</span>, et al.</span>
<span class="pub-venue">npj Digital Medicine, 2025. (SCI, Q1)</span>
</li>
<li class="pub-item">
<span class="pub-title">Chat Vector: A Simple Approach to Equip LLMs with Instruction Following and Model Alignment in New Languages</span>
<span class="pub-authors">Shih-Cheng Huang, Pin-Zu Li, Yu-Chi Hsu, Kuang-Ming Chen, Yu-Tung Lin, Shih-Kai Hsiao, <span class="highlight-author">Richard Tzong-Han Tsai</span>, Hung-yi Lee.</span>
<span class="pub-venue">ACL 2024. (Top conference)</span>
</li>
<li class="pub-item">
<span class="pub-title">TWBias: A benchmark for assessing social bias in traditional Chinese large language models through a Taiwan cultural lens</span>
<span class="pub-authors">Hsin-Yi Hsieh, Shih-Cheng Huang, <span class="highlight-author">Richard Tzong-Han Tsai*</span>.</span>
<span class="pub-venue">EMNLP 2024. (Top conference)</span>
</li>
<li class="pub-item">
<span class="pub-title">Enhancing Taiwanese Hokkien Dual Translation by Exploring and Standardizing of Four Writing Systems</span>
<span class="pub-authors">Bo-Han Lu, Yi-Hsuan Lin, En-Shiun Annie Lee, <span class="highlight-author">Richard Tzong-Han Tsai*</span>.</span>
<span class="pub-venue">COLING 2024. (Top conference)</span>
</li>
<li class="pub-item">
<span class="pub-title">ATAIGI: An AI-Powered Multimodal Learning App Leveraging Generative Models for Low-Resource Taiwanese Hokkien</span>
<span class="pub-authors">Yun-Hsin Chu, Shuai Zhu, Shou-Yi Hung, Bo-Ting Lin, En-Shiun Annie Lee, <span class="highlight-author">Richard Tzong-Han Tsai*</span>.</span>
<span class="pub-venue">NAACL/HLT 2025. (Top conference)</span>
</li>
<li class="pub-item">
<span class="pub-title">MingOfficial: A Ming Official Career Dataset and a Historical Context-Aware Representation Learning Framework</span>
<span class="pub-authors">You-Jun Chen, Hsin-Yi Hsieh, Yu Lin, Yingtao Tian, Bert Chan, Yu-Sin Liu, Yi-Hsuan Lin, <span class="highlight-author">Richard Tzong-Han Tsai*</span>.</span>
<span class="pub-venue">EMNLP 2023. (Top conference)</span>
</li>
<li class="pub-item">
<span class="pub-title">Unsupervised domain adaptation for cross-style, cross-year land use understanding from historical maps</span>
<span class="pub-authors">Jun-Hua Wang, Andy Da-Yu Wang, Hsiung-Ming Liao, Ming-Ching Chang, <span class="highlight-author">Richard Tzong-Han Tsai*</span>.</span>
<span class="pub-venue">International Journal of Geographical Information Science, 2025. (SCI, Q1)</span>
</li>
<li class="pub-item">
<span class="pub-title">Digital humanities approach to analyzing the roles and military power of Supreme Commanders and Grand Coordinators in the Ming Dynasty: a computational analysis of Ming Shilu</span>
<span class="pub-authors"><span class="highlight-author">Richard Tzong-Han Tsai*</span>, Yu-Sin Liu, You-Jun Chen, Hsin-Yi Hsieh, Ya-Chi Chan.</span>
<span class="pub-venue">Digital Scholarship in the Humanities, 2025. (SSCI, Scopus Q1)</span>
</li>
</ol>
</div>
<!-- Books -->
<h2 class="section-title">Books (Popular Science)</h2>
<div class="list-container">
<ul class="pub-list">
<li class="pub-item">
<span class="pub-title">《寫給小學生看的AI課:看故事,輕鬆搞懂AI人工智慧》</span>
<span class="pub-authors"><span class="highlight-author">蔡宗翰</span> (2023). 三采文化.</span>
</li>
<li class="pub-item">
<span class="pub-title">《寫給中學生看的AI課:AI生態系需要文理兼具的未來人才》</span>
<span class="pub-authors"><span class="highlight-author">蔡宗翰</span> (2022). 三采文化.</span>
<span class="pub-venue" style="display:block; margin-top:5px; font-size:0.9em; color:#e67e22;">(Wu Ta-You Pop Sci Award — Youth Special Prize)</span>
</li>
</ul>
</div>
<!-- Competitions -->
<h2 class="section-title">Competitions (Selected)</h2>
<div class="list-container">
<ul class="pub-list">
<li class="pub-item">
<span class="pub-title">BioASQ International Biomedical QA Challenge</span>
<span class="pub-venue" style="font-weight:bold; color:#27ae60;">Champion (2020–2025, six consecutive years)</span>
</li>
<li class="pub-item">
<span class="pub-title">BioCreative VII (NIH)</span>
<span class="pub-venue" style="font-weight:bold; color:#27ae60;">1st place (Track 3), 2021</span>
</li>
</ul>
</div>
<!-- Tip -->
<div class="tip-box">
<strong>💡 Tip:</strong> Add PDF/Code links later by appending “|[PDF](...)|[Code](...)” to each entry.
</div>
<div style="text-align:center;margin-top:60px;">
<a href="index.html" style="background:#2c3e50;color:#fff;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:bold;box-shadow:0 4px 10px rgba(0,0,0,0.2);">← Back to Home</a>
</div>
</div> <!-- content-wrapper end -->
</div> <!-- custom-body end -->
</body>
</html>