← Search

Ming Zhong

39 accepted papers

2026

DIVE: Scaling Diversity in Agentic Task Synthesis for Generalizable Tool Use

ICML 2026poster

Recent work increasingly synthesizes agentic tasks for post-training tool-using LLMs, yet robust generalization under shifts in tasks and toolsets remains an open challenge. We trace this brittleness to insufficient diversity in synthesized training tasks. Scaling diversity is difficult because trai…

Cited by 0SourceScholar
2026

Format as a Prior: Quantifying and Analyzing Bias in LLMs for Heterogeneous Data

AAAI 2026technical

Large Language Models (LLMs) are increasingly employed in applications that require processing information from heterogeneous formats, including texts, tables, infoboxes, and knowledge graphs. However, systematic biases toward particular formats may undermine LLMs

Cited by 0SourcePDFScholar
2026

LBA: Textual Hard-Label Adversarial Attack Under Low Query Budgets

IJCAI 2026

Generating high-quality adversarial texts with low query budgets remains a challenging problem in the hard-label scenario. Most existing approaches rely on greedy algorithms, where one position in the text is selected for substitution, followed by the substitutions of other positions. This local sea

Cited by 0Scholar
2026

Preference Leakage: A Contamination Problem in LLM-as-a-judge

ICLR 2026poster

Large Language Models (LLMs) as judges and LLM-based data synthesis have emerged as two fundamental LLM-driven data annotation methods in model development. While their combination significantly enhances the efficiency of model training and evaluation, little attention has been given to the potentia…

Cited by 0SourcecodeScholar
2026

Privacy-protected Retrieval-Augmented Generation for Knowledge Graph Question Answering

AAAI 2026technical

Large Language Models (LLMs) often suffer from hallucinations and outdated or incomplete knowledge. Retrieval-Augmented Generation (RAG) is proposed to address these issues by integrating external knowledge like that in knowledge graphs (KGs) into LLMs. However, leveraging private KGs in RAG systems

Cited by 0SourcePDFScholar
2026

Rethinking the Reranker: Boundary-Aware Evidence Selection for Robust Retrieval-Augmented Generation

ICML 2026poster

Retrieval-Augmented Generation (RAG) systems remain brittle under realistic retrieval noise, even when the required evidence appears in the top-$K$ results. A key reason is that retrievers and rerankers optimize solely for relevance, often selecting either trivial, answer-revealing passages or evide…

Cited by 0SourceScholar
2026

VCU-Bridge: Hierarchical Visual Connotation Understanding via Semantic Bridging

CVPR 2026

While Multimodal Large Language Models (MLLMs) excel on benchmarks, their processing paradigm differs from the human ability to integrate visual information. Unlike humans who naturally bridge details and high-level concepts, models tend to treat these elements in isolation. Prevailing evaluation pr

Cited by 0SourceScholar
2026

Vibe Checker: Aligning Code Evaluation with Human Preference

ICML 2026poster

Large Language Models (LLMs) have catalyzed vibe coding, where users leverage LLMs to generate and iteratively refine code through natural language interactions until it passes their *vibe check*. *Vibe check* reflects human preference and goes beyond functionality: the solution should feel right, r…

Cited by 0SourceScholar
2025

A Survey on Training-free Alignment of Large Language Models

EMNLP 2025

The alignment of large language models (LLMs) aims to ensure their outputs adhere to human values, ethical standards, and legal norms. Traditional alignment methods often rely on resource-intensive fine-tuning (FT), which may suffer from knowledge degradation and face challenges in scenarios where t

Cited by 0SourcePDFScholar
2025

Aligning VLM Assistants with Personalized Situated Cognition

ACL 2025long

Vision-language models (VLMs) aligned with general human objectives, such as being harmless and hallucination-free, have become valuable assistants of humans in managing visual tasks. However, people with diversified backgrounds have different cognition even in the same situation. Consequently, they…

2025

AssistedDS: Benchmarking How External Domain Knowledge Assists LLMs in Automated Data Science

EMNLP 2025

Large language models (LLMs) have advanced the automation of data science workflows. Yet it remains unclear whether they can critically leverage external domain knowledge as human data scientists do in practice. To answer this question, we introduce AssistedDS (Assisted Data Science), a benchmark de

2025

CoIDO: Efficient Data Selection for Visual Instruction Tuning via Coupled Importance-Diversity Optimization

NeurIPS 2025poster

Multimodal large language models (MLLMs) rely heavily on instruction tuning to align vision and language capabilities, yet the computational cost of training on large-scale datasets remains a major bottleneck. Existing data selection methods aim to mitigate this by selecting important and diverse su…

