Deep Research9.3
TEMPO introduces a semi-supervised reinforcement learning framework designed to scale test-time training for large reasoning models. By executing an alternating Expectation-Maximization loop, TEMPO resolves reward drift and diversity collapse inherent in self-rewarding baselines.
AITest-Time TrainingReinforcement Learning
Deep Research9.3
Standard Sparse Autoencoders suffer from severe feature splitting when reconstructing multidimensional LLM representations. Subspace-Aware Sparse Autoencoders (SASA) resolve this via learned decoder subspaces, yielding better monosemanticity at half the training compute.
AIMechanistic InterpretabilitySparse Autoencoders
Deep Research9.0
Multi-Head Latent Attention (MLA) compresses Key-Value (KV) matrices into low-rank latent representations, reducing KV cache memory footprints by up to 81% during autoregressive decoding. This analysis explores how MLA explicitly separates semantic content from positional encodings and leverages matrix reabsorption for efficient inference.
AILLMMulti-Head Latent Attention
Deep Research9.3
The Stochastic-Deterministic Boundary (SDB) formalizes the exact interface where probabilistic LLM outputs transition into deterministic system actions. Post-mortem analyses show 71% of production agent failures trace to SDB weaknesses, making boundary design the primary driver of long-horizon reliability.
AI AgentSystem ArchitectureLLM Reliability
Deep Research9.2
Developed by researchers at Stanford IRIS Lab, MIT, and KRAFTON, Meta-Harness automates LLM harness engineering by granting an agentic proposer full access to code and diagnostic execution traces. Moving beyond scalar prompt optimization, it achieves state-of-the-art results across classification, mathematical reasoning, and agentic coding benchmarks.
AILLMMeta-Harness
Deep Research9.4
Process Reward Models (PRMs) evaluate intermediate reasoning steps to resolve credit assignment bottlenecks in complex LLM tasks. By supplying dense step-level signals during training and guiding test-time search algorithms, PRMs significantly enhance mathematical and coding performance.
AIProcess Reward ModelsReinforcement Learning
Deep Research9.2
Latent reasoning replaces explicit textual Chain-of-Thought tokens with continuous hidden vectors, bypassing the linguistic bottleneck of discrete words. Innovations such as Latent-GRPO and Latent Thought Flow achieve a 3x to 4x inference speedup while improving accuracy on complex benchmarks.
AILatent ReasoningLLM
Deep Research9.0
Activation engineering is an inference-time technique that controls large language model (LLM) behavior by directly modifying internal activations, bypassing the need for retraining. While it offers an efficient way to steer attributes like truthfulness and safety, it carries a significant risk of 'emergent misalignment,' where narrow controls lead to broadly harmful outputs on unrelated tasks.
AILLMAI Safety
Deep Research9.2
In-Place TTT, developed by ByteDance Seed Team and Peking University, repurposes standard Transformer MLP down-projection matrices as fast weights for dynamic inference adaptation. Selected for an ICLR 2026 Oral, this approach boosts open models like Qwen3-4B and LLaMA-3.1-8B on 128k long-context tasks without persistent weight drift.
AILLMTest-Time Training
Deep Research9.5
A theoretical paper that won an Outstanding Paper award at ICLR 2026 introduces "succinctness" to explain the power of Transformers. The work proves that Transformers are exponentially more efficient at representing concepts than architectures like Recurrent Neural Networks (RNNs).
AITransformerDeep Learning
Deep Research8.0
Hyperdimensional Computing (HDC), or Vector Symbolic Architectures (VSA), is a brain-inspired computing paradigm offering a new approach to AI. It leverages extremely high-dimensional vectors for efficient, robust, and explainable computation, proving especially useful for edge devices and rapid knowledge retrieval.
AIHyperdimensional ComputingVector Symbolic Architectures
Deep Research9.0
The Semantic Least Action Principle (SLAP) is a novel AI methodology that borrows the Principle of Least Action from classical physics. It aims to solve key problems in long-horizon video understanding, like object vanishing and logical inconsistency, by modeling a video's semantic changes as a physical path.
AIDeep ResearchVideo Generation
Deep Research9.0
Mixture of Agents (MoA) is an emerging AI architecture where multiple independent AI models collaborate on a single task, with an 'aggregator' model synthesizing their outputs into a higher-quality final answer. This approach leverages 'collaborativeness' between models, achieving state-of-the-art results that surpass top proprietary models like GPT-4 Omni using only open-source components.
AILLMMixture of Agents
Deep Research8.5
Active Inference is an AI theory from neuroscience that unifies perception, learning, and action to minimize "surprise." It provides a new path for building more capable robots and physical AI systems.
AIActive InferenceRobotics
Deep Research9.0
Self-RAG is a novel framework that trains a language model to self-reflect, allowing it to decide when to retrieve information, evaluate its quality, and critique its own output. This process significantly improves the model's factuality and accuracy while reducing hallucinations.
AILLMRAG
Deep Research8.5
Liquid Time-Constant (LTC) Networks are a bio-inspired class of continuous-time recurrent neural networks that process temporal data by adaptively adjusting their time-constants. This unique architecture allows them to excel at prediction tasks with high efficiency, especially for irregularly sampled data and in resource-constrained environments.
AINeural NetworksRNN
Deep Research9.0
Mixture-of-Depths Attention (MoDA) is a novel attention mechanism that allows model heads to access key information from both current and preceding layers, significantly improving LLM performance with minimal computational overhead. This method is designed to solve the 'signal degradation' problem in deep networks, where valuable early-layer features become diluted.
AILLMTransformer Architecture