← Search

Peiyu Liu

20 accepted papers

2026

ForesightKV: Optimizing KV Cache Eviction for Reasoning Models by Learning Long-Term Contribution

ICML 2026poster

Recently, large language models (LLMs) have shown remarkable reasoning abilities by producing long reasoning traces. However, as the sequence length grows, the key-value (KV) cache expands linearly, incurring significant memory and computation costs. Existing KV cache eviction methods mitigate this …

Cited by 0SourceScholar
2026

Training Deep Normalization-Free Spiking Neural Networks with Lateral Inhibition

ICLR 2026poster

Spiking neural networks (SNNs) have garnered significant attention as a central paradigm in neuromorphic computing, owing to their energy efficiency and biological plausibility. However, training deep SNNs has critically depended on explicit normalization schemes, leading to a trade-off between perf…

Cited by 0SourcecodeScholar
2025

Domain-Specific Pruning of Large Mixture-of-Experts Models with Few-shot Demonstrations

NeurIPS 2025poster

Mixture-of-Experts (MoE) models achieve a favorable trade-off between performance and inference efficiency by activating only a subset of experts. However, the memory overhead of storing all experts remains a major limitation, especially in large-scale MoE models such as DeepSeek-R1 (671B). In this…

Cited by 0SourcecodeScholar
2025

Intent Contrastive Learning Based on Multi-view Augmentation for Sequential Recommendation

COLING 2025main

Sequential recommendation systems play a key role in modern information retrieval. However, existing intent-related work fails to adequately capture long-term dependencies in user behavior, i.e., the influence of early user behavior on current behavior, and also fails to effectively utilize item rel…

Cited by 0SourcePDFScholar
2025

LinkAlign: Scalable Schema Linking for Real-World Large-Scale Multi-Database Text-to-SQL

EMNLP 2025

Schema linking is a critical bottleneck in applying existing Text-to-SQL models to real-world, large-scale, multi-database environments. Through error analysis, we identify two major challenges in schema linking: (1) Database Retrieval: accurately selecting the target database from a large schema po

2025

Semantic-Aware Prompt Learning for Multimodal Sarcasm Detection

ICASSP 2025accepted

Multimodal sarcasm detection aims to identify whether utterances express sarcastic intentions contrary to their literal meaning based on multimodal information. However, existing methods fail to explore the model’s "ability to understand" the semantics expressed by sentences in the image context fro…

Cited by 0SourceScholar
2025

Socratic Style Chain-of-Thoughts Help LLMs to be a Better Reasoner

ACL 2025finding

Synthetic data generation has emerged as a promising approach to enhance the reasoning capabilities of large language models. However, existing methods remain hindered by high costs—either through expensive API access or additional intermediate training—and are limited in their ability to generalize…

2024

Do Emergent Abilities Exist in Quantized Large Language Models: An Empirical Study

COLING 2024main

Despite the superior performance, Large Language Models (LLMs) require significant computational resources for deployment and use. To overcome this issue, quantization methods have been widely applied to reduce the memory footprint of LLMs as well as increase the inference rate. However, a major cha…

2024

Enhancing Parameter-efficient Fine-tuning with Simple Calibration Based on Stable Rank

COLING 2024main

Lightweight fine-tuning is widely used as an important technique for efficiently adapting pre-trained language models (PLM) to downstream tasks. Despite the reduction in trainable parameters, existing lightweight fine-tuning methods are found to be effective in low-resource settings but often fail i…

Cited by 0SourcePDFScholar
2024

HyperMR: Hyperbolic Hypergraph Multi-hop Reasoning for Knowledge-based Visual Question Answering

COLING 2024main

Knowledge-based Visual Question Answering (KBVQA) is a challenging task, which aims to answer an image related question based on external knowledge. Most of the works describe the semantic distance using the actual Euclidean distance between two nodes, which leads to distortion in modeling knowledge…

2024

Tram: A Token-level Retrieval-augmented Mechanism for Source Code Summarization

NAACL 2024findings

Automatically generating human-readable text describing the functionality of a program is the intent of source code summarization. Although neural language models achieve significant performance in this field, they are limited by their inability to access external knowledge. To address this limitati…

2024

Unlocking Data-free Low-bit Quantization with Matrix Decomposition for KV Cache Compression

ACL 2024long

Key-value (KV) caching is an important technique to accelerate the inference of large language models (LLMs), but incurs significant memory overhead. To compress the size of KV cache, existing methods often compromise precision or require extra data for calibration, limiting their practicality in LL…

2023

CP-BCS: Binary Code Summarization Guided by Control Flow Graph and Pseudo Code

EMNLP 2023long main

Automatically generating function summaries for binaries is an extremely valuable but challenging task, since it involves translating the execution behavior and semantics of the low-level language (assembly code) into human-readable natural language. However, most current works on understanding asse…

Cited by 0SourcecodeScholar
2023

Enhancing Scalability of Pre-trained Language Models via Efficient Parameter Sharing

EMNLP 2023long findings

In this paper, we propose a highly parameter-efficient approach to scaling pre-trained language models (PLMs) to a deeper model depth. Unlike prior work that shares all parameters or uses extra blocks, we design a more capable parameter-sharing architecture based on matrix product operator (MPO), a…

Cited by 0SourcecodeScholar
2023

Small Pre-trained Language Models Can be Fine-tuned as Large Models via Over-Parameterization

ACL 2023long

By scaling the model size, large pre-trained language models (PLMs) have shown remarkable performance in various natural language processing tasks, mostly outperforming small PLMs by a large margin. However, due to the high computational cost, the huge number of parameters also restricts the applica…

2022

Parameter-Efficient Mixture-of-Experts Architecture for Pre-trained Language Models

COLING 2022main

Recently, Mixture-of-Experts (short as MoE) architecture has achieved remarkable success in increasing the model capacity of large-scale language models. However, MoE requires incorporating significantly more parameters than the base model being extended. In this paper, we propose building a paramet…

2021

Enabling Lightweight Fine-tuning for Pre-trained Language Model Compression based on Matrix Product Operators

ACL 2021long

This paper presents a novel pre-trained language models (PLM) compression approach based on the matrix product operator (short as MPO) from quantum many-body physics. It can decompose an original matrix into central tensors (containing the core information) and auxiliary tensors (with only a small p…