← Search

Jie Ou

7 accepted papers

2026

GateRA: Token-aware Modulation for Parameter-Efficient Fine-tuning

AAAI 2026technical

Parameter-efficient fine-tuning (PEFT) methods, such as LoRA, DoRA, and HiRA, enable lightweight adaptation of large pre-trained models via low-rank updates. However, existing PEFT approaches apply static, input-agnostic updates to all tokens, disregarding the varying importance and difficulty of d

Cited by 0SourcePDFScholar
2025

Accelerating Adaptive Retrieval Augmented Generation via Instruction-Driven Representation Reduction of Retrieval Overlaps

ACL 2025finding

Retrieval-augmented generation (RAG) has emerged as a pivotal method for expanding the knowledge of large language models. To handle complex queries more effectively, researchers developed Adaptive-RAG (A-RAG) to enhance the generated quality through multiple interactions with external knowledge bas…

2025

Enhancing Large Language Model Inference Efficiency via Lookahead Cache Filtering

ICASSP 2025accepted

The large Key-Value (KV) cache is a significant challenge in deploying Large Language Models (LLMs). Current research addressing these issues employs cache compression techniques, which we find suffer from information loss and the "lost-in-the-middle" problem. We propose the Lookahead Cache Filterin…

Cited by 0SourceScholar
2025

HASH-RAG: Bridging Deep Hashing with Retriever for Efficient, Fine Retrieval and Augmented Generation

ACL 2025finding

Retrieval-Augmented Generation (RAG) encounters efficiency challenges when scaling to massive knowledge bases while preserving contextual relevance. We propose Hash-RAG, a framework that integrates deep hashing techniques with systematic optimizations to address these limitations. Our queries direct…

2025

Noise-Robustness Through Noise: A Framework combining Asymmetric LoRA with Poisoning MoE

NeurIPS 2025poster

Current parameter-efficient fine-tuning methods for adapting pre-trained language models to downstream tasks are susceptible to interference from noisy data. Conventional noise-handling approaches either rely on laborious data pre-processing or employ model architecture modifications prone to error…

Cited by 0SourceScholar
2024

Compensate Quantization Errors: Make Weights Hierarchical to Compensate Each Other

NAACL 2024findings

Emergent Large Language Models (LLMs) use their extraordinary performance and powerful deduction capacity to discern from traditional language models. However, the expenses of computational resources and storage for these LLMs are stunning, quantization then arises as a trending conversation. To add…

Cited by 2SourcePDFScholar
2024

Lossless Acceleration of Large Language Model via Adaptive N-gram Parallel Decoding

NAACL 2024industry

While Large Language Models (LLMs) have shown remarkable abilities, they are hindered by significant resource consumption and considerable latency due to autoregressive processing. In this study, we introduce Adaptive N-gram Parallel Decoding (ANPD), an innovative and lossless approach that accelera…