Cited by 0SourcecodeScholar
2025

IR-OptSet: An Optimization-Sensitive Dataset for Advancing LLM-Based IR Optimizer

NeurIPS 2025poster

Compiler optimization is essential for improving program performance, yet modern compilers still depend on manually crafted transformation rules over intermediate representations (IRs). As compilers grow in complexity, maintaining these rule-based optimizations becomes increasingly labor-intensive a…

Cited by 0SourceScholar
2025

Law of the Weakest Link: Cross Capabilities of Large Language Models

ICLR 2025poster

The development and evaluation of Large Language Models (LLMs) have largely focused on individual capabilities. However, this overlooks the intersection of multiple abilities across different types of expertise that are often required for real-world tasks, which we term **cross capabilities**. To sy…

2025

Long Chain-of-Thought Fine-tuning via Understanding-to-Reasoning Transition

EMNLP 2025

Reasoning models have demonstrated remarkable performance on complex tasks by generating long reasoning traces prior to producing final answers. However, previous research on long-context scaling in language models has generally focused on managing lengthy input prompts instead of producing long out

2025

Why Does the Effective Context Length of LLMs Fall Short?

ICLR 2025poster

Advancements in distributed training and efficient attention mechanisms have significantly expanded the context window sizes of large language models (LLMs). However, recent work reveals that the effective context lengths of open-source LLMs often fall short, typically not exceeding half of their tr…

Cited by 60SourcePDFScholar
2024

ActionIE: Action Extraction from Scientific Literature with Programming Languages

ACL 2024long

Extraction of experimental procedures from human language in scientific literature and patents into actionable sequences in robotics language holds immense significance in scientific domains. Such an action extraction task is particularly challenging given the intricate details and context-dependent…

2024

ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency

NeurIPS 2024poster

Compiler backends are tasked with generating executable machine code for processors. With the proliferation of diverse processors, it is imperative for programmers to tailor specific compiler backends to accommodate each one. Meanwhile, compiler backend development is a laborious and time-consuming…

Cited by 0SourcePDFScholar
2024

L-Eval: Instituting Standardized Evaluation for Long Context Language Models

ACL 2024long

Recently, there has been growing interest in long-context scaling of large language models (LLMs). To facilitate research in this field, we propose L-Eval to institute a more standardized evaluation for Long-Context Language Models (LCLMs) addressing two key aspects: dataset construction and evaluat…

2024

Seeking Neural Nuggets: Knowledge Transfer in Large Language Models from a Parametric Perspective

ICLR 2024poster

Large Language Models (LLMs) inherently encode a wealth of knowledge within their parameters through pre-training on extensive corpora. While prior research has delved into operations on these parameters to manipulate the underlying implicit knowledge — encompassing detection, editing, and merging —…

2024

Temperature-Centric Investigation of Speculative Decoding with Knowledge Distillation

EMNLP 2024finding

Speculative decoding stands as a pivotal technique to expedite inference in autoregressive (large) language models. This method employs a smaller *draft* model to speculate a block of tokens, which the *target* model then evaluates for acceptance. Despite a wealth of studies aimed at increasing the…

2023

Dynosaur: A Dynamic Growth Paradigm for Instruction-Tuning Data Curation

EMNLP 2023long main

Instruction tuning has emerged to enhance the capabilities of large language models (LLMs) to comprehend instructions and generate appropriate responses. Existing methods either manually annotate or employ LLM (e.g., GPT-series) to generate data for instruction tuning. However, they often overlook a…

Cited by 0SourcecodeScholar
2023

Instruct and Extract: Instruction Tuning for On-Demand Information Extraction

EMNLP 2023long main

Large language models with instruction-following capabilities open the door to a wider group of users. However, when it comes to information extraction – a classic task in natural language processing – most task-specific systems cannot align well with long-tail ad hoc extraction use cases for non-ex…

Cited by 0SourcecodeScholar
2023

Mimicking the Thinking Process for Emotion Recognition in Conversation with Prompts and Paraphrasing

IJCAI 2023poster

Emotion recognition in conversation, which aims to predict the emotion for all utterances, has attracted considerable research attention in recent years. It is a challenging task since the recognition of the emotion in one utterance involves many complex factors, such as the conversational cont…

2023

ReactIE: Enhancing Chemical Reaction Extraction with Weak Supervision

ACL 2023findings

Structured chemical reaction information plays a vital role for chemists engaged in laboratory work and advanced endeavors such as computer-aided drug design. Despite the importance of extracting structured reactions from scientific literature, data annotation for this purpose is cost-prohibitive du…

