Papers by Yaqing Wang
Simplified Graph Learning for Inductive Short Text Classification (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for short text classification are limited and lack of labeled data is not enough. |
| Approach: | They propose a novel short text classification algorithm which leverages words to handle the lack of labeled data. |
| Outcome: | The proposed model performs better with lower memory consumption and faster inference speed than previous models. |
Unity in Diversity: Collaborative Pre-training Across Multimodal Medical Sources (2024.acl-long)
Copied to clipboard
Xiaochen Wang, Junyu Luo, Jiaqi Wang, Yuan Zhong, Xiaokun Zhang, Yaqing Wang, Parminder Bhatia, Cao Xiao, Fenglong Ma
| Challenge: | Current pre-training techniques rely on a limited scope of medical data, limiting the range of downstream tasks. |
| Approach: | They propose a pre-training strategy that unifies patient data within individual sources and captures explicit and implicit correlations between patients across different sources. |
| Outcome: | The proposed strategy bridges the gap between multimodal medical sources by aggregating patient data within individual sources and capturing explicit and implicit correlations between patients across sources. |
CoRelation: Boosting Automatic ICD Coding through Contextualized Code Relation Learning (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing methods for boosting ICD coding performance lack a model for complex code relations . current methods overlook the importance of context in clinical notes . |
| Approach: | They propose a contextualized and flexible framework to enhance learning of ICD code relations . they use clinical notes to model all possible code relations using a dependent learning paradigm . |
| Outcome: | The proposed approach improves on six public ICD coding datasets compared to state-of-the-art models. |
Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Named entity recognition (NER) is a language understanding task that requires large amounts of in-domain labeled data to perform well. |
| Approach: | They propose a framework which learns from natural language supervision and enables the identification of never-seen entity classes without using in-domain labeled data. |
| Outcome: | The proposed method brings 10%, 23% and 26% improvements over baselines in few-shot learning, domain transfer and zero-shot settings respectively. |
HadSkip: Homotopic and Adaptive Layer Skipping of Pre-trained Language Models for Efficient Inference (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods to exit pre-trained language models suffer from the limitation that they have to sequentially traverse through all layers prior to the selected exit layer, which degrades their performance. |
| Approach: | They propose a homotopic and adaptive layer skipping fine-tuning method that adaptively selects the layers to skip based on a predefined budget. |
| Outcome: | The proposed method outperforms all state-of-the-art baselines on the GLUE benchmark and shows that it is highly efficient. |
Knowledge-Guided Paraphrase Identification (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods for paraphrase identification (PI) are limited due to lack of professional knowledge. |
| Approach: | They propose to leverage Wikipedia knowledge to accurately identify paraphrases by mining outline knowledge of given sentences from Wikipedia. |
| Outcome: | The proposed framework outperforms state-of-the-art models on two public datasets: PARADE and clinicalSTS2019. |
RGL: A Simple yet Effective Relation Graph Augmented Prompt-based Tuning Approach for Few-Shot Learning (2022.findings-naacl)
Copied to clipboard
| Challenge: | Pre-trained language models (PLMs) are a good starting point for downstream applications, but it is difficult to generalize them to new tasks given a few labeled samples. |
| Approach: | They propose to use Relation Graph augmented learning to improve the performance of few-shot natural language understanding tasks by rewriting the input sequence into a cloze question with masks. |
| Outcome: | Extensive experiments show that Relation Graph augmented learning (RGL) improves performance of prompt-based tuning strategies. |
RD-MCSA: A Multi-Class Sentiment Analysis Approach Integrating In-Context Classification Rationales and Demonstrations (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for multi-class sentiment analysis (MCSA) are difficult due to subtle semantic differences between adjacent sentiment levels and the scarcity of high-quality annotated data. |
| Approach: | They propose a framework to integrate classification rationales with adaptively selected demonstrations to enhance MCSA performance under limited supervision. |
| Outcome: | The proposed framework outperforms baseline and standard ICL methods on five benchmark datasets. |
Macedon: Minimizing Representation Coding Rate Reduction for Cross-Lingual Natural Language Understanding (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to learn cross-lingual models require limited data to perform cross-linguistic tasks. |
| Approach: | They propose a method to remove language-associated information via minimizing representation coding rate reduction. |
| Outcome: | The proposed model outperforms state-of-the-art models on cross-lingual tasks. |
AdaMix: Mixture-of-Adaptations for Parameter-efficient Model Tuning (2022.emnlp-main)
Copied to clipboard
Yaqing Wang, Sahaj Agarwal, Subhabrata Mukherjee, Xiaodong Liu, Jing Gao, Ahmed Hassan Awadallah, Jianfeng Gao
| Challenge: | Standard fine-tuning of large pre-trained language models requires updating hundreds of millions to billions of parameters and storing a large copy of the PLM weights for every task. |
| Approach: | They propose a parameter-efficient fine-tuning technique where small trainable components are injected into the PLM and updated during fine-uning. |
| Outcome: | The proposed method outperforms SOTA parameter-efficient fine-tuning and full model fine-uning on GLUE development set with RoBERTa-large encoder. |
Hierarchical Heterogeneous Graph Representation Learning for Short Text Classification (2021.emnlp-main)
Copied to clipboard
| Challenge: | Short text classification is a fundamental task in natural language processing. |
| Approach: | They propose a new method called SHINE which is based on graph neural network for short text classification. |
| Outcome: | The proposed method outperforms state-of-the-art methods on benchmark short text datasets. |
Hierarchical Pretraining on Multimodal Electronic Health Records (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing pretraining models on EHR data are too specific, limiting their transferability. |
| Approach: | They propose a general, unified pretraining framework for hierarchically multimodal EHR data that can be used to train models on a large dataset before fine-tuning it on 'upstream' tasks. |
| Outcome: | The proposed model performs on eight downstream tasks spanning three levels and compares with baselines on 18 different tasks. |
LiST: Lite Prompted Self-training Makes Parameter-efficient Few-shot Learners (2022.findings-naacl)
Copied to clipboard
| Challenge: | LiST is an efficient method for fine-tuning large pre-trained language models in few-shot learning settings. |
| Approach: | They propose a method for efficient fine-tuning of large pre-trained language models in few-shot settings using self-training and meta-learning. |
| Outcome: | The proposed method outperforms GPT-3 in-context learning by 33% on few-shot tasks. |
PanoramaRAG: Enabling Consistent Global Topic Awareness in Graph-Based RAG (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing graph-based methods for enhancing Large Language Models (LLMs) with external knowledge are focusing on local relationships, resulting in suboptimal performance for tasks that require global context. |
| Approach: | They propose a "panorama"-guided paradigm that integrates a light yet comprehensive "panoramic" of the corpus to guide all stages of the retrieval process. |
| Outcome: | The proposed paradigm performs well across five datasets and a variety of tasks. |