attention

Tag

Cards List
#attention

I fitted the new δ-mem research for apple silicon using mlx and openclaw integration! My findings

Reddit r/LocalLLaMA · 2026-05-16

The author implements the δ-mem research paper on Apple Silicon using MLX and OpenClaw, showing memory and attention improvements in local AI agent tests, though with mixed results compared to CUDA benchmarks.

0 favorites 0 likes
#attention

Δ-Mem: Efficient Online Memory for Large Language Models

Hacker News Top · 2026-05-16 Cached

Proposes delta-Mem, a lightweight online memory mechanism that uses a compact state matrix updated by delta-rule learning to improve long-context performance of frozen LLMs without full fine-tuning or context extension.

0 favorites 0 likes
#attention

@rohanpaul_ai: Google's "Attention is All You Need" paper came from trying to get a 3% gain in Google Translate. Innovation is a conse…

X AI KOLs Following · 2026-05-16 Cached

A tweet highlights that Google's seminal 'Attention is All You Need' paper originated from a modest attempt to improve Google Translate by 3%, illustrating that innovation often arises from production challenges.

0 favorites 0 likes
#attention

CompactAttention: Accelerating Chunked Prefill with Block-Union KV Selection

Hugging Face Daily Papers · 2026-05-16 Cached

CompactAttention introduces Block-Union KV Selection to accelerate chunked prefill for long-context LLMs, achieving up to 2.72x attention speedup on LLaMA-3.1-8B at 128K context while maintaining accuracy close to dense attention.

0 favorites 0 likes
#attention

AttnGen: Attention-Guided Saliency Learning for Interpretable Genomic Sequence Classification

arXiv cs.LG · 2026-05-15 Cached

AttnGen is an attention-guided training framework that embeds interpretability into the optimization of deep neural networks for genomic sequence classification, achieving improved accuracy and encouraging models to focus on informative nucleotide positions.

0 favorites 0 likes
#attention

EndPrompt: Efficient Long-Context Extension via Terminal Anchoring

arXiv cs.CL · 2026-05-15 Cached

EndPrompt proposes a method for extending the context window of large language models using only short training sequences, by anchoring a terminal prompt with target-length positional indices. It achieves strong benchmark results with substantially less computation than full-length fine-tuning.

0 favorites 0 likes
#attention

@dair_ai: // δ-mem: Efficient Online Memory for LLMs // One of the more elegant memory mechanisms I've seen this month. Most long…

X AI KOLs Following · 2026-05-13 Cached

The paper introduces δ-mem, a lightweight online memory mechanism that augments frozen LLMs with a compact associative memory state updated by delta-rule learning, achieving significant improvements on memory-heavy benchmarks without fine-tuning or context extension.

0 favorites 0 likes
#attention

I Found a Hidden Ratio in Transformers That Predicts Geometric Stability [R]

Reddit r/MachineLearning · 2026-05-12

The article presents a discovered spectral ratio between MLP and attention norms that predicts geometric stability in transformer models, with an optimal range of 0.5–2 to prevent rank collapse.

0 favorites 0 likes
#attention

δ-mem: Efficient Online Memory for Large Language Models

Hugging Face Daily Papers · 2026-05-12 Cached

The paper introduces δ-mem, a lightweight memory mechanism that enhances large language models by augmenting a frozen attention backbone with a compact associative memory state. It demonstrates improved performance on memory-heavy benchmarks with minimal computational overhead.

0 favorites 0 likes
#attention

@no_stp_on_snek: first receipts: triattention v3 evicts safely with longctx. ✓HIT every rung 32k → 256k on qwen3.5-2b-4bit (hybrid mamba…

X AI KOLs Following · 2026-05-08

Introduces triattention v3, a new attention mechanism that enables safe eviction without recall loss for long-context inference, demonstrated on a hybrid mamba+attention model up to 256k tokens.

0 favorites 0 likes
#attention

Step-By-Step LLM Engineering Projects (2026 Edition)

X AI KOLs · 2026-05-25 Cached

A project-based roadmap for learning LLM engineering by building key components from tokenizers to serving stacks, including hardware foundations and post-training techniques.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback