decoding

Tag

Cards List
#decoding

DecodeShare: Tracing the Shared Subspace of LLM Decode-Time Decisions

arXiv cs.AI · 15h ago Cached

DecodeShare proposes a method to identify a low-dimensional subspace consistently shared across tasks in LLM decode-time hidden states and shows that disturbing this subspace degrades decision performance more than random or prefill-derived subspaces, with implications for activation steering.

0 favorites 0 likes
#decoding

Decoupling Task-Solving and Output Formatting in LLM Generation

arXiv cs.CL · 2026-07-13 Cached

Introduces Deco-G, a decoding framework that separates format adherence from problem-solving in LLMs, using a Format Estimation Module to ensure compliance without degrading reasoning. Achieves improved accuracy on mathematical reasoning, event extraction, and LLM-as-a-judge tasks.

0 favorites 0 likes
#decoding

Producing Structured Outputs from LLMs with Constrained Sampling

Reddit r/LocalLLaMA · 2026-07-10

Discusses methods for generating structured outputs from large language models using constrained sampling techniques.

0 favorites 0 likes
#decoding

Decoding the obfuscated bash script on a Uniqlo t-shirt

Hacker News Top · 2026-07-08 Cached

A blog post details the discovery and decoding of an obfuscated bash script printed on a Uniqlo t-shirt as part of Akamai's Peace for All campaign, which reveals a hidden Easter egg message when executed.

0 favorites 0 likes
#decoding

TACG: Trajectory-Aware Commit Gating for Diffusion Language Model Decoding

arXiv cs.CL · 2026-07-07 Cached

TACG is a training-free decoder for diffusion language models that uses trajectory-aware signals to decide when to commit tokens, improving accuracy and efficiency on code and math benchmarks.

0 favorites 0 likes
#decoding

Prefill vs. decoding and local LLM ROI: is prefill underrated?

Reddit r/LocalLLaMA · 2026-07-06

An analysis comparing prefill and decoding phases in LLM inference, questioning whether prefill is underappreciated in terms of ROI for local LLM deployments.

0 favorites 0 likes
#decoding

@josh_bickett: Fable 5 shows models are insanely good at decoding shorthand. me: "ittiaa real product here for m rn. lsaeawl" Fable 5:…

X AI KOLs Following · 2026-07-06 Cached

Fable 5 demonstrates impressive ability to decode shorthand where users type the first letter of each word, accurately reconstructing the intended message.

0 favorites 0 likes
#decoding

Set Diffusion: Interpolating Token Orderings Between Autoregression and Diffusion for Fast and Flexible Decoding

arXiv cs.LG · 2026-07-03 Cached

Set Diffusion introduces a new class of language models that interpolates between autoregressive and diffusion models by factorizing token generation over flexible-position, flexible-length token sets. This enables faster decoding and flexible token ordering, achieving better speed-quality tradeoffs on reasoning, summarization, and unconditional generation tasks.

0 favorites 0 likes
#decoding

Dual-Confidence Contrastive Decoding for Retrieval-Augmented Generation

arXiv cs.CL · 2026-07-02 Cached

Proposes Dual-Confidence Contrastive Decoding (DCCD), a training-free method for retrieval-augmented generation that handles intra-context conflicts in multi-document settings by combining document-level and token-level confidence signals, and introduces the DRQA benchmark for factual-conflict QA.

0 favorites 0 likes
#decoding

Breaking the Bird Barrier: Scientist Decodes Zebra Finch Language

Hacker News Top · 2026-06-30 Cached

Dr. Julie Elie of UC Berkeley won the 2026 Coller-Dolittle Prize for decoding the core vocabulary of zebra finches, identifying 11 distinct calls by combining observation, machine learning, and behavioral experiments. Her work marks a significant step in interspecies communication.

0 favorites 0 likes
#decoding

FADE: Mitigating Hallucinations by Reducing Language-Prior Dominance in Large Vision-Language Models

arXiv cs.AI · 2026-06-30 Cached

