ntphuc149 commited on
Commit
a351edc
·
verified ·
1 Parent(s): 9c0118d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +299 -705
index.html CHANGED
@@ -12,20 +12,70 @@
12
  />
13
  </head>
14
  <body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  <!-- Navigation -->
16
  <nav>
17
  <div class="nav-container">
18
- <div class="logo"><i class="ri-star-fill"></i></i></div>
 
 
 
 
 
 
 
 
19
  <button class="mobile-menu-btn" onclick="toggleMenu()">
20
  <i class="ri-align-justify"></i>
21
  </button>
22
  <ul class="nav-links" id="navLinks">
23
  <li><a href="#about">About</a></li>
24
  <li><a href="#education">Education</a></li>
25
- <li><a href="#publications">Publications</a></li>
26
- <li><a href="#experience">Experience</a></li>
27
- <li><a href="#achievements">Achievements</a></li>
28
- <li><a href="#skills">Skills</a></li>
29
  <li><a href="#contact">Contact</a></li>
30
  </ul>
31
  <button class="theme-toggle" onclick="toggleTheme()">
@@ -37,27 +87,38 @@
37
  <!-- Hero Section -->
38
  <section class="hero">
39
  <div class="hero-content">
40
- <img
41
- src="image/img_cv.jpg"
42
- alt="Truong-Phuc Nguyen"
43
- class="profile-image"
44
- />
45
- <h1>Truong-Phuc Nguyen</h1>
46
- <!-- <p class="subtitle">NLP Researcher</p> -->
47
- <p class="description">
48
- <i class="ri-arrow-left-double-line"></i></i>To stand where others cannot, you must
49
- endure what others will not.<i class="ri-arrow-right-double-line"></i>
50
- </p>
51
- <div class="social-links">
52
- <a href="#" class="social-link" id="scholarLink">
53
- <i class="ri-graduation-cap-fill"></i> GG Scholar
54
- </a>
55
- <a href="#" class="social-link" id="githubLink">
56
- <i class="ri-github-fill"></i> GitHub
57
- </a>
58
- <a href="#" class="social-link" id="linkedinLink">
59
- <i class="ri-linkedin-box-fill"></i> LinkedIn
60
- </a>
 
 
 
 
 
 
 
 
 
 
 
61
  </div>
62
  </div>
63
  </section>
@@ -68,19 +129,17 @@
68
  <h2 class="section-title">About Me</h2>
69
  <div class="glass-card">
70
  <p style="text-align: justify; line-height: 1.8">
71
- Hello! I'm Truong-Phuc Nguyen, a CS student specializing in ML, DL,
72
- and NLP. My expertise spans across NLP tasks, such as: Information
73
- Retrieval, Question Answering, Text Generation, Summarization for
74
- Vietnamese text processing using both PLMs and LLMs.
75
  </p>
76
  <p style="text-align: justify; line-height: 1.8; margin-top: 1rem">
77
- Through research journey, I have successfully built some NLP demo systems
78
- demonstrating feasibility, including legal question-answering
79
- systems, clinical report summarization, and question generation
80
- tools for education. Currently, I am seeking advanced learning
81
- opportunities related to CS/NLP where I can leverage my knowledge of
82
- language modeling, text processing algorithms, and research
83
- experience.
84
  </p>
85
  </div>
86
  </section>
@@ -89,461 +148,200 @@
89
  <section id="education">
90
  <h2 class="section-title">Education</h2>
91
  <div class="glass-card">
92
- <h3>
93
- <i class="ri-school-fill"></i> Hung Yen University of Technology and
94
- Education
95
- </h3>
96
- <p style="color: var(--accent); font-weight: 600">
97
- Bachelor of Engineering in Computer Science (Gifted and Talented
98
- Programs)
99
- </p>
100
- <p style="color: var(--text-secondary)">September 2021 - June 2025</p>
101
-
102
- <div class="education-stats">
103
- <div class="stat-item">
104
- <div class="stat-number">9.04</div>
105
- <div class="stat-label">#1 in 10 scale</div>
106
- </div>
107
- <div class="stat-item">
108
- <div class="stat-number">3.75</div>
109
- <div class="stat-label">#2 in 4 scale</div>
110
  </div>
111
- <div class="stat-item">
112
- <div class="stat-number">9.9</div>
113
- <div class="stat-label">thesis score</div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  </div>
115
  </div>
116
- <div class="education-stats">
117
- <p class="publication-meta">
118
- <strong>Graduate Thesis:</strong> A Study of Vietnamese Legal
119
- Question Answering with Pre-trained and Large Language Models<br />
120
- <strong>Score:</strong> 9.9/10 (Awarded Excellence Graduate Thesis
121
- Presentation)<br />
122
- </p>
123
- </div>
124
  </div>
125
  </section>
126
 
127
  <!-- Publications Section -->
128
  <section id="publications">
129
  <h2 class="section-title">Publications</h2>
 
130
 
131
  <div class="glass-card">
132
- <h3 style="color: var(--accent); margin-bottom: 1.5rem">
133
- <i class="ri-file-paper-2-line"></i> Journal Articles
134
- </h3>
135
-
136
- <div class="publication-item">
137
- <h4>
138
- <a href="https://www.sciencedirect.com/science/article/abs/pii/S0952197625015726" target="_blank" rel="noopener noreferrer" class="paper-title-link">
139
- [1] A fine-tuning framework based on question, context, and answer relationships for enhancing legal information retrieval<i class="ri-link"></i>
140
- </a>
141
- </h4>
142
- <p class="publication-meta">
143
- <strong>Authors:</strong> Nhu Hai Phung, Chi Thanh Nguyen, Minh-Tien Nguyen, Thu Ha Nguyen, Huu Loi Le, and <strong>Truong-Phuc Nguyen</strong><br />
144
- <strong>Published in:</strong> Engineering Applications of Artificial Intelligence, Volume 159, Page 111570. Elsevier, 2025<br />
145
- <strong>Impact:</strong> WoS-SCIE, Q1, IF: 8.0<br />
146
- </p>
147
- </div>
148
-
149
- <div class="publication-item">
150
- <h4>
151
- <a href="https://link.springer.com/journal/10506" target="_blank" rel="noopener noreferrer" class="paper-title-link">
152
- [2] Towards Vietnamese Legal Question Answering: An Empirical Study<i class="ri-link"></i>
153
- </a>
154
- </h4>
155
- <p class="publication-meta">
156
- <strong>Authors:</strong> <strong>Truong-Phuc Nguyen</strong>, Van-Quyet Nguyen, and Minh-Tien Nguyen<br />
157
- <strong>Status:</strong> Submitted to Artificial Intelligence and Law, Springer, 2025
158
- </p>
159
- </div>
160
-
161
- <div class="publication-item">
162
- <h4>
163
- <a href="https://jst.utehy.edu.vn/index.php/jst/article/view/650" target="_blank" rel="noopener noreferrer" class="paper-title-link">
164
- [3] Application of Machine Learning in Image Recognition to Detect Some Abnormalities in the Examination Rooms<i class="ri-link"></i>
165
- </a>
166
- </h4>
167
- <p class="publication-meta">
168
- <strong>Authors:</strong> Tien-Dat Nguyen, <strong>Truong-Phuc Nguyen</strong>, and Pham Minh Chuan<br />
169
- <strong>Published in:</strong> UTEHY Journal of Applied Science and Technology (University Journal), Vol. 40, 2023, pp. 27-32
170
- </p>
171
- </div>
172
- </div>
173
-
174
- <div class="glass-card">
175
- <h3 style="color: var(--accent); margin-bottom: 1.5rem">
176
- <i class="ri-article-line"></i> Conference Papers
177
- </h3>
178
-
179
  <div class="publication-item">