Cited by 11SourcePDFScholar
2023

Revisiting Cross-Lingual Summarization: A Corpus-based Study and A New Benchmark with Improved Annotation

ACL 2023long

Most existing cross-lingual summarization (CLS) work constructs CLS corpora by simply and directly translating pre-annotated summaries from one language to another, which can contain errors from both summarization and translation processes. To address this issue, we propose ConvSumX, a cross-lingual…

2023

The Shifted and The Overlooked: A Task-oriented Investigation of User-GPT Interactions

EMNLP 2023long main

Recent progress in Large Language Models (LLMs) has produced models that exhibit remarkable performance across a variety of NLP tasks. However, it remains unclear whether the existing focus of NLP research accurately captures the genuine requirements of human users. This paper provides a comprehensi…

Cited by 0SourcecodeScholar
2022

CiteSum: Citation Text-guided Scientific Extreme Summarization and Domain Adaptation with Limited Supervision

EMNLP 2022main

Scientific extreme summarization (TLDR) aims to form ultra-short summaries of scientific papers. Previous efforts on curating scientific TLDR datasets failed to scale up due to the heavy human annotation and domain expertise required. In this paper, we propose a simple yet effective approach to auto…

2022

CoLo: A Contrastive Learning Based Re-ranking Framework for One-Stage Summarization

COLING 2022main

Traditional training paradigms for extractive and abstractive summarization systems always only use token-level or sentence-level training objectives. However, the output summary is always evaluated from summary-level which leads to the inconsistency in training and evaluation. In this paper, we pro…

2022

DialogLM: Pre-trained Model for Long Dialogue Understanding and Summarization

AAAI 2022technical

Dialogue is an essential part of human communication and cooperation. Existing research mainly focuses on short dialogue scenarios in a one-on-one fashion. However, multi-person interactions in the real world, such as meetings or interviews, are frequently over a few thousand words. There is still a…

2022

Improving Abstractive Dialogue Summarization with Speaker-Aware Supervised Contrastive Learning

COLING 2022main

Pre-trained models have brought remarkable success on the text summarization task. For dialogue summarization, the subdomain of text summarization, utterances are concatenated to flat text before being processed. As a result, existing summarization systems based on pre-trained models are unable to r…

Cited by 12SourcePDFScholar
2022

Open-Vocabulary Argument Role Prediction For Event Extraction

EMNLP 2022finding

The argument role in event extraction refers to the relation between an event and an argument participating in it. Despite the great progress in event extraction, existing studies still depend on roles pre-defined by domain experts. These studies expose obvious weakness when extending to emerging ev…

2022

Towards a Unified Multi-Dimensional Evaluator for Text Generation

EMNLP 2022main

Multi-dimensional evaluation is the dominant paradigm for human evaluation in Natural Language Generation (NLG), i.e., evaluating the generated text from multiple explainable dimensions, such as coherence and fluency. However, automatic evaluation in NLG is still dominated by similarity-based metric…

2022

UnifiedSKG: Unifying and Multi-Tasking Structured Knowledge Grounding with Text-to-Text Language Models

EMNLP 2022main

Structured knowledge grounding (SKG) leverages structured knowledge to complete user requests, such as semantic parsing over databases and question answering over knowledge bases. Since the inputs and outputs of SKG tasks are heterogeneous, they have been studied separately by different communities,…

2022

Unsupervised Multi-Granularity Summarization

EMNLP 2022finding

Text summarization is a user-preference based task, i.e., for one document, users often have different priorities for the summary. As a key aspect of customization in summarization, granularity is used to measure the semantic coverage between the summary and source document. However, developing syst…

Cited by 14SourcePDFScholar
2021

Enhancing Scientific Papers Summarization with Citation Graph

AAAI 2021technical

Previous work for text summarization in scientific domain mainly focused on the content of the input document, but seldom considering its citation network. However, scientific papers are full of uncommon domain-specific terms, making it almost impossible for the model to understand its true meaning…

2021

Learning Interaction Kernels for Agent Systems on Riemannian Manifolds

ICML 2021spotlight

Interacting agent and particle systems are extensively used to model complex phenomena in science and engineering. We consider the problem of learning interaction kernels in these dynamical systems constrained to evolve on Riemannian manifolds from given trajectory data. The models we consider are b…

2021

QMSum: A New Benchmark for Query-based Multi-domain Meeting Summarization

NAACL 2021long

Meetings are a key component of human collaboration. As increasing numbers of meetings are recorded and transcribed, meeting summaries have become essential to remind those who may or may not have attended the meetings about the key decisions made and the tasks to be completed. However, it is hard t…