概念

按研究主题组织的技术路线、方法和范式,共 236 个页面、37 个分组。每张卡片保留更长摘要和主要小节。

40distillation24rl19stub15agent13memory11speech-model7concept7model7multimodal6agentic-coding5benchmark5pretraining4Agent 安全新进展 (Agent Safety, 2026-03/04)4architecture4audio4behavioral-awareness4inference4synthetic-data3inference-optimization3on-policy-distillation3reasoning3tool-use3training2alignment2data-quality2grpo2retrieval2rlhf2safety2self-distillation1embedding1omni1omni-modal1post-training1reward-model1self-learning19未归类

40 distillation

DeepSeek R1 Distillation

1 分钟

DeepSeek R1 Distillation refers to the distillation approach used in the DeepSeek R1 model family, where reasoning capabilities are transferred from a large teacher model to smaller student models. This approach is discussed in the on-policy-distillation-survey as a prominent exa...

RelatedReferences
distillation reasoning

DP-OPD: Differentially Private On-Policy Distillation

1 分钟

将差分隐私(Differential Privacy)与 OPD 结合,在保持蒸馏效果的同时提供正式的隐私保证。

定义核心方法差分隐私 + OPD
distillation on-policy rl fine-tuning alignment

Dual Policy Distillation

4 分钟

|# Dual Policy Distillation (DPD)

distillationtraining
distillation training

Entropy Aware On Policy Distillation

3 分钟

|# Entropy-Aware On-Policy Distillation (EOPD)

Relation to Existing Concepts
distillation on-policy training

Ex-OPD

1 分钟

Ex-OPD (Extended/Extrapolated On-Policy Distillation) is a variant of on-policy distillation that extends the OPD framework with reward extrapolation capabilities. Referenced in the context of generalized-on-policy-distillation, Ex-OPD explores how on-policy methods can be augmen...

RelatedReferences
distillation on-policy

Generalized Knowledge Distillation (GKD)

8 分钟

*DeepMind's foundational work on on-policy distillation (2023)*

OverviewCore InnovationMathematical Formulation
distillation on-policy training foundation deepmind

Generalized On Policy Distillation

4 分钟

|# Generalized On-Policy Distillation (G-OPD)

See Also
distillation on-policy training

Hybrid Distillation Policy Optimization

4 分钟

Hybrid Distillation Policy Optimization via Privileged Self-Distillation (HDPO) augments standard RL training with a privileged self-distillation mechanism targeting "cliff prompts" — prompts where all student rollouts fail. The teacher and student share weights and differ only i...

OverviewCore MechanismKey Results
distillation on-policy rl training

Hybrid Policy Distillation for LLMs

1 分钟

混合策略蒸馏方法,结合多种蒸馏策略以平衡不同训练目标。仅有 abstract 可用,全文尚未公开。

定义核心思路混合策略
distillation on-policy rl optimization

KL Divergence in Distillation

1 分钟

KL (Kullback-Leibler) divergence plays a central role in knowledge distillation as the primary loss function measuring the discrepancy between teacher and student output distributions. The on-policy-distillation-survey frames distillation methods through the lens of f-divergence ...

RelatedReferences
distillation optimization

Knowledge Distillation

1 分钟

Knowledge Distillation (KD), introduced by Hinton et al. in 2015, is the foundational technique for transferring knowledge from a large "teacher" model to a smaller "student" model. The student is trained to match the teacher's output distribution (typically via kl-divergence-in-...

RelatedReferences
distillation training

Lightning OPD: Offline On-Policy Distillation

1 分钟

NVIDIA 团队(Song Han, Han Cai)提出的离线 OPD 变体,通过预计算 teacher log-probabilities 消除实时推理开销,实现 4 倍加速。

定义核心发现Teacher Consistency 条件
distillation on-policy rl optimization

Model Distillation

2 分钟

|# Model Distillation

Relation to Policy Distillation
distillation training

Multi-Domain On-Policy Distillation

1 分钟

Multi-domain on-policy distillation extends the OPD framework to handle multiple task domains simultaneously, training a single student model that can perform across diverse domains by distilling from domain-specific or generalist teachers. This concept is related to cascade-rl, ...

RelatedReferences
distillation on-policy training

On Policy Distillation

6 分钟

|# On-Policy Distillation (OPD)

RelatedSee Also
distillation on-policy training

On Policy Distillation Survey

4 分钟

|# On-Policy Distillation (OPD) - Survey

distillationon-policysurvey
distillation on-policy survey

On Policy Prefix Distillation

3 分钟

|# On-Policy Prefix Distillation (OPPD)

distillationon-policytraining
distillation on-policy training

On Policy Self Distillation

4 分钟

|# On-Policy Self-Distillation (OPSD)

Relation to Existing Concepts
distillation on-policy reasoning

On-Policy Self-Distillation for Reasoning Compression

4 分钟

On-Policy Self-Distillation for Reasoning Compression (OPSDC) is a training method that compresses LLM reasoning traces by conditioning the same model on a "be concise" instruction to generate teacher logits, then training the student (unconditioned) to minimize per-token reverse...

OverviewCore MechanismKey Results
distillation on-policy self-distillation training

OPSDL: On-Policy Self-Distillation for Long-Context Language Models

1 分钟

将 OPD 扩展到 long-context 场景,通过自蒸馏扩展 LLM 有效上下文长度。

定义核心方法Long-Context OPD 扩展
distillation on-policy rl fine-tuning training

Per Token Kl Clipping

2 分钟

|# Per-Token Pointwise KL Clipping

Related
distillation optimization

Policy Distillation

3 分钟

|# Policy Distillation

distillationrl
distillation rl

Proximal Policy Distillation

4 分钟

|# Proximal Policy Distillation (PPD)

Context and Related Concepts
distillation ppo training

Reasoning Distillation

1 分钟

Reasoning distillation is the process of transferring reasoning abilities — particularly chain-of-thought capabilities — from a teacher model to a student model. This is a specialized form of knowledge-distillation that focuses on preserving the quality and structure of reasoning...

RelatedReferences
distillation reasoning

Reinforcement-Aware Knowledge Distillation

4 分钟

Reinforcement-Aware Knowledge Distillation (RLAD) is an on-policy distillation framework that selectively imitates the teacher during RL training — distilling from the teacher only when it improves the current policy update. RLAD replaces the standard KL regularizer with a Trust ...

OverviewCore MechanismKey Results
distillation on-policy rl training