180
  <h4>
181
- <a href="https://2026.aclweb.org/" target="_blank" rel="noopener noreferrer" class="paper-title-link">
182
- [1] ViLegalLM: Language Models for Vietnamese Legal Text<i class="ri-link"></i>
 
 
 
 
 
 
 
183
  </a>
184
  </h4>
185
  <p class="publication-meta">
186
- <strong>Authors:</strong> <strong>Truong-Phuc Nguyen</strong>, Quy-Nhan Nguyen, and Minh-Tien Nguyen<br />
187
- <strong>Status:</strong> Accepted to ACL 2026 (<strong>A* Conference</strong>).
 
 
188
  </p>
189
  </div>
190
 
191
  <div class="publication-item">
192
  <h4>
193
- <a href="https://ieeexplore.ieee.org/document/11309584" target="_blank" rel="noopener noreferrer" class="paper-title-link">
194
- [2] UTEHY-NLU@ALQAC 2025: Dynamic Weighted Ensemble and Adaptive Reasoning for Vietnamese Legal Text Processing<i class="ri-link"></i>
 
 
 
 
 
 
 
 
195
  </a>
196
  </h4>
197
  <p class="publication-meta">
198
- <strong>Authors:</strong> <strong>Truong-Phuc Nguyen</strong>, Quy-Nhan Nguyen, Manh-Cuong Phan, Chi-Hai Cao, Trinh-Hoai-An Duong, and Minh-Tien Nguyen<br />
199
- <strong>Published in:</strong> Proceedings of 2025 17th International Conference on Knowledge and System Engineering (KSE 2025), Da Lat, Vietnam, 2025, pp. 1-5<br />
 
 
 
200
  </p>
201
  </div>
202
 
203
  <div class="publication-item">
204
  <h4>
205
- <a href="https://link.springer.com/chapter/10.1007/978-981-96-4288-5_34" target="_blank" rel="noopener noreferrer" class="paper-title-link">
206
- [3] ViEduQA: A New Vietnamese Dataset for Question Answer Generation in Education<i class="ri-link"></i>
 
 
 
 
 
 
 
 
207
  </a>
208
-
209
  </h4>
210
  <p class="publication-meta">
211
- <strong>Authors:</strong> <strong>Truong-Phuc Nguyen</strong>, Huu-Loi Le, Pham Quoc-Hung, Nong Quang Huy, Xuan-Hieu Phan, and Minh-Tien Nguyen<br />
212
- <strong>Published in:</strong> Information and Communication Technology. SOICT 2024. CCIS, vol. 2352, pp. 441-455. Springer, Singapore, 2025<br />
 
 
 
213
  </p>
214
  </div>
215
 
216
- <div class="publication-item">
217
- <h4>
218
- <a href="https://ieeexplore.ieee.org/document/11063637" target="_blank" rel="noopener noreferrer" class="paper-title-link">
219
- [4] Vietnamese Legal Question Answering: An Experimental Study<i class="ri-link"></i>
220
- </a>
221
- </h4>
222
- <p class="publication-meta">
223
- <strong>Authors:</strong> Thu-Ha Nguyen, <strong>Truong-Phuc Nguyen</strong>, Khang T. Trung, Huu-Loi Le, Le Thi Viet Huong, Chi Thanh Nguyen, and Minh-Tien Nguyen<br />
224
- <strong>Published in:</strong> Proceedings of 2024 16th International Conference on Knowledge and System Engineering (KSE 2024), Kuala Lumpur, Malaysia, 2024, pp. 440-446.<br />
225
- </p>
226
  </div>
227
  </div>
228
  </section>
229
 
230
- <!-- Research Experience Section -->
231
  <section id="experience">
232
  <h2 class="section-title">Experience</h2>
 
233
 
