paper-with-me

홈 › Papers

SparQ Attention: Bandwidth-Efficient LLM Inference

2023-12-08 · Luka Ribar, Ivan Chelombiev, Luke Hudlass-Galley, Charlie Blake, Carlo Luschi, Douglas Orr

The computational difficulties of large language model (LLM) inference remain a significant obstacle to their widespread deployment. The need for many applications to support long input sequences and process them in large batches typically causes token-generation to be bottlenecked by data transfer. For this reason, we introduce SparQ Attention, a technique for increasing the inference throughput of LLMs by utilising memory bandwidth more efficiently within the attention layers, through selective fetching of the cached history. Our proposed technique can be applied directly to off-the-shelf LLMs during inference, without requiring any modification to the pre-training setup or additional fine-tuning. We show that SparQ Attention brings up to 8x savings in attention data transfers without substantial drops in accuracy, by evaluating Llama 2 and 3, Mistral, Gemma and Pythia models on a wide range of downstream tasks.

📄 PDF Abstract BibTeX arXiv:2312.04985

Code (1)

graphcore-research/llm-inference-research 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

Semantic Parsing Natural Language into SPARQL: Improving Target Language Representation with Neural Attention

2018-03-12 · Fabiano Ferreira Luz, Marcelo Finger

Semantic parsing is the process of mapping a natural language sentence into a formal representation of its meaning. In this work we use the neural network approach to transform natural language sentence into a query to a…

Semantic ParsingSentence

FedSparQ: Adaptive Sparse Quantization with Error Feedback for Robust & Efficient Federated Learning

2025-11-05 · Chaimaa Medjadji, Sadi Alawadi, Feras M. Awaysheh, Guilain Leduc 외 arxiv

Federated Learning (FL) enables collaborative model training across decentralized clients while preserving data privacy by keeping raw data local. However, FL suffers from significant communication overhead due to the fr…

Federated Learning

Towards Natural Language Question Answering over Earth Observation Linked Data using Attention-based Neural Machine Translation

2021-01-23 · Abhishek V. Potnis, Rajat C. Shinde, Surya S. Durbha

With an increase in Geospatial Linked Open Data being adopted and published over the web, there is a need to develop intuitive interfaces and systems for seamless and efficient exploratory analysis of such rich heterogen…

Earth ObservationMachine TranslationQuestion AnsweringTranslation

Accelerating LLM Inference Throughput via Asynchronous KV Cache Prefetching

2025-04-08 · Yanhao Dong, Yubo Miao, Weinan Li, Xiao Zheng 외

Large Language Models (LLMs) exhibit pronounced memory-bound characteristics during inference due to High Bandwidth Memory (HBM) bandwidth constraints. In this paper, we propose an L2 Cache-oriented asynchronous KV Cache…

GPUScheduling

GGC: Selective Query Correction for Reliable Text-to-SPARQL Generation

2026-07-30 · Ziyi Yang, Thanh-Son Nguyen, Tuan Anh Nguyen, Lihui Chen arxiv

Large language models (LLMs) have demonstrated strong capabilities in structured query generation, making them a natural choice for Text-to-SPARQL, which translates natural language questions into executable SPARQL queri…

Knowledge Graphs