← Search

Yaming Yang

22 accepted papers

2026

MDGMIX: Boundary-Aware Subgraph Mixing for Multi-Domain Graph Pre-Training

ICML 2026poster

Multi-domain graph pre-training is a crucial step in constructing foundational graph models with cross-domain generalization capabilities. However, existing methods predominantly rely on jointly training all source domain graphs, resulting in high computational costs. Furthermore, it remains unclear…

Cited by 0SourceScholar
2026

ProGMLP: A Progressive Framework for GNN-to-MLP Knowledge Distillation with Efficient Trade-offs

AAAI 2026technical

GNN-to-MLP (G2M) methods have emerged as a promising approach to accelerate Graph Neural Networks (GNNs) by distilling their knowledge into simpler Multi-Layer Perceptrons (MLPs). These methods bridge the gap between the expressive power of GNNs and the computational efficiency of MLPs, making them

Cited by 0SourcePDFScholar
2026

SCOUT: Active Information Foraging for Long-Text Understanding with Decoupled Epistemic States

ICML 2026poster

Long-Text Understanding (LTU) at million-token scale requires balancing reasoning fidelity with computational efficiency. Frontier long-context LLMs can process millions of token contexts end-to-end, but they suffer from high token consumption and attention dilution. In parallel, specialized LTU age…

Cited by 0SourceScholar
2025

AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification

AAAI 2025technical

Mixup is a data augmentation technique that enhances model generalization by interpolating between data points using a mixing ratio lambda in the image domain. Recently, the concept of mixup has been adapted to the graph domain through node-centric interpolations. However, these approaches often fai…

2025

Defining and Discovering Hyper-meta-paths for Heterogeneous Hypergraphs

NeurIPS 2025poster

Heterogeneous hypergraph is a kind of structural data that contains multiple types of nodes and multiple types of hyperedges. Each hyperedge type corresponds to a specific multi-ary relation (called hyper-relation) among subsets of nodes, which goes beyond traditional pair-wise relations in simple g…

Cited by 0SourcecodeScholar
2025

MTL-LoRA: Low-Rank Adaptation for Multi-Task Learning

AAAI 2025technical

Parameter-efficient fine-tuning (PEFT) has been widely employed for domain adaptation, with LoRA being one of the most prominent methods due to its simplicity and effectiveness. However, in multi-task learning (MTL) scenarios, LoRA tends to obscure the distinction between tasks by projecting sparse…

2025

Token-level Proximal Policy Optimization for Query Generation

EMNLP 2025

Query generation is a critical task for web search engines (e.g. Google, Bing) and recommendation systems. Recently, state-of-the-art query generation methods leverage Large Language Models (LLMs) for their strong capabilities in context understanding and text generation. However, they still face ch

Cited by 0SourcePDFScholar
2024

Entropy Induced Pruning Framework for Convolutional Neural Networks

AAAI 2024technical

Structured pruning techniques have achieved great compression performance on convolutional neural networks for image classification tasks. However, the majority of existing methods are sensitive with respect to the model parameters, and their pruning results may be unsatisfactory when the original m…

Cited by 3SourcePDFScholar
2024

NodeMixup: Tackling Under-Reaching for Graph Neural Networks

AAAI 2024technical

Graph Neural Networks (GNNs) have become mainstream methods for solving the semi-supervised node classification problem. However, due to the uneven location distribution of labeled nodes in the graph, labeled nodes are only accessible to a small portion of unlabeled nodes, leading to the under-reach…

2023

Adversarial Knowledge Stimulated Contrastive Prompting for Few-shot Language Learners

ACL 2023findings

Prompt-based fine-tuning has boosted the performance of Pre-trained Language Models(PLMs) on few-shot Natural Language Understanding (NLU) tasks by employing task-specific prompts. Yet, PLMsare unfamiliar with prompt-style expressionsduring pre-training, which limits the few-shotlearning performance…

Cited by 0SourcePDFScholar
2023

MMDialog: A Large-scale Multi-turn Dialogue Dataset Towards Multi-modal Open-domain Conversation

ACL 2023long

Responding with multi-modal content has been recognized as an essential capability for an intelligent conversational agent. In this paper, we introduce the MMDialog dataset to facilitate multi-modal conversation better. MMDialog is composed of a curated set of 1.08 million real-world dialogues with…

2023

Progressive Deep Multi-View Comprehensive Representation Learning

AAAI 2023technical

Multi-view Comprehensive Representation Learning (MCRL) aims to synthesize information from multiple views to learn comprehensive representations of data items. Prevalent deep MCRL methods typically concatenate synergistic view-specific representations or average aligned view-specific representation…

2022

Creating Training Sets via Weak Indirect Supervision

ICLR 2022poster

Creating labeled training sets has become one of the major roadblocks in machine learning. To address this, recent Weak Supervision (WS) frameworks synthesize training labels from multiple potentially noisy supervision sources. However, existing frameworks are restricted to supervision sources that…

Cited by 19SourcePDFScholar
2022

Enhancing Self-Attention with Knowledge-Assisted Attention Maps

NAACL 2022long

Large-scale pre-trained language models have attracted extensive attentions in the research community and shown promising results on various tasks of natural language processing. However, the attention maps, which record the attention scores between tokens in self-attention mechanism, are sometimes…

Cited by 8SourcePDFScholar
2022

Knowledge Stimulated Contrastive Prompting for Low-Resource Stance Detection

EMNLP 2022finding

Stance Detection Task (SDT) aims at identifying the stance of the sentence towards a specific target and is usually modeled as a classification problem. Backgound knowledge is often necessary for stance detection with respect to a specific target, especially when there is no target explicitly mentio…

Cited by 14SourcePDFScholar
2022

Privacy-Preserving Online AutoML for Domain-Specific Face Detection

CVPR 2022poster

Despite the impressive progress of general face detection, the tuning of hyper-parameters and architectures is still critical for the performance of a domain-specific face detector. Though existing AutoML works can speedup such process, they either require tuning from scratch for a new scenario or d…

Cited by 20PDFcodeScholar
2022

Self-supervised Heterogeneous Graph Pre-training Based on Structural Clustering

NeurIPS 2022accept

Recent self-supervised pre-training methods on Heterogeneous Information Networks (HINs) have shown promising competitiveness over traditional semi-supervised Heterogeneous Graph Neural Networks (HGNNs). Unfortunately, their performance heavily depends on careful customization of various strategies…

2021

Evolving Attention with Residual Convolutions

ICML 2021spotlight

Transformer is a ubiquitous model for natural language processing and has attracted wide attentions in computer vision. The attention maps are indispensable for a transformer model to encode the dependencies among input tokens. However, they are learned independently in each layer and sometimes fail…

2021

WRENCH: A Comprehensive Benchmark for Weak Supervision

NeurIPS 2021poster

Recent Weak Supervision (WS) approaches have had widespread success in easing the bottleneck of labeling training data for machine learning by synthesizing labels from multiple potentially noisy supervision sources. However, proper measurement and analysis of these approaches remain a challenge. Fi…

Cited by 119SourcecodeScholar
2020

LadaBERT: Lightweight Adaptation of BERT through Hybrid Model Compression

COLING 2020main

BERT is a cutting-edge language representation model pre-trained by a large corpus, which achieves superior performances on various natural language understanding tasks. However, a major blocking issue of applying BERT to online services is that it is memory-intensive and leads to unsatisfactory lat…