File size: 9,838 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
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Publications | 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" class="nav-active">Publications</a>
          </li>
          <li><a href="experience.html">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">Publications</h2>
      </div>

      <!-- Conference Papers -->
      <section>
        <div class="glass-card">
          <h3 style="color: var(--accent); margin-bottom: 1.5rem">
            <i class="ri-article-line"></i> Conference Papers
          </h3>

          <div class="publication-item">
            <h4>
              <a
                href="https://2026.aclweb.org/"
                target="_blank"
                rel="noopener noreferrer"
                class="paper-title-link"
              >
                [1] ViLegalLM: Language Models for Vietnamese Legal Text<i
                  class="ri-link"
                ></i>
              </a>
            </h4>
            <p class="publication-meta">
              <strong>Authors:</strong> <strong>Truong-Phuc Nguyen</strong>,
              Quy-Nhan Nguyen, and Minh-Tien Nguyen<br />
              <strong>Accepted in:</strong> Proceedings of the 64th Annual
              Meeting of the Association for Computational Linguistics (ACL 2026
              - Findings)<br />
            </p>
          </div>

          <div class="publication-item">
            <h4>
              <a
                href="https://ieeexplore.ieee.org/document/11309584"
                target="_blank"
                rel="noopener noreferrer"
                class="paper-title-link"
              >
                [2] 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">
              <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 />
              <strong>Published in:</strong> Proceedings of 2025 17th
              International Conference on Knowledge and System Engineering (KSE
              2025), Da Lat, Vietnam, 2025, pp. 1-5
            </p>
          </div>

          <div class="publication-item">
            <h4>
              <a
                href="https://link.springer.com/chapter/10.1007/978-981-96-4288-5_34"
                target="_blank"
                rel="noopener noreferrer"
                class="paper-title-link"
              >
                [3] ViEduQA: A New Vietnamese Dataset for Question Answer
                Generation in Education<i class="ri-link"></i>
              </a>
            </h4>
            <p class="publication-meta">
              <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 />
              <strong>Published in:</strong> Information and Communication
              Technology. SOICT 2024. CCIS, vol. 2352, pp. 441-455. Springer,
              Singapore, 2025
            </p>
          </div>

          <div class="publication-item">
            <h4>
              <a
                href="https://ieeexplore.ieee.org/document/11063637"
                target="_blank"
                rel="noopener noreferrer"
                class="paper-title-link"
              >
                [4] Vietnamese Legal Question Answering: An Experimental Study<i
                  class="ri-link"
                ></i>
              </a>
            </h4>
            <p class="publication-meta">
              <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 />
              <strong>Published in:</strong> Proceedings of 2024 16th
              International Conference on Knowledge and System Engineering (KSE
              2024), Kuala Lumpur, Malaysia, 2024, pp. 440-446.
            </p>
          </div>
        </div>
      </section>

      <!-- Journal Articles -->
      <section>
        <div class="glass-card">
          <h3 style="color: var(--accent); margin-bottom: 1.5rem">
            <i class="ri-file-paper-2-line"></i> Journal Articles
          </h3>

          <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"
              >
                [1] 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">
              <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 />
              <strong>Published in:</strong> Engineering Applications of
              Artificial Intelligence, Volume 159, Page 111570. Elsevier,
              2025<br />
              <strong>Impact:</strong> SCIE, Q1, IF: 8.0
            </p>
          </div>

          <div class="publication-item">
            <h4>
              <a
                href="https://jst.utehy.edu.vn/index.php/jst/article/view/650"
                target="_blank"
                rel="noopener noreferrer"
                class="paper-title-link"
              >
                [2] Application of Machine Learning in Image Recognition to
                Detect Some Abnormalities in the Examination Rooms<i
                  class="ri-link"
                ></i>
              </a>
            </h4>
            <p class="publication-meta">
              <strong>Authors:</strong> Tien-Dat Nguyen,
              <strong>Truong-Phuc Nguyen</strong>, and Pham Minh Chuan<br />
              <strong>Published in:</strong> UTEHY Journal of Applied Science
              and Technology (University Journal), Vol. 40, 2023, pp. 27-32
            </p>
          </div>
        </div>
      </section>
    </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() {
        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>