← Search

Ziqiang Cui

5 accepted papers

2026

BoRA: Towards More Expressive Low-Rank Adaptation with Block Diversity

ICLR 2026poster

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). It approximates the update of a pretrained weight matrix $W\in\mathbb{R}^{m\times n}$ by the product of two low-rank matrices, $BA$, where $A \in\mathbb{R}^{r\times n}$ and $B\…

Cited by 0SourceScholar
2026

Less Is More: Elevating RAG via Performance-Driven Context Compression

ICML 2026poster

Retrieval-Augmented Generation (RAG) has emerged as a promising paradigm for improving the timeliness of knowledge updates and the factual accuracy of large language models. However, incorporating a large volume of retrieved documents significantly increases input length, leading to prohibitive comp…

Cited by 0SourceScholar
2025

Beyond Higher Rank: Token-wise Input-Output Projections for Efficient Low-Rank Adaptation

NeurIPS 2025poster

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). LoRA essentially describes the projection of an input space into a low-dimensional output space, with the dimensionality determined by the LoRA rank. In standard LoRA, all inpu…

Cited by 0SourcecodeScholar
2025

SRA-CL: Semantic Retrieval Augmented Contrastive Learning for Sequential Recommendation

NeurIPS 2025poster

Contrastive learning has shown effectiveness in improving sequential recommendation models. However, existing methods still face challenges in generating high-quality contrastive pairs: they either rely on random perturbations that corrupt user preference patterns or depend on sparse collaborative d…

Cited by 0SourcecodeScholar