Papers by Trung Pham

7 papers
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.
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.
SlimLM: An Efficient Small Language Model for On-Device Document Assistance (2025.acl-demo)

Copied to clipboard

Challenge: Small language models (SLMs) show promise for mobile deployment, but their real world performance and applications on smartphones remain understudied.
Approach: They propose a slim language model with a model size of 125M to 8B and a context length of 8B for efficient on-device processing.
Outcome: The proposed model is based on a Samsung Galaxy S24 and shows comparable or superior performance.
Layer-Wise High-Impact Parameter Ratio Optimization in Post-Training Quantization for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods to quantize large language models suffer from significant accuracy loss at low bit-widths due to high-impact parameters.
Approach: They propose a quadratic optimization framework that quantizes high-impact parameters to moderate bit-widths while quantizing low bit-wideths.
Outcome: The proposed framework preserves high-impact parameters while preserving memory usage.
HiGraAgent: Dual-Agent Adaptive Reasoning over Hierarchical Knowledge Graph for Open Domain Multi-hop Question Answering (2026.findings-eacl)

Copied to clipboard

Challenge: Existing approaches to multi-hop question answering lack a robust and flexible approach to QA . prior work showed compositionality gap persists even for Large Language Models .
Approach: They propose a framework that unifies graph-based retrieval with adaptive reasoning . HiGraAgent uses a hierarchical knowledge Graph with entity alignment .
Outcome: The proposed framework outperforms the strongest graph-based method on hotpotQA, 2WikiMultihopQA, and MuSiQue.

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