← Search

Ming Gao

37 accepted papers

2025

PA-RAG: RAG Alignment via Multi-Perspective Preference Optimization

NAACL 2025long

The emergence of Retrieval-augmented generation (RAG) has alleviated the issues of outdated and hallucinatory content in the generation of large language models (LLMs), yet it still reveals numerous limitations. When a general-purpose LLM serves as the RAG generator, it often suffers from inadequate…

2025

PCMF2-Net: A Pyramid Cross-Modal Feature Fusion Network for Off-Road Freespace Detection

IROS 2025

Freespace detection plays an important role in autonomous driving. In recent years, deep learning based freespace detection methods have performed well in urban scenes. However, for off-road scenes, freespace detection poses significant challenges due to the complexity of the scenes and the lack of

Cited by 0SourceScholar
2024

Boosting Language Models Reasoning with Chain-of-Knowledge Prompting

ACL 2024long

Recently, Chain-of-Thought (CoT) prompting has delivered success on complex reasoning tasks, which aims at designing a simple prompt like “Let’s think step by step” or multiple in-context exemplars with well-designed rationales to elicit Large Language Models (LLMs) to generate intermediate reasonin…

2024

Conjoin after Decompose: Improving Few-Shot Performance of Named Entity Recognition

COLING 2024main

Prompt-based methods have been widely used in few-shot named entity recognition (NER). In this paper, we first conduct a preliminary experiment and observe that the key to affecting the performance of prompt-based NER models is the capability to detect entity boundaries. However, most existing model…

2024

Cross-model Control: Improving Multiple Large Language Models in One-time Training

NeurIPS 2024poster

The number of large language models (LLMs) with varying parameter scales and vocabularies is increasing. While they deliver powerful performance, they also face a set of common optimization needs to meet specific requirements or standards, such as instruction following or avoiding the output of sens…

2024

Federated Learning via Consensus Mechanism on Heterogeneous Data: A New Perspective on Convergence

ICASSP 2024accepted

Federated learning (FL) on heterogeneous data (non-IID data) has recently received great attention. Most existing methods focus on studying the convergence guarantees for the global objective. While these methods can guarantee the decrease of the global objective in each communication round, they fa…

Cited by 0SourceScholar
2024

InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment

ACL 2024findings

Do current large language models (LLMs) better solve graph reasoning and generation tasks with parameter updates? In this paper, we propose InstructGraph, a framework that empowers LLMs with the abilities of graph reasoning and generation by instruction tuning and preference alignment. Specifically,…

2024

Knowledgeable In-Context Tuning: Exploring and Exploiting Factual Knowledge for In-Context Learning

NAACL 2024findings

Large language models (LLMs) enable in-context learning (ICL) by conditioning on a few labeled training examples as a text-based prompt, eliminating the need for parameter updates and achieving competitive performance. In this paper, we demonstrate that factual knowledge is imperative for the perfor…

Cited by 3SourcePDFScholar
2024

Make Prompt-based Black-Box Tuning Colorful: Boosting Model Generalization from Three Orthogonal Perspectives

COLING 2024main

Large language models (LLMs) have shown increasing power on various natural language processing (NLP) tasks. However, tuning these models for downstream tasks usually needs exorbitant costs or is unavailable due to commercial considerations. Recently, black-box tuning has been proposed to address th…

2024

Model AI Assignments 2024

AAAI 2024technical

The Model AI Assignments session seeks to gather and dis- seminate the best assignment designs of the Artificial In- telligence (AI) Education community. Recognizing that as- signments form the core of student learning experience, we here present abstracts of five AI assignments from the 2024 sessi…

Cited by 0SourcePDFScholar
2024

Optimal estimation of Gaussian (poly)trees

AISTATS 2024poster

We develop optimal algorithms for learning undirected Gaussian trees and directed Gaussian polytrees from data. We consider both problems of distribution learning (i.e. in KL distance) and structure learning (i.e. exact recovery). The first approach is based on the Chow-Liu algorithm, and learns an…

2024

Structure-aware Fine-tuning for Code Pre-trained Models

COLING 2024main

Over the past few years, we have witnessed remarkable advancements in Code Pre-trained Models (CodePTMs). These models achieved excellent representation capabilities by designing structure-based pre-training tasks for code. However, how to enhance the absorption of structural knowledge when fine-tun…

Cited by 1SourcePDFScholar
2024

TransCoder: Towards Unified Transferable Code Representation Learning Inspired by Human Skills

COLING 2024main

Code pre-trained models (CodePTMs) have recently demonstrated a solid capacity to process various code intelligence tasks, e.g., code clone detection, code translation, and code summarization. The current mainstream method that deploys these models to downstream tasks is to fine-tune them on individ…

2024

Unsupervised Gene-Cell Collective Representation Learning with Optimal Transport

AAAI 2024technical

Cell type identification plays a vital role in single-cell RNA sequencing (scRNA-seq) data analysis. Although many deep embedded methods to cluster scRNA-seq data have been proposed, they still fail in elucidating the intrinsic properties of cells and genes. Here, we present a novel end-to-end deep…

Cited by 0SourcePDFScholar
2023

DDIT: Semantic Scene Completion via Deformable Deep Implicit Templates

ICCV 2023poster

Scene reconstructions are often incomplete due to occlusions and limited viewpoints. There have been efforts to use semantic information for scene completion. However, the completed shapes may be rough and imprecise since respective methods rely on 3D convolution and/or lack effective shape constrai…

Cited by 10PDFScholar
2023

DFRD: Data-Free Robustness Distillation for Heterogeneous Federated Learning

NeurIPS 2023poster

Federated Learning (FL) is a privacy-constrained decentralized machine learning paradigm in which clients enable collaborative training without compromising private data. However, how to learn a robust global model in the data-heterogeneous and model-heterogeneous FL scenarios is challenging. To add…

Cited by 18SourcePDFScholar
2023

DialCoT Meets PPO: Decomposing and Exploring Reasoning Paths in Smaller Language Models

EMNLP 2023long main

Chain-of-Thought (CoT) prompting has successfully enhanced the reasoning capabilities of Large Language Models~(LLMs) with at least 100 billion parameters. However, it is ineffective, or even detrimental, to the performance on reasoning tasks in Smaller Language Models (SLMs) with less than 10 billi…

Cited by 0SourcecodeScholar
2023

Evaluating and Enhancing the Robustness of Code Pre-trained Models through Structure-Aware Adversarial Samples Generation

EMNLP 2023long findings

Code pre-trained models (CodePTMs) have significantly advanced the field of neural code intelligence. Despite their capabilities, these models are susceptible to adversarial attacks that subtly modify the model inputs, resulting in incorrect outputs or predictions. Previous methods of robustness ev…

Cited by 0SourceScholar
2023

FashionKLIP: Enhancing E-Commerce Image-Text Retrieval with Fashion Multi-Modal Conceptual Knowledge Graph

ACL 2023industry

Image-text retrieval is a core task in the multi-modal domain, which arises a lot of attention from both research and industry communities. Recently, the booming of visual-language pre-trained (VLP) models has greatly enhanced the performance of cross-modal retrieval. However, the fine-grained inter…

2023

GradMA: A Gradient-Memory-Based Accelerated Federated Learning With Alleviated Catastrophic Forgetting

CVPR 2023highlight

Federated Learning (FL) has emerged as a de facto machine learning area and received rapid increasing research interests from the community. However, catastrophic forgetting caused by data heterogeneity and partial participation poses distinctive challenges for FL, which are detrimental to the perfo…

2023

Uncertainty-Aware Self-Training for Low-Resource Neural Sequence Labeling

AAAI 2023technical

Neural sequence labeling (NSL) aims at assigning labels for input language tokens, which covers a broad range of applications, such as named entity recognition (NER) and slot filling, etc. However, the satisfying results achieved by traditional supervised-based approaches heavily depend on the large…

2023

Uncertainty-aware Parameter-Efficient Self-training for Semi-supervised Language Understanding

EMNLP 2023long findings

The recent success of large pre-trained language models (PLMs) heavily hinges on massive labeled data, which typically produces inferior performance in low-resource scenarios. To remedy this dilemma, we study self-training as one of the predominant semi-supervised learning (SSL) approaches, which ut…

