info / experience.html
ntphuc149's picture
Upload 3 files
6be2277 verified
Raw
History Blame Contribute Delete
19.1 kB
<!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>