Papers · organized/paper_cards

论文

93 张论文卡片 · 应用落地

开放获取 全部 绿色 · 724
4.4 OpenComputer:Verifiable Software Worlds for Computer-Use Agents
4.4 OpenComputer:面向 Computer-Use Agents 的可验证软件世界(⭐⭐⭐⭐⭐)
arXiv:2605.19769 Agent 智能体 应用落地 OA · 绿色 被引 6 · S2

实验表明,OpenComputer 的硬编码验证器比 LLM-as-judge 评估更贴合人类裁定,尤其当任务成败取决于细粒度应用状态时。Experiments show that OpenComputer's hard-coded verifiers align more closely with human adjudication than LLM-as-judge evaluation, especially when success depends on fine-grained application state.

1️⃣ RTP-LLM · 阿里巴巴工业级推理引擎 — arXiv:2605.29639(⭐⭐⭐⭐⭐ 必读)
arXiv:2605.29639 LLM 基础设施 应用落地 OA · 绿色 被引 1 · S2

RTP-LLM 是一个面向工业级 LLM 部署的高性能推理引擎,已在 Alibaba Group 成功部署,服务超过 1 亿用户,通过集成设计解决根本性瓶颈。RTP-LLM is presented, a high-performance inference engine for industrial-scale LLM deployment, successfully deployed across Alibaba Group serving over 100 million users, and addresses fundamental bottlenecks through integrated design.

8. When Iterative RAG Beats Ideal Evidence
当迭代式 RAG 超越理想证据
arXiv:2601.19827 RAG 检索增强 应用落地 Open MIND OA · 绿色 被引 2 · S2

总体而言,分阶段检索的影响往往超过"理想证据存在"本身;本文为专业科学场景下 RAG 系统的部署与诊断提供了实践指导,并为构建更可靠、可控的迭代式检索-推理框架奠定了基础。This is the first controlled, mechanism-level diagnostic evaluation of whether synchronized iterative retrieval and reasoning can surpass even an idealized static upper bound (Gold Context) RAG, and practical guidance for deploying and diagnosing RAG in specialized scientific settings.

DrivePI: Spatial-aware 4D MLLM for Unified Autonomous Driving
DrivePI:面向统一自动驾驶的空间感知 4D MLLM
arXiv:/inbox/flyp/2026-06-11-DrivePI-4D-MLLM-autonomous-driving.md 多模态 应用落地
arXiv-1:Design Patterns for Deploying AI Agents with Model Context Protocol
arXiv-1:基于Model Context Protocol部署AI Agent的设计模式
arXiv:2603.13417 Agent 智能体 应用落地 OA · 绿色 被引 4 · S2

本文提出三种协议级原语以填补Model Context Protocol的空白:身份传递、自适应工具预算与结构化错误语义,并提出Structured Error Recovery Framework (SERF),提供机器可读的失败语义以支持确定性的Agent自校正。Three protocol-level primitives are proposed to fill gaps in the Model Context Protocol: identity propagation, adaptive tool budgeting, and structured error semantics, and the Structured Error Recovery Framework (SERF), which provides machine-readable failure semantics that enable deterministic agent self-correction.

Embodied-Navigator: Point, Think, Memorize, and Align for Efficient Navigation
Embodied-Navigator:用于高效导航的指向、思考、记忆与对齐
arXiv:2608.17512 多模态 应用落地 被引 0 · S2

该工作提出 TAMP-Nav,一个用于高效具身导航的统一框架,可在关键节点动态触发 Chain-of-Thought 并仅在关键节点保留高保真记忆,将冗余轨迹压缩为轻量级时空指示器,从而保留关键历史信息并增强时空感知。This work proposes TAMP-Nav, a unified framework for efficient embodied navigation that dynamically triggers Chain-of-Thought and retains high-fidelity memory only at critical nodes, compressing redundant trajectories into lightweight Space-Time Indicators, thereby preserving critical historical information and enhancing spatio-temporal perception.

Agent Lightning v1.0: Towards Harnessed Agentic RL
Agent Lightning v1.0:迈向可控的 Agentic RL
arXiv:2608.17528 Agent 智能体 应用落地 被引 0 · S2

Agent Lightning v1.0 是一个轻量级的可控 Agentic RL 框架,约 3500 行代码实现,支持任意 Agent harness,并作为研究 retokenization、样本合并、优势计算、损失归一化与后端调度等挑战的实用测试平台。Agent Lightning v1.0 is presented, a lightweight framework for harnessed agentic RL implemented in approximately 3,500 lines of code that supports arbitrary agent harnesses and serves as a practical testbed for studying challenges in retokenization, sample merging, advantage calculation, loss normalization, and backend scheduling.

[TOKI] A Bitemporal Operator Algebra for Contradiction Resolution in LLM-Agent Persistent Memory
[TOKI] 面向LLM-Agent持久记忆中矛盾解析的双时态算子代数
arXiv:2606.06240 Agent 智能体 应用落地 OA · 绿色 被引 4 · S2

研究表明矛盾解析本质上是写入时并发控制,并将缺失的契约——一个在隔离性、模式与来源维度上被证明正确的写入时正确性规范——显式化,固定了每个生产启发式都默认假设、却没有任何已部署系统显式给出的保证。It is shown that contradiction resolution is write-time concurrency control and make the missing contract explicit, a write-time correctness specification, proved sound across isolation, schema, and provenance, pinning the guarantee every production heuristic assumes but no deployed system makes explicit.

Evaluating Music Context Preservation: A Multi-facet Framework for Music Editing Systems
音乐上下文保留评估:面向音乐编辑系统的多面框架
arXiv:2512.14629 评测基准 应用落地 被引 1 · S2

提出首个 MuseCP 评估框架,涵盖四类音乐 facet,使用细粒度且量身定制的指标来捕捉音乐属性的细微变化,并希望为开发更有效、更可靠、具备强大 MuseCP 能力的音乐编辑策略提供实践指导。The first MuseCP evaluation framework is introduced that covers four categories of music facets with fine-grained and well-tailored metrics to capture nuanced changes in music attributes and hopes it can offer practical guidance for developing more effective and reliable music editing strategies with strong MuseCP capability.

FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving
FlashPrefill V2:面向长上下文 LLM 服务的块稀疏 Prefill 注意力
arXiv:2608.19758 LLM 基础设施 应用落地 被引 0 · S2

本文引入一个均值修正项,有效抑制近似误差,即使在极端稀疏度下也能将性能下降保持在可控范围;并使用 PackGQA 内存访问、warp specialization 和 pingpong 流水线重新设计稀疏注意力算子。This paper introduces a mean correction term that effectively suppresses the approximation error, keeping performance degradation manageable even at extreme sparsity levels, and redesigns the sparse attention operator with PackGQA memory access, warp specialization, and pingpong pipelining.

Hierarchical Self-Improvement: A Framework for Task-Specific Evolvable Agent Harnesses
分层自改进:面向任务特定可进化 Agent Harness 的框架
arXiv:2608.08466 评测基准 应用落地

现代 LLM Agent 的改进通常依赖于人工修改 prompt、工具或工作流,而围绕模型的可执行支架——harness——在部署后一般被视为固定不变的产物。本文研究一种替代方案:harness 是任务特定的且持续可进化的,每个任务族维护各自的 harness,通过固定的任务注入接缝在不同迭代间热替换,并依据环境反馈进行改写。我们提出分层自改进(HSI),在该框架中,一个冻结的 LLM M 在三层Modern LLM agents are often improved by modifying prompts, tools, or workflows manually, while the executable scaffold surrounding the model---the harness---is typically treated as a fixed artifact after deployment. This work studies an alternative where the harness is task-specific and continuously evolvable: each task family maintains its own harness, which is hot-swapped across iterations through a fixed task-injection seam and rewritten using environment feedback. We introduce Hierarchical Self-Improvement (HSI), a framework in which a single frozen LLM M operates across three hierarchical

TianoForge: An Automated Bug Triage Approach for the TianoCore UEFI Firmware Development Community
TianoForge:面向 TianoCore UEFI 固件开发社区的自动化 Bug 分流方法
arXiv:2608.23259 RAG 检索增强 应用落地

我们提出了一种面向 TianoCore 开源 UEFI 固件开发生态中缺陷分诊的新方法。该集成方法名为 TianoForge,部署了人工智能(特别是机器学习)领域的前沿技术,以实现自动化的缺陷分诊,包括无效缺陷报告检测、重复缺陷报告检测、缺陷报告优先级排序以及缺陷报告分配。我们使用多种 Generative Pretrained Transformer (GPT) Large Language Models (LLMs),结合与不结合 Retrieval Augmented Generation (RAG),来完成这些任务。鉴于缺陷分诊在We propose a novel approach to bug triage in the TianoCore open-source UEFI firmware development ecosystem. This integrated approach, called TianoForge, deploys the state of the art in artificial intelligence, specifically machine learning, to enable automated bug triage. This includes invalid bug report detection, duplicate bug report detection, bug report prioritization, and bug report assignment. We use various Generative Pretrained Transformer (GPT) Large Language Models (LLMs) with and without Retrieval Augmented Generation (RAG) to automate these tasks. Given the crucial role of bug tria

The Laws of Context Allocation: Causal Measurement and Closed-Loop Orchestration in Generative Search
上下文分配定律:生成式搜索中的因果度量与闭环编排
arXiv:2608.23252 RAG 检索增强 应用落地

随着 Retrieval-Augmented Generation (RAG) 向多样化组合生成方向发展,它受到两个关键瓶颈的阻碍:对证据利用的度量有缺陷,以及上下文预算分配欠优。我们依次解决这两个问题。为解决度量问题,我们揭示了一种普遍的"诊断幻觉":标准相关性代理在难负例上表现糟糕。我们用一种高效的因果留一探针来取代它们,该探针能够准确隔离生成式依赖关系,并形式化地校准 LLM 注意力的结构性稀释。为解决分配问题,我们部署该因果探针As Retrieval-Augmented Generation (RAG) shifts toward diverse portfolio generation, it is stymied by two critical bottlenecks: flawed measurement of evidence utilization, and suboptimal context budget allocation. We resolve both sequentially. To resolve measurement, we expose a pervasive ``diagnostic illusion'': standard relevance proxies fail catastrophically on hard negatives. We replace them with an efficient causal leave-one-out probe that accurately isolates generative reliance and formally calibrates the structural dilution of LLM attention. To resolve allocation, we deploy this causal p

Quantization-Aware Healing: A Practical Recipe for Recovering Compressed, 4-Bit LLMs
量化感知修复:恢复压缩后 4-Bit LLM 的实用方案
arXiv:2608.20953 LLM 基础设施 应用落地

低成本服务大语言模型日益意味着交付既经过结构压缩至部分参数、又量化到 4 bit 的模型。这两个步骤叠加后会显著降低推理、数学、代码以及长上下文能力,因此在部署前需要一个恢复(即修复)阶段。默认方案 quantization-aware training (QAT) 将压缩并量化后的模型重新拟合到硬标签;在我们的流水线中它收敛缓慢,且在峰值之后出现性能崩塌。我们转而采用 Quantization-Aware Healing (QAH)。由于结构压缩后的模型从未Serving large language models cheaply increasingly means shipping models that are both structurally compressed to a fraction of their parameters and quantized to 4 bits. Together these steps degrade reasoning, mathematics, coding, and long-context behavior enough to require a recovery, or healing, stage before deployment. The default recipe, quantization-aware training (QAT), re-fits the compressed, quantized model to hard labels; in our pipeline it converged slowly and collapsed past its peak. We adopted Quantization-Aware Healing (QAH) instead. Because a structurally compressed model is neve

7️⃣ ByteHouse · 字节跳动云原生数据仓库架构深度解析(arXiv)⭐⭐⭐⭐ 系统复现
arXiv:2602.08226 数据与向量库 应用落地 Open MIND OA · 绿色 被引 0 · S2 + OpenAlex
3️⃣ arXiv · AI-Driven Research for Database Systems(ADRS方法论)⭐⭐⭐⭐ 学术框架
3️⃣ arXiv · AI 驱动的数据库系统研究(ADRS 方法论)⭐⭐⭐⭐ 学术框架
arXiv:2604.06566 数据与向量库 应用落地 OA · 绿色 被引 2 · S2

本文提出通过让 evaluator 与解决方案协同进化来自动化 evaluator 的设计,并证明突破 evaluation 瓶颈可释放 ADRS 的潜力,为下一代数据系统生成高度优化、可部署的代码。This work proposes automating the design of evaluators by co-evolving them with the solutions, demonstrating that addressing the evaluation bottleneck unlocks the potential of ADRS to generate highly optimized, deployable code for next-generation data systems.

2.4 LLM多智能体系统:挑战与开放问题
arXiv:2402.03578 Agent 智能体 应用落地 OA · 绿色 被引 158 · S2

本文探讨 multi-agent system,并指出当前尚未被充分解决的问题,同时探索了 multi-agent system 在区块链系统中的潜在应用,为其在真实分布式系统中的未来发展与落地提供启示。This paper explores multi-agent systems and identifies challenges that remain inadequately addressed, and explores potential applications of multi-agent systems in blockchain systems to shed light on their future development and application in real-world distributed systems.

From Foundation to Application: Improving VLA Models in Practice
从基础到应用:实践中改进 VLA 模型
arXiv:2607.06403 多模态 应用落地 OA · 绿色 被引 11 · S2

得益于涵盖全身自由度的扩展预训练数据,LingBot-VLA-2.0 在两个机器人平台上展现出强大的跨具身长时程移动操作能力。Benefiting from the expanded pretraining data that covers whole-body degrees of freedom, LingBot-VLA-2.0 demonstrates strong cross-embodiment long-horizon mobile manipulation capability across the two robotic platforms.

MultAttnAttrib: Training-Free Multimodal Attribution in Long Document Question Answering
MultAttnAttrib:长文档问答中的免训练多模态归因
arXiv:2607.01420 多模态 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

本工作提出 MultAttnAttrib,一种免训练的归因生成方法,利用模型的预填充过程、选定的注意力头以及校准阈值在文档中定位源证据,且在多种归因生成方法上一致地表现更优。This work introduces MultAttnAttrib, a training-free attribution-generation method that leverages a model's prefill pass, selected attention heads, and calibrated thresholds to locate source evidence within a document, and consistently outperforms a variety of attribution-generation methods.

Teaching LLMs to Recommend and Defer in Underrepresented Epilepsy Care
教导 LLM 在欠发达的癫痫诊疗中进行推荐与转诊
arXiv:2606.31036 Agent 智能体 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

在资源受限环境中,专业癫痫专家稀缺,使基于 LLM 的决策支持对管理纵向治疗的一线临床医生具有吸引力。此类系统必须适应当地处方实践并知道何时转诊。我们在乌干达儿科癫痫诊疗中研究该问题,基于纵向非结构化门诊记录预测抗癫痫用药方案。标准提示与医生处方取得了一定程度的一致性,但神经科医生审查显示许多错误反映的是分布失校的处方默认值而非失败。Specialist epilepsy expertise is scarce in resource-constrained settings, making LLM-based decision support attractive for frontline clinicians managing longitudinal treatment. Such systems must adapt to local prescribing practice and know when to defer. We study this problem in Ugandan pediatric epilepsy care, predicting anti-seizure medication regimens from longitudinal unstructured clinic notes. Standard prompting achieves non-trivial agreement with physician prescriptions, but neurologist review shows that many errors reflect distribution-miscalibrated prescribing defaults rather than fail

JD Oxygen AI Item Center (Oxygen AIIC) V1: An Industrial-Scale LLM/VLM-Centric Solution for Item Understanding, Management, and Applications
京东 Oxygen AI 商品中心(Oxygen AIIC)V1:以 LLM/VLM 为核心的工业级商品理解、管理与应用解决方案
arXiv:2606.28070 多模态 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

京东 Oxygen AI 商品中心(Oxygen AIIC):基于 LLM/VLM 的工业级商品知识生产与服务平台,已在大规模场景下取得可量化的收益。The JD Oxygen AI Item Center (Oxygen AIIC), an industrial-scale platform built on LLMs/VLMs for item-knowledge production and service, has delivered measurable gains at scale.

Cross-Domain Generalization Failure in Lightweight Intrusion Detection Models for IIoT Networks
面向 IIoT 网络的轻量级入侵检测模型的跨域泛化失效
arXiv:2607.00553 评测基准 应用落地 OA · 绿色 被引 1 · S2

应在真实类别分布下使用跨网络评估来判断部署就绪度,而非仅依赖域内准确率。Deployment readiness should be assessed using cross-network evaluation under realistic class distributions, rather than within-domain accuracy alone, to suggest deployment readiness should be assessed using cross-network evaluation under realistic class distributions, rather than within-domain accuracy alone.

A Large-Language-Model Supported Personalized Driving Framework for Lane Change in Highway Scenarios
一种由大语言模型支持的面向高速公路场景换道的个性化驾驶框架
arXiv:2606.31483 Agent 智能体 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

实验结果表明,所得参数集可生成可区分的个性化换道行为,同时 RAG 始终提升偏好理解效果,尤其对隐式指令效果显著,表明将基于 LLM 的自然语言交互与 Apollo 集成以支持个性化换道行为生成具有潜力。Experimental results show that the derived parameter sets generate distinguishable personalized lane-change behaviors, while RAG consistently improves preference interpretation, particularly for implicit commands, indicating the potential of integrating LLM-based natural-language interaction with Apollo to support personalized lane-change behavior generation.

DuoMem: Towards Capable On-Device Memory Agents via Dual-Space Distillation
DuoMem:基于双空间蒸馏的可行端侧记忆 Agent
arXiv:2606.29961 Agent 智能体 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出 DuoMem,一种双空间蒸馏框架,可将程序化问题求解能力从大型教师模型迁移到紧凑学生模型,并适用于实时边缘部署,而这一点对教师模型而言颇具挑战。DuoMem is introduced, a dual-space distillation framework that transfers procedural problem-solving ability from a large teacher model to compact student models and is viable for real-time edge deployment, which would be challenging for the teacher.

Constraint Tax in Open-Weight LLMs: An Empirical Study of Tool Calling Suppression Under Structured Output Constraints
开源权重 LLM 中的约束税:结构化输出约束下工具调用抑制的实证研究
arXiv:2606.25605 Agent 智能体 应用落地 OA · 绿色 被引 2 · S2

提出 Transparent Two-Pass Execution,一种在推理时将工具执行与 schema 约束响应生成解耦的策略;实验结果表明该方法无需模型重新训练即可恢复工具调用能力,同时保持结构化输出保证。Transparent Two-Pass Execution is proposed, an inference-time strategy that decouples tool execution from schema-constrained response generation and experimental results show that this approach restores tool invocation while preserving structured output guarantees without requiring model retraining.

AOHP: An Open-Source OS-Level Agent Harness for Personalized, Efficient and Secure Interaction
AOHP: An Open-Source OS-Level Agent Harness for Personalized, Efficient and Secure Interaction
arXiv:2606.23449 Agent 智能体 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

AOHP 的核心设计原则是将 Agent 视为 OS 中的一等公民,从而支持自适应用户界面以及对 Agent 友好的运行时环境;在任务完成度、执行成本和安全策略合规性方面均展现出明显优势。The core design principle of AOHP is to treat agents as first-class OS actors, enabling adaptive user interfaces and agent-friendly runtime environments, and shows clear advantages in task completion, execution cost, and security-policy compliance.

Understanding the (In)Security of Vibe-Coded Applications
Understanding the (In)Security of Vibe-Coded Applications
arXiv:2606.23130 Agent 智能体 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

本研究收集了使用主流 AI Agent 开发的大量真实应用语料,并设计了结合 Agent 辅助代码审计与人工验证的漏洞分析框架,揭示出与传统软件开发流程中常见的漏洞模式不同的反复出现的漏洞规律。This study collects a large corpus of real-world applications developed using popular AI agents and designs a vulnerability analysis framework that combines agent-assisted code auditing with human validation, and reveals recurring vulnerability patterns that differ from those commonly observed in conventional software development workflows.

When Confidence Takes the Wrong Path: Diagnosing Retrieval-State Lock-In in RAG
当置信度走上歧路:诊断 RAG 中的检索状态锁定
arXiv:2606.22728 RAG 检索增强 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

本文命名了"检索状态锁定"这一失败模式,通过分离单一置信度分数所混淆的三个对象——答案表面、检索到的证据以及检索状态本身——来诊断该问题,并直接衡量"一致性盲区"。This work names the failure retrieval-state lock-in and diagnose it by separating the three objects a single confidence score conflates: the answer surface, the retrieved evidence, and the retrieval state itself, and measures the agreement blind spot directly.

Vesta: A Generalist Embodied Reasoning Model
Vesta:通用具身推理模型
arXiv:2606.20905 多模态 应用落地 OA · 绿色 被引 2 · S2

提出 Vesta,一个统一的具身通用模型,将定位、空间推理、导航和长程规划能力整合到单个基础模型中,并证明通用模型能够达到或超越专家模型。Vesta is presented, a unified embodied generalist that consolidates localization, spatial reasoning, navigation, navigation, and long-horizon planning capabilities into a single foundation model and demonstrates that a generalist model can match or exceed specialists.

Object-Centric Residual RL for Zero-Shot Sim-to-Real VLA Enhancement
基于物体中心的残差强化学习用于 VLA 零样本仿真到现实迁移的增强
arXiv:2606.18953 多模态 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

提出一种基于物体中心的残差强化学习框架,利用物体位姿精化 VLA 动作,使观测空间紧凑,在仿真与现实之间能够一致迁移。An object-centric residual RL framework is proposed that refines VLA actions using object poses, enabling a compact observation space that transfers consistently between simulation and reality.

Agentic AI-based Framework for Mitigating Premature Diagnostic Handoff and Silent Hallucination in Healthcare Applications
基于 Agentic AI 的医疗应用中过早诊断交接与静默幻觉缓解框架
arXiv:2606.18068 Agent 智能体 应用落地 OA · 绿色 被引 1 · S2

提出一种多 Agent 框架,通过以确定性编排约束替代 "LLM-as-a-judge" 路由,解决可能在到达患者前未被发现的过早诊断交接与静默临床幻觉问题;观察到 OLDCARTS 完整度与语义熵之间存在统计显著的负相关,提示结构化信息采集与诊断不确定性降低相关。A multi-agent framework that addresses premature diagnostic handoff and silent clinical hallucinations that may go undetected before reaching the patient by replacing ``LLM-as-a-judge''routing with deterministic orchestration constraints is proposed and observes a statistically significant negative correlation between OLDCARTS completeness and semantic entropy, suggesting that structured information gathering is associated with reduced diagnostic uncertainty.

Trustworthy Self-Composable Big-Data-as-a-Service: An LLM-Orchestrated Multi-Agent Framework for Automated Data Engineering, AutoML, MLOps Deployment, and Drift-Aware Lifecycle Optimization
可信自组合 Big-Data-as-a-Service:用于自动化数据工程、AutoML、MLOps 部署与漂移感知生命周期优化的 LLM 编排多 Agent 框架
arXiv:2606.17915 工程化 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

结果表明,由 LLM 编排的多 Agent 系统可将传统 AutoML 扩展为可信、自适应且面向生产的 BDaaS 生命周期自动化。The results suggest that LLM-orchestrated multi-agent systems can extend conventional AutoML toward trustworthy, adaptive, and production-oriented BDaaS lifecycle automation.

When Agent Automation Becomes Profitable: Quantifying and Insuring Autonomous AI Risk through Trace-Economic Underwriting
当 Agent 自动化变得有利可图:通过 Trace-Economic Underwriting 量化并承保自主 AI 风险
arXiv:2606.16465 Agent 智能体 应用落地 OA · 绿色 被引 8 · S2

本文引入 trace-economic underwriting,将工具调用 trace 映射为客户风险敞口与可索赔损失,并以此表示用于定价、控制与风险转移,使用确定性经济标签而非 LLM 评判器。T trace-economic underwriting is introduced, which maps tool-use traces to customer exposure and claimable loss, then uses this representation for pricing, control, and risk transfer, and uses deterministic economic labels rather than an LLM judge.

CoRe: A Continuously Reward-Finetuned LLM Query Rewriter for Multi-Stage Context-Aware Relevance in Web-Scale Video Search
CoRe:面向 Web 规模视频搜索中多阶段上下文感知相关性的连续奖励微调 LLM 查询改写器
arXiv:2606.14127 工程化 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

CoRe(Context Relevance)被提出。该系统在一个大型短视频搜索引擎中每周重新部署,持续运行超过五个月,使用已部署的多模态相关性模型作为源,并以镜像生产融合代数的乘性比值形式来缩小仿真与生产之间的差距。CoRe (Context Relevance) is presented, such a system, redeployed weekly for over five months in a major short-video search engine, using the deployed multimodal relevance model as its source and a multiplicative ratio form mirroring the production fusion algebra to close the simulation-production gap.

End-to-End LLM Flight Planning with RAG-based Memory and Multi-modal Coach Agent
基于 RAG 记忆与多模态教练智能体的端到端 LLM 飞行规划
arXiv:2607.06964 RAG 检索增强 应用落地 OA · 绿色 被引 1 · S2

FRAMe 展示了先进 LLM 如何被部署用于以人为本的任务规划,将自然语言指令转化为安全、高效且灵活的飞行路线。FRAMe signifies how advanced LLMs can be deployed for human-centric mission planning, translating natural language instructions into safe, efficient, and flexible flight routes.

A Quantized Native Runtime for On-Device Semantic Audio Generation
一种用于端侧语义音频生成的量化原生运行时
arXiv:2607.08526 多模态 应用落地 OA · 绿色 被引 0 · S2 + OpenAlex

该紧凑且量化原生、带内置控制的运行时为物联网音频场景下的端侧语义音频提供了实用基础;通过对转向接口的案例分析,可生成在部分属性上具有真实但有界控制的、承载口味联想的音乐。A compact, quantized runtime with built-in control a practical basis for on-device semantic audio in Internet-of-Sounds settings and a case study of the steering interface generates music carrying taste associations with genuine but bounded control for a subset of attributes.