File size: 19,099 Bytes
6be2277 | 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 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Experience | Truong-Phuc Nguyen</title>
<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="index.html" 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="index.html#about">About</a></li>
<li><a href="index.html#education">Education</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="experience.html" class="nav-active">Experience</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="container" style="padding-top: 7rem">
<div class="page-header">
<a href="index.html" class="back-link"
><i class="ri-arrow-left-line"></i> Back</a
>
<h2 class="section-title">Experience</h2>
</div>
<!-- Tab Navigation -->
<div class="experience-tabs">
<button class="tab-btn active" onclick="switchTab('research')">
<i class="ri-search-line"></i> Research
</button>
<button class="tab-btn" onclick="switchTab('working')">
<i class="ri-briefcase-line"></i> Working
</button>
<button class="tab-btn" onclick="switchTab('teaching')">
<i class="ri-presentation-fill"></i> Teaching & Mentoring
</button>
</div>
<!-- Research Tab -->
<div id="research-tab" class="tab-content active">
<div class="glass-card">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">August 2025 - January 2026</div>
<h3>
MedMAS: Multi-agent System for Pre-intake Clinical Note
Generation in Conversation
</h3>
<p style="color: var(--accent); font-weight: 600">
BioInfomatic Laboratory, Feng Chia University, Taiwan
</p>
<p class="timeline-content">
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.
</p>
<p
style="
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
"
>
<strong>Advisor:</strong> Prof. Fang-Rong Hsu
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">September 2024 - January 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">
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.
</p>
<p
style="
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
"
>
<strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">August 2025 - September 2025</div>
<h3>Adaptive Weighted Ensemble for Legal Text Processing</h3>
<p style="color: var(--accent); font-weight: 600">
NLU Laboratory, Hung Yen University of Technology and Education,
Vietnam
</p>
<p class="timeline-content">
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).
</p>
<p
style="
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
"
>
<strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2024 - September 2025</div>
<h3>
IntelliChat - Question Answering System for Vietnam Legal
Documents
</h3>
<p style="color: var(--accent); font-weight: 600">
NLU Laboratory, Hung Yen University of Technology and Education,
Vietnam
</p>
<p class="timeline-content">
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.
</p>
<p
style="
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
"
>
<strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2024 - June 2025</div>
<h3>QACTune - Advanced Legal Information Retrieval Framework</h3>
<p style="color: var(--accent); font-weight: 600">
NLU Laboratory, Hung Yen University of Technology and Education,
Vietnam
</p>
<p class="timeline-content">
Developed a novel fine-tuning framework leveraging
Question-Context-Answer relationships for enhancing legal
information retrieval in low-resource settings. Average
improvements of 3.9% and 4.8% in MAP@100. Published in
Engineering Applications of Artificial Intelligence (WoS-SCIE,
Q1, IF: 8.0).
</p>
<p
style="
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
"
>
<strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">July 2023 - January 2024</div>
<h3>
ViEduQAG - Vietnamese Question and Answer Generation in
Education
</h3>
<p style="color: var(--accent); font-weight: 600">
NLU Laboratory, Hung Yen University of Technology and Education,
Vietnam
</p>
<p class="timeline-content">
Pioneered Vietnamese Question-Answer Generation research in
education domain by creating ViEduQA - the first comprehensive
Vietnamese educational QAG dataset with 12,618 QA pairs across
319 lessons from 4 high school subjects. Published in SOICT 2024
(Springer CCIS).
</p>
<p
style="
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
"
>
<strong>Advisor:</strong> Assoc. Prof. Minh-Tien Nguyen
</p>
</div>
</div>
</div>
</div>
<!-- Working Tab -->
<div id="working-tab" class="tab-content">
<div class="glass-card">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">February 2025 β July 2025</div>
<h3>
NLP Fresher @ Artificial Intelligence Institute JSC, Hung Yen,
Vietnam
</h3>
<p style="color: var(--accent); font-weight: 600">
SmartChat - Smart AI Assistant for Vietnamese
</p>
<p class="timeline-content">
Led comprehensive evaluation of large language models for
production chatbot system, focusing on optimizing performance
across multiple NLP tasks including document reranking, question
rewriting, and content generation. Conducted systematic
benchmarking of state-of-the-art models including GPT-4o-mini,
Amazon Nova Lite, Amazon Nova Micro, and Amazon Nova Pro.
</p>
<p
style="color: var(--accent); font-weight: 600; margin-top: 1rem"
>
AI Assistant for Vietnam Ministry of Agriculture
</p>
<p class="timeline-content">
Developed a comprehensive domain-specific chatbot system
enabling intelligent question-answering capabilities over legal
document collections and regulatory text corpora. Built
innovative text-to-analytics functionality and designed a novel
document chunking mechanism combining Depth-First Search (DFS)
algorithms with advanced Regular Expression patterns.
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">October 2024 β January 2025</div>
<h3>AI Intern @ Viettel Telecom Corporation, Hanoi, Vietnam</h3>
<p style="color: var(--accent); font-weight: 600">
Per-Title Encoding
</p>
<p class="timeline-content">
Developed and optimized per-title encoding algorithms for video
compression on the TV360 streaming platform. Implemented
advanced analysis techniques to assess video complexity and
dynamically adjust encoding parameters, achieving optimal
balance between visual quality and file size.
</p>
<p
style="color: var(--accent); font-weight: 600; margin-top: 1rem"
>
Video Frame Interpolation
</p>
<p class="timeline-content">
Designed and implemented advanced video frame interpolation
systems to enhance motion smoothness for TV360 platform content
delivery. Developed sophisticated interpolation algorithms using
deep learning techniques to generate high-quality intermediate
frames.
</p>
<p
style="color: var(--accent); font-weight: 600; margin-top: 1rem"
>
Video Quality Assessment for User Generated Content
</p>
<p class="timeline-content">
Built comprehensive video quality assessment frameworks for
evaluating and enhancing user-generated content on the TV360
platform using computer vision and machine learning techniques.
</p>
</div>
</div>
</div>
</div>
<!-- Teaching Tab -->
<div id="teaching-tab" class="tab-content">
<div class="glass-card">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">April 2024 β July 2025</div>
<h3>Natural Language Processing - Teaching Assistant</h3>
<p style="color: var(--accent); font-weight: 600">
CS19TN, Hung Yen University of Technology and Education
</p>
<p class="timeline-content">
Assisted in teaching Natural Language Processing course, guiding
students through fundamental and advanced NLP concepts, helping
with assignments and projects.
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">April 2024 β July 2025</div>
<h3>Natural Language Processing - Key Mentor</h3>
<p style="color: var(--accent); font-weight: 600">
UTEHY-NLU Lab
</p>
<p class="timeline-content">
Mentored students in NLP research projects, guiding them through
literature review, experimental design, and paper writing.
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">December 2023 β July 2025</div>
<h3>Deep Learning - Key Mentor</h3>
<p style="color: var(--accent); font-weight: 600">
UTEHY-NLU Lab
</p>
<p class="timeline-content">
Guided students in deep learning fundamentals and applications,
covering neural networks, CNNs, RNNs, and Transformers.
</p>
</div>
<div class="timeline-item">
<div class="timeline-date">June 2023 β July 2025</div>
<h3>Machine Learning - Key Mentor</h3>
<p style="color: var(--accent); font-weight: 600">
UTEHY-NLU Lab
</p>
<p class="timeline-content">
Mentored students in machine learning concepts and practical
applications, covering supervised and unsupervised learning
algorithms.
</p>
</div>
</div>
</div>
</div>
</div>
<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>
function toggleMenu() {
document.getElementById("navLinks").classList.toggle("active");
}
function switchTab(tabName) {
document.querySelectorAll(".tab-btn").forEach((btn) => btn.classList.remove("active"));
document.querySelectorAll(".tab-content").forEach((c) => c.classList.remove("active"));
event.target.closest(".tab-btn").classList.add("active");
document.getElementById(tabName + "-tab").classList.add("active");
}
(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>
|