← Search

Xindian Ma

3 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…

2019

A Tensorized Transformer for Language Modeling

NeurIPS 2019poster

Latest development of neural models has connected the encoder and decoder through a self-attention mechanism. In particular, Transformer, which is solely based on self-attention, has led to breakthroughs in Natural Language Processing (NLP) tasks. However, the multi-head attention mechanism, as a ke…