paper-with-me

홈 › Papers

VeriDrive: Verifiable Counterfactual Supervision for Cost-Efficient Vision-Language Planning

2026-06-05 · Zikai Zhang, Hubert P. H. Shum, Toby P. Breckon arxiv

Vision-language driving models increasingly use reasoning supervision to bridge perception, prediction, and planning, but existing driving rationales are often free-form and expensive to generate with frontier models. We present VeriDrive, a framework for constructing planning-oriented, verifiable counterfactual supervision. VeriDrive converts driving reasoning into a structured Perception-Evaluation-Revision chain that grounds key objects in future motion, evaluates alternative ego trajectories with rule-checkable evidence, revises risky intent toward expert behavior, and produces final planning targets. To scale data construction, VeriDrive combines local generation with validator-guided selective correction, escalating only invalid or difficult samples. We build the VeriDrive dataset on nuScenes and train under the Omni-Q protocol. Controlled open-loop experiments show that VeriDrive improves L2, Collision, and Intersection over OmniDrive while reducing logged token usage, generation time, and actual paid LLM/VLM cost. These results show that auditable intermediate fields and structured revision targets can improve vision-language planning supervision under realistic annotation budgets. Code, prompts, and validator scripts are coming soon and will be released after the review process.

📄 PDF Abstract BibTeX arXiv:2606.07338

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Verifiable Counterfactual Supervision for Process Reward Models

2026-05-04 · Yinghui Chi, Yuanhong Wang arxiv

Process reward models (PRMs) require supervision that identifies not only whether a reasoning trajectory is correct, but also where the reasoning process first becomes unsupported by its prefix. We frame this requirement…

Logical Reasoning

Less is More: Attention Supervision with Counterfactuals for Text Classification

2020-11-01 · EMNLP 2020 11 · Seungtaek Choi, Haeju Park, Jinyoung Yeo, Seung-won Hwang

We aim to leverage human and machine intelligence together for attention supervision. Specifically, we show that human annotation cost can be kept reasonably low, while its quality can be enhanced by machine self-supervi…

ClassificationcounterfactualCounterfactual ReasoningGeneral Classification+3

Beyond Binary: Turning Partial Success into Dense Verifiable Rewards for Reinforcement Learning in Code Generation

2026-01-07 · Longwen Wang, Yirui Liu, Xuan'er Wu, Xiaohui Hu 외 arxiv

Effective reward design is a central challenge in Reinforcement Learning (RL) for code generation. Mainstream test-suite-level outcome rewards enforce functional correctness but induce sparsity, while external Reward Mod…

Reinforcement LearningCode Generation

AeSlides: Incentivizing Aesthetic Layout in LLM-Based Slide Generation via Verifiable Rewards

2026-04-21 · Yiming Pan, Chengwei Hu, Xuancheng Huang, Can Huang 외 arxiv

Large language models (LLMs) have demonstrated strong potential in agentic tasks, particularly in slide generation. However, slide generation poses a fundamental challenge: the generation process is text-centric, whereas…

Reinforcement Learning

GRPO-VPS: Enhancing Group Relative Policy Optimization with Verifiable Process Supervision for Effective Reasoning

2026-04-22 · Jingyi Wang, Lei Zhu, Tengjin Weng, Song-Li Wu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has advanced the reasoning capabilities of Large Language Models (LLMs) by leveraging direct outcome verification instead of learned reward models. Building on this p…

Reinforcement Learning