Skip to content

Commit 4352860

Browse files
committed
update profile
1 parent 8662cfd commit 4352860

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+279
-1336
lines changed

_bibliography/papers.bib

Lines changed: 29 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,35 @@
11
---
22
---
33
4-
@string{aps = {American Physical Society,}}
5-
6-
@book{einstein1956investigations,
7-
bibtex_show={true},
8-
title={Investigations on the Theory of the Brownian Movement},
9-
author={Einstein, Albert},
10-
year={1956},
11-
publisher={Courier Corporation},
12-
preview={brownian-motion.gif}
13-
}
14-
15-
@article{einstein1950meaning,
16-
abbr={AJP},
17-
bibtex_show={true},
18-
title={The meaning of relativity},
19-
author={Einstein, Albert and Taub, AH},
20-
journal={American Journal of Physics},
21-
volume={18},
22-
number={6},
23-
pages={403--404},
24-
year={1950},
25-
publisher={American Association of Physics Teachers}
26-
}
27-
28-
@article{PhysRev.47.777,
29-
abbr={PhysRev},
30-
title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
31-
author={Einstein, A. and Podolsky, B. and Rosen, N.},
32-
abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.},
33-
journal={Phys. Rev.},
34-
volume={47},
35-
issue={10},
36-
pages={777--780},
37-
numpages={0},
38-
year={1935},
39-
month={May},
40-
publisher=aps,
41-
doi={10.1103/PhysRev.47.777},
42-
url={http://link.aps.org/doi/10.1103/PhysRev.47.777},
43-
html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777},
44-
pdf={example_pdf.pdf},
45-
altmetric={248277},
46-
dimensions={true},
47-
selected={true}
48-
}
49-
50-
@article{einstein1905molekularkinetischen,
51-
title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen},
52-
author={Einstein, A.},
53-
journal={Annalen der physik},
54-
volume={322},
55-
number={8},
56-
pages={549--560},
57-
year={1905},
58-
publisher={Wiley Online Library}
59-
}
60-
61-
@article{einstein1905movement,
62-
abbr={Ann. Phys.},
63-
title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat},
64-
author={Einstein, A.},
65-
journal={Ann. Phys.},
66-
volume={17},
67-
pages={549--560},
68-
year={1905}
69-
}
70-
71-
@article{einstein1905electrodynamics,
72-
title={On the electrodynamics of moving bodies},
73-
author={Einstein, A.},
74-
year={1905}
4+
@misc{manh2023vault,
5+
abbr={EMNLP'23},
6+
bibtex_show={true},
7+
title={The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation},
8+
abstract={We present The Vault, an open-source, large-scale code-text dataset designed to enhance the training of code-focused large language models (LLMs). Existing open-source datasets for training code-based LLMs often face challenges in terms of size, quality (due to noisy signals), and format (only containing code function and text explanation pairings). The Vault overcomes these limitations by providing 40 million code-text pairs across 10 popular programming languages, thorough cleaning for 10+ prevalent issues, and various levels of code-text pairings, including class, function, and line levels. Researchers and practitioners can utilize The Vault for training diverse code-focused LLMs or incorporate the provided data cleaning methods and scripts to improve their datasets. By employing The Vault as the training dataset for code-centric LLMs, we anticipate significant advancements in code understanding and generation tasks, fostering progress in both artificial intelligence research and software development practices.},
9+
author={Dung Nguyen Manh, and Nam Le Hai and Anh T. V. Dau and Anh Minh Nguyen and Khanh Nghiem and Jin Guo and Nghi D. Q. Bui},
10+
year={2023},
11+
eprint={2305.06156},
12+
archivePrefix={arXiv},
13+
primaryClass={cs.CL},
14+
pdf={The_Vault.pdf},
15+
code={https://github.com/FSoft-AI4Code/TheVault},
16+
arxiv={2305.06156},
17+
bibtex_show={true},
18+
preview={the-vault-pipeline.png},
19+
selected={true},
7520
}
7621

77-
@book{przibram1967letters,
78-
bibtex_show={true},
79-
title={Letters on wave mechanics},
80-
author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl},
81-
year={1967},
82-
publisher={Vision},
83-
preview={wave-mechanics.gif}
22+
@misc{van2022viwoz,
23+
title={ViWOZ: A Multi-Domain Task-Oriented Dialogue Systems Dataset For Low-resource Language},
24+
author={Phi Nguyen Van and Tung Cao Hoang and Dung Nguyen Manh, and Quan Nguyen Minh and Long Tran Quoc},
25+
abstract={Most of the current task-oriented dialogue systems (ToD), despite having interesting results, are designed for a handful of languages like Chinese and English. Therefore, their performance in low-resource languages is still a significant problem due to the absence of a standard dataset and evaluation policy. To address this problem, we proposed ViWOZ, a fully-annotated Vietnamese task-oriented dialogue dataset. ViWOZ is the first multi-turn, multi-domain tasked oriented dataset in Vietnamese, a low-resource language. The dataset consists of a total of 5,000 dialogues, including 60,946 fully annotated utterances. Furthermore, we provide a comprehensive benchmark of both modular and end-to-end models in low-resource language scenarios. With those characteristics, the ViWOZ dataset enables future studies on creating a multilingual task-oriented dialogue system.},
26+
year={2022},
27+
eprint={2203.07742},
28+
archivePrefix={arXiv},
29+
primaryClass={cs.CL},
30+
selected={true},
31+
bibtex_show={true},
32+
arxiv={2203.07742},
33+
preview={preview-viwoz.png},
34+
pdf={viwoz.pdf}
8435
}

_config.yml

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,21 @@
33
# -----------------------------------------------------------------------------
44

55
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
9-
email: you@example.com
6+
first_name: Dung
7+
middle_name: Nguyen
8+
last_name: Manh
9+
email: dungnm.workspace@gmail.com
1010
description: > # the ">" symbol means to ignore newlines until "footer_text:"
1111
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
1212
footer_text: >
1313
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
14-
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
15-
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
16-
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
14+
keywords: # add your own keywords or leave empty
1715

1816
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
19-
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
17+
icon: icon.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
2018

21-
url: https://alshedivat.github.io # the base hostname & protocol for your site
22-
baseurl: /al-folio # the subpath of your site, e.g. /blog/
19+
url: https://nmd2k.github.io # the base hostname & protocol for your site
20+
baseurl: /nmd2k # the subpath of your site, e.g. /blog/
2321
last_updated: false # set to true if you want to display last updated in the footer
2422
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
2523

@@ -32,8 +30,8 @@ highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-them
3230
highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes
3331

3432
# repo color theme
35-
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
36-
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
33+
repo_theme_light: vue # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
34+
repo_theme_dark: ayu-mirage # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
3735
repo_trophies:
3836
enabled: true
3937
theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
@@ -71,13 +69,13 @@ og_image: # The site-wide (default for all links) Open Graph preview image
7169
# Social integration
7270
# -----------------------------------------------------------------------------
7371

74-
github_username: # your GitHub user name
72+
github_username: nmd2k # your GitHub user name
7573
gitlab_username: # your GitLab user name
7674
twitter_username: # your Twitter handle
7775
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
78-
linkedin_username: # your LinkedIn user name
76+
linkedin_username: nmd2k # your LinkedIn user name
7977
telegram_username: # your Telegram user name
80-
scholar_userid: # your Google Scholar ID
78+
scholar_userid: BHpeA4MAAAAJ # your Google Scholar ID
8179
semanticscholar_id: # your Semantic Scholar ID
8280
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
8381
orcid_id: # your ORCID ID
@@ -101,13 +99,13 @@ spotify_id: # your spotify id
10199
pinterest_id: # your pinterest id
102100
unsplash_id: # your unsplash id
103101
instagram_id: # your instagram id
104-
facebook_id: # your facebook id
102+
facebook_id: nmd2k # your facebook id
105103
youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
106104
discord_id: # your discord id (18-digit unique numerical identifier)
107105
zotero_username: # your zotero username
108106

109107
contact_note: >
110-
You can even add a little note about which of these is the best way to reach you.
108+
Feel free to contact me.
111109
112110
# -----------------------------------------------------------------------------
113111
# Analytics and search engine verification
@@ -123,9 +121,9 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
123121
# Blog
124122
# -----------------------------------------------------------------------------
125123

126-
blog_name: al-folio # blog_name will be displayed in your blog page
124+
blog_name: # blog_name will be displayed in your blog page
127125
blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar
128-
blog_description: a simple whitespace theme for academics
126+
blog_description: Welcome to my blog
129127
permalink: /blog/:year/:title/
130128

131129
# Pagination
@@ -140,28 +138,29 @@ related_blog_posts:
140138
# Follow instructions on https://giscus.app/ to setup for your repo to fill out
141139
# the information below.
142140
giscus:
143-
repo: alshedivat/al-folio # <your-github-user-name>/<your-github-repo-name>
144-
repo_id: MDEwOlJlcG9zaXRvcnk2MDAyNDM2NQ==
145-
category: Comments # name of the category under which discussions will be created
146-
category_id: DIC_kwDOA5PmLc4CTBt6
147-
mapping: title # identify discussions by post title
148-
strict: 1 # use strict identification mode
141+
repo: nmd2k/nmd2k.github.io # <your-github-user-name>/<your-github-repo-name>
142+
repo_id: R_kgDOKI3PPw
143+
category: General # name of the category under which discussions will be created
144+
category_id: DIC_kwDOKI3PP84CYuXs
145+
mapping: url # identify discussions by post title
146+
strict: 0 # use strict identification mode
149147
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
150148
input_position: bottom # whether to display input form below (bottom) or above (top) the comments
151149
theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
152150
emit_metadata: 0
151+
crossorigin: anonymous
153152
lang: en
154153

155154
# Disqus comments (DEPRECATED)
156-
disqus_shortname: al-folio # put your disqus shortname
155+
disqus_shortname: nmd2k # put your disqus shortname
157156
# https://help.disqus.com/en/articles/1717111-what-s-a-shortname
158157

159158
# External sources.
160159
# If you have blog posts published on medium.com or other external sources,
161160
# you can display them in your blog by adding a link to the RSS feed.
162-
external_sources:
163-
- name: medium.com
164-
rss_url: https://medium.com/@al-folio/feed
161+
# external_sources:
162+
# - name:
163+
# rss_url:
165164

166165
# -----------------------------------------------------------------------------
167166
# Collections
@@ -265,17 +264,17 @@ jekyll-archives:
265264
tag: '/blog/tag/:name/'
266265
category: '/blog/category/:name/'
267266

268-
display_tags: ['formatting', 'images', 'links', 'math', 'code'] # these tags will be displayed on the front page of your blog
269-
display_categories: ['blockquotes'] # these categories will be displayed on the front page of your blog
267+
# display_tags: ['formatting', 'images', 'links', 'math', 'code'] # these tags will be displayed on the front page of your blog
268+
# display_categories: ['blockquotes'] # these categories will be displayed on the front page of your blog
270269

271270
# -----------------------------------------------------------------------------
272271
# Jekyll Scholar
273272
# -----------------------------------------------------------------------------
274273

275274
scholar:
276275

277-
last_name: [Einstein]
278-
first_name: [Albert, A.]
276+
last_name: [Nguyen, Manh Nguyen, Nguyen Manh]
277+
first_name: [Dung, Dung Nguyen, DN, Dung Manh, DM]
279278

280279
style: apa
281280
locale: en
@@ -364,7 +363,7 @@ enable_masonry: true # enables automatic project cards arrangement
364363
enable_math: true # enables math typesetting (uses MathJax)
365364
enable_tooltips: false # enables automatic tooltip links generated
366365
# for each section titles on pages and posts
367-
enable_darkmode: true # enables switching between light/dark modes
366+
enable_darkmode: false # enables switching between light/dark modes
368367
enable_navbar_social: false # enables displaying social links in the
369368
# navbar on the about page
370369
enable_project_categories: true # enables categorization of projects into

_data/coauthors.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
"Adams":
2-
- firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
3-
url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
1+
# "Adams":
2+
# - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
3+
# url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
44

5-
"Podolsky":
6-
- firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
7-
url: https://en.wikipedia.org/wiki/Boris_Podolsky
5+
# "Podolsky":
6+
# - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
7+
# url: https://en.wikipedia.org/wiki/Boris_Podolsky
88

9-
"Rosen":
10-
- firstname: ["Nathan", "N."]
11-
url: https://en.wikipedia.org/wiki/Nathan_Rosen
9+
# "Rosen":
10+
# - firstname: ["Nathan", "N."]
11+
# url: https://en.wikipedia.org/wiki/Nathan_Rosen
1212

13-
"Bach":
14-
- firstname: ["Johann Sebastian", "J. S."]
15-
url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
13+
# "Bach":
14+
# - firstname: ["Johann Sebastian", "J. S."]
15+
# url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
1616

17-
- firstname: ["Carl Philipp Emanuel", "C. P. E."]
18-
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
17+
# - firstname: ["Carl Philipp Emanuel", "C. P. E."]
18+
# url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
1919

20-
"Przibram":
21-
- firstname: ["Karl"]
22-
url: https://link.springer.com/article/10.1007/s00016-019-00242-z
20+
# "Przibram":
21+
# - firstname: ["Karl"]
22+
# url: https://link.springer.com/article/10.1007/s00016-019-00242-z
2323

24-
"Schrödinger":
25-
- firstname: ["Erwin"]
26-
url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger
24+
# "Schrödinger":
25+
# - firstname: ["Erwin"]
26+
# url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger
2727

28-
"Lorentz":
29-
- firstname: ["Hendrik Antoon"]
30-
url: https://en.wikipedia.org/wiki/Hendrik_Lorentz
28+
# "Lorentz":
29+
# - firstname: ["Hendrik Antoon"]
30+
# url: https://en.wikipedia.org/wiki/Hendrik_Lorentz
3131

32-
"Planck":
33-
- firstname: ["Max"]
34-
url: https://en.wikipedia.org/wiki/Max_Planck
32+
# "Planck":
33+
# - firstname: ["Max"]
34+
# url: https://en.wikipedia.org/wiki/Max_Planck

_data/repositories.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
github_users:
2-
- torvalds
3-
- alshedivat
2+
- nmd2k
43

54
github_repos:
6-
- alshedivat/al-folio
7-
- twbs/bootstrap
8-
- jekyll/jekyll
9-
- jquery/jquery
10-
- FortAwesome/Font-Awesome
11-
- jpswalsh/academicons
12-
- mathjax/MathJax
5+
- FSoft-AI4Code/TheVault
6+
- FSoft-AI4Code/CodeText-parser
7+
- UETAILab/uetai
8+
- nmd2k/speech-enhancement

_data/venues.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
"PhysRev":
66
url: https://journals.aps.org/
7+
8+
"EMNLP":
9+
url: https://2023.emnlp.org/calls/main_conference_papers

_news/1_graduate.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2022-10-05 15:59:00-0400
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
I got my Bachelor degree in Computer Science from University of Engineering and Technology, Vietnam National Unviersity (CGPA: 3.61).

_news/2_fpt_ai.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2022-7-10 15:59:00-0400
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
I was offered to become full-time AI Resident at FPTSoftware AI Center :sparkles: :smile:

_news/announcement_1.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)