234
- <!--Tab Navigation -->
235
- <div class="experience-tabs">
236
- <button class="tab-btn active" onclick="switchTab('research')">
237
- <i class="ri-search-line"></i> Research
238
- </button>
239
- <button class="tab-btn" onclick="switchTab('working')">
240
- <i class="ri-briefcase-line"></i> Working
241
- </button>
242
- <button class="tab-btn" onclick="switchTab('teaching')">
243
- <i class="ri-presentation-fill"></i> Teaching & Mentoring
244
- </button>
245
- </div>
246
-
247
- <!-- Research Tab Content -->
248
- <div id="research-tab" class="tab-content active">
249
- <div class="glass-card">
250
- <div class="timeline">
251
- <div class="timeline-item">
252
- <div class="timeline-date">Jan 2026 - present</div>
253
- <h3>Emotion Recognition in Conversation (ERC)</h3>
254
- <p style="color: var(--accent); font-weight: 600">
255
- NLU Laboratory, Hung Yen University of Technology and Education, Vietnam
256
- </p>
257
- <p class="timeline-content">(to be updated ...)</p>
258
- <p
259
- style="
260
- color: var(--text-secondary);
261
- font-size: 0.9rem;
262
- margin-top: 0.5rem;
263
- "
264
- >
265
- <strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
266
- </p>
267
- </div>
268
-
269
- <div class="timeline-item">
270
- <div class="timeline-date">August 2025 - January 2026</div>
271
- <h3>
272
- MedMAS: Multi-agent System for Pre-intake Clinical Note Generation in Conversation
273
- </h3>
274
- <p style="color: var(--accent); font-weight: 600">
275
- BioInfomatic Laboratory, Feng Chia University, Taiwan
276
- </p>
277
- <p class="timeline-content">
278
- Building a multi-agent system that extracts patient information through conversations, generates targeted follow-up questions to gather comprehensive patient data, and creates detailed pre-visit clinical reports. This streamlines the examination process, saving physician time and improving patient experience during medical consultations. The system is evaluated across three core tasks: Named Entity Recognition (NER), Question Generation (QG), and Summarization, achieving state-of-the-art results on both MTS-Dialog and CliniKnote benchmark datasets, demonstrating the superiority of multi-agent architectures over conventional approaches such as in-context learning and instruction-tuning in the medical domain.
279
- </p>
280
- <p
281
- style="
282
- color: var(--text-secondary);
283
- font-size: 0.9rem;
284
- margin-top: 0.5rem;
285
- "
286
- >
287
- <strong>Advisor:</strong> Prof. Fang-Rong Hsu
288
- </p>
289
- </div>
290
-
291
- <div class="timeline-item">
292
- <div class="timeline-date">September 2024 - January 2026</div>
293
- <h3>ViLegalLM: Language Models for Vietnamese Legal Text</h3>
294
- <p style="color: var(--accent); font-weight: 600">
295
- NLU Laboratory, Hung Yen University of Technology and
296
- Education
297
- </p>
298
- <p class="timeline-content">
299
- ViLegalLM comprises one representation model (135M) and two generation models (1.54B, 1.72B) specifically for Vietnamese legal text through continual pretraining on newly 16GB of high-quality legal documents. ViLegalLM achieves state-of-the-art performance across 10 benchmarks spanning four main tasks: Information Retrieval (IR), Question Answering (QA), Natural Language Inference (NLI), and Syllogism Reasoning, outperforming 7 state-of-the-art Vietnamese models and establishing new strong baselines for Vietnamese legal text processing. The project also contributes three large-scale synthetic training datasets to address the shortage of high-quality legal training data in Vietnam.
300
- </p>
301
- <p
302
- style="
303
- color: var(--text-secondary);
304
- font-size: 0.9rem;
305
- margin-top: 0.5rem;
306
- "
307
- >
308
- <strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
309
- </p>
310
- </div>
311
-
312
- <div class="timeline-item">
313
- <div class="timeline-date">August 2025 - September 2025</div>
314
- <h3>Adaptive Weighted Ensemble for Legal Text Processing</h3>
315
- <p style="color: var(--accent); font-weight: 600">
316
- NLU Laboratory, Hung Yen University of Technology and
317
- Education, Vietnam
318
- </p>
319
- <p class="timeline-content">
320
- Designed a framework combining multiple bi-encoders through query-specific confidence calculation, advanced dynamic weighting, and ensemble score fusion with cross-encoder reranker. Achieved 3rd place in Legal Information Retrieval task (F2-score: 0.8482, 7.51% improvement) and 2nd place in Legal Question Answering (97.56% accuracy) in ALQAC 2025 Competition. Paper accepted at 17th International Conference on Knowledge and System Engineering (KSE 2025).
321
- </p>
322
- <p
323
- style="
324
- color: var(--text-secondary);
325
- font-size: 0.9rem;
326
- margin-top: 0.5rem;
327
- "
328
- >
329
- <strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
330
- </p>
331
- </div>
332
-
333
- <div class="timeline-item">
334
- <div class="timeline-date">February 2024 - September 2025</div>
335
- <h3>
336
- IntelliChat - Question Answering System for Vietnam Legal Documents
337
- </h3>
338
- <p style="color: var(--accent); font-weight: 600">
339
- NLU Laboratory, Hung Yen University of Technology and Education, Vietnam
340
- </p>
341
- <p class="timeline-content">
342
- Built a demo legal question-answering system for Vietnamese, integrating information retrieval with answer extraction/generation optimized for the legal domain. IntelliChat outperforms GPT-3.5 and state-of-the-art open-source LLMs (~7B parameters) in both automatic and human evaluations, and is deployed online to enable Vietnamese citizens to independently access and understand legal documents.
343
- </p>
344
- <p
345
- style="
346
- color: var(--text-secondary);
347
- font-size: 0.9rem;
348
- margin-top: 0.5rem;
349
- "
350
- >
351
- <strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
352
- </p>
353
- </div>
354
-
355
- <div class="timeline-item">
356
- <div class="timeline-date">February 2024 - June 2025</div>
357
- <h3>
358
- QACTune - Advanced Legal Information Retrieval Framework
359
- </h3>
360
- <p style="color: var(--accent); font-weight: 600">
361
- NLU Laboratory, Hung Yen University of Technology and
362
- Education, Vietnam
363
- </p>
364
- <p class="timeline-content">
365
- Developed a novel fine-tuning framework leveraging
366
- Question-Context-Answer relationships for enhancing legal
367
- information retrieval in low-resource settings. Average
368
- improvements of 3.9% and 4.8% in MAP@100. Published in
369
- Engineering Applications of Artificial Intelligence (WoS-SCIE,
370
- Q1, IF: 8.0).
371
- </p>
372
- <p
373
- style="
374
- color: var(--text-secondary);
375
- font-size: 0.9rem;
376
- margin-top: 0.5rem;
377
- "
378
- >
379
- <strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
380
- </p>
381
- </div>
382
 
383
- <div class="timeline-item">
384
- <div class="timeline-date">July 2023 - January 2024</div>
385
- <h3>
386
- ViEduQAG - Vietnamese Question and Answer Generation in
387
- Education
388
- </h3>
389
- <p style="color: var(--accent); font-weight: 600">
390
- NLU Laboratory, Hung Yen University of Technology and
391
- Education, Vietnam
392
- </p>
393
- <p class="timeline-content">
394
- Pioneered Vietnamese Question-Answer Generation research in
395
- education domain by creating ViEduQA - the first comprehensive
396
- Vietnamese educational QAG dataset with 12,618 QA pairs across
397
- 319 lessons from 4 high school subjects. Published in SOICT
398
- 2024 (Springer CCIS).
399
- </p>
400
- <p
401
- style="
402
- color: var(--text-secondary);
403
- font-size: 0.9rem;
404
- margin-top: 0.5rem;
405
- "
406
- >
407
- <strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
408
- </p>
409
- </div>
410
  </div>
411
- </div>
412
- </div>
413
 
