Papers by Yaohua Tang

1 papers
TurboRAG: Accelerating Retrieval-Augmented Generation with Precomputed KV Caches for Chunked Text (2025.emnlp-main)

Copied to clipboard

Challenge: Current RAG systems concatenate and process numerous retrieved document chunks for prefill . this leads to significant latency in time-to-first-token (TTFT) Experimental results demonstrate that TurboRAG reduces TTFT by up to 9.4x compared to the conventional RAG system.
Approach: They propose a hybrid offline-online paradigm that precomputes chunk-level key-value caches and stitches them together at inference time using independent–attention and reorderedRoPE techniques.
Outcome: Experimental results show that TurboRAG reduces TTFT by 9.4x compared to the conventional RAG systems . long concatenated contexts consume disproportionate GPU memory, limiting throughput .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations