Agentic Search, Model Distillation, and Embodied AI Workflows

8 selected AI/ML papers covering AI, IR, LG, CL, MA, CV, RO, SE, stat.ML and more

Today’s selection of 8 noteworthy AI/ML papers from arXiv, covering advances in multi-agent search systems, distillation methods for reasoning, political simulations, caption auditing, humanoid robotics, structural engineering agents, self-distillation for generative models, and a critical re-examination of retrieval utility in agentic search.


1. SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration

Authors: Yuyao Zhang, Junjie Gao, Zhengxian Wu, Jiaming Fan, Jin Zhang et al. | Categories: cs.AI, cs.IR Link: arxiv.org/abs/2607.15257v1

This paper introduces SearchOS, a system-level multi-agent framework that turns implicit search progress into explicit, shared state using relational schema completion. Key innovations include Search-Oriented Context Management (SOCM) and a Search Tool Middleware Harness to prevent agents from getting trapped in repetitive loops. On WideSearch and GISA, SearchOS leads all metrics compared to single- and multi-agent baselines.

Takeaway: A promising step toward robust, budget-aware information seeking that could significantly reduce wasteful search loops in complex research tasks.


2. On-Policy Delta Distillation

Authors: Byeongho Heo, Jaehui Hwang, Sangdoo Yun, Dongyoon Han | Categories: cs.LG, cs.CL Link: arxiv.org/abs/2607.15161v1

The authors introduce On-Policy Delta Distillation (OPD²), a new method that uses the “delta signal”—the difference between a teacher model and its base model prior to reasoning tuning—rather than directly imitating the teacher’s output distribution. Experiments across math, science, and code benchmarks show OPD² consistently outperforms conventional on-policy distillation, enabling strong performance with only short post-training periods.

Takeaway: A clever insight that distilling what changed during reasoning tuning is more effective than copying the full distribution, with practical implications for efficient LLM training.


3. Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents

Authors: Dylan Van Mulders, Matthias Bogaert, Dirk Van den Poel | Categories: cs.CL, cs.AI, cs.MA Link: arxiv.org/abs/2607.15095v1

This paper presents a multi-agent framework that combines SFT, DPO, and per-party RAG to create partisan LLM agents that negotiate political coalitions while remaining anchored to official manifestos. Applied to the 2019 Flemish election, the framework yields stable winner rankings and introduces interpretability tools (MILT, CIS) to trace agreement clauses back to manifesto origins.

Takeaway: A rigorous testbed for exploring party compatibility and coalition dynamics, demonstrating how RLHF biases can be overcome to simulate steadfast ideological behavior.


4. Symbal: Detecting Systematic Misalignments in Model-Generated Captions

Authors: Maya Varma, Jean-Benoit Delbrouck, Sophie Ostmeier, Akshay Chaudhari, Curtis Langlotz | Categories: cs.CV, cs.AI Link: arxiv.org/abs/2607.15216v1

Symbal uses a structured dual-stage setup with off-the-shelf foundation models to detect systematic misalignments—recurring caption errors tied to specific visual features. The authors also introduce SymbalBench, a benchmark of 1.7 million image-text pairs, where Symbal achieves a 63.8% detection rate, a nearly 4x improvement over baselines.

Takeaway: An essential auditing tool for MLLM-generated captions that identifies critical errors without requiring access to the underlying model, addressing a growing need for dataset quality control.


5. Scaling Behavior Foundation Model for Humanoid Robots

Authors: Weishuai Zeng, Kangning Yin, Xiaojie Niu, Shunlin Lu, Weixiang Zhong et al. | Categories: cs.RO, cs.AI Link: arxiv.org/abs/2607.15163v1

This work revisits the scaling recipe for Behavior Foundation Models (BFMs) for humanoid control, demonstrating that coordination of motion tracking as a learning paradigm, strategic synergy between on-policy rollout and reference motion diversity, and the Humanoid Transformer architecture yield substantial gains. Results show over 10% reduction in MPKPE locally and 82% globally compared to existing controllers.

Takeaway: A principled scaling approach for humanoid control that achieves remarkable real-world generalization, bringing generalist embodied agents closer to reality.


6. StructureClaw: Traceable LLM Agents and an Executable Benchmark for Structural Engineering Workflows

Authors: Sizhong Qin, Yi Gu, Yao Jiang, Ao Cai, Changjian Zhou et al. | Categories: cs.SE, cs.AI, cs.MA Link: arxiv.org/abs/2607.14896v1

StructureClaw provides an artifact-centered workbench where LLM agents operate through governed engineering skills, typed tools, and shared artifact state for structural engineering tasks. The accompanying benchmark of 150 scenarios shows that with full automatic workflow, success rates rise from 56.8% to 88.6%, highlighting remaining challenges in handling invalid inputs and fixture-consistent reconstruction.

Takeaway: A rigorous, artifact-centered evaluation framework that exposes workflow-level failures invisible to standard QA evaluations, setting a new standard for domain-specific LLM agents.


7. Optimal Self-Distillation for Rectified Flow via Linear Probing

Authors: Saptarshi Roy, Debepsita Mukherjee, Pratik Patil | Categories: stat.ML, cs.LG Link: arxiv.org/abs/2607.14947v1

This paper studies optimal self-distillation for rectified flow models, proving an exact affine path identity and deriving the optimal mixing coefficient in closed form. The authors show that optimal self-distillation improves velocity risk, mode recovery, and finite-step generation across Gaussian models, mixtures, and image data, with a sign rule governing whether positive or negative mixing corrects the teacher.

Takeaway: A mathematically rigorous analysis of self-distillation for generative models, providing principled guidance for when and how to use model-generated signals for improvement versus avoiding collapse.


Authors: Debayan Mukhopadhyay, Utshab Kumar Ghosh, Shubham Chatterjee | Categories: cs.IR, cs.CL Link: arxiv.org/abs/2607.15253v1

Using counterfactual analysis on 23,322 document observations, this paper demonstrates that static retrieval utility (SRU) and counterfactual trajectory utility (CTU) are nearly independent (Spearman rho = -0.026). The authors identify “bridge documents”—documents that appear useless to static readers but are causally load-bearing—and show they earn their keep by providing discriminative entities that redirect the agent’s search.

Takeaway: A critical finding for the design of retrieval systems for agentic search: optimizing for static relevance does not deliver causal usefulness in multi-turn settings.


This content was generated with AI assistance. Paper information sourced from arXiv.