414
- <!-- Working Tab Content -->
415
- <div id="working-tab" class="tab-content">
416
- <div class="glass-card">
417
- <h3 style="color: var(--accent); margin-bottom: 1rem">
418
- <i class="ri-briefcase-line"></i> Work Experience
419
- </h3>
420
- <div class="timeline">
421
- <div class="timeline-item">
422
- <div class="timeline-date">February 2025 July 2025</div>
423
- <h3>
424
- NLP Fresher @ Artificial Intelligence Institute JSC, Hung Yen,
425
- Vietnam
426
- </h3>
427
- <p style="color: var(--accent); font-weight: 600">
428
- SmartChat - Smart AI Assistant for Vietnamese
429
- </p>
430
- <p class="timeline-content">
431
- Led comprehensive evaluation of large language models for
432
- production chatbot system, focusing on optimizing performance
433
- across multiple NLP tasks including document reranking,
434
- question rewriting, and content generation. Conducted
435
- systematic benchmarking of state-of-the-art models including
436
- GPT-4o-mini, Amazon Nova Lite, Amazon Nova Micro, and Amazon
437
- Nova Pro.
438
- </p>
439
- <p style="color: var(--accent); font-weight: 600">
440
- AI Assistant for Vietnam Ministry of Agriculture
441
- </p>
442
- <p class="timeline-content">
443
- Developed a comprehensive domain-specific chatbot system
444
- enabling intelligent question-answering capabilities over
445
- legal document collections and regulatory text corpora. Built
446
- innovative text-to-analytics functionality and designed a
447
- novel document chunking mechanism combining Depth-First Search
448
- (DFS) algorithms with advanced Regular Expression patterns.
449
- </p>
450
- </div>
451
- <div class="timeline-item">
452
- <div class="timeline-date">October 2024 – January 2025</div>
453
- <h3>AI Intern @ Viettel Telecom Corporation, Hanoi, Vietnam</h3>
454
- <p style="color: var(--accent); font-weight: 600">
455
- Per-Title Encoding
456
- </p>
457
- <p class="timeline-content">
458
- Developed and optimized per-title encoding algorithms for
459
- video compression on the TV360 streaming platform. Implemented
460
- advanced analysis techniques to assess video complexity and
461
- dynamically adjust encoding parameters, achieving optimal
462
- balance between visual quality and file size.
463
- </p>
464
- <p style="color: var(--accent); font-weight: 600">
465
- Video Frame Interpolation
466
- </p>
467
- <p class="timeline-content">
468
- Designed and implemented advanced video frame interpolation
469
- systems to enhance motion smoothness for TV360 platform
470
- content delivery. Developed sophisticated interpolation
471
- algorithms using deep learning techniques to generate
472
- high-quality intermediate frames.
473
- </p>
474
- <p style="color: var(--accent); font-weight: 600">
475
- Video Quality Assessment for User Generated Content
476
- </p>
477
- <p class="timeline-content">
478
- Built comprehensive video quality assessment frameworks for
479
- evaluating and enhancing user-generated content on the TV360
480
- platform using computer vision and machine learning
481
- techniques.
482
- </p>
483
- </div>
484
  </div>
485
  </div>
486
- </div>
487
 
488
- <!-- Teaching Tab Content -->
489
- <div id="teaching-tab" class="tab-content">
490
- <div class="glass-card">
491
- <h3 style="color: var(--accent); margin-bottom: 1rem">
492
- <i class="ri-presentation-line"></i> Teaching & Mentoring
493
- </h3>
494
- <div class="timeline">
495
- <div class="timeline-item">
496
- <div class="timeline-date">April 2024 – July 2025</div>
497
- <h3>Natural Language Processing - Teaching Assistant</h3>
498
- <p style="color: var(--accent); font-weight: 600">
499
- CS19TN, Hung Yen University of Technology and Education
500
- </p>
501
- <p class="timeline-content">
502
- Assisted in teaching Natural Language Processing course,
503
- guiding students through fundamental and advanced NLP
504
- concepts, helping with assignments and projects.
505
- </p>
506
- </div>
507
-
508
- <div class="timeline-item">
509
- <div class="timeline-date">April 2024 – July 2025</div>
510
- <h3>Natural Language Processing - Key Mentor</h3>
511
- <p style="color: var(--accent); font-weight: 600">
512
- UTEHY-NLU Lab
513
- </p>
514
- <p class="timeline-content">
515
- Mentored students in NLP research projects, guiding them
516
- through literature review, experimental design, and paper
517
- writing.
518
- </p>
519
- </div>
520
-
521
- <div class="timeline-item">
522
- <div class="timeline-date">December 2023 – July 2025</div>
523
- <h3>Deep Learning - Key Mentor</h3>
524
- <p style="color: var(--accent); font-weight: 600">
525
- UTEHY-NLU Lab
526
- </p>
527
- <p class="timeline-content">
528
- Guided students in deep learning fundamentals and
529
- applications, covering neural networks, CNNs, RNNs, and
530
- Transformers.
531
- </p>
532
- </div>
533
-
534
- <div class="timeline-item">
535
- <div class="timeline-date">June 2023 – July 2025</div>
536
- <h3>Machine Learning - Key Mentor</h3>
537
- <p style="color: var(--accent); font-weight: 600">
538
- UTEHY-NLU Lab
539
- </p>
540
- <p class="timeline-content">
541
- Mentored students in machine learning concepts and practical
542
- applications, covering supervised and unsupervised learning
543
- algorithms.
544
- </p>
545
- </div>
546
- </div>
547
  </div>
548
  </div>
549
  </section>
@@ -551,107 +349,20 @@
551
  <!-- Achievements Section -->
552
  <section id="achievements">
553
  <h2 class="section-title">Achievements</h2>
 
554
 
555
  <div class="glass-card">
556
- <h3 style="color: var(--accent); margin-bottom: 1.5rem">
557
- <i class="ri-trophy-line"></i> Academic Competitions
558
- </h3>
559
- <div class="awards-grid">
560
- <div class="award-item">
561
- <div class="award-icon"><i class="ri-trophy-line"></i></div>
562
- <div class="award-info">
563
- <h4>ALQAC 2025 Competition</h4>
564
- <p class="award-date">July 2025</p>
565
- <p style="color: var(--text-secondary); font-size: 0.9rem">
566
- Top #2 in Legal Question Answering (0.9756 Accuracy) and Top
567
- #3 in Legal Information Retrieval (0.8482 F2-Score)
568
- </p>
569
- </div>
570
- </div>
571
- <div class="award-item">
572
- <div class="award-icon"><i class="ri-trophy-line"></i></div>
573
- <div class="award-info">
574
- <h4>ALQAC 2024 Competition</h4>
575
- <p class="award-date">July 2024</p>
576
- <p style="color: var(--text-secondary); font-size: 0.9rem">
577
- Top #5 in Legal Question Answering task
578
- </p>
579
- </div>
580
- </div>
581
- </div>
582
- </div>
583
-
584
- <div class="glass-card">
585
- <h3 style="color: var(--accent); margin-bottom: 1.5rem">
586
- <i class="ri-verified-badge-line"></i> Certifications
587
- </h3>
588
- <div class="timeline">
589
- <div class="timeline-item">
590
- <div class="timeline-date">November 2025</div>
591
- <h3>
592
- <a href="https://drive.google.com/file/d/1BChW5jv_c_w6l0zYkHbM7YcfNnBDhbOG" target="_blank" rel="noopener noreferrer" class="cert-link">
593
- KSE 2025 Certification of Presentation
594
- <i class="ri-link"></i>
595
- </a>
596
- </h3>
597
- </div>
598
- <div class="timeline-item">
599
- <div class="timeline-date">July 2025</div>
600
- <h3>
601
- <a href="BLANK" target="_blank" rel="noopener noreferrer" class="cert-link">
602
- TOEIC Reading & Listening
603
- <i class="ri-link"></i>
604
- </a>
605
- </h3>
606
- </div>
607
- <div class="timeline-item">
608
- <div class="timeline-date">February 2025</div>
609
- <h3>
610
- <a href="https://drive.google.com/file/d/1hfjzTfOE7g5Z00r9lnCeiuCYvUAEQYqM" target="_blank" rel="noopener noreferrer" class="cert-link">
611
- Hugging Face Agents Course
612
- <i class="ri-link"></i>
613
- </a>
614
- </h3>
615
- </div>
616
- <div class="timeline-item">
617
- <div class="timeline-date">December 2024</div>
618
- <h3>
619
- <a href="https://drive.google.com/file/d/1kLpV4UPiM5p35W19peId4IxBLU3ZOnNO" target="_blank" rel="noopener noreferrer" class="cert-link">
620
- SOICT 2024 Presentation - Conference Presentation Certification<i class="ri-link"></i>
621
- </a>
622
- </h3>
623
- </div>
624
- <div class="timeline-item">
625
- <div class="timeline-date">February 2024</div>
626
- <h3>
627
- <a href="https://www.coursera.org/account/accomplishments/verify/WLBFF5JSP4KR" target="_blank" rel="noopener noreferrer" class="cert-link">
628
- Stanford Machine Learning Specialization
629
- <i class="ri-link"></i>
630
- </a>
631
- </h3>
632
- </div>
633
- <div class="timeline-item">
634
- <div class="timeline-date">November 2022</div>
635
- <h3>
636
- <a href="https://www.coursera.org/account/accomplishments/professional-cert/A6Z4LZPH9QWB" target="_blank" rel="noopener noreferrer" class="cert-link">
637
- Google Data Analytics Professional Certificate
638
- <i class="ri-link"></i>
639
- </a>
640
- </h3>
641
- </div>
642
- </div>
643
- </div>
644
-
645
- <div class="glass-card">
646
- <h3 style="color: var(--accent); margin-bottom: 1.5rem">
647
- <i class="ri-hand-coin-line"></i> Scholarships
648
- </h3>
649
  <div class="awards-grid">