Reopold

4 分钟

|# Reopold (Relaxed On-Policy Distillation)

distillationon-policyreasoning
distillation on-policy reasoning

Rethinking OPD: Phenomenology, Mechanism, and Recipe

2 分钟

清华/上海交大等机构对 OPD 动力学的系统性研究,揭示成功 OPD 的必要条件、token 级别机制,以及恢复失败 OPD 的策略。

定义核心发现两个成功条件
distillation on-policy rl reasoning

Reverse KL Distillation

1 分钟

Reverse KL distillation uses the reverse Kullback-Leibler divergence (KL(student || teacher)) instead of the forward direction as the distillation objective. Unlike forward KL, which encourages the student to cover all modes of the teacher distribution, reverse KL encourages the ...

RelatedReferences
distillation optimization

Sample Routed Policy Optimization

5 分钟

Sample-Routed Policy Optimization (SRPO) is a unified on-policy post-training framework that dynamically routes correct samples to GRPO-style reward-aligned reinforcement and failed samples to SDPO's (Self-Distillation Policy Optimization) targeted logit-level correction. It uses...

OverviewCore MechanismKey Results
distillation on-policy grpo rl training

Self-Distillation Zero: Self-Revision Turns Binary Rewards into Dense Supervision

1 分钟

通过自修订(self-revision)机制将 binary rewards 转化为 dense supervision,提供对比 RLVR 与 self-distillation 的视角。

定义核心方法自修订机制
distillation on-policy rl fine-tuning

Self-Distilled RLVR: On-Policy Distillation for RL with Verifiable Rewards

1 分钟

将 OPD 与 RLVR(Reinforcement Learning with Verifiable Rewards)结合,用大模型 teacher 为采样轨迹提供密集细粒度信号。

定义核心方法OPD + RLVR 融合
distillation on-policy rl grpo

Strong to Weak Distillation

1 分钟

Strong-to-weak distillation is a paradigm where a larger, more capable "strong" teacher model distills its knowledge into a smaller, less capable "weak" student model. This is the most common distillation direction and is used in models like qwen3 and frameworks like generalized-...

RelatedReferences
distillation training

Teacher Top-K Local Support Matching

1 分钟

Teacher top-k local support matching is a technique used in knowledge distillation where the student is trained to match not just the full output distribution of the teacher, but specifically the top-k highest-probability tokens at each position. This provides more focused traini...

RelatedReferences
distillation optimization

The Illusion of Certainty: Decoupling Capability and Calibration in OPD

1 分钟

Salesforce AI Research 发现 OPD 会导致严重过置信(overconfidence),提出 CaOPD 解耦能力与校准。

定义核心发现Scaling Law of Miscalibration
distillation on-policy rl alignment

TIP: Token Importance in On-Policy Distillation

1 分钟

研究 token 级别重要性在 OPD 中的作用,发现并非所有 token 位置对蒸馏效果贡献相同。

定义核心发现Token 级别重要性差异
distillation on-policy rl

Token Level Entropy Analysis

2 分钟

Token-level entropy analysis is a diagnostic technique for evaluating how well a student model preserves the uncertainty structure of a teacher model during knowledge distillation. It involves computing the Shannon entropy of the conditional output distribution at each token posi...

Application in DistillationMethodologySignificance
distillation optimization

TVDF

1 分钟

TVDF (Temporal Video Distillation Framework) is a distillation framework focused on video understanding tasks, where temporal information plays a critical role. TVDF is referenced in the context of video-opd, which applies on-policy distillation techniques to video temporal groun...

RelatedReferences
distillation

Video Opd

4 分钟

Video-OPD (Video On-Policy Distillation) is an efficient post-training framework for Temporal Video Grounding (TVG) that combines on-policy optimization with dense token-level supervision from a fixed frontier teacher model.

Core IdeaTraining Pipeline (4 Steps)Key Advantages over GRPO
distillation on-policy multimodal

Vold

3 分钟

VOLD is a two-stage framework for transferring reasoning capabilities from text-only teacher LLMs to vision-language student models (VLMs) using purely text-based training data. It combines Group Relative Policy Optimization (GRPO) reinforcement learning with on-policy knowledge ...

Core IdeaKey InnovationsTechnical Formulation
distillation on-policy multimodal

X Opd

3 分钟

X-OPD is a novel Cross-Modal On-Policy Distillation framework designed to systematically align the capabilities of Speech LLMs to their text-based counterparts. It enables the Speech LLM to explore its own distribution via on-policy rollouts, where a text-based teacher model eval...

Core MechanismCross-Modal Alignment DataRobust Multi-sampling Rollout
distillation on-policy speech-model multimodal

24 rl

Agent-R1: End-to-End RL for LLM Agents

10 分钟

*Framework for training powerful LLM agents with reinforcement learning (2025)*

OverviewProblem FormulationStandard MDP (Classic RL)
rl agent reinforcement-learning end-to-end markov-decision-process

Agent² RL-Bench: Agentic RL Post-Training

1 分钟

LLM Agent 能否自主设计、实现、运行完整的 RL pipeline 来改进 foundation model?

核心问题Benchmark 设计关键发现
rl agent benchmark grpo post-training

Cascade Rl

4 分钟

|# Cascade RL

rltrainingalignment
rl training alignment

COS-PLAY — Co-Evolving LLM Decision and Skill Bank Agents

5 分钟

LLM 在长程交互环境中做 consistent 决策困难,因为缺乏发现、保留和复用结构化 skill 的机制。现有 LLM agent 没有类似 Atari/AlphaZero 中 self-improving game agent 的 explore-learn-reuse 循环。

一、核心问题二、COS-PLAY 架构Decision Agent
rl training fine-tuning

Deep Q-Network

1 分钟

Deep Q-Network (DQN) is a deep reinforcement learning value-based method that combines Q-learning with deep neural networks to learn policies directly from high-dimensional sensory input. Introduced by DeepMind in 2015, DQN achieved human-level performance on atari-2600 games and...

RelatedReferences
rl optimization

Faithful GRPO

1 分钟

RLVR 训练的 VLM 在视觉空间推理上存在 accuracy-faithfulness 矛盾:

核心问题方法意义
rl grpo vision spatial-reasoning faithfulness

Gaussian GRPO (G2RPO)

1 分钟

GRPO 在多模态多任务 RL 中存在 reward topology 方差极大 的问题:

核心问题方法两个 Task-level Shaping 机制
rl grpo post-training multimodal reward-shaping

