Multi-Agent Safety, Game Worlds, GraphRAG, and Adaptive Spoofing Benchmarks

8 selected AI/ML papers covering LG, CL, AI, GR, CV, RO, CR, MA, GT, HC, SD and more

Today’s selection of 8 noteworthy AI/ML papers from arXiv, covering safety and security for LLMs, advances in retrieval-augmented generation, multimodal video understanding, game world generation, and the path toward physical AI.


1. HyperSafe: Inference-Time Safety Recovery for Fine-Tuned Language Models

Authors: Aznaur Aliev, Carlos Hinojosa, Abdelrahman Eldesokey, Bang An, Bernard Ghanem et al. | Categories: cs.LG, cs.CL Link: arxiv.org/abs/2607.11475v1

HyperSafe restores safety in fine-tuned LLMs without retraining or weight modification. It generates a model-specific Safe Side Network (SSN) using layer-wise activation fingerprints, which routes harmful prompts to refusal while allowing safe prompts through. The method reduces harmful response rates from 19-31% to below 1% across held-out checkpoints on Qwen2-7B and LLaMA-3-8B, with minimal impact on downstream task accuracy.

Takeaway: A practical, non-invasive approach to post-hoc safety that addresses the critical fragility of alignment after fine-tuning—important for any organization deploying fine-tuned models.


2. RAGU: A Multi-Step GraphRAG Engine with a Compact Domain-Adapted LLM

Authors: Mikhail Komarov, Ivan Bondarenko, Stanislav Shtuka, Oleg Sedukhin, Roman Shuvalov et al. | Categories: cs.CL, cs.AI Link: arxiv.org/abs/2607.11683v1

RAGU is an open-source GraphRAG engine that separates extraction from consolidation using two-stage typed extraction, DBSCAN deduplication, and community detection. The authors train Meno-Lite-0.1, a 7B model optimized for language skills, which outperforms Qwen2.5-32B on knowledge-graph construction and matches it on English GraphRAG tasks, while running on a single GPU.

Takeaway: Demonstrates that smaller, task-specific extractors can outperform much larger models for structured knowledge tasks, making enterprise-grade GraphRAG more accessible and computationally efficient.


3. MAGIC: Transition-Aware Generation of Navigable Multi-Scene Game Worlds with Large Language Models

Authors: Tsz Hei Fan, Choi Wing Fung, Yuxuan Wan, Shuqing Li, Michael R. Lyu | Categories: cs.AI, cs.GR Link: arxiv.org/abs/2607.11594v1

MAGIC is a four-stage pipeline that turns a single natural-language prompt into a runnable multi-scene game project, addressing cross-scene consistency, in-scene navigability, and transition validation. On a benchmark of 100 cases, it achieves 0.96 F1 on end-to-end transition identification and produces executable projects for every case, outperforming both an LLM baseline and Holodeck.

Takeaway: A significant step toward automated game world creation, solving the previously unaddressed problem of generating connected, navigable multi-scene environments from text prompts.


4. Evidence-Backed Video Question Answering

Authors: Shijie Wang, Honglu Zhou, Ziyang Wang, Ran Xu, Caiming Xiong et al. | Categories: cs.CV, cs.AI Link: arxiv.org/abs/2607.11862v1

E-VQA introduces a new task requiring Video LLMs to output both semantic answers and precise spatio-temporal evidence—temporal segments and dense tracked object masks. The authors release ST-Evidence, the first human-verified benchmark for pixel-level grounding, and ST-Evidence-Instruct, a 160k-scale dataset. Fine-tuning on this data yields substantial gains (e.g., +27.2 t-mean on a 7B model) over baselines.

Takeaway: Addresses the critical “black box” problem in video QA by requiring verifiable visual grounding, establishing a strong baseline for explainable video understanding.


5. From World Action Models to Embodied Brains: A Roadmap for Open-World Physical Intelligence

Authors: Yuanzhi Liang, Xufeng Zhan, Haibin Huang, Chi Zhang, Xuelong Li | Categories: cs.RO, cs.AI Link: arxiv.org/abs/2607.11689v1

This roadmap paper identifies three gaps in current World Action Models (WAMs): incompatible action spaces, inconsistent objectives, and limited system composition. It proposes the “embodied brain” as a long-term target that integrates multimodal context and issues capability requests rather than direct commands, supported by a modular physical-intelligence stack with closed-loop post-training.

Takeaway: A thoughtful synthesis of the fragmented physical AI landscape, providing a clear architectural vision for how action models, world models, and embodiment can co-evolve toward general physical intelligence.


6. When Local Monitors Miss Compositional Harm: Diagnosing Distributed Backdoors in Multi-Agent Systems

Authors: Yibo Hu, Ren Wang | Categories: cs.CR, cs.LG, cs.MA Link: arxiv.org/abs/2607.11751v1

This paper identifies a fundamental vulnerability in multi-agent LLM systems: distributed backdoors that split harmful payloads across agents, passing all local monitors while the assembled object constitutes the attack. The authors formalize this as an “observability boundary” and prove that once fragments appear benign in the monitored view, no local detector can catch them. A monitor trained only on benign traffic recovers the attack’s code structure (0.874 AUROC), but success depends on reaching the representation where the payload is exposed.

Takeaway: A critical wake-up call for anyone building multi-agent LLM systems, proving that local safety checks are fundamentally insufficient when harm is compositionally assembled across agents.


7. Forgetting Our Way to Shared Meaning: Effects of Forgetting on Conceptual Alignment in a Non-Partnership Coordination Game

Authors: Landon Liu, Mary Kelly, Alan Tsang | Categories: cs.MA, cs.CL, cs.GT, cs.HC Link: arxiv.org/abs/2607.11787v1

This paper models conceptual alignment as a non-partnership coordination game, finding that adaptive players achieve actual convergence faster than non-adaptive players, while non-adaptive players perceive convergence earlier. Weighing novel information less over time results in more stable agreements than fixing the weight of new information, highlighting the critical role of memory features in the emergence of shared meaning.

Takeaway: Provides counterintuitive insights into how forgetting and memory degradation shape the evolution of shared language and concepts—relevant for multi-agent communication and human-AI interaction design.


8. VoxENES 2026: Benchmarking Generalization of Speech Spoofing Detectors Against LLM-Era TTS and Voice Conversion

Authors: Aastha Sharma, Guangjing Wang | Categories: cs.SD, cs.AI Link: arxiv.org/abs/2607.11706v1

VoxENES 2026 is a bilingual benchmark of 53,628 audio samples generated with 10 modern LLM-driven TTS and VC methods under 10 post-processing conditions. Benchmarking eight pretrained detectors without fine-tuning reveals substantial performance degradation—the best model achieves only 28.98% EER, with most performing near random chance, highlighting reliance on brittle artifacts in current detectors.

Takeaway: Exposes a critical temporal generalization gap in audio spoofing detection, establishing a much-needed testbed for developing robust countermeasures against current-generation synthetic speech.


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