650
  <div class="award-item">
651
  <div class="award-icon"><i class="ri-star-line"></i></div>
652
  <div class="award-info">
653
  <h4>
654
- <a href="https://drive.google.com/file/d/15Wkn5Zpp1qmXZShZHYFDYsWd9LmL8Q8J/view?usp=sharing" target="_blank" rel="noopener noreferrer" class="cert-link">
 
 
 
 
 
655
  TOYOTA Excellence Academic Scholarship
656
  <i class="ri-link"></i>
657
  </a>
@@ -659,194 +370,52 @@
659
  <p class="award-date">November 2024</p>
660
  </div>
661
  </div>
662
- <div class="award-item">
663
- <div class="award-icon"><i class="ri-bard-line"></i></div>
664
- <div class="award-info">
665
- <h4>
666
- <a href="BLANK" target="_blank" rel="noopener noreferrer" class="cert-link">
667
- Academic Excellence Scholarships
668
- <i class="ri-link"></i>
669
- </a>
670
- </h4>
671
- <p class="award-date">2021-2025</p>
672
- <p style="color: var(--text-secondary); font-size: 0.9rem">
673
- 4 Academic Excellence & 8 Talented Program Scholarships -
674
- Consistently ranked #1 in CS program
675
- </p>
676
- </div>
677
- </div>
678
- <div class="award-item">
679
- <div class="award-icon"><i class="ri-star-line"></i></div>
680
- <div class="award-info">
681
- <h4>
682
- <a href="BLANK" target="_blank" rel="noopener noreferrer" class="cert-link">
683
- Full Tuition Waiver
684
- <i class="ri-link"></i>
685
- </a>
686
- </h4>
687
- <p class="award-date">2021-2023</p>
688
- <p style="color: var(--text-secondary); font-size: 0.9rem">
689
- Two consecutive academic years
690
- </p>
691
- </div>
692
- </div>
693
- </div>
694
- </div>
695
 
696
- <div class="glass-card">
697
- <h3 style="color: var(--accent); margin-bottom: 1.5rem">
698
- <i class="ri-award-fill"></i> Awards
699
- </h3>
700
- <div class="awards-grid">
701
  <div class="award-item">
702
  <div class="award-icon"><i class="ri-honour-line"></i></div>
703
  <div class="award-info">
704
  <h4>
705
- <a href="https://drive.google.com/file/d/1OmMmKChNj_oQIpmG4wS6k2ZjJf1YywAL" target="_blank" rel="noopener noreferrer" class="cert-link">
706
- Sencond Prize - MOE-level Student Scientific Research
 
 
 
 
 
707
  <i class="ri-link"></i>
708
  </a>
709
  </h4>
710
  <p class="award-date">June 2025</p>
711
- <p style="color: var(--text-secondary); font-size: 0.9rem">
712
- <strong>Research project:</strong> Research on building question answering system for Vietnamese legal documents
713
- </p>
714
  </div>
715
  </div>
 
716
  <div class="award-item">
717
  <div class="award-icon"><i class="ri-honour-line"></i></div>
718
  <div class="award-info">
719
  <h4>
720
- <a href="https://www.facebook.com/reel/1962974367572405" target="_blank" rel="noopener noreferrer" class="cert-link">
 
 
 
 
 
721
  Excellence Graduate Thesis Presentation
722
  <i class="ri-link"></i>
723
  </a>
724
  </h4>
725
- <p class="award-date">June 2025</p>
726
- <p style="color: var(--text-secondary); font-size: 0.9rem">
727
- <strong>Thesis title:</strong> A Study of Vietnamese Legal Question Answering with Pre-trained and Large Language Models
728
- </p>
729
- </div>
730
- </div>
731
- <div class="award-item">
732
- <div class="award-icon"><i class="ri-honour-line"></i></div>
733
- <div class="award-info">
734
- <h4>
735
- <a href="BLANK" target="_blank" rel="noopener noreferrer" class="cert-link">
736
- First Prize - University-level Student Scientific Research
737
- <i class="ri-link"></i>
738
- </a>
739
- </h4>
740
- <p class="award-date">May 2025</p>
741
- <p style="color: var(--text-secondary); font-size: 0.9rem">
742
- <strong>Research project:</strong> Research on building question answering system for Vietnamese legal documents
743
- </p>
744
- </div>
745
- </div>
746
- <div class="award-item">
747
- <div class="award-icon"><i class="ri-honour-line"></i></div>
748
- <div class="award-info">
749
- <h4>
750
- <a href="BLANK" target="_blank" rel="noopener noreferrer" class="cert-link">
751
- First Prize - Faculty-level Student Scientific Research
752
- <i class="ri-link"></i>
753
- </a>
754
- </h4>
755
- <p class="award-date">March 2025</p>
756
- <p style="color: var(--text-secondary); font-size: 0.9rem">
757
- <strong>Research project:</strong> Research on building question answering system for Vietnamese legal documents
758
- </p>
759
- </div>
760
- </div>
761
- <div class="award-item">
762
- <div class="award-icon"><i class="ri-honour-line"></i></div>
763
- <div class="award-info">
764
- <h4>
765
- <a href="BLANK" target="_blank" rel="noopener noreferrer" class="cert-link">
766
- Second Prize - Faculty-level Student Scientific Research
767
- <i class="ri-link"></i>
768
- </a>
769
- </h4>
770
- <p class="award-date">June 2024</p>
771
- <p style="color: var(--text-secondary); font-size: 0.9rem">
772
- <strong>Research project:</strong> Research on developing a student attendance system using facial recognition and detecting unusual behavior in the classroom
773
- </p>
774
- </div>
775
- </div>
776
- <div class="award-item">
777
- <div class="award-icon"><i class="ri-honour-line"></i></div>
778
- <div class="award-info">
779
- <h4>Outstanding Student (5 Goods)</h4>
780
- <p class="award-date">April 2023</p>
781
- </div>
782
- </div>
783
- <div class="award-item">
784
- <div class="award-icon"><i class="ri-honour-line"></i></div>
785
- <div class="award-info">
786
- <h4>First Prize - University-level English Olympic</h4>
787
- <p class="award-date">February 2022</p>
788
  </div>
