← Search

Guangzhong Sun

12 accepted papers

2026

CommitMoE: Efficient Fallback-Free MoE Inference with Offloading Under GPU Memory Constraints

AAAI 2026technical

Mixture of Experts (MoE) models have emerged as a promising approach to scale language models efficiently by activating only a subset of parameters for each input. However, deploying these models under GPU memory constraints remains challenging, as existing offloading strategies incur significant ov

Cited by 0SourcePDFScholar
2026

On the Superimposed Noise Accumulation Problem in Sequential Knowledge Editing of Large Language Models

AAAI 2026technical

Sequential knowledge editing techniques aim to continuously update knowledge in large language models at low cost, preventing models from generating outdated or incorrect information. However, existing sequential editing methods suffer from a significant decline in editing success rates after long-t

Cited by 0SourcePDFScholar
2025

Introducing Graph Context into Language Models through Parameter-Efficient Fine-Tuning for Lexical Relation Mining

ACL 2025long

Lexical relation refers to the way words are related within a language. Prior work has demonstrated that pretrained language models (PLMs) can effectively mine lexical relations between word pairs. However, they overlook the potential of graph structures composed of lexical relations, which can be i…

2025

Lua-LLM: Learning Unstructured-Sparsity Allocation for Large Language Models

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated remarkable capabilities, yet their extensive parameter scales pose significant challenges for practical deployment. Unstructured pruning has emerged as an effective model compression strategy with minimal performance loss, which introduces fine-grained…

Cited by 0SourceScholar
2025

MoGe-2: Accurate Monocular Geometry with Metric Scale and Sharp Details

NeurIPS 2025poster

We propose MoGe-2, an advanced open-domain geometry estimation model that recovers a metric-scale 3D point map of a scene from a single image. Our method builds upon the recent monocular geometry estimation approach, MoGe, which predicts affine-invariant point maps with unknown scales. We explore ef…

Cited by 0SourceScholar
2024

On the Vulnerability of Safety Alignment in Open-Access LLMs

ACL 2024findings

Large language models (LLMs) possess immense capabilities but are susceptible to malicious exploitation. To mitigate the risk, safety alignment is employed to align LLMs with ethical standards. However, safety-aligned LLMs may remain vulnerable to carefully crafted jailbreak attacks, but these attac…

2024

Structured Pruning for Large Language Models Using Coupled Components Elimination and Minor Fine-tuning

NAACL 2024findings

Large language models (LLMs) have demonstrated powerful capabilities in natural language processing, yet their vast number of parameters poses challenges for deployment and inference efficiency. Structured model pruning emerges as a viable approach to reduce model size and accelerate inference, with…

Cited by 0SourcePDFScholar
2023

Are You Copying My Model? Protecting the Copyright of Large Language Models for EaaS via Backdoor Watermark

ACL 2023long

Large language models (LLMs) have demonstrated powerful capabilities in both text understanding and generation. Companies have begun to offer Embedding as a Service (EaaS) based on these LLMs, which can benefit various natural language processing (NLP) tasks for customers. However, previous studies…

2023

Longtriever: a Pre-trained Long Text Encoder for Dense Document Retrieval

EMNLP 2023long main

Pre-trained language models (PLMs) have achieved the preeminent position in dense retrieval due to their powerful capacity in modeling intrinsic semantics. However, most existing PLM-based retrieval models encounter substantial computational costs and are infeasible for processing long documents. In…

Cited by 0SourceScholar
2022

Effective and Efficient Query-aware Snippet Extraction for Web Search

EMNLP 2022main

Query-aware webpage snippet extraction is widely used in search engines to help users better understand the content of the returned webpages before clicking. The extracted snippet is expected to summarize the webpage in the context of the input query. Existing snippet extraction methods mainly rely…

2021

Efficient-FedRec: Efficient Federated Learning Framework for Privacy-Preserving News Recommendation

EMNLP 2021main

News recommendation is critical for personalized news access. Most existing news recommendation methods rely on centralized storage of users’ historical news click behavior data, which may lead to privacy concerns and hazards. Federated Learning is a privacy-preserving framework for multiple clients…

2021

GraphFormers: GNN-nested Transformers for Representation Learning on Textual Graph

NeurIPS 2021poster

The representation learning on textual graph is to generate low-dimensional embeddings for the nodes based on the individual textual features and the neighbourhood information. Recent breakthroughs on pretrained language models and graph neural networks push forward the development of corresponding…