← Search

Wenyuan Liu

2 accepted papers

2026

MicroMix: Efficient Mixed-Precision Quantization with Microscaling Formats for Large Language Models

ICLR 2026poster

Quantization significantly accelerates inference in large language models (LLMs) by replacing original high-precision matrices with low-precision counterparts. Recent advances in weight-activation quantization have primarily focused on mapping both weights and activations to the INT4 format. Althoug…

Cited by 0SourcecodeScholar
2025

3D-RPE: Enhancing Long-Context Modeling Through 3D Rotary Position Encoding

AAAI 2025technical

An essential component in Large Language Models (LLMs) is Rotary Position Encoding (RoPE) , which efficiently manages positional dependencies in long-context modeling. However, when the number of input tokens surpasses the pretrained capacity of LLMs, their ability to process and generate text is ma…