789
  </div>
790
  </div>
791
- </div>
792
- </section>
793
-
794
- <!-- Skills Section -->
795
- <section id="skills">
796
- <h2 class="section-title">Skills</h2>
797
- <div class="skills-grid">
798
- <div class="glass-card skill-category">
799
- <h3><i class="ri-macbook-line"></i> Programming Languages</h3>
800
- <ul class="skill-list">
801
- <li>Python</li>
802
- <li>T-SQL</li>
803
- <li>C#</li>
804
- </ul>
805
- </div>
806
-
807
- <div class="glass-card skill-category">
808
- <h3><i class="ri-tools-line"></i> Libraries & Frameworks</h3>
809
- <ul class="skill-list">
810
- <li>Transformers</li>
811
- <li>Sentence-Transformers</li>
812
- <li>HuggingFace</li>
813
- <li>NLTK, Spacy</li>
814
- <li>Scikit Learn</li>
815
- <li>PyTorch</li>
816
- <li>Pandas, Numpy</li>
817
- <li>Streamlit</li>
818
- </ul>
819
- </div>
820
 
821
- <div class="glass-card skill-category">
822
- <h3><i class="ri-microscope-line"></i> Techniques</h3>
823
- <ul class="skill-list">
824
- <li>Continual Pretraining PLMs</li>
825
- <li>Continual Pretraining LLMs</li>
826
- <li>Fine-tuning PLMs</li>
827
- <li>Instruction-tuning LLMs</li>
828
- <li>Parameter-Efficient Fine-Tuning</li>
829
- <li>Hard-negative Mining</li>
830
- </ul>
831
- </div>
832
-
833
- <div class="glass-card skill-category">
834
- <h3><i class="ri-crosshair-line"></i> Soft Skills</h3>
835
- <ul class="skill-list">
836
- <li>Academic Presentation</li>
837
- <li>Technical Report Writing</li>
838
- <li>Problem Solving</li>
839
- <li>Creative Thinking</li>
840
- </ul>
841
- </div>
842
-
843
- <div class="glass-card skill-category">
844
- <h3><i class="ri-database-line"></i> Database</h3>
845
- <ul class="skill-list">
846
- <li>SQL</li>
847
- <li>MySQL</li>
848
- <li>Apache</li>
849
- </ul>
850
  </div>
851
  </div>
852
  </section>
@@ -857,8 +426,8 @@
857
  <div class="glass-card contact-info">
858
  <p>
859
  <i class="ri-mail-send-line"></i>
860
- <a href="mailto:nguyentruongphuc_12421tn@utehy.edu.vn"
861
- >nguyentruongphuc_12421tn@utehy.edu.vn</a
862
  >
863
  </p>
864
  <p style="margin-top: 1rem; color: var(--text-secondary)">
@@ -874,6 +443,31 @@
874
  <p>© 2026 Truong-Phuc Nguyen. All rights reserved.</p>
875
  </footer>
876
 
 
 
 
 
877
  <script src="script.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
878
  </body>
879
  </html>
 
12
  />
13
  </head>
14
  <body>
15
+ <!-- Circuit traces background -->
16
+ <svg
17
+ style="
18
+ position: fixed;
19
+ inset: 0;
20
+ width: 100%;
21
+ height: 100%;
22
+ z-index: -1;
23
+ pointer-events: none;
24
+ "
25
+ viewBox="0 0 1600 900"
26
+ preserveAspectRatio="xMidYMid slice"
27
+ aria-hidden="true"
28
+ >
29
+ <g stroke="rgba(245,166,35,.10)" stroke-width="1.5" fill="none">
30
+ <path d="M0,120 H280 L320,160 H560" />
31
+ <circle
32
+ cx="560"
33
+ cy="160"
34
+ r="4"
35
+ fill="rgba(245,166,35,.25)"
36
+ stroke="none"
37
+ />
38
+ <path d="M1600,760 H1320 L1280,720 H980" />
39
+ <circle
40
+ cx="980"
41
+ cy="720"
42
+ r="4"
43
+ fill="rgba(245,166,35,.25)"
44
+ stroke="none"
45
+ />
46
+ <path d="M1600,260 H1460 L1420,300 V420" />
47
+ <circle
48
+ cx="1420"
49
+ cy="420"
50
+ r="4"
51
+ fill="rgba(245,166,35,.25)"
52
+ stroke="none"
53
+ />
54
+ <path d="M120,900 V700 L160,660 H300" />
55
+ </g>
56
+ </svg>
57
+
58
  <!-- Navigation -->
59
  <nav>
60
  <div class="nav-container">
61
+ <a
62
+ href="#"
63
+ onclick="
64
+ window.scrollTo({ top: 0, behavior: 'smooth' });
65
+ return false;
66
+ "
67
+ class="logo"
68
+ ><i class="ri-star-fill"></i
69
+ ></a>
70
  <button class="mobile-menu-btn" onclick="toggleMenu()">
71
  <i class="ri-align-justify"></i>
72
  </button>
73
  <ul class="nav-links" id="navLinks">
74
  <li><a href="#about">About</a></li>
75
  <li><a href="#education">Education</a></li>
76
+ <li><a href="publications.html">Publications</a></li>
77
+ <li><a href="experience.html">Experience</a></li>
78
+ <li><a href="achievements.html">Achievements</a></li>
 
79
  <li><a href="#contact">Contact</a></li>
80
  </ul>
81
  <button class="theme-toggle" onclick="toggleTheme()">
 
87
  <!-- Hero Section -->
88
  <section class="hero">
89
  <div class="hero-content">
