Papers by Mohan Zhang
A Distant Supervision Corpus for Extracting Biomedical Relationships Between Chemicals, Diseases and Genes (2022.lrec-1)
Copied to clipboard
| Challenge: | Biomedical researchers have used manual curation to extract biomedical interactions from research texts to improve coverage. |
| Approach: | They propose a new dataset for training and evaluating multi-class multi-label biomedical relation extraction models using human annotations and the CTD database. |
| Outcome: | The proposed dataset is substantially larger and cleaner than existing datasets and includes annotations linking mentions to their entities. |
Don’t Change Me! User-Controllable Selective Paraphrase Generation (2021.eacl-main)
Copied to clipboard
| Challenge: | a new technique allows paraphrase generation to be user-controlled . a user looking for cheap hotels in New York would not find the other answer helpful . |
| Approach: | They propose a method that provides a user with explicit tags that can be placed around any arbitrary segment of text to mean "don't change me!" they propose allowing user-controllable paraphrase generation by fine-tuning model that exhibits this behavior . |
| Outcome: | The proposed technique is language agnostic and tested in English and Chinese. |
A new approach for fine-tuning sentence transformers for intent classification and out-of-scope detection tasks (2024.emnlp-industry)
Copied to clipboard
| Challenge: | Virtual assistants often can handle only a limited scope of intents. |
| Approach: | They propose to combine out-of-scope (OOS) rejection with intent classification . they propose to regularize cross-entropy loss with an in-scope embedding reconstruction loss . |
| Outcome: | The proposed method achieves a 1-4% improvement in the area under the precision-recall curve for rejecting out-of-sample instances without compromising intent classification performance. |
Language Model as Planner and Formalizer under Constraints (2026.acl-long)
Copied to clipboard
| Challenge: | Large language models (LLMs) have been widely used in planning but lack interpretability and control. |
| Approach: | They propose to augment widely used planning benchmarks with manually annotated, fine-grained, and rich natural language constraints spanning four formally defined categories. |
| Outcome: | The proposed model outperforms existing models in 4 state-of-the-art reasoning LLMs, 4 formal languages, and 4 datasets. |
Advancing MoE Efficiency: A Collaboration-Constrained Routing (C2R) Strategy for Better Expert Parallelism Design (2025.naacl-long)
Copied to clipboard
| Challenge: | Using Mixture-of-Experts, researchers have found that efficient MoE is difficult to achieve due to two key reasons: imbalanced expert activation and massive communication overhead. |
| Approach: | They propose a collaboration-constrained routing strategy that encourages more specialized expert groups and leverages expert specialization. |
| Outcome: | The proposed approach achieves an average performance improvement of 0.51% and 0.33% on LLaMA-MoE and Qwen-MaE respectively. |