Survival Prediction, LLM Reasoning & Attribution, and Embodied Agent Risks

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

Today’s selection of 8 noteworthy AI/ML papers from arXiv covers critical advances in survival prediction with LLMs, novel reinforcement learning strategies, semantic correction for video generation, and emerging security vulnerabilities in embodied agents.


1. CACSurv: Concordance-Aligned Comparative Learning with Large Language Models for Cancer Survival Prediction

Authors: Tianqi Xiang, Qixiang Zhang, Xinpeng Ding, Yi Li, Xiaomeng Li | Categories: cs.AI Link: arxiv.org/abs/2608.16594v1

This paper introduces CACSurv, a framework that reformulates report-centric cancer survival prediction as mini-cohort comparative reasoning rather than independent time regression. By using concordance-aligned rewards derived from comparable relations under right censoring, the model enables censored outcomes to provide ranking supervision without exact event-time targets. The framework achieves the highest C-index on all six TCGA cohorts, with an average of 0.722, outperforming the strongest published survival model by 6.5 percentage points.

Takeaway: A clever reframing of survival analysis that leverages LLM reasoning capabilities while respecting the inherent ordering nature of survival evaluation—worth reading for anyone working on clinical prediction tasks.


2. Le Critique: Privileged Value Functions for LLM Reinforcement Learning

Authors: Siddarth Venkatraman, Matthieu Dinot, Laurence Aitchison | Categories: cs.LG Link: arxiv.org/abs/2608.16739v1

This work proposes two complementary strategies to improve value function RL for LLMs: Privileged Value Functions (PVF) that inject task-relevant token-level signal without biasing the policy objective, and TETHER, a baseline that adaptively interpolates between group-relative and value baselines based on value function accuracy. Across reasoning tasks, both strategies consistently outperform standard value function baselines and are competitive with mean-baseline GRPO.

Takeaway: Addresses the practical gap between theoretical benefits of value functions and their implementation challenges—the adaptive interpolation approach could have broad applicability.


3. When Do Explanations Help In-Context Learning? A Comparative Study of Natural Language Explanation Types and Faithfulness

Authors: Mahdi Dhaini, Adam Dejl, Juraj Vladika, Volkan Özer, Barbara Plank et al. | Categories: cs.CL, cs.AI Link: arxiv.org/abs/2608.16627v1

This comprehensive study evaluates how different types of natural language explanations (human-written, self-generated, externally LLM-generated) affect downstream model performance in explanation-augmented prompting across six benchmarks and four models. Results show that adding NLEs to few-shot prompts often improves accuracy, with externally generated LLM-NLEs remaining competitive with human rationales, while faithfulness-based selection yields small average gains that vary significantly by metric, task, and model.

Takeaway: Provides much-needed empirical grounding for when and how to use explanations in ICL pipelines—essential reading for prompt engineering practitioners.


4. MLLM-Guided Semantic Correction for Text-to-Video Generation

Authors: Junhao Chen, Zheqi Lv, Keting Yin, Shengyu Zhang, Zhou Zhao et al. | Categories: cs.CV, cs.AI Link: arxiv.org/abs/2608.16513v1

This paper presents a training-free, interpretable mid-generation correction framework that integrates multimodal LLM feedback directly into the diffusion sampling loop for text-to-video generation. The framework uses a Semantic Assessment Supervisor for intermediate preview frame evaluation and a Semantic Modification Assistant for controllable latent trajectory intervention, improving semantic alignment, visual fidelity, and temporal consistency without parameter modification.

Takeaway: A novel approach to semantic error correction that treats generation as an iterative self-reflection process rather than one-shot synthesis—relevant as video generation continues to mature.


5. When State Becomes an Attack Surface: State-Semantic Injection in LLM-Driven Embodied Agents

Authors: Jiawei Liu, Jiacheng Guo, Tian Zhang, Yiwei Xu, Juan Wang et al. | Categories: cs.RO, cs.AI Link: arxiv.org/abs/2608.16806v1

This paper examines security vulnerabilities in LLM-driven embodied agents, where models must combine user instructions with scene states, object attributes, and spatial relations for task grounding. The work identifies state-semantic injection as a novel attack surface, highlighting how manipulated environmental states could compromise agent decision-making in robotic systems.

Takeaway: An important early warning about the security implications of grounding LLMs in physical environments—critical for anyone building real-world agent deployments.


6. Non-Crossing Deep Quantile Regression for Distributional Survival Prediction

Authors: Shuai Huang, Zhe Qu, Zhaowei Hua, Guohao Shen, Rui Tang et al. | Categories: stat.ML, cs.LG, stat.AP Link: arxiv.org/abs/2608.16864v1

This paper proposes a Censored Non-crossing Quantile (CNQ) framework that jointly estimates multiple conditional survival quantiles with guaranteed valid ordering by construction, using Kolmogorov-Arnold and Transformer backbones. Across 27 simulation settings and six cohorts, the framework achieves lower pinball loss than competitors when the conditional distribution is asymmetric, and recovers covariate effects that vary across the survival distribution and would be hidden by a single hazard ratio.

Takeaway: Addresses the long-standing problem of crossing quantile curves in survival analysis with a principled solution—particularly valuable for capturing heterogeneous treatment effects over time.


7. Topological Attribution Distance (TAD): Revealing Segment-Level RAG Influence on LLM Output Geometry for Incident Log Analysis

Authors: Reza Fayyazi, Michael Zuzak, Shanchieh Jay Yang | Categories: cs.CR, cs.AI Link: arxiv.org/abs/2608.16775v1

This paper introduces Topological Attribution Distance (TAD), a topology-inspired method for segment-level evidence attribution in RAG systems, particularly for cybersecurity incident log analysis. TAD measures how specific source logs change the geometric shape of the model’s response in embedding space, enabling explainable tracing of which evidence segments most influenced generation.

Takeaway: A novel geometric approach to attribution that addresses the critical trust gap in cybersecurity applications of LLMs—timely as Agentic AI systems enter operational environments.


8. TDD-Agent: Test-Driven Reasoning for Code Generation

Authors: Hongyue Yu, Kefan Li, Jiakun Li, Hongzheng Chai, Yuan Yuan et al. | Categories: cs.SE, cs.AI Link: arxiv.org/abs/2608.16742v1

TDD-Agent operationalizes test-driven development for code generation by prompting the model to generate executable tests before implementation, then performing iterative dual-track refinement over both code and tests using execution feedback. On the RepoEval benchmark, it consistently outperforms retrieval-based and agent-based baselines, with iterative refinement improving not only code correctness but also test effectiveness as measured by pass rates, coverage, and mutation scores.

Takeaway: A promising paradigm shift that treats tests as evolving reasoning artifacts rather than static validators—the test-first approach shows measurable gains on complex repository-level tasks.


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