90
+ <div class="hero-left">
91
+ <div class="hero-badge">
92
+ <i class="ri-check-line"></i> NLP Researcher
93
+ </div>
94
+ <h1>
95
+ <span class="name-colored">Truong-Phuc</span><br />
96
+ <span class="name-white">Nguyen</span>
97
+ </h1>
98
+ <p class="description">
99
+ <i class="ri-arrow-left-double-line"></i> To stand where others
100
+ cannot,<br />
101
+ you must endure what others will not.
102
+ <i class="ri-arrow-right-double-line"></i>
103
+ </p>
104
+ <div class="social-links">
105
+ <a href="#" class="social-link" id="scholarLink">
106
+ <i class="ri-graduation-cap-fill"></i> GG Scholar
107
+ </a>
108
+ <a href="#" class="social-link" id="githubLink">
109
+ <i class="ri-github-fill"></i> GitHub
110
+ </a>
111
+ <a href="#" class="social-link" id="linkedinLink">
112
+ <i class="ri-linkedin-box-fill"></i> LinkedIn
113
+ </a>
114
+ </div>
115
+ </div>
116
+ <div class="hero-right">
117
+ <img
118
+ src="image/img_cv.jpg"
119
+ alt="Truong-Phuc Nguyen"
120
+ class="profile-image"
121
+ />
122
  </div>
123
  </div>
124
  </section>
 
129
  <h2 class="section-title">About Me</h2>
130
  <div class="glass-card">
131
  <p style="text-align: justify; line-height: 1.8">
132
+ Hi there! I'm Truong-Phuc Nguyen, an NLP researcher from Vietnam. I
133
+ graduated with a Bachelor of Engineering in Computer Science (Gifted
134
+ and Talented Programs) with Excellence in July 2025, and will be
135
+ pursuing a Master's degree at NCU, Taiwan in Fall 2026.
136
  </p>
137
  <p style="text-align: justify; line-height: 1.8; margin-top: 1rem">
138
+ My research focuses on Legal AI for Vietnamese, spanning information
139
+ retrieval, question answering, text generation, and reasoning. I
140
+ have also contributed to applying AI in Vietnamese education and
141
+ healthcare, gaining some experiences along the way. Nice to meet
142
+ you!
 
 
143
  </p>
144
  </div>
145
  </section>
 
148
  <section id="education">
149
  <h2 class="section-title">Education</h2>
150
  <div class="glass-card">
151
+ <div class="timeline">
152
+ <div class="timeline-item">
153
+ <div class="timeline-date">September 2026 - present</div>
154
+ <h3>
155
+ <i class="ri-school-line"></i> National Central University,
156
+ Taoyuan, Taiwan
157
+ </h3>
158
+ <p style="color: var(--accent); font-weight: 600">
159
+ Master of Computer Science and Information Engineering
160
+ </p>
 
 
 
 
 
 
 
 
161
  </div>
162
+
163
+ <div class="timeline-item">
164
+ <div class="timeline-date">September 2021 - July 2025</div>
165
+ <h3>
166
+ <i class="ri-school-line"></i> Hung Yen University of Technology
167
+ and Education, Hung Yen, Vietnam
168
+ </h3>
169
+ <p style="color: var(--accent); font-weight: 600">
170
+ Bachelor of Engineering in Computer Science (Gifted and Talented
171
+ Programs)
172
+ </p>
173
+ <ul
174
+ class="publication-meta"
175
+ style="
176
+ margin-top: 1rem;
177
+ list-style: none;
178
+ padding: 0;
179
+ line-height: 2;
180
+ "
181
+ >
182
+ <li><strong>GPA:</strong> 9.04/10</li>
183
+ <li><strong>Graduation:</strong> Excellence</li>
184
+ <li>
185
+ <strong>Thesis title:</strong> A Study of Vietnamese Legal
186
+ Question Answering with Pre-trained and Large Language Models
187
+ <i class="ri-arrow-right-s-line"></i>
188
+ <a
189
+ href="https://www.facebook.com/reel/1962974367572405"
190
+ target="_blank"
191
+ rel="noopener noreferrer"
192
+ class="cert-link"
193
+ >Presentation <i class="ri-link"></i
194
+ ></a>
195
+ </li>
196
+ <li><strong>Thesis score:</strong> 9.9/10</li>
197
+ </ul>
198
  </div>
199
  </div>
 
 
 
 
 
 
 
 
200
  </div>
201
  </section>
202
 
203
  <!-- Publications Section -->
204
  <section id="publications">
205
  <h2 class="section-title">Publications</h2>
206
+ <p class="section-subtitle">(selected)</p>
207
 
208
  <div class="glass-card">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  <div class="publication-item">
210
  <h4>
211
+ <a
212
+ href="https://2026.aclweb.org/"
213
+ target="_blank"
214
+ rel="noopener noreferrer"
215
+ class="paper-title-link"
216
+ >
217
+ ViLegalLM: Language Models for Vietnamese Legal Text<i
218
+ class="ri-link"
219
+ ></i>
220
  </a>
221
  </h4>
222
  <p class="publication-meta">
223
+ ACL 2026 (Findings) &mdash;
224
+ <strong style="color: var(--accent-hover)"
225
+ >Top-tier NLP conference</strong
226
+ >
227
  </p>
228
  </div>
229
 
230
  <div class="publication-item">
231
  <h4>
232
+ <a
233
+ href="https://www.sciencedirect.com/science/article/abs/pii/S0952197625015726"
234
+ target="_blank"
235
+ rel="noopener noreferrer"
236
+ class="paper-title-link"
237
+ >
238
+ A fine-tuning framework based on question, context, and answer
239
+ relationships for enhancing legal information retrieval<i
240
+ class="ri-link"
241
+ ></i>
242
  </a>
243
  </h4>
244
  <p class="publication-meta">
245
+ Engineering Applications of Artificial Intelligence (EAAI),
246
+ Elsevier, 2025 &mdash;
247
+ <strong style="color: var(--accent-hover)"
248
+ >SCIE, Q1, IF: 8.0</strong
249
+ >
250
  </p>
251
  </div>
252
 
253
  <div class="publication-item">
254
  <h4>
255
+ <a
256
+ href="https://ieeexplore.ieee.org/document/11309584"
257
+ target="_blank"
258
+ rel="noopener noreferrer"
259
+ class="paper-title-link"
260
+ >
261
+ UTEHY-NLU@ALQAC 2025: Dynamic Weighted Ensemble and Adaptive
262
+ Reasoning for Vietnamese Legal Text Processing<i
263
+ class="ri-link"
264
+ ></i>
265
  </a>
 
266
  </h4>
267
  <p class="publication-meta">
268
+ KSE 2025, IEEE &mdash;
269
+ <strong style="color: var(--accent-hover)"
270
+ >Top #4 QA (0.9756 Accuracy) · Top #5 IR (0.8482
271
+ F2-Score)</strong
272
+ >
273
  </p>
274
  </div>
275
 
