← Search

Zhuocheng Gong

9 accepted papers

2026

Scaling Prompt Synthesis for Large Language Model Reasoning

ICML 2026poster

Large language models (LLMs) are evolving from conversational systems into strong reasoners for tasks such as Olympiad mathematics and competitive programming. While scaling parameters and test-time computation has driven progress, a key bottleneck is the lack of high-quality training problems: huma…

Cited by 0SourceScholar
2025

Latent Preference Coding: Aligning Large Language Models via Discrete Latent Codes

ICML 2025poster

Large language models (LLMs) have achieved remarkable success, yet aligning their generations with human preferences remains a critical challenge. Existing approaches to preference modeling often rely on an explicit or implicit reward function, overlooking the intricate and multifaceted nature of hu…

Cited by 2SourcePDFScholar
2024

Graph-Structured Speculative Decoding

ACL 2024findings

Speculative decoding has emerged as a promising technique to accelerate the inference of Large Language Models (LLMs) by employing a small language model to draft a hypothesis sequence, which is then validated by the LLM. The effectiveness of this approach heavily relies on the balance between perfo…

2024

Mixture-of-Modules: Reinventing Transformers as Dynamic Assemblies of Modules

EMNLP 2024main

Is it always necessary to compute tokens from shallow to deep layers in Transformers? The continued success of vanilla Transformers and their variants suggests an undoubted “yes”. In this work, however, we attempt to break the depth-ordered convention by proposing a novel architecture dubbed mixture…

2024

What Makes Quantization for Large Language Model Hard? An Empirical Study from the Lens of Perturbation

AAAI 2024technical

Quantization has emerged as a promising technique for improving the memory and computational efficiency of large language models (LLMs). Though the trade-off between performance and efficiency is well-known, there is still much to be learned about the relationship between quantization and LLM perfor…

Cited by 14SourcePDFScholar
2024

Your Career Path Matters in Person-Job Fit

AAAI 2024technical

We are again confronted with one of the most vexing aspects of the advancement of technology: automation and AI technology cause the devaluation of human labor, resulting in unemployment. With this background, automatic person-job fit systems are promising solutions to promote the employment rate. T…

2023

Improving Input-label Mapping with Demonstration Replay for In-context Learning

EMNLP 2023long findings

In-context learning (ICL) is an emerging capability of large autoregressive language models where a few input-label demonstrations are appended to the input to enhance the model's understanding of downstream NLP tasks, without directly adjusting the model parameters. The effectiveness of ICL can be…

Cited by 0SourceScholar
2023

PreQuant: A Task-agnostic Quantization Approach for Pre-trained Language Models

ACL 2023findings

While transformer-based pre-trained language models (PLMs) have dominated a number of NLP applications, these models are heavy to deploy and expensive to use. Therefore, effectively compressing large-scale PLMs becomes an increasingly important problem. Quantization, which represents high-precision…

Cited by 8SourcePDFScholar
2022

Finding the Dominant Winning Ticket in Pre-Trained Language Models

ACL 2022findings

The Lottery Ticket Hypothesis suggests that for any over-parameterized model, a small subnetwork exists to achieve competitive performance compared to the backbone architecture. In this paper, we study whether there is a winning lottery ticket for pre-trained language models, which allow the practit…