long-context

Tag

Cards List
#long-context

@AdinaYakup: BigBang-v1a self-evolving LLM from endless frontier lab in Shanghai - Self-evolving training with AI generated frontier…

X AI KOLs Timeline · 2d ago Cached

BigBang-v1 is a self-evolving 36B LLM from Endless Frontier Lab in Shanghai, trained with AI-generated frontier tasks and achieving strong performance with only 10K high-quality examples across science, coding, tool use, and long context.

0 favorites 0 likes
#long-context

QEvict: Recoverable Quantized KV Eviction for Attention-Drift-Robust Long-Context Decoding

arXiv cs.LG · 2d ago Cached

This paper introduces QEvict, a KV-cache management scheme for LLMs that uses recoverable quantized eviction to handle attention drift during long-context decoding, improving memory efficiency while preserving important historical context.

0 favorites 0 likes
#long-context

Training-Free Hashing-Based Attention via Binary Principal Components

arXiv cs.LG · 3d ago Cached

Introduces BinaryPC, a training-free hashing-based sparse attention method for long-context LLMs that uses binary principal components to construct hash codes, preserving accuracy while improving decoding throughput by 3.56x over FlashAttention.

0 favorites 0 likes
#long-context

Relevant but Incomplete: Referential Dangling as a Paradigm-Level Failure Mode in Hard Prompt Compression

arXiv cs.CL · 3d ago Cached

This paper identifies a structural failure in hard prompt compression called 'referential dangling', where independent scoring splits dependent evidence pairs, removing the context needed to interpret retained answers. Experiments show this affects many compressors and datasets, and automatic restoration of missing references improves QA accuracy.

0 favorites 0 likes
#long-context

OctoLong: Mid-Training On Cross-Repository Code Contexts Enhances Long-Context Modeling

arXiv cs.AI · 3d ago Cached

Introduces OctoLong, a context engineering pipeline for curating dependency-rich cross-repository code contexts, and OctoLong-Instruct, a suite of long-context open LMs trained on this data. Experiments show that replacing 12% of traditional long-context corpora with OctoLong data yields substantial gains in long-range retrieval, state tracking, repository-level code understanding, and agentic tasks.

0 favorites 0 likes
#long-context

ATFlash: Per-RoPE-Wavelength Attention Windows for Compute/Memory-Efficient LLM Inference

arXiv cs.LG · 4d ago Cached

ATFlash introduces a per-RoPE-wavelength distance window that prunes query-key inner-product terms proportional to each frequency pair's wavelength, cutting 37-48% of attention compute with minimal quality loss and up to 1.31x speedups on long-context LLM inference.

0 favorites 0 likes
#long-context

PI-Mem: Pushing Long-Context Reasoning to 3.6M Tokens with Parallel-Iterative Memory

arXiv cs.CL · 4d ago Cached

PI-Mem is a parallel-iterative memory mechanism that pushes long-context reasoning to 3.6M tokens, outperforming recurrent-memory baselines while achieving significant inference speedups.

0 favorites 0 likes
#long-context

AnchorKV: Anchor-Residual KV Cache Compression

arXiv cs.LG · 4d ago Cached

AnchorKV is a new KV cache compression scheme that shrinks the cache by 20x without discarding any tokens, using anchor-residual representations to preserve 99% of full-cache accuracy at the 70B scale. The paper is a preprint under review.

0 favorites 0 likes
#long-context

Distractor-Aware Truncation: Disentangling Context-Length Effects from Signal Loss in Long-Context LLM Benchmarks

arXiv cs.AI · 4d ago Cached

This paper introduces distractor-aware truncation to separate context-length effects from signal loss in long-context LLM benchmarks, showing that naive truncation conflates the two and that preserving task-relevant content while removing distractors maintains or improves performance.

0 favorites 0 likes
#long-context

TaskPress: Query-Agnostic KV Cache Compression via Task-Guided Pruning

arXiv cs.AI · 4d ago Cached

TaskPress introduces a query-agnostic KV cache compression framework that uses a task guide as a meta-query and quantization scale factors to prune irrelevant tokens, enabling reusable caches across diverse queries with negligible overhead.