276
+ <div style="text-align: right; margin-top: 1.5rem">
277
+ <a
278
+ href="publications.html"
279
+ class="view-all-btn"
280
+ style="margin-top: 0"
281
+ >
282
+ <i class="ri-newspaper-line"></i> View all publications
283
+ </a>
 
 
284
  </div>
285
  </div>
286
  </section>
287
 
288
+ <!-- Experience Section -->
289
  <section id="experience">
290
  <h2 class="section-title">Experience</h2>
291
+ <p class="section-subtitle">(selected)</p>
292
 
293
+ <div class="glass-card">
294
+ <div class="timeline">
295
+ <div class="timeline-item">
296
+ <div class="timeline-date">September 2024 - April 2026</div>
297
+ <h3>ViLegalLM: Language Models for Vietnamese Legal Text</h3>
298
+ <p style="color: var(--accent); font-weight: 600">
299
+ NLU Laboratory, Hung Yen University of Technology and Education
300
+ </p>
301
+ <p class="timeline-content">
302
+ Continual pretraining of PLM and LLMs on 16GB Vietnamese legal
303
+ data; SOTA across 10 benchmarks covering IR, QA, NLI, and
304
+ Reasoning.
305
+ </p>
306
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
 
308
+ <div class="timeline-item">
309
+ <div class="timeline-date">August 2025 - January 2026</div>
310
+ <h3>
311
+ MedMAS: Multi-agent System for Pre-intake Clinical Note
312
+ Generation
313
+ </h3>
314
+ <p style="color: var(--accent); font-weight: 600">
315
+ BioInfomatic Laboratory, Feng Chia University, Taiwan
316
+ </p>
317
+ <p class="timeline-content">
318
+ Multi-agent system achieving SOTA on MTS-Dialog and CliniKnote
319
+ benchmarks across NER, QG, and Summarization tasks.
320
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  </div>
 
 
322
 
323
+ <div class="timeline-item">
324
+ <div class="timeline-date">February 2025 – July 2025</div>
325
+ <h3>NLP Fresher @ Artificial Intelligence Institute JSC</h3>
326
+ <p style="color: var(--accent); font-weight: 600">
327
+ Hung Yen, Vietnam
328
+ </p>
329
+ <p class="timeline-content">
330
+ LLM evaluation and benchmarking for production chatbot;
331
+ domain-specific QA system for Vietnam Ministry of Agriculture.
332
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  </div>
334
  </div>
 
335
 
336
+ <div style="text-align: right; margin-top: 1.5rem">
337
+ <a
338
+ href="experience.html"
339
+ class="view-all-btn"
340
+ style="margin-top: 0"
341
+ >
342
+ <i class="ri-briefcase-line"></i> View all
343
+ (research/industry/teaching)
344
+ </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  </div>
346
  </div>
347
  </section>
 
349
  <!-- Achievements Section -->
350
  <section id="achievements">
351
  <h2 class="section-title">Achievements</h2>
352
+ <p class="section-subtitle">(selected)</p>
353
 
354
  <div class="glass-card">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
  <div class="awards-grid">
356
  <div class="award-item">
357
  <div class="award-icon"><i class="ri-star-line"></i></div>
358
  <div class="award-info">
359
  <h4>
360
+ <a
361
+ href="https://drive.google.com/file/d/15Wkn5Zpp1qmXZShZHYFDYsWd9LmL8Q8J/view?usp=sharing"
362
+ target="_blank"
363
+ rel="noopener noreferrer"
364
+ class="cert-link"
365
+ >
366
  TOYOTA Excellence Academic Scholarship
367
  <i class="ri-link"></i>
368
  </a>
 
370
  <p class="award-date">November 2024</p>
371
  </div>
372
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
 
 
 
 
 
 
374
  <div class="award-item">
375
  <div class="award-icon"><i class="ri-honour-line"></i></div>
376
  <div class="award-info">
377
  <h4>
378
+ <a
379
+ href="https://drive.google.com/file/d/1OmMmKChNj_oQIpmG4wS6k2ZjJf1YywAL"
380
+ target="_blank"
381
+ rel="noopener noreferrer"
382
+ class="cert-link"
383
+ >
384
+ Second Prize — MOE-level Scientific Research
385
  <i class="ri-link"></i>
386
  </a>
387
  </h4>
388
  <p class="award-date">June 2025</p>
 
 
 
389
  </div>
390
  </div>
391
+
392
  <div class="award-item">
393
  <div class="award-icon"><i class="ri-honour-line"></i></div>
394
  <div class="award-info">
395
  <h4>
396
+ <a
397
+ href="https://www.facebook.com/reel/1962974367572405"
398
+ target="_blank"
399
+ rel="noopener noreferrer"
400
+ class="cert-link"
401
+ >
402
  Excellence Graduate Thesis Presentation
403
  <i class="ri-link"></i>
404
  </a>
405
  </h4>
406
+ <p class="award-date">June 2025 · Score 9.9/10</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  </div>
408
  </div>
409
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
 
411
+ <div style="text-align: right; margin-top: 1.5rem">
412
+ <a
413
+ href="achievements.html"
414
+ class="view-all-btn"
415
+ style="margin-top: 0"
416
+ >
417
+ <i class="ri-award-fill"></i> View all achievements
418
+ </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  </div>
420
  </div>
421
  </section>
 
426
  <div class="glass-card contact-info">
427
  <p>
428
  <i class="ri-mail-send-line"></i>
429
+ <a href="mailto:n.t.phuc149.cs@gmail.com"
430
+ >n.t.phuc149.cs@gmail.com</a
431
  >
432
  </p>
433
  <p style="margin-top: 1rem; color: var(--text-secondary)">
 
443
  <p>© 2026 Truong-Phuc Nguyen. All rights reserved.</p>
444
  </footer>
445
 
446
+ <button class="theme-toggle-fixed" onclick="toggleTheme()" title="Toggle light/dark mode">
447
+ <i class="ri-sun-line" id="themeIcon"></i>
448
+ </button>
449
+
450
  <script src="script.js"></script>
451
+ <script>
452
+ (function() {
453
+ const saved = localStorage.getItem('theme');
454
+ if (saved === 'light') {
455
+ document.documentElement.setAttribute('data-theme', 'light');
456
+ document.getElementById('themeIcon').className = 'ri-moon-line';
457
+ }
458
+ })();
459
+ function toggleTheme() {
460
+ const isLight = document.documentElement.getAttribute('data-theme') === 'light';
461
+ if (isLight) {
462
+ document.documentElement.removeAttribute('data-theme');
463
+ localStorage.setItem('theme', 'dark');
464
+ document.getElementById('themeIcon').className = 'ri-sun-line';
465
+ } else {
466
+ document.documentElement.setAttribute('data-theme', 'light');
467
+ localStorage.setItem('theme', 'light');
468
+ document.getElementById('themeIcon').className = 'ri-moon-line';
469
+ }
470
+ }
471
+ </script>
472
  </body>
473
  </html>