This paper proposes FADE, a training-free method that mitigates hallucinations in Large Vision-Language Models by attenuating FFN outputs at critical layers to reduce language-prior dominance, demonstrating effectiveness across multiple benchmarks.

0 favorites 0 likes
#decoding

Masked Diffusion Decoding as $x$-Prediction Flow

arXiv cs.CL · 2026-06-30 Cached

This paper reinterprets masked diffusion language model decoding as continuous clean-state prediction, introducing a flow-based framework where tokens are updated continuously and asynchronously based on confidence, achieving 97% of LLaDA's performance with 25% of the decoding budget.

0 favorites 0 likes
#decoding

Multi-Block Diffusion Language Models

Hugging Face Daily Papers · 2026-06-30 Cached

This paper proposes Multi-Block Diffusion Language Models (MBD-LMs), extending single-block diffusion to concurrent multi-block decoding with improved training strategies like Multi-block Teacher Forcing and an optimized Block Buffer decoding algorithm. Experiments show increased tokens per forward pass and improved accuracy on benchmarks.

0 favorites 0 likes
#decoding

@divaagurlxw: Inference optimizations I’d study if I wanted sub-second LLM responses: 1.KV-Caching 2.Speculative Decoding 3.FlashAtte…

X AI KOLs Timeline · 2026-06-29 Cached

A tweet listing 16 inference optimization techniques for achieving sub-second LLM responses, including KV-caching, speculative decoding, FlashAttention, and various parallelism methods.

0 favorites 0 likes
#decoding

Speculative Refinement: A Hybrid Autoregressive Diffusion Decoding Strategy and Its Behavior Across Benchmarks

arXiv cs.AI · 2026-06-29 Cached

Introduces Speculative Refinement (SpecRef), a training-free hybrid decoding strategy that warm-starts a masked diffusion language model from an autoregressive draft using entropy-guided selective masking. Evaluated across six benchmarks, it reveals that code benchmarks conflate structural discovery with logical correctness, identifies a refinement tension phenomenon, and shows that evaluation protocols can produce different model rankings.

0 favorites 0 likes
#decoding

huff12 - a 12-stream Huffman decoder for Apple Silicon

Lobsters Hottest · 2026-06-28

huff12 is a 12-stream Huffman decoder optimized for Apple Silicon processors, aiming to improve decoding performance through parallel stream processing.

0 favorites 0 likes
#decoding

@TheAhmadOsman: There’s a lot of hidden alpha in learning how decoding and samplers work in LLMs

X AI KOLs Following · 2026-06-20 Cached

A tweet highlights the value of understanding decoding and sampler mechanisms in LLMs for gaining an edge.

0 favorites 0 likes
#decoding

Who Should Lead Decoding Now? Tracking Reliable Trajectories for Ensembling Masked Diffusion Language Models

Hugging Face Daily Papers · 2026-06-15 Cached

This paper proposes TIE, a knowledge fusion framework for masked diffusion language models that tracks confidence dynamics to identify reliable decoding trajectories and iteratively transfers partially denoised sequences between models, improving generation quality on reasoning tasks.

0 favorites 0 likes
#decoding

@davideciffa: Very proud to share that we just release Luce KVFlash. Run your preferred model inside Lucebox at 256k context, without…

X AI KOLs Timeline · 2026-06-14 Cached

Announced release of Luce KVFlash, a tool to run models inside Lucebox at 256k context without KVCache OOM, achieving up to 2.9x faster decoding at long context using speculative prefill and dynamic offloading.

0 favorites 0 likes
#decoding

LatticeBridge: Rare-Event Sequential Inference for Faithful Structured Sequence Synthesis

arXiv cs.CL · 2026-06-11 Cached

LatticeBridge proposes a twisted sequential Monte Carlo decoder for structured sequence generation that improves constraint satisfaction by treating the problem as rare-event inference, outperforming greedy and beam baselines on CommonGen, E2E NLG, and WikiBio.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback