Papers by Zijian Zheng
ReCode: Robustness Evaluation of Code Generation Models (2023.acl-long)
Copied to clipboard
Shiqi Wang, Zheng Li, Haifeng Qian, Chenghao Yang, Zijian Wang, Mingyue Shang, Varun Kumar, Samson Tan, Baishakhi Ray, Parminder Bhatia, Ramesh Nallapati, Murali Krishna Ramanathan, Dan Roth, Bing Xiang
| Challenge: | Existing work on robustness in text or code tasks has focused on classification, while robustness for code generation tasks is an uncharted area. |
| Approach: | They propose a robustness evaluation benchmark for code generation models that customizes over 30 transformations specifically for code on docstrings, function and variable names, code syntax, and code format. |
| Outcome: | The proposed model performs better on human annotators and on SOTA models with human annnotators. |
FNSCC: Fuzzy Neighborhood-Aware Self-Supervised Contrastive Clustering for Short Text (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Short texts pose significant challenges for clustering due to semantic sparsity, limited context and fuzzy category boundaries. |
| Approach: | proposed framework incorporates neighborhood information at instance and cluster levels . a cluster-level framework introduces fuzzy neighborhood-aware weighting . |
| Outcome: | The proposed framework outperforms state-of-the-art models on short texts . it excludes neighbors from negative sample set to enhance inter-cluster separability . |
MAST: A Multi-View Alignment Strategy for Optimal Transport-Based Contrastive Clustering of Short Text (2026.findings-acl)
Copied to clipboard
| Challenge: | Short text clustering has gained significant prominence due to its ubiquity in real-world applications. |
| Approach: | They propose a multi-view alignment strategy with transport-based clustering that integrates structural views to capture multi-granularity semantic features. |
| Outcome: | Experiments show that MAST outperforms state-of-the-art methods on benchmark datasets. |
DQ-BART: Efficient Sequence-to-Sequence Model via Joint Distillation and Quantization (2022.acl-short)
Copied to clipboard
Zheng Li, Zijian Wang, Ming Tan, Ramesh Nallapati, Parminder Bhatia, Andrew Arnold, Bing Xiang, Dan Roth
| Challenge: | Empirical analyses show that pre-trained sequence-to-sequence models can achieve a 16.5x model footprint compression ratio with little performance drop relative to full-precision counterparts. |
| Approach: | They propose to distill and quantize pre-trained sequence-to-sequence models to reduce memory and latency requirements. |
| Outcome: | Empirical results show that the proposed model achieves 16.5x model footprint compression ratio with little performance drop relative to full-precision counterparts on multiple summarization and QA datasets. |
Disentangling Reasoning Logic to Resolve Explicit Knowledge Conflicts (2026.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to resolve explicit knowledge conflicts are based on semantic decoding and auxiliary embedding. |
| Approach: | They propose a framework that adjudicates conflicts by structuring the underlying logic. |
| Outcome: | Experiments show that the proposed framework improves on existing models. |
SKGSum: Structured Knowledge-Guided Document Summarization (2024.findings-acl)
Copied to clipboard
Qiqi Wang, Ruofan Wang, Kaiqi Zhao, Robert Amor, Benjamin Liu, Jiamou Liu, Xianda Zheng, Zijian Huang
| Challenge: | Existing summarization methods ignore the importance of summary structure, resulting in summaries that emphasize the most prominent information while omitting essential details from other sections. |
| Approach: | They propose a method that uses automatically extracted summary points to generate summaries. |
| Outcome: | The proposed methods improve quality and BERTScore of summaries and broaden the types of documents that can be effectively summarized. |
Improving Visual-Semantic Embedding with Adaptive Pooling and Optimization Objective (2023.eacl-main)
Copied to clipboard
Zijian Zhang, Chang Shu, Ya Xiao, Yuan Shen, Di Zhu, Youxin Chen, Jing Xiao, Jey Han Lau, Qian Zhang, Zheng Lu
| Challenge: | Recent VSE models combine simple pooling methods with hard triplet loss to improve performance. |
| Approach: | They propose an adaptive pooling strategy that allows the model to learn how to aggregate features through a combination of simple pooling methods. |
| Outcome: | The proposed strategy outperforms current state-of-the-art systems on image-to-text and text-toimage retrieval. |