Horizon Length Training Study — arXiv 2605.02572

16 分钟

本文系统性研究了一个在现有 RL 训练中常被忽视的因素——horizon length(视野长度 / 任务执行步数)如何影响 LLM Agent 训练的稳定性和最终性能。

核心问题定义实验设计:受控任务构建方法学:解耦 horizon 与 solving complexity
rl training benchmark

Imitation Learning

1 分钟

Imitation Learning (IL) is a paradigm where an agent learns to perform tasks by observing and replicating demonstrations from an expert, rather than learning through trial-and-error with explicit reward signals. It is closely related to policy-distillation in RL settings and serv...

RelatedReferences
rl training

Interactive Imitation Learning

1 分钟

Interactive Imitation Learning extends standard imitation-learning by allowing the learner to query the expert interactively during training, rather than learning only from a fixed dataset of demonstrations. This addresses the exposure-bias problem by ensuring the learner receive...

RelatedReferences
rl training

ML-Agent: Autonomous ML via Reinforcement Learning

8 分钟

*Learning-based agentic ML (2025)*

OverviewCore Paradigm ShiftBefore: Prompt Engineering
rl agent reinforcement-learning autonomous-ml qwen

Perception-Grounded Policy Optimization for VLMs

1 分钟

VLM 的 RL 训练中,不是所有 token 都平等——视觉感知相关的 token 应该获得不同的优化策略。

核心问题方法意义
rl vlm perception policy-optimization vision

PerlAD: Pseudo-simulation-based RL for E2E Autonomous Driving

6 分钟

PerlAD 提出了一种基于离线数据集的 伪仿真 (Pseudo-simulation) 环境,在向量空间中实现高效、无需渲染的 RL 训练,用于闭环端到端自动驾驶,在 Bench2Drive 上达到 SoTA (DS=78.70)。

一句话概述核心问题三大核心创新
rl autonomous-driving end-to-end world-model planning

Policy Split: Dual-Mode Exploration

1 分钟

LLM RL 训练中引入双模式探索策略,分离 exploit 和 explore 的优化路径。

核心Related
rl exploration dual-mode policy-optimization

Ppo

1 分钟

|# Proximal Policy Optimization (PPO)

Related
rl training optimization

RAGEN: Multi-Turn RL for LLM Agents

10 分钟

*StarPO framework for trajectory-level agent learning (2025)*

OverviewCore Challenge: Multi-Turn Agent RLWhy Standard RL Fails
rl agent multi-turn reinforcement-learning starpo

Relax: Async RL Engine for Omni-Modal Post-Training

9 分钟

Reinforcement learning (RL) post-training has become essential for unlocking reasoning, self-reflection, and tool-use in large language models. However, as models extend to omni-modal inputs (image, video, audio, text) and agentic multi-turn workflows, existing RL training system...

Core ProblemTechnical SolutionThree-Plane System Decomposition
rl training architecture multimodal

RL Post-Training Scaling Laws for LLMs

10 分钟

*Qwen2.5 mathematical reasoning study (2025)*

OverviewExperimental SetupModels
rl scaling-laws qwen training math-reasoning

Self-Improving Pretraining: Using Post-Trained Models to Pretrain Better Models

14 分钟

Formal Statement. Let $\pi_\theta$ be a policy model being pretrained. Standard pretraining optimizes next-token prediction: $\max_\theta \sum_{t} \log \pi_\theta(x_t | x_{<t})$. This ignores desirable properties (safety, factuality, quality) that are only addressed during post-t...

Core Problem DefinitionMethodTwo Roles for the Teacher Model
pretraining rl alignment safety on-policy

Self-Play Limitations

1 分钟

Self-play limitations refer to the constraints and failure modes of self-play approaches in reinforcement learning and model distillation. While self-play has been highly successful in games (e.g., AlphaGo), its application to LLM post-training and distillation faces challenges i...

RelatedReferences
rl self-play

Stable Baselines3

1 分钟

Stable Baselines3 is a set of reliable implementations of reinforcement learning algorithms in PyTorch. It is the framework upon which the sb3-distill library (implementing proximal-policy-distillation) is built.

Related
rl open-source

SUPERNOVA: 自然指令 RL 激发通用推理

1 分钟

在自然语言指令上用 RL 训练,激发 LLM 的通用推理能力——不需要专门的数学/代码推理数据。

核心方法与 RLVR 的区别Related
rl reasoning natural-instructions generalization

TTVS: Test-Time Variational Synthesis

1 分钟

RLVR 依赖可验证的 reward signal,在专业/新领域不可用。

核心问题方法关键结果
rl test-time self-evolving grpo reasoning

Visually-Guided Policy Optimization for Multimodal Reasoning

1 分钟

视觉引导的策略优化:让 RL 训练的信号同时考虑视觉证据和语言推理。

核心方法与相关工作的关系Related
rl multimodal vision reasoning policy-optimization

19 stub

Agent Safety

1 分钟

Agent safety covers methods for preventing tool-using and autonomous agents from executing harmful, unsafe, or policy-violating behavior across planning, memory, tool use, and multi-step execution.

Related
agent safety alignment stub

Agentic Research Ideas

1 分钟

Agentic research ideas are research directions where agents help formulate hypotheses, design experiments, operate tools, and iterate on findings.

Related
agent research stub

Agentic Workflows

1 分钟

Agentic workflows are manually or automatically designed chains of agent steps, tools, roles, and verification loops.

Related
agent workflow orchestration stub

AgentPoison

1 分钟

AgentPoison refers to backdoor or poisoning attacks against agent memory, where malicious content is inserted into persistent state and later influences agent decisions.

Related
agent memory safety security stub

ASR Benchmarks

1 分钟

ASR benchmarks evaluate automatic speech recognition quality across languages, accents, noise conditions, and domain-specific speech.

Related
asr benchmark speech-model stub

Complementary Learning Systems

1 分钟

Complementary Learning Systems is a theory of memory that separates fast episodic acquisition from slower consolidation into structured long-term knowledge.

Related
memory learning stub

Diffusion Language Models

1 分钟

Diffusion language models generate or refine discrete text through denoising-style processes instead of purely left-to-right autoregression.

Related
diffusion model inference stub

EAGLE-3

1 分钟

EAGLE-3 is referenced in this wiki as an autoregressive drafter baseline for speculative decoding and diffusion-based acceleration methods.

Related
inference speculative-decoding acceleration stub

Generative Agents

1 分钟

Generative agents are LLM-driven simulated agents that maintain memory streams, reflect over events, and plan behavior in an environment.

Related
agent memory simulation stub

LLM Inference Optimization

1 分钟

LLM inference optimization covers methods that reduce latency, memory, or cost during model serving, including speculative decoding, KV-cache optimization, routing, and compression.

Related
inference inference-optimization acceleration stub

Mixture of Agents

1 分钟

Mixture of Agents is an ensemble-style pattern where multiple agents or models propose, critique, or refine outputs before aggregation.

Related
agent multi-agent inference stub

Multi-Agent Coordination

1 分钟

Multi-agent coordination covers role assignment, communication, aggregation, conflict handling, and shared-state management among multiple agents.

Related
agent multi-agent coordination stub

Omni Model Evolution Overview

1 分钟

Omni model evolution tracks the progression from text-centric LLMs to unified models that integrate text, vision, audio, speech, and video.

Related
omni-modal multimodal speech-model stub

Prompt Injection

1 分钟

Prompt injection is an attack where untrusted content attempts to override, redirect, or manipulate an LLM or agent's intended instructions.

Related
security agent safety stub

Qdrant Vector Search

1 分钟

Qdrant vector search refers to approximate nearest-neighbor retrieval over embedding vectors using the Qdrant vector database.

Related
retrieval embedding vector-search stub

Reflexion

1 分钟

Reflexion is an agent learning pattern where the agent writes verbal feedback or self-critique after an attempt and reuses that feedback in later attempts.

Related
agent self-reflection reasoning stub

ROME / MEMIT

1 分钟

ROME and MEMIT are model-editing methods for changing factual knowledge stored in model weights.

Related
memory model-editing knowledge stub

Skill Orchestration

1 分钟

Skill orchestration is the process of selecting, sequencing, and verifying agent skills or tools for a task.

Related
agent tool-use orchestration stub

Test-Time Scaling

1 分钟

Test-time scaling allocates more computation during inference through longer reasoning, search, sampling, verification, or multi-agent deliberation.

Related
inference reasoning scaling stub

15 agent

Agent Safety via RL

6 分钟

Agent Safety via RL (arXiv:2507.08270) 是蚂蚁集团提出的统一安全对齐框架,专门处理 LLM Agent 中的用户发起威胁和工具发起威胁。该方法采用三模态分类 (benign/malicious/sensitive) 代替传统的二元安全判断,并在沙箱 RL 环境中训练 Agent 同时抵御两种威胁源。

概要Core Method: Unified Safety Alignment via RLThreat Model: Dual-Source Attacks
safety rl agent alignment

Agent 供应链攻击

1 分钟

第三方 API router 作为应用层代理,对每个 JSON payload 有完全明文访问权限。

威胁模型四种攻击类型实测发现
agent security supply-chain api tool-use

Agent-Native Research Artifact (Ara)

14 分钟

Traditional scientific publication compresses a branching, iterative research process into a linear narrative, discarding the majority of what was discovered along the way. This compilation imposes two structural costs:

Core Problem DefinitionMethod: The Ara ProtocolFour-Layer Architecture
agent agentic-coding training benchmark

AgentAlign

6 分钟

AgentAlign (arXiv:2505.23020) 提出抽象行为链 (Abstract Behavior Chains) 方法来合成 Agent 安全对齐训练数据。核心创新在于从真实工具使用中提取抽象行为模式,然后用非恶意解读这些行为链的比例来合成良性指令,从而解决 agentic 场景下安全数据稀缺的问题。该方法将 LLM Agent 的安全性从 35.8% 提升到 79.5%。

概要Core Method: Abstract Behavior Chain SynthesisProblem Statement
safety alignment agent

Agentic Harness Engineering (AHE)

13 分钟

Coding agents consist of a base LLM M surrounded by a harness H — the collection of model-external, editable components: system prompt, tools, middleware, skills, sub-agent configuration, and long-term memory. The harness mediates how M perceives and acts on its environment.

Core Problem Definition (Formal Statement)Theoretical Analysis / MethodThree Observability Pillars
agent agentic-coding distillation training benchmark

Agentic World Modeling — Foundations, Capabilities, Laws

6 分钟

论文提出 agentic world modeling 的三层递进能力体系,从局部预测到全局仿真再到自我演化。

一、核心框架:三层次能力体系L1: Predictor — Local Markov PredictionL2: Simulator — Decision-Usable Multi-Step Simulation
model reasoning alignment survey

AgenticRecTune — Multi-Agent Recommendation System Optimization

11 分钟

Modern large-scale recommendation systems are multi-stage pipelines (pre-ranking → ranking → re-ranking), where system-level configuration optimization — integrating outputs from various model heads into final scores — is crucial but extremely challenging.

Core Problem DefinitionMethod: AgenticRecTune FrameworkFive-Agent Architecture
agent multi-agent recommendation rl memory

ClawGuard: Runtime Security for Tool-Augmented Agents

1 分钟

针对 tool-augmented LLM agent 的间接 prompt 注入攻击,提供运行时安全框架。

核心与 Wiki 的关联Related
agent security runtime tool-use indirect-prompt

Contextual Agentic Memory is a Memo, Not True Memory

12 分钟

The paper argues that all current agentic memory systems implement lookup, not memory. This is a category error with provable consequences:

Core Problem DefinitionTheoretical AnalysisThe Experience Compression Spectrum
safety alignment evaluation benchmark reasoning

From Skill Text to Skill Structure: The SSL Representation

12 分钟

LLM agents increasingly rely on reusable skills — bundles of instructions, control flow, constraints, and callable operations. However, skills are still represented by text-heavy artifacts (SKILL.md-style documents) whose machine-usable evidence remains embedded in natural langua...

Core Problem DefinitionTheoretical FoundationThe SSL Representation
safety evaluation benchmark tool-use alignment

Learning to Orchestrate Agents with the RL Conductor

12 分钟

No single LLM is universally optimal across all tasks. Different models are fine-tuned to specialize in particular domains. The challenge is: how to dynamically coordinate a pool of diverse, specialized LLMs to solve complex problems that exceed any individual model's capabilitie...

Core Problem DefinitionMethodConductor Output Format
rl reasoning evaluation benchmark training

ReaLM-Retrieve — Adaptive Retrieval for Large Reasoning Models

16 分钟

Large reasoning models (LRMs) like DeepSeek-R1 and OpenAI o1 generate extended chains of thought spanning 12,000-25,000 tokens, yet their integration with retrieval-augmented generation (RAG) is fundamentally misaligned.

Core Problem DefinitionMethod: ReaLM-Retrieve Three ComponentsComponent 1: Step-Level Uncertainty Detection (RSUS)
retrieval reasoning agent inference benchmark

Recursive Multi-Agent Systems (RecursiveMAS)

11 分钟

Question: Can agent collaboration itself be scaled through recursion?

Core Problem Definition (Formal Statement)Theoretical Analysis / MethodRecursiveLink Module
multi-agent reasoning architecture training inference

Thought-Aligner

6 分钟

Thought-Aligner (arXiv:2505.11063) 是复旦大学提出的轻量级插件式思维纠正模块,能够在推理时实时检测并纠正 Agent 的高风险思维链 (Chain-of-Thought)。该方法通过对比学习微调一个小型模型,作为"思维监督器"插入到任意 LLM Agent 的推理过程中,将安全性从约 50% 提升至 90%,且延迟控制在 100ms 以内。

概要Core Method: Real-Time Thought CorrectionArchitecture Overview
safety agent reasoning

WaltzRL

6 分钟

WaltzRL (arXiv:2510.08240) 是 Meta 提出的多 Agent 安全协作框架,通过 conversation agent 和 feedback agent 的联合训练实现安全对齐。核心创新是 Dynamic Improvement Reward (DIR) 机制,使两个 Agent 在对抗性协作中共同进化,将 unsafe 率从 39.0% 降至 4.6%,over-refusal 从 45.3% 降至 9.9%。

概要Core Method: Multi-Agent Safety via Adversarial CooperationDual-Agent Architecture
safety alignment rl multi-agent

13 memory

A-Mem: Zettelkasten 式自组织 Agent 记忆

2 分钟

现有 agent 记忆系统(mem0, MemoryBank)依赖预定义的存储结构和固定工作流,

核心问题方法Note Construction(笔记构建)
memory agent architecture long-term

Agent Memory System: LLM Agent 长期记忆系统总览

4 分钟

LLM 固定上下文窗口无法支持长期多会话的上下文一致性。Agent Memory System 通过

问题定义核心挑战方案分类矩阵
memory agent long-term survey graph

AriadneMem: 线团式终身记忆导航

3 分钟

长期对话中 agent 记忆面临两大失败模式:

核心问题方法Phase I: 异步记忆构建(离线)
memory agent architecture long-term graph

D-Mem: 双过程记忆系统

2 分钟

增量记忆处理(如 mem0)存在 有损抽象 (lossy abstraction) 问题:

核心问题方法三组件架构
memory agent architecture long-term

HyperMem: 超图记忆架构

1 分钟

RAG 和图记忆系统基于 成对关系,无法捕捉高阶关联(多元素间的联合依赖),

核心问题方法三层记忆结构
memory agent hypergraph long-term conversation

LightMem: 轻量级 Agent 记忆系统

1 分钟

用 Small Language Models (SLMs) 替代大模型做记忆操作,分离在线/离线处理。

核心思路三层记忆关键设计
memory agent slm lightweight long-term

MemGPT: LLM 即操作系统

2 分钟

LLM 受限于固定上下文窗口,无法在多轮交互中管理超出上下文容量的信息。

核心问题方法操作系统隐喻
memory agent architecture long-term

Memori: LLM 无关的持久记忆层

2 分钟

LLM Agent 的持久记忆面临两大生产挑战:

核心问题方法系统架构
memory agent architecture long-term optimization

MemReader: 从被动到主动的记忆提取

1 分钟

记忆提取从 被动转录 (one-shot transcription) 转向 主动决策 (reasoning-driven selective extraction)。

核心转变两个模型MemReader-0.6B
memory agent grpo react long-term

Nemori: 认知启发的自适应记忆蒸馏框架

2 分钟

现有 agent 记忆系统依赖预定义启发式(重要性评分、情感标签、事实模板)决定"什么值得记住",

核心问题方法三个先验原则
memory agent architecture long-term

Self-Evolving LLM Memory Extraction

1 分钟

跨异构任务的 LLM 记忆自进化:记忆系统在不同任务间迁移和进化,而非每个任务从零开始。

核心Related
memory agent self-evolving heterogeneous

SimpleMem: 高效语义压缩终身记忆

3 分钟

现有 agent 记忆方案的两难困境:

核心问题方法Stage 1: Semantic Structured Compression(语义结构化压缩)
memory agent architecture long-term optimization

Text2Mem: 统一记忆操作语言

2 分钟

现有 agent 记忆框架暴露的操作原语不完整且不一致:

核心问题方法设计哲学
memory agent architecture tool-use

11 speech-model

CosyVoice

6 分钟

CosyVoice 是阿里 Speech Lab(FunAudioLLM 团队)于 2024 年 7 月发布的大规模多语言零样本 TTS 合成系统。核心创新是首次将有监督语义语音 token(Supervised Semantic Speech Tokens, S³)引入 TTS 模型,相比无监督 token 在内容一致性和说话人相似度上显著提升。

系统架构有监督语义 Token(S³)LLM Token 生成
speech-model model open-source

CosyVoice 2

11 分钟

CosyVoice 2 是阿里 FunAudioLLM 团队于 2024 年 12 月发布的可扩展流式语音合成模型(arXiv 2412.10117)。相比 cosyvoice 一代,核心改进集中在四个方面:FSQ 替换 VQ 提升码本利用率、直接用预训练 LLM 作为文本-语音 LM 骨干、统一流式/非流式合成的单模型框架、以及增强的指令控制能力。

系统架构有监督语义 Speech Tokenizer(FSQ)FSQ(Finite Scalar Quantization)
speech-model model open-source streaming

CosyVoice 3

5 分钟

CosyVoice 3 是阿里通义语音团队(Speech Team, Tongyi Lab, Alibaba Group)于 2025 年 5 月发布的第三代大规模零样本语音生成模型。相比 CosyVoice 2,CV3 在语言覆盖、数据规模、模型容量、后训练技术和评测基准上全面升级,目标是实现in-the-wild speech generation——在真实、嘈杂、多样化的现实场景中生成高质量语音。

核心创新大规模数据 Scaling(10k → 1M 小时)模型 Scaling(0.5B → 1.5B 参数)
speech-model model open-source

DiffRO

4 分钟

DiffRO 是阿里通义语音团队于 2025 年 7 月提出的一种针对基于神经 codec LLM 的 TTS 系统的新型后训练方法。全称 Differentiable Reward Optimization,核心创新是直接在 codec token 上计算奖励并使奖励函数完全可微,从而绕过传统 RLHF 中昂贵的波形生成步骤。

问题背景现有方法的局限DiffRO 核心方法
speech-model rl optimization

FunCodec — Neural Speech Codec Toolkit

7 分钟

FunCodec is a fundamental, reproducible, and integrable open-source toolkit for neural speech codecs, built as an extension of the FunASR ecosystem. It provides training recipes and inference scripts for modern codec models (SoundStream, Encodec) and introduces FreqCodec — a freq...

OverviewDesign PhilosophyArchitecture
codec open-source model speech-model

Paraformer — Non-Autoregressive Parallel Transformer for ASR

6 分钟

Autoregressive (AR) ASR models (Transformer, Conformer) generate tokens sequentially:

Core ProblemArchitectureKey Mechanism 1: CIF Predictor
model architecture speech-model end-to-end open-source

Paraformer-v2 — Noise-Robust Multilingual NAR ASR

7 分钟

The original Paraformer's CIF predictor works well for Mandarin (character-level tokenization) but faces two critical limitations:

Core ProblemMultilingual Limitation — BPE TokenizationNoise Sensitivity
model architecture speech-model end-to-end open-source

SA-Paraformer — Speaker-Attributed Non-Autoregressive ASR

7 分钟

Speaker-Attributed ASR (SA-ASR) must solve two tasks simultaneously:

Core ProblemArchitectureCore Modules
model architecture speech-model open-source

SeACo-Paraformer — Non-Autoregressive ASR with Hotword Customization

5 分钟

Commercial ASR systems need hotword customization — users should be able to bias recognition toward names, places, domain-specific terms. Prior approaches:

Core ProblemArchitectureKey Mechanism 1: CIF-Based Contextual Module
model architecture speech-model open-source streaming

SenseVoice — Multi-Task Speech Understanding Foundation Model

8 分钟

SenseVoice is a speech foundation model family designed for multi-task voice understanding. It integrates four capabilities into a single model:

OverviewTwo VariantsSenseVoice-Small
model architecture speech-model end-to-end open-source

Speech Llm

2 分钟

|# Speech LLM

Related
speech-model multimodal

7 concept

DuplexCascade

4 分钟

DuplexCascade 是一种无需 VAD 的级联流式流水线,用于全双工语音到语音对话。其核心创新是将传统的整句轮次(utterance-wise long turns)转换为分块微轮次(chunk-wise micro-turns)交互,并通过精心设计的对话控制特殊 token 来引导 LLM 在流式约束下的行为,从而在保留文本 LLM 强大推理能力的同时实现全双工交互。

定义背景与动机级联系统的 VAD 瓶颈
concept full-duplex speech-model cascaded streaming

MTR-DuplexBench

4 分钟

MTR-DuplexBench 是首个面向全双工语音语言模型(FD-SLM)的多轮综合评测基准。它不仅将连续全双工对话分割为离散轮次进行逐轮评估,还涵盖了对话质量、对话特征、指令跟随和安全性四个评价维度,弥补了现有基准仅评估单轮交互、仅关注对话特征的不足。

定义背景与动机现有基准的局限
concept benchmark evaluation full-duplex speech-model

Privacy-Preserving Full-Duplex Speech Dialogue

4 分钟

本文首次系统研究了端到端全双工语音对话模型中 LLM 隐藏状态的说话人身份泄露问题,并提出了两种基于 Stream-Voice-Anon 的流式匿名化方案来缓解这一隐私风险。

定义背景与动机核心问题
concept full-duplex speech-model safety end-to-end

Silent Thought / FLAIR(潜在推理全双工对话)

4 分钟

FLAIR(Full-duplex LAtent and Internal Reasoning)是一种面向全双工口语对话语言模型(SDLM)的潜在推理方法。其核心思想是:在用户说话阶段(listening phase),模型不再预测无意义的静音 token,而是通过递归地将上一步的潜在嵌入作为下一步输入,实现连续的隐式推理("边听边想"),且不引入额外推理延迟。

定义背景与动机核心方法
concept full-duplex speech-model reasoning end-to-end

TurnGuide

3 分钟

TurnGuide 是一种面向端到端(e2e)全双工语音语言模型(FD-SLM)的文本-语音交织生成方法。其核心思想是动态地将助手语音分割为对话轮次(turns),并在每个轮次内交替生成文本和语音,使 FD-SLM 在不破坏自然声学流的前提下,利用 LLM 的文本语义能力来提升对话质量。

定义背景与动机核心方法
concept full-duplex speech-model end-to-end streaming

全双工 Agent 融合架构(Duplex-Agent Integration)

2 分钟

全双工 Agent 融合架构是指将全双工对话能力(同时听和说、打断、判停)与 Agent 能力(Function Call、Tool 使用)结合的系统架构。核心挑战在于:轮次管理和 Function Call 执行可能冲突。

定义两种融合路线路线 A:外挂式(DuplexCascade 方案)
concept full-duplex agent tool-use architecture

全双工语音模型(Full-Duplex Speech Model)

5 分钟

全双工语音模型是指能够在同一时刻同时"听"和"说"的语音交互系统。区别于传统的半双工(half-duplex)"你讲我听、我讲你听"轮流机制,全双工模型实现了真正意义上的实时双向交互,更接近人类自然对话方式。

定义背景与动机核心技术挑战
concept full-duplex speech-model end-to-end streaming

7 model

Dynin-Omni: Diffusion-Based Omnimodal Foundation Model

6 分钟

Most unified understanding-generation models are built on autoregressive (AR) or AR-dominated designs. AR models impose strict causal ordering that is fundamentally mismatched with non-sequential modalities like images. Current alternatives have limitations:

Core ProblemTechnical SolutionArchitecture
model architecture multimodal training

EmoOmni: Emotional Understanding in Omni-LLMs

6 分钟

Existing Omni-LLMs struggle with complex real-world emotional scenarios:

Core ProblemTechnical SolutionEmoOmni Framework
model multimodal alignment training architecture

M+: MemoryLLM 的可扩展长期记忆扩展

2 分钟

memoryllm 的记忆池固定大小(1B 参数),有效知识保持范围仅约 20k token。

核心问题方法双层记忆架构
model architecture memory long-term training

MemoryLLM: 自更新大语言模型的潜在空间记忆

2 分钟

部署后的 LLM 参数静态不变,无法高效注入新知识。现有方案(RAG、model editing、长上下文)各有局限:

核心问题方法模型结构 $\mathcal{M}_{\theta,\phi}$
model architecture memory long-term training

NIM4-ASR: Efficient, Robust, Customizable Real-Time LLM-Based ASR

4 分钟

LLM-based ASR 虽然性能强,但面临三大实际挑战:

核心问题架构设计Streaming Speech Encoder(~600M 参数)
model architecture training inference speech-model

Omni-Modal LLM

6 分钟

统一处理 text + vision + audio + speech 输入/输出的大语言模型范式。代表模型: GPT-4o, qwen3-omni, emova 等。

架构方案对比方案 1: Thinker-Talker 双轨 (主流)方案 2: Codec-free Embedding 方案
model multimodal speech-model architecture comparison

U-Mind: Real-Time Multimodal Interaction

6 分钟

Building an intelligent, fully interactive agent requires generating coherent multimodal outputs combining high-level reasoning with expressive body motion, speech, and video. Existing systems have critical limitations:

Core ProblemTechnical SolutionArchitecture: LLaMA2-7B Backbone with Unified Token Space
model architecture multimodal training inference

7 multimodal

Modality Preference of Omni-Modal LLMs

6 分钟

When processing multimodal inputs, models often implicitly assign unequal weights to different modalities. In traditional Vision-Language Models (VLMs), this is broadly perceived as "text-dominance bias." However, for native omni-modal LLMs (OLLMs) that integrate text, image, aud...

Core ProblemTechnical SolutionTri-Modal Conflict Framework
multimodal alignment benchmark architecture

Multimodal Latent Reasoning via Predictive Embeddings

1 分钟

推理不一定要在 token 空间进行——可以在连续 embedding 空间做"潜在推理"。

核心思路方法意义
multimodal reasoning latent embedding continuous

Omni-R1: 统一生成式多模态推理

3 分钟

传统多模态推理是纯文本的(看图→想→输出文字)。Omni-R1 提出了 生成式多模态推理:在推理过程中生成中间图像(放大区域、标注框、辅助线、视觉预测),让推理本身变成多模态的。

核心思想与传统方法的根本区别Uni-Skills: 四种基本视觉推理操作
multimodal reasoning rl generative interleaved

OmniTrace: Generation-Time Attribution in Omni-Modal LLMs

6 分钟

Modern MLLMs generate fluent responses from interleaved text, image, audio, and video inputs, but identifying which input sources support each generated statement remains an open challenge. Existing attribution methods have three critical limitations:

Core ProblemTechnical SolutionProblem Formulation
multimodal alignment inference benchmark

Pseudo-Unification: 熵探测揭示多模态模型信息分歧

3 分钟

表面上"统一"的多模态模型(UMMs),在信息论视角下存在 双重分歧 (dual divergence):

核心发现方法:基于 RKHS 的熵探测框架核心工具
multimodal entropy unification information-theory renyi-entropy

SVSR: 多模态推理的自验证自修正

1 分钟

多模态推理的两阶段自我改进:

核心范式与 SAVeR 的关系Related
multimodal reasoning self-verification self-rectification

Visual Enhanced Depth Scaling for Multimodal Latent Reasoning

1 分钟

multimodal-latent-reasoning 的后续工作:在潜在推理中引入视觉增强的深度缩放。

核心关键改进Related
multimodal latent-reasoning depth-scaling vision

6 agentic-coding

5 benchmark

5 pretraining

4 Agent 安全新进展 (Agent Safety, 2026-03/04)

4 architecture

4 audio

4 behavioral-awareness

AI Self-Awareness via Game Theory

8 分钟

Game-theoretic measurement of AI self-awareness uses strategic games to test whether LLMs can differentiate their reasoning based on opponent identity—including when the opponent is described as being "like you." This approach provides a behavioral, quantitative framework for mea...

The AISAI FrameworkKey FindingsFinding 1: Self-Awareness Emerges with Model Advancement
behavioral-awareness game-theory self-awareness alignment safety

Introspection

1 分钟

Introspection in the context of large language models refers to the capability of an LLM to examine and report on its own internal decision-making processes and learned behaviors. This concept is central to behavioral-self-awareness research, where models demonstrate the ability ...

RelatedReferences
behavioral-awareness safety

Mental Self-Modeling

6 分钟

Mental self-modeling refers to the capacity of large language models (LLMs) to represent and reason about their own internal decision-making processes, mental states, and behavioral dispositions. It is a cognitive capacity related to—but distinct from—behavioral-self-awareness, t...

DefinitionSelective Deficits in LLM Mental Self-ModelingRelation to Other Concepts
behavioral-awareness theory-of-mind metacognition alignment

Situational Awareness

1 分钟

Situational awareness in AI systems refers to a model's ability to understand its own context, state, capabilities, and the broader environment in which it operates. This concept is related to behavioral-self-awareness but is broader, encompassing not just knowledge of learned be...

RelatedReferences
behavioral-awareness safety

4 inference

4 synthetic-data

3 inference-optimization

3 on-policy-distillation

3 reasoning

3 tool-use

3 training

2 alignment

2 data-quality

2 grpo

2 retrieval

2 rlhf

2 safety

2 self-distillation

1 embedding

1 omni

1 omni-modal

1 post-training

1 reward-model

1 self-learning

19 未归类

A Decomposition Perspective to Long-Context Reasoning for LLMs

2 分钟

*将长上下文推理分解为原子技能,用强化学习逐一提升 (2026-04)*

概要OverviewKey Contribution
reasoning long-context decomposition rl grpo

Agentic Code Reasoning

2 分钟

*半形式化推理模板让 LLM Agent 在代码分析任务中持续超越标准推理 (2026-03)*

概要OverviewKey Contribution
coding agent reasoning software-engineering

An Imperfect Verifier is Good Enough: Learning with Noisy Rewards

3 分钟

不完美验证器也足够好 —— 系统性研究 RLVR 中奖励噪声的影响,发现 15% 噪声率下训练效果无损,精度比召回率更重要。

OverviewKey Contribution / 核心创新四种受控噪声模式
rl reward-model rlvr noise

Are Complicated Loss Functions Necessary for Teaching LLMs to Reason?

3 分钟

复杂损失函数是否必要? —— 系统性拆解 GRPO 组件,提出简化变体 RGRA 在 17/27 基准上超越 GRPO。