Cited by 0SourcecodeScholar
2023

When Gradient Descent Meets Derivative-Free Optimization: A Match Made in Black-Box Scenario

ACL 2023findings

Large pre-trained language models (PLMs) have garnered significant attention for their versatility and potential for solving a wide spectrum of natural language processing (NLP) tasks. However, the cost of running these PLMs may be prohibitive. Furthermore, PLMs may not be open-sourced due to commer…

Cited by 8SourcePDFScholar
2022

A Neural Network Architecture for Program Understanding Inspired by Human Behaviors

ACL 2022long

Program understanding is a fundamental task in program language processing. Despite the success, existing works fail to take human behaviors as reference in understanding programs. In this paper, we consider human behaviors and propose the PGNN-EK model that consists of two main components. On the o…

2022

ARTIST: A Transformer-based Chinese Text-to-Image Synthesizer Digesting Linguistic and World Knowledge

EMNLP 2022finding

Text-to-Image Synthesis (TIS) is a popular task to convert natural language texts into realistic images. Recently, transformer-based TIS models (such as DALL-E) have been proposed using the encoder-decoder architectures. Yet, these billion-scale TIS models are difficult to tune and deploy in resourc…

2022

CAT-probing: A Metric-based Approach to Interpret How Pre-trained Models for Programming Language Attend Code Structure

EMNLP 2022finding

Code pre-trained models (CodePTMs) have recently demonstrated significant success in code intelligence. To interpret these models, some probing methods have been applied. However, these methods fail to consider the inherent characteristics of codes. In this paper, to address the problem, we propose…

2022

KECP: Knowledge Enhanced Contrastive Prompting for Few-shot Extractive Question Answering

EMNLP 2022main

Extractive Question Answering (EQA) is one of the most essential tasks in Machine Reading Comprehension (MRC), which can be solved by fine-tuning the span selecting heads of Pre-trained Language Models (PLMs). However, most existing approaches for MRC may perform poorly in the few-shot learning scen…

2022

Knowledge Prompting in Pre-trained Language Model for Natural Language Understanding

EMNLP 2022main

Knowledge-enhanced Pre-trained Language Model (PLM) has recently received significant attention, which aims to incorporate factual knowledge into PLMs. However, most existing methods modify the internal structures of fixed types of PLMs by stacking complicated modules, and introduce redundant and ir…

2022

SpanProto: A Two-stage Span-based Prototypical Network for Few-shot Named Entity Recognition

EMNLP 2022main

Few-shot Named Entity Recognition (NER) aims to identify named entities with very little annotated data. Previous methods solve this problem based on token-wise classification, which ignores the information of entity boundaries, and inevitably the performance is affected by the massive non-entity to…

2022

Towards Unified Prompt Tuning for Few-shot Text Classification

EMNLP 2022finding

Prompt-based fine-tuning has boosted the performance of Pre-trained Language Models (PLMs) on few-shot text classification by employing task-specific prompts. Yet, PLMs are unfamiliar with prompt-style expressions during pre-training, which limits the few-shot learning performance on downstream task…

2021

Efficient Bayesian network structure learning via local Markov boundary search

NeurIPS 2021poster

We analyze the complexity of learning directed acyclic graphical models from observational data in general settings without specific distributional assumptions. Our approach is information-theoretic and uses a local Markov boundary search procedure in order to recursively construct ancestral sets in…

2021

Structure learning in polynomial time: Greedy algorithms, Bregman information, and exponential families

NeurIPS 2021poster

Greedy algorithms have long been a workhorse for learning graphical models, and more broadly for learning statistical models with sparse structure. In the context of learning directed acyclic graphs, greedy algorithms are popular despite their worst-case exponential runtime. In practice, however, th…

Cited by 21SourcePDFScholar
2021

TransPrompt: Towards an Automatic Transferable Prompting Framework for Few-shot Text Classification

EMNLP 2021main

Recent studies have shown that prompts improve the performance of large pre-trained language models for few-shot text classification. Yet, it is unclear how the prompting knowledge can be transferred across similar NLP tasks for the purpose of mutual reinforcement. Based on continuous prompt embeddi…