0 favorites 0 likes
#long-context

K-EXAONE 2.0 Technical Report

Hugging Face Daily Papers · 4d ago Cached

K-EXAONE 2.0 is an open-weight multilingual MoE foundation model from LG AI Research with 750B total parameters and 37B active, supporting 10 languages and 256K context, with notable gains in agentic coding, long-context understanding, and safety.

0 favorites 0 likes
#long-context

inclusionAI/Ling-3.0-flash · Hugging Face

Reddit r/LocalLLaMA · 5d ago Cached

inclusionAI released Ling-3.0-flash, a native hybrid reasoning model with 124B total/5.1B active parameters using a hybrid linear attention architecture (KDA+MLA) and sparse MoE. It matches or outperforms its 1T-class predecessor Ring-2.6-1T while being far more compute-efficient, with built-in agentic and long-context optimizations.

0 favorites 0 likes
#long-context

S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

arXiv cs.CL · 5d ago Cached

This paper introduces S4R, a low-rank KV cache compression method that combines selective token sampling, subspace construction, and sparse reconstruction to achieve up to 5× compression with near full-cache accuracy on LongBench and RULER benchmarks.

0 favorites 0 likes
#long-context

@modal: DeepSeek-V4-Flash has 284B total parameters with 13B active per token. Combined with a hybrid compressed attention mech…

X AI KOLs Following · 5d ago Cached

DeepSeek-V4-Flash is a 284B-parameter MoE model with 13B active parameters per token, featuring a hybrid compressed attention mechanism that reduces KV cache needs for 1M-token contexts. It can be served with SGLang on Modal for fast decoding on a single B300.

0 favorites 0 likes
#long-context

@NVIDIAAI: A long-context model's serving speed is largely decided before training starts. Attention used to be a small part of a …

X AI KOLs Timeline · 6d ago Cached

NVIDIA explains how attention architecture choices (group size, head dimension, KV-cache size, parallelism) set the ceiling for long-context inference performance, with guidelines for co-designing models for faster serving.

0 favorites 0 likes
#long-context

@ModelScope2022: 1M-token context with only ~3B parameters active per token. Meituan’s LongCat-Flash-Lite-Sparse brings sparse attention…

X AI KOLs Timeline · 6d ago Cached

Meituan released LongCat-Flash-Lite-Sparse, a sparse-attention model supporting 1M-token context with only ~3B active parameters per token, achieving strong SWE-Bench scores under an MIT license.

0 favorites 0 likes
#long-context

ResKV: Reconstructing Omitted Attention Contributions for Fixed-Budget KV Cache Compression

arXiv cs.CL · 6d ago Cached

ResKV proposes a KV cache compression method that divides a fixed budget into an exact main cache and a compact residual cache to reconstruct omitted attention contributions, improving performance on LongBench and RULER across multiple backbones.

0 favorites 0 likes
#long-context

Are the Financial Reasoning from LLMs Credible? A Real World Test over Long-Horizon Statements

arXiv cs.CL · 6d ago Cached

Introduces FinIndices, a large-scale benchmark evaluating LLM data-processing fidelity on uncropped financial statements, revealing knowledge and structural bottlenecks in financial reasoning.

0 favorites 0 likes
#long-context

@N01ennn: Microsoft ran its graph system against vector RAG on 8k, 120k, and a full million token context window, and the million…

X AI KOLs Timeline · 2026-08-02 Cached

Microsoft Research's LazyGraphRAG outperformed vector RAG on data-local questions across 8k, 120k, and million-token contexts, winning 92/90/91% at a tenth of the cost, and is now open-sourced on GitHub.

0 favorites 0 likes
#long-context

RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

Hugging Face Daily Papers · 2026-08-02 Cached

RestoreKV introduces a learned restoration mechanism that complements query-agnostic KV cache eviction, recovering full-cache behavior under aggressive budgets by generating a compact context-conditioned restore cache via a single LoRA-adapted pass, improving performance on four long-context benchmarks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback