Papers by Zhuowei Chen
Enhancing Hindi Feature Representation through Fusion of Dual-Script Word Embeddings (2024.lrec-main)
Copied to clipboard
| Challenge: | Pretrained language models often neglect the integration of different scripts within a language, constraining their ability to capture richer semantic information. |
| Approach: | They propose a dual-script enhanced feature representation method for Hindi . they combine features from Devanagari and Romanized Hindi Roberta . |
| Outcome: | The proposed method improves model performance across multiple natural language processing tasks. |
Neuron-Aware Active Few-Shot Learning for LLMs (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods rely on output-level signals for sample identification, such as predictive entropy or semantic similarities with test-time data, which overlook models’ internal dynamics which could pinpoint specific knowledge gaps. |
| Approach: | They propose a Neuron-Aware Active Few-Shot Learning framework that shifts the selection paradigm from output-level proxies to models’ internal dynamics. |
| Outcome: | Experiments on three datasets show that NeuFS outperforms existing AFSL baselines. |
UBench: Benchmarking Uncertainty in Large Language Models with Multiple Choice Questions (2025.findings-acl)
Copied to clipboard
Xunzhi Wang, Zhuowei Zhang, Gaonan Chen, Qiongyu Li, Bitong Luo, Zhixin Han, Haotian Wang, Zhiyu Li, Hang Gao, Mengting Hu
| Challenge: | Existing methods for benchmarking the uncertainty of large language models face challenges . existing methods require internal model access, additional training, or high computational costs . |
| Approach: | They propose a new benchmark for evaluating the uncertainty of large language models based on confidence intervals . UBench encompasses 11,978 multiple choice questions spanning knowledge, language, understanding, and reasoning capabilities. |
| Outcome: | The proposed method outperforms existing methods for benchmarking the uncertainty of large language models. |
An Effective Deployment of Diffusion LM for Data Augmentation in Low-Resource Sentiment Classification (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing models for textual data augmentation (DA) are highly data-hungry and struggle to perform satisfactorily under noisy conditions. |
| Approach: | They propose to leverage a diffusion language model to capture in-domain knowledge and generate pseudo samples by reconstructing strong label-related tokens. |
| Outcome: | The proposed method captures in-domain knowledge and generates pseudo samples by reconstructing strong label-related tokens. |