File size: 16,598 Bytes
8e9e4ad 289c116 6e75f03 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 8e9e4ad 9e97352 a351edc 9e97352 8e9e4ad 9e97352 a351edc 8e9e4ad 289c116 a351edc 289c116 a351edc 8e9e4ad 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 a351edc 289c116 8e9e4ad a351edc 8e9e4ad 289c116 6e75f03 8e9e4ad a351edc 8e9e4ad 6e75f03 a351edc 289c116 8e9e4ad a351edc 8e9e4ad a351edc 289c116 a351edc 289c116 a351edc 289c116 8e9e4ad 289c116 a351edc 289c116 a351edc 289c116 00f5bb3 | 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 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Truong-Phuc Nguyen | NLP Researcher</title>
<link rel="icon" href="👨🎓" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css"
rel="stylesheet"
/>
</head>
<body>
<!-- Circuit traces background -->
<svg
style="
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: -1;
pointer-events: none;
"
viewBox="0 0 1600 900"
preserveAspectRatio="xMidYMid slice"
aria-hidden="true"
>
<g stroke="rgba(245,166,35,.10)" stroke-width="1.5" fill="none">
<path d="M0,120 H280 L320,160 H560" />
<circle
cx="560"
cy="160"
r="4"
fill="rgba(245,166,35,.25)"
stroke="none"
/>
<path d="M1600,760 H1320 L1280,720 H980" />
<circle
cx="980"
cy="720"
r="4"
fill="rgba(245,166,35,.25)"
stroke="none"
/>
<path d="M1600,260 H1460 L1420,300 V420" />
<circle
cx="1420"
cy="420"
r="4"
fill="rgba(245,166,35,.25)"
stroke="none"
/>
<path d="M120,900 V700 L160,660 H300" />
</g>
</svg>
<!-- Navigation -->
<nav>
<div class="nav-container">
<a
href="#"
onclick="
window.scrollTo({ top: 0, behavior: 'smooth' });
return false;
"
class="logo"
><i class="ri-star-fill"></i
></a>
<button class="mobile-menu-btn" onclick="toggleMenu()">
<i class="ri-align-justify"></i>
</button>
<ul class="nav-links" id="navLinks">
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button class="theme-toggle" onclick="toggleTheme()">
<i class="ri-moon-fill" id="themeIcon"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div class="hero-left">
<div class="hero-badge">
<i class="ri-check-line"></i> NLP Researcher
</div>
<h1>
<span class="name-colored">Truong-Phuc</span><br />
<span class="name-white">Nguyen</span>
</h1>
<p class="description">
<i class="ri-arrow-left-double-line"></i> To stand where others
cannot,<br />
you must endure what others will not.
<i class="ri-arrow-right-double-line"></i>
</p>
<div class="social-links">
<a href="#" class="social-link" id="scholarLink">
<i class="ri-graduation-cap-fill"></i> GG Scholar
</a>
<a href="#" class="social-link" id="githubLink">
<i class="ri-github-fill"></i> GitHub
</a>
<a href="#" class="social-link" id="linkedinLink">
<i class="ri-linkedin-box-fill"></i> LinkedIn
</a>
</div>
</div>
<div class="hero-right">
<img
src="image/img_cv.jpg"
alt="Truong-Phuc Nguyen"
class="profile-image"
/>
</div>
</div>
</section>
<div class="container">
<!-- About Section -->
<section id="about">
<h2 class="section-title">About Me</h2>
<div class="glass-card">
<p style="text-align: justify; line-height: 1.8">
Hi there! I'm Truong-Phuc Nguyen, an NLP researcher from Vietnam. I
graduated with a Bachelor of Engineering in Computer Science (Gifted
and Talented Programs) with Excellence in July 2025, and will be
pursuing a Master's degree at NCU, Taiwan in Fall 2026.
</p>
<p style="text-align: justify; line-height: 1.8; margin-top: 1rem">
My research focuses on Legal AI for Vietnamese, spanning information
retrieval, question answering, text generation, and reasoning. I
have also contributed to applying AI in Vietnamese education and
healthcare, gaining some experiences along the way. Nice to meet
you!
</p>
</div>
</section>
<!-- Education Section -->
<section id="education">
<h2 class="section-title">Education</h2>
<div class="glass-card">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">September 2026 - present</div>
<h3>
<i class="ri-school-line"></i> National Central University,
Taoyuan, Taiwan
</h3>
<p style="color: var(--accent); font-weight: 600">
Master of Computer Science and Information Engineering
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">September 2021 - July 2025</div>
<h3>
<i class="ri-school-line"></i> Hung Yen University of Technology
and Education, Hung Yen, Vietnam
</h3>
<p style="color: var(--accent); font-weight: 600">
Bachelor of Engineering in Computer Science (Gifted and Talented
Programs)
</p>
<ul
class="publication-meta"
style="
margin-top: 1rem;
list-style: none;
padding: 0;
line-height: 2;
"
>
<li><strong>GPA:</strong> 9.04/10</li>
<li><strong>Graduation:</strong> Excellence</li>
<li>
<strong>Thesis title:</strong> A Study of Vietnamese Legal
Question Answering with Pre-trained and Large Language Models
<i class="ri-arrow-right-s-line"></i>
<a
href="https://www.facebook.com/reel/1962974367572405"
target="_blank"
rel="noopener noreferrer"
class="cert-link"
>Presentation <i class="ri-link"></i
></a>
</li>
<li><strong>Thesis score:</strong> 9.9/10</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Publications Section -->
<section id="publications">
<h2 class="section-title">Publications</h2>
<p class="section-subtitle">(selected)</p>
<div class="glass-card">
<div class="publication-item">
<h4>
<a
href="https://2026.aclweb.org/"
target="_blank"
rel="noopener noreferrer"
class="paper-title-link"
>
ViLegalLM: Language Models for Vietnamese Legal Text<i
class="ri-link"
></i>
</a>
</h4>
<p class="publication-meta">
ACL 2026 (Findings) —
<strong style="color: var(--accent-hover)"
>Top-tier NLP conference</strong
>
</p>
</div>
<div class="publication-item">
<h4>
<a
href="https://www.sciencedirect.com/science/article/abs/pii/S0952197625015726"
target="_blank"
rel="noopener noreferrer"
class="paper-title-link"
>
A fine-tuning framework based on question, context, and answer
relationships for enhancing legal information retrieval<i
class="ri-link"
></i>
</a>
</h4>
<p class="publication-meta">
Engineering Applications of Artificial Intelligence (EAAI),
Elsevier, 2025 —
<strong style="color: var(--accent-hover)"
>SCIE, Q1, IF: 8.0</strong
>
</p>
</div>
<div class="publication-item">
<h4>
<a
href="https://ieeexplore.ieee.org/document/11309584"
target="_blank"
rel="noopener noreferrer"
class="paper-title-link"
>
UTEHY-NLU@ALQAC 2025: Dynamic Weighted Ensemble and Adaptive
Reasoning for Vietnamese Legal Text Processing<i
class="ri-link"
></i>
</a>
</h4>
<p class="publication-meta">
KSE 2025, IEEE —
<strong style="color: var(--accent-hover)"
>Top #4 QA (0.9756 Accuracy) · Top #5 IR (0.8482
F2-Score)</strong
>
</p>
</div>
<div style="text-align: right; margin-top: 1.5rem">
<a
href="publications.html"
class="view-all-btn"
style="margin-top: 0"
>
<i class="ri-newspaper-line"></i> View all publications
</a>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience">
<h2 class="section-title">Experience</h2>
<p class="section-subtitle">(selected)</p>
<div class="glass-card">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">September 2024 - April 2026</div>
<h3>ViLegalLM: Language Models for Vietnamese Legal Text</h3>
<p style="color: var(--accent); font-weight: 600">
NLU Laboratory, Hung Yen University of Technology and Education
</p>
<p class="timeline-content">
Continual pretraining of PLM and LLMs on 16GB Vietnamese legal
data; SOTA across 10 benchmarks covering IR, QA, NLI, and
Reasoning.
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">August 2025 - January 2026</div>
<h3>
MedMAS: Multi-agent System for Pre-intake Clinical Note
Generation
</h3>
<p style="color: var(--accent); font-weight: 600">
BioInfomatic Laboratory, Feng Chia University, Taiwan
</p>
<p class="timeline-content">
Multi-agent system achieving SOTA on MTS-Dialog and CliniKnote
benchmarks across NER, QG, and Summarization tasks.
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2025 – July 2025</div>
<h3>NLP Fresher @ Artificial Intelligence Institute JSC</h3>
<p style="color: var(--accent); font-weight: 600">
Hung Yen, Vietnam
</p>
<p class="timeline-content">
LLM evaluation and benchmarking for production chatbot;
domain-specific QA system for Vietnam Ministry of Agriculture.
</p>
</div>
</div>
<div style="text-align: right; margin-top: 1.5rem">
<a
href="experience.html"
class="view-all-btn"
style="margin-top: 0"
>
<i class="ri-briefcase-line"></i> View all
(research/industry/teaching)
</a>
</div>
</div>
</section>
<!-- Achievements Section -->
<section id="achievements">
<h2 class="section-title">Achievements</h2>
<p class="section-subtitle">(selected)</p>
<div class="glass-card">
<div class="awards-grid">
<div class="award-item">
<div class="award-icon"><i class="ri-star-line"></i></div>
<div class="award-info">
<h4>
<a
href="https://drive.google.com/file/d/15Wkn5Zpp1qmXZShZHYFDYsWd9LmL8Q8J/view?usp=sharing"
target="_blank"
rel="noopener noreferrer"
class="cert-link"
>
TOYOTA Excellence Academic Scholarship
<i class="ri-link"></i>
</a>
</h4>
<p class="award-date">November 2024</p>
</div>
</div>
<div class="award-item">
<div class="award-icon"><i class="ri-honour-line"></i></div>
<div class="award-info">
<h4>
<a
href="https://drive.google.com/file/d/1OmMmKChNj_oQIpmG4wS6k2ZjJf1YywAL"
target="_blank"
rel="noopener noreferrer"
class="cert-link"
>
Second Prize — MOE-level Scientific Research
<i class="ri-link"></i>
</a>
</h4>
<p class="award-date">June 2025</p>
</div>
</div>
<div class="award-item">
<div class="award-icon"><i class="ri-honour-line"></i></div>
<div class="award-info">
<h4>
<a
href="https://www.facebook.com/reel/1962974367572405"
target="_blank"
rel="noopener noreferrer"
class="cert-link"
>
Excellence Graduate Thesis Presentation
<i class="ri-link"></i>
</a>
</h4>
<p class="award-date">June 2025 · Score 9.9/10</p>
</div>
</div>
</div>
<div style="text-align: right; margin-top: 1.5rem">
<a
href="achievements.html"
class="view-all-btn"
style="margin-top: 0"
>
<i class="ri-award-fill"></i> View all achievements
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<h2 class="section-title">Get In Touch</h2>
<div class="glass-card contact-info">
<p>
<i class="ri-mail-send-line"></i>
<a href="mailto:n.t.phuc149.cs@gmail.com"
>n.t.phuc149.cs@gmail.com</a
>
</p>
<p style="margin-top: 1rem; color: var(--text-secondary)">
Feel free to reach out for collaborations, research opportunities,
or just to connect!
</p>
</div>
</section>
</div>
<!-- Footer -->
<footer>
<p>© 2026 Truong-Phuc Nguyen. All rights reserved.</p>
</footer>
<button class="theme-toggle-fixed" onclick="toggleTheme()" title="Toggle light/dark mode">
<i class="ri-sun-line" id="themeIcon"></i>
</button>
<script src="script.js"></script>
<script>
(function() {
const saved = localStorage.getItem('theme');
if (saved === 'light') {
document.documentElement.setAttribute('data-theme', 'light');
document.getElementById('themeIcon').className = 'ri-moon-line';
}
})();
function toggleTheme() {
const isLight = document.documentElement.getAttribute('data-theme') === 'light';
if (isLight) {
document.documentElement.removeAttribute('data-theme');
localStorage.setItem('theme', 'dark');
document.getElementById('themeIcon').className = 'ri-sun-line';
} else {
document.documentElement.setAttribute('data-theme', 'light');
localStorage.setItem('theme', 'light');
document.getElementById('themeIcon').className = 'ri-moon-line';
}
}
</script>
</body>
</html>
|