← Search

Konrad Staniszewski

5 accepted papers

2025

Inference-Time Hyper-Scaling with KV Cache Compression

NeurIPS 2025poster

Inference-time scaling trades efficiency for increased reasoning accuracy by generating longer or more parallel sequences. However, in Transformer LLMs, generation cost is bottlenecked by the size of the key–value (KV) cache, rather than the number of generated tokens. Hence, we explore inference-ti…

Cited by 0SourceScholar
2025

Structured Packing in LLM Training Improves Long Context Utilization

AAAI 2025technical

Recent advancements in long-context language modeling have attracted significant attention, yet their practical applications often suffer from suboptimal context utilization. To efficiently address this issue, we introduce the Structured Packing for Long Context, SPLiCe, a method that uses retrieval…

2024

Analysing The Impact of Sequence Composition on Language Model Pre-Training

ACL 2024long

Most language model pre-training frameworks concatenate multiple documents into fixed-length sequences and use causal masking to compute the likelihood of each token given its context; this strategy is widely adopted due to its simplicity and efficiency. However, to this day, the influence of the pr…

2023

Focused Transformer: Contrastive Training for Context Scaling

NeurIPS 2023poster

Large language models have an exceptional capability to incorporate new information in a contextual manner. However, the full potential of such an approach is often restrained due to a limitation in the effective context length. One solution to this issue is to endow an attention layer with access t…