Papers by Anh Nguyen

20 papers
Mutual-pairing Data Augmentation for Fewshot Continual Relation Extraction (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for Few-shot Continual Relation Extraction struggle with catastrophic forgetting and overfitting.
Approach: They propose a method that transforms single input sentences into complex texts by integrating old and new data.
Outcome: The proposed method sharpens model focus and improves model performance . it also uncovers fascinating behaviors of Sharpness-Aware Minimization (SAM) in Few-shot Continual Learning.
A Vietnamese Dataset for Evaluating Machine Reading Comprehension (2020.coling-main)

Copied to clipboard

Challenge: despite the lack of benchmark datasets for Vietnamese, there are few studies on machine reading comprehension (MRC) . MRC is an essential core for a range of natural language processing applications such as search engines and intelligent agents.
Approach: They propose to use Vietnamese Question Answering Dataset to evaluate machine reading comprehension in Vietnamese . they use over 23,000 human-generated question-answer pairs based on 5,109 Vietnamese articles .
Outcome: The proposed dataset includes over 23,000 human-generated question-answer pairs based on 5,109 passages of 174 Vietnamese articles from Wikipedia.
Improving Multimodal Sentiment Analysis: Supervised Angular margin-based Contrastive Learning for Enhanced Fusion Representation (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for multimodal sentiment analysis focus on forming positive and negative pairs, neglecting the variation in sentiment scores within the same class.
Approach: They propose a framework to enhance discrimination and generalizability of the multimodal representation and overcome biases in the fusion vector’s modality.
Outcome: The proposed model improves discrimination and generalizability of the multimodal representation and overcomes biases in the fusion vector’s modality.
Double Trouble: How to not Explain a Text Classifier’s Decisions Using Counterfactuals Synthesized by Masked Language Models? (2022.aacl-main)

Copied to clipboard

Challenge: Input Marginalization (IM) is a method that takes the prediction difference between before-and-after an input feature (here, a token) is removed as its attribution.
Approach: They propose to use a BERT-based method to replace a token with a feature to give more plausible counterfactuals.
Outcome: The proposed method is effective, but the Deletion-BERT metric is biased towards IM, and the results are not convincing.
PiC: A Phrase-in-Context Dataset for Phrase Understanding and Semantic Search (2023.eacl-main)

Copied to clipboard

Challenge: Existing benchmarks for phrase-similarity compare phrases alone (without context) and phrases with context (with or without context).
Approach: They propose to use a dataset of 28K noun phrases accompanied by their contextual Wikipedia pages to train machine phrase embeddings.
Outcome: The proposed dataset improves ranking-models’ accuracy and pushes span selection models near human accuracy, which is 95% Exact Match (EM) on semantic search given a query phrase and a passage.
NUMINA: A Natural Understanding Benchmark for Multi-dimensional Intelligence and Numerical Reasoning Abilities (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing 3D benchmarks lack fine-grained numerical reasoning task annotations, limiting MLLMs’ ability to perform precise spatial measurements and complex numerical reasoning.
Approach: They propose a 3D-based benchmark to enhance indoor perceptual understanding by using multi-scale annotations and question-answer pairs.
Outcome: The proposed benchmark improves indoor perceptual understanding by incorporating multi-scale annotations and question-answer pairs.
BERTweet: A pre-trained language model for English Tweets (2020.emnlp-demos)

Copied to clipboard

Challenge: Experiments show that BERTweet outperforms strong baselines RoBERTa-base and XLM-R-base on three Tweet NLP tasks: Part-of-speech tagging, Named-entity recognition and text classification.
Approach: They propose to train a pre-trained language model for English Tweets using the RoBERTa pre training procedure and use it to train the model.
Outcome: Experiments show that the model outperforms baseline models on three Tweet NLP tasks: Part-of-speech tagging, Named-entity recognition and text classification.
PEEB: Part-based Image Classifiers with an Explainable and Editable Language Bottleneck (2024.findings-naacl)

Copied to clipboard

Challenge: CLIP-based classifiers rely on the prompt containing a class name that is known to the text encoder and perform poorly on new classes or the classes whose names rarely appear on the Internet.
Approach: They propose to use a set of text descriptors to express a class name into a textual descriptable and match the embeddings of the detected parts to their textual ones to compute a logit score.
Outcome: The proposed classifier outperforms CLIP-based classifiers on zero-shot and supervised learning settings by 88.80% and 92.20% accuracy on CUB-200 and Stanford Dogs-120.
Out of Order: How important is the sequential order of words in a sentence in Natural Language Understanding tasks? (2021.findings-acl)

Copied to clipboard

Challenge: In July 2019, RoBERTa was the first to surpass a human baseline on GLUE . since then, 13 more methods have outperformed humans on the GLu leaderboard .
Approach: They found that 75% to 90% of correct predictions of BERT-based classifiers remain constant after input words are randomly shuffled.
Outcome: The proposed model outperforms humans on GLUE and SQuAD 2.0.
DemaFormer: Damped Exponential Moving Average Transformer with Energy-Based Modeling for Temporal Language Grounding (2023.findings-emnlp)

Copied to clipboard

Challenge: Temporal Language Grounding (TLG) is a task to determine temporal boundaries of video moments that correspond to a language query.
Approach: They propose an energy-based model framework to explicitly learn moment-query distributions.
Outcome: The proposed model outperforms the state-of-the-art models on four public temporal language grounding datasets.
Enhancing Multimodal Entity Linking with Jaccard Distance-based Conditional Contrastive Learning and Contextual Visual Augmentation (2025.naacl-long)

Copied to clipboard

Challenge: Existing approaches to multimodal entity linking use contrastive learning to align input sentences and entities, but are limited by their random negative sampling.
Approach: They propose a method to match negative samples with similar attributes using JD-CCL . they also propose 'contextual visual-aid controllable patch transform' experimental results demonstrate the strong effectiveness of their method .
Outcome: The proposed method is able to match negative samples with similar attributes on a multimodal knowledge graph.
A Pilot Study of Text-to-SQL Semantic Parsing for Vietnamese (2020.findings-emnlp)

Copied to clipboard

Challenge: Semantic parsing is an important NLP task, but Vietnamese is a low-resource language.
Approach: They extend EditSQL and IRNet semantic parsing baselines on Vietnamese datasets . they find automatic Vietnamese word segmentation improves parser results .
Outcome: The proposed dataset improves on two strong parsing baselines for Vietnamese . the monolingual language model PhoBERT improves over the best multilingual language models.
Class based Influence Functions for Error Detection (2023.acl-short)

Copied to clipboard

Challenge: Influence functions (IFs) are powerful tools for detecting anomalous examples in large scale datasets.
Approach: They propose a method to explain the instability of IFs by leveraging class information to improve the stability of ifs.
Outcome: The proposed method improves performance and stability while incurring no additional computational cost.
MultiMed-ST: Large-scale Many-to-many Multilingual Medical Speech Translation (2025.emnlp-main)

Copied to clipboard

Challenge: Multilingual speech translation (ST) and machine translation (MT) in the medical domain enhances patient care by enabling efficient communication across language barriers.
Approach: They present a large-scale ST dataset for the medical domain spanning all translation directions in Vietnamese, English, German, French, and Simplified/Traditional Chinese, together with the models.
Outcome: The multi-language speech translation (ST) and machine translation (MT) in the medical domain is the largest medical MT dataset and the largest many-to-many multilingual ST among all domains.
Preserving Generalization of Language models in Few-shot Continual Relation Extraction (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for Few-shot Continual Relations Extraction (FCRE) are limited in labeled training data and models must learn from a few new samples to solve new tasks.
Approach: They propose a method that leverages often-discarded language model heads to integrate knowledge from new relations with limited labeled data while avoiding catastrophic forgetting.
Outcome: The proposed method circumvents catastrophic forgetting and preserves prior knowledge from pre-trained backbones while maintaining accuracy of existing classifications.
PhoBERT: Pre-trained language models for Vietnamese (2020.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show that PhoBERT outperforms the recent best pre-trained multilingual model XLM-R in multiple Vietnamese-specific NLP tasks.
Approach: They present PhoBERT with two versions, Phobert-base and PhoBRET-large, which are pre-trained for Vietnamese.
Outcome: The proposed model outperforms the best pre-trained model XLM-R and improves the state-of-the-art in multiple Vietnamese-specific NLP tasks including Part-of speech tagging, Dependency parsing, Named-entity recognition and Natural language inference.
The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation (2023.findings-emnlp)

Copied to clipboard

Challenge: Open-source dataset of code-text pairs for training large language models to understand code is outperforms other datasets for code generation and understanding tasks.
Approach: They propose to extract high-quality code-text pairs from a dataset of 43 million pairs . they use rules and deep learning to ensure that the code-sampled samples contain high-quality pairs a .
Outcome: The Vault dataset outperforms existing models on common coding tasks . authors hope the results will propel AI research and software development forward .
A Spectral Viewpoint on Continual Relation Extraction (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to solve the Continual Relation Extraction problem have been proposed .
Approach: They propose a class-wise regularization method that preserves eigenvectors for each class shape . they propose spectral regularization to preserve eenvector shape after learning new tasks .
Outcome: The proposed method improves performance on two benchmark datasets.
MaGiX: A Multi-Granular Adaptive Graph Intelligence Framework for Enhancing Cross-Lingual RAG (2025.findings-emnlp)

Copied to clipboard

Challenge: Recent advances in Graph-based RAG (GRAG) frameworks focus on knowledge graphs for cross-lingual retrieval.
Approach: They propose a new GRAG framework for cross-lingual question answering . MaGiX constructs a multi-granular cross-linguistic knowledge graph using fine-grained attribute descriptions and cross-synonym edges.
Outcome: The proposed framework outperforms prior GRAG systems in retrieval accuracy and generation quality.
Prompt-based Zero-shot Text Classification with Conceptual Knowledge (2023.acl-srw)

Copied to clipboard

Challenge: Existing approaches to pre-training language models rely on verbalizers to translate the predicted vocabulary to task-specific labels.
Approach: They propose a framework that incorporates conceptual knowledge for text classification in the extreme zero-shot setting.
Outcome: The proposed framework outperforms prompt-based approaches on four widely-used datasets for sentiment analysis and topic detection on the same experimental settings.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations