👍 84
07/26 20:00
Relevance is a query-dependent estimate of whether a document or excerpt contains useful evidence. Existing retrieval agents use relevance to select top-k content, but document relevance alone cannot localize, compose, or verify the evidence required by complex questions. Direct Corpus Interaction (
中文介绍 针对现有检索代理仅依赖相关性选择内容的局限性,提出了一种新的方法,旨在提高代理搜索中的文档交互能力。该方法通过引入复杂问题所需的证据定位、组合和验证能力,改进了对信息的处理。此研究有助于提升信息检索的效率,特别是在复杂问询场景中的应用效果。意义:对Agent与推理领域有重要影响。
👍 57
07/27 20:00
Recovering an editable design file from a raster image is a common and costly bottleneck in modern design workflows, yet remains challenging since editability depends on recovering multi-modal attributes, such as typography, vector geometry, colors, grouping, and layer ordering. We present ReDesign,
中文介绍 提出了ReDesign方法,旨在从光栅图像恢复可编辑的设计结构,以解决现代设计工作流中的瓶颈问题。该方法通过对多模态属性的解析,如排版、向量几何和颜色,提升了编辑的可行性。研究结果显示,ReDesign在改善设计文件恢复的准确率上具有显著效果,为设计工具的发展提供支持。意义:影响设计和生成模型领域。
👍 44
07/27 20:00
Coding agents repeatedly search, navigate, and retain context from evolving repositories, but disconnected indexes, language servers, and task-local histories force repeated discovery and obscure lifecycle costs. CodeNib builds reusable lexical, dense, and structural views per repository commit, map
中文介绍 CodeNib是一个多视角数据系统,用于为编码代理提供代码库上下文。通过构建可重用的词汇、密集和结构视图,该方法优化了代码库的上下文管理,减少了信息查找的重复工作。该方法的实施显著提升了编码效率与上下文保留能力,有助于改善开发者的工作效率。意义:在编程智能体和代码理解领域具有启发性。
👍 25
07/26 20:00
Long-term memory systems store what a user says in an external store and retrieve it when a related query arrives. This interface rests on an assumption so natural that it is rarely stated: a memory that is needed will resemble the query that needs it. World knowledge breaks the assumption. A tree-n
中文介绍 研究了长期记忆系统中隐性关联盲点对代理记忆的影响,指出传统假设即所需记忆与查询相似的前提并不总成立。通过构建树状网络,探索到了新的记忆检索机制,从而提升了系统对用户需求的响应能力。该研究的发现对于增强智能体的记忆模型具有重要意义。意义:对记忆与推理系统的设计具有指导价值。
👍 24
07/26 20:00
Standard vision-language models (VLMs) suffer from Moravec's paradox: they excel at complex offline visual reasoning but struggle with simple streaming perception tasks and process them inefficiently. We present Mage-VL, an efficient codec-native streaming foundation model for real-time multimodal u
中文介绍 提出了Mage-VL,这是一种高效的编解码原生流媒体多模态基础模型,以提高视觉语言模型在实时任务中的处理能力。相比传统模型,Mage-VL显著提升了处理效率,能够更好地执行简单的流媒体感知任务。该研究填补了复杂视觉推理与流媒体感知之间的差距,对实时多模态应用至关重要。意义:推动多模态学习与应用的进展。
👍 23
07/27 20:00
On-policy distillation (OPD) grounds token-level supervision in the student's own trajectory, yet suffers from prefix failure: once the student commits to a wrong reasoning direction, all subsequent generation builds on this deviation, producing misdirected continuations that elicit unreliable super
中文介绍 针对当前在线策略蒸馏方法在推理方向的局限性,提出了Trajectory-Relayed On-Policy Distillation方法,以改善因错误推理导致的后续生成偏差问题。该方法提高了生成的可靠性和准确性,为智能体在动态环境中的表现提升提供了可能的解决方案。此工作对在线学习与推理系统的优化具有重要价值。意义:影响智能体和推理的研究方向。
👍 22
07/26 20:00
Multi-turn long-horizon planning is critical for foundation model agents, yet how to fundamentally improve it remains unclear. Existing models are trained on uncontrollable and opaque Internet data, making it difficult to identify how planning ability is acquired, shaped, and integrated. To address
中文介绍 该研究探讨了多回合长时间规划的物理特性,提出了一种新的训练机制,通过单教师和多教师的在线策略蒸馏,旨在提高模型的规划能力。研究表明,改进后的模型在复杂任务中的表现更为出色,填补了现有模型在长时间规划中的不足。此方法为基础模型在复杂环境下的应用奠定了基础。意义:推动模型规划与推理能力的发展。
👍 12
07/25 20:00
Multimodal automated fact-checking (MAFC) verifies claims by retrieving and reasoning over external evidence. However, most existing static benchmarks risk contamination: they primarily consist of outdated claims verifiable using an LLM's internal knowledge without external evidence. This can inflat
中文介绍 针对现有多模态自动事实核查系统的静态基准可能导致的污染问题,提出了一种动态评估策略以确保外部证据的实时有效性。新的方法通过消除过时信息的依赖,提升了事实核查的准确性,为自动验证领域提供了新的视角和工具。研究成果在提升事实核查的可靠性上具有重要意义。意义:对自动化推理与验证应用方向有积极影响。
👍 11
07/27 20:00
In the age of foundation models, a model is only as good as its prompt. For this reason, prompt engineering has become an essential technique for improving language model performance. Since video models are currently becoming foundation models for visual tasks (e.g., visual reasoning), we here ask w
中文介绍 提出了一种视频模型的视觉提示工程方法,以提高模型在视觉推理任务中的表现。研究表明,通过优化提示结构,可以显著提升视频模型的性能,适应当前对模板设计的需求,引导模型获得更好的理解能力。这为视觉模型的设计与应用提供了新的思路。意义:影响视觉模型与提示工程方向的进展。
👍 10
07/26 20:00
We introduce PerceptionBench, a benchmark specifically designed to evaluate the atomic visual perception capabilities of Multimodal Large Language Models (MLLMs). Existing benchmarks often fail to isolate perception: holistic evaluations conflate perceptual errors with failures in reasoning or domai
中文介绍 推出了PerceptionBench,一个专门评估多模态大型语言模型(MLLMs)原子视觉感知能力的基准测试框架。该框架能够独立评估感知能力,避免传统方法中推理错误混杂的问题,从而为多模态系统的优化提供了客观依据。这一研究填补了评估领域的空白,对感知与推理的理解具有重要价值。意义:推动多模态推理与评估的研究。
👍 9
07/23 20:00
Historical documents act as invaluable knowledge archives but often suffer from illegibility due to physical deterioration and damage. While existing restoration methods based on masked language modeling effectively utilize local context, they struggle to restore named entities that require external
中文介绍 针对历史文献的修复问题,提出了一种结合外部知识的增强型检索大型语言模型方法。该方法有效解决了传统技术在处理摘录性信息时的不足,提升了历史文档修复的准确性和实用性。这为文化遗产的修复与数字化提供了创新方案,具有广泛的应用前景。意义:对文献修复与知识推理领域具有深远的影响。
👍 6
07/27 20:00
Generation in video diffusion or flow models is computationally expensive due to the slow and iterative sampling process. Current state-of-the-art (SOTA) acceleration methods heavily rely on variational score distillation (VSD) and adversarial losses to distill diffusion models into few-step generat
中文介绍 提出了一种并行解码蒸馏方法,用于加速图像和视频生成,解决了扩散或流模型中生成过程的高计算成本问题。该方法通过优化生成步骤,显著提高了生成效率,为实时场景中的应用提供了支持。该研究创新性地推动了图像与视频生成的研究进展。意义:影响生成模型的效率与应用。
👍 6
07/23 20:00
Large reasoning models (LRMs) generate long reasoning traces before producing final answers. While these traces may contain useful signals for hallucination detection, harnessing them is non-trivial because long trajectories often include noisy steps that obscure the cues relevant to truthfulness as
中文介绍 引入了Reasoning Denoiser,旨在通过去噪推理轨迹来检测大型推理模型中的幻觉现象。研究发现,通过分析推理过程中的噪声成分,可以有效识别不真实的输出,从而提高模型的可靠性。此方法为大型推理系统的健壮性提供了新方法,具有重要的应用前景。意义:对推理系统的信任性和健壮性有积极影响。
👍 6
05/28 20:00
LLM-as-a-judge has become the standard for automated evaluation, but it suffers from high cost, significant latency, and opaque decisions -- limitations that undermine its scalability and reliability. We address these with a simple, efficient alternative: program distillation. Instead of prompting a
中文介绍 提出程序蒸馏方法,改进了大型语言模型作为评判者的评估过程,解决高成本及决策不透明等问题。通过这一方法,可以显著提升评估的效率和可靠性,使得自动化评估更具可扩展性。这一研究为评估和优化自动化系统提供了新思路,意义重大。意义:影响自动评估与优化技术的发展。
👍 6
07/25 20:00
Improving a language model today means retraining it: enormous compute, a new opaque model each cycle, non-deterministic output. We take the opposite path: the model stays frozen, and a persistent memory of verified solutions grows beside it. Once a problem family is solved and has passed an indepen
中文介绍 提出了一种新的语言模型策略,使得通过冻结模型并通过持久性记忆进行独立问题解决,达成了100%的准确率。研究显示,该方法避免了大规模重训带来的不确定性,同时保持了高效性。此研究展示了创新的模型更新方式,对AI领域的模型训练策略具有重要启示。意义:推动模型训练与应用方向的转变。
👍 5
07/27 20:00
Emerging Omni-modal Large Language Models (OmniLLMs) enable unified understanding of text, audio, and video, but their long audio-video token sequences introduce substantial memory and inference costs. Existing compression methods mainly focus on selecting important tokens under fixed budgets, leavi
中文介绍 提出了一种基于技能驱动的预算分配方法,旨在优化Omni-modal大型语言模型(OmniLLMs)在音频和视频处理中的token压缩策略。该方法通过智能选择重要tokens,显著降低了内存和推理成本,提升了模型的整体性能。这一研究为多模态模型的优化提供了新的思路和方法。意义:推动Omni-modal研究与应用的发展。
👍 4
07/26 20:00
The alignment of Small Language Models (SLMs) in the 70--500M parameter range using reinforcement learning is often considered unstable, though the underlying failure mechanisms have not been systematically investigated. In the State-of-the-Art (SOTA) research, fifteen (model, corpus) configurations
中文介绍 针对小型语言模型(SLMs)的对齐问题,提出了一种稳健的强化学习方法,分析了不同配置对模型失效的影响。该研究提供了对确保SLMs稳定性的深入理解,有助于未来在小规模模型领域的发展,对相关应用提供技术支持。意义:促进小规模模型在实际应用中的有效性。
👍 4
07/26 20:00
Progress in video generation keeps narrowing the visual gap between AI-generated and professionally produced footage, yet most benchmarks still draw prompts from web sources or LLM templates and score them with untrained, generic multimodal models. More fundamentally, their evaluation taxonomies rem
中文介绍 发布了FilmBench,一个针对电影级视频生成的基准测试,旨在缩小AI生成视频与专业制作视频之间的视觉差距。该基准通过优化评价标准,提供了更高效、精准的生成评估方式,推进视频生成技术的发展。研究为评估与优化AI生成内容提供新思路,具有行业应用价值。意义:推动视频生成技术与标准的提升。
👍 3
07/12 20:00
We introduce a vocabulary for automated research systems built from one or more agents to make their design choices easier to describe and compare. The vocabulary specifies 1) who the agents are, 2) what operations are available in the system, 3) who may invoke them, 4) how agents communicate, 5) wh
中文介绍 引入了一种新的词汇表,用于描述多代理自动化研究系统,以便更好地比较和选择系统设计。该词汇包括代理角色、可用操作和沟通方式等,提供了一种系统性的方法来分析和评估自动化系统的设计选择。研究为自动化系统的设计与实现提供了便利,具有实际应用意义。意义:推动自动化系统设计与交流的标准化。
👍 3
06/21 20:00
Parametric retrieval enables LLMs to retrieve tools implicitly by assigning each API a unique virtual token and training the model to generate it via constrained beam search. Toolsense shows that this regime has two critical drawbacks: it destroys parametric tool knowledge during training, and its b
中文介绍 TRACE方法通过业务规则引导的推理课程,提升了企业级大型语言模型在知识保留及参数工具检索方面的效果。研究发现,该方法能够有效防止训练过程中工具知识的丧失,从而提高模型的工具检索能力,为企业应用提供了新的技术路径。意义:影响企业级应用与工具检索的研究方向。