OverviewKey Contribution / 核心创新RGRA: REINFORCE with Group Relative Advantage
rl grpo training reasoning

Beyond Human-Readable: Rethinking SE Conventions for Agents

2 分钟

*语义密度原则:压缩不总是好事,零信息 token 才是优化目标 (2026-04)*

概要Overview语义密度原则
agentic-coding software-engineering agent optimization

Code-A1: Adversarial Evolving of Code LLM and Test LLM via Reinforcement Learning

3 分钟

Code-A1 通过将 Code LLM 与 Test LLM 分离为独立模型进行对抗协同训练,解决了自博弈中自共谋 (self-collusion) 的核心问题,生成的测试质量可替代人工标注。

OverviewKey Contribution对抗式 Rollout 机制
coding rl adversarial self-play

CoEvolve: Training LLM Agents via Agent-Data Mutual Evolution

3 分钟

Agent 与训练数据共同进化 —— 闭环反馈驱动的 Agent RL 训练框架,通过遗忘/边界/稀少信号自动发现弱点并合成新任务。

OverviewKey Contribution / 核心创新三种反馈信号
agent rl training data

Do Vision-Language Models Truly Perform Vision Reasoning?

2 分钟

概要: 本文通过构建 CrossMath 基准——一个支持 text-only / image-only / image+text 三种严格等价输入格式的多模态推理数据集——系统性地揭示了 VLM 在视觉推理上的根本不足。实验发现 SOTA VLM 在文本输入下表现优异,但加入视觉数据后性能反而下降。通过 SFT+GRPO 后训练可有效缓解此差距。

OverviewKey ContributionsExperimental Results
multimodal vision reasoning

GASP: Guided Asymmetric Self-Play For Coding LLMs

2 分钟

GASP 提出通过真实困难样本作为"标杆"引导教师模型生成更有意义的训练题,解决了非对称自博弈中探索效率低下的核心瓶颈。

OverviewKey ContributionGoalpost-Guided Self-Play
self-play coding rl agent

Mixture-of-Layers Distillation with Stepwise Attention on Key Information

3 分钟

逐步注意力蒸馏 + 混合层对齐 —— 首次将教师模型的逐步注意力模式迁移至学生模型,通过 MoL 动态层映射突破蒸馏中的架构差异限制。

OverviewKey Contribution / 核心创新Stepwise Attention on Critical Tokens
distillation mixture-of-experts reasoning

MoshiRAG: Asynchronous Knowledge Retrieval for Full-Duplex Speech Language Models

11 分钟

首个将 RAG 集成到全双工语音语言模型的系统。核心思想:利用全双工对话中"回复开头"到"关键信息出现"之间的天然时间差(keyword delay),在此期间异步触发外部知识检索,检索结果在关键信息到达前注入模型,从而在不破坏实时交互的前提下大幅提升事实性。基于 moshi 7B 模型,检索后端可插拔(Gemma 3 27B / GPT-4.1 / Tavily 搜索),无需重新训练即可切换。

TL;DR问题定义系统架构
full-duplex speech-model rag retrieval kyutai

Outcome Rewards Do Not Guarantee Verifiable or Causally Important Reasoning

3 分钟

Outcome Reward 不保证推理链可验证或因果重要 —— 对 RLVR 后训练根本性质的系统性质疑与改进方案。

OverviewKey Contribution / 核心创新CIR: Causal Importance of Reasoning
rl rlvr reasoning reward-model

PARM: Pipeline-Adapted Reward Model

3 分钟

PARM 提出面向多阶段 LLM 流水线的自适应奖励模型训练方法,利用流水线最终执行反馈自动构建偏好数据,无需人工标注即可训练出有效的阶段级奖励模型。

OverviewKey ContributionPipeline Framework (两阶段实例化)
reward-model pipeline alignment

PieceHint: Question Augmentation Framework for RL

2 分钟

概要: PieceHint 提出了一种基于价值驱动的问题增强框架,通过识别推理中的关键瓶颈步骤、按问题难度分配提示、并渐进式撤回支架,使小模型(1.5B)在六项数学推理基准上达到与 32B 基线可比的平均性能,同时保持 pass@k 探索多样性。

OverviewKey ContributionsExperimental Results
rl data-augmentation reward

Process Supervision of Confidence Margin for Calibrated LLM Reasoning

3 分钟

RLCM 通过在推理轨迹的中间状态上施加边际 (margin) 化校准奖励,使模型在保持推理准确率的同时显著降低过度自信,整体 PCE 从 0.065 降至 0.036。

OverviewKey Contribution为什么不用直接分数匹配
rl reasoning calibration process-reward

ReasonXL: Shifting LLM Reasoning Language Without Sacrificing Performance

2 分钟

概要: ReasonXL 提出了一套系统化方案,通过大规模多语言平行推理语料库和 SFT+RLVR 两阶段后训练流水线,将 LLM 的推理语言从英语转移到目标语言(德/法/意/西),同时保持甚至提升任务性能。该工作还通过权重和激活层面分析揭示了模型内部语言编码的机理。

OverviewKey ContributionsExperimental Results
reasoning multilingual training

Rewarding the Scientific Process: Process-Level Reward Modeling for Agentic Data Analysis

2 分钟

DataPRM 提出了一种环境感知的过程奖励模型,通过 ReAct 范式与代码执行环境交互来验证数据分析每一步的正确性,仅用 4B 参数即超越 72B 级通用 PRM。

OverviewKey ContributionEnvironment-Aware Verifier Architecture
reward-model agent process-reward

The Expense of Seeing: Trustworthy Multimodal Reasoning Within Monolithic Paradigm

2 分钟

概要: 本文系统性地挑战了当前 VLM(视觉-语言模型)忠实整合视觉与文本信息的假设。通过提出 Modality Translation Protocol 和三个量化指标(ToS / CoS / FoS),揭示了 SOTA VLM 在视觉推理中的功能性盲区。文章进一步提出 Divergence Law of Multimodal Scaling 假说和 Semantic Sufficiency Criterion(SSC),为可信多模态推理奠定理论基础。

OverviewKey ContributionsExperimental Results
multimodal reasoning trustworthiness

π²: Structure-Originated Reasoning Data Improves Long-Context Reasoning

2 分钟

*从维基百科表格出发的全开源长上下文推理数据管线 (2026-04)*

概要OverviewKey Contribution
reasoning data long-context dataset