Short Explanation
Use VIRF when a plan must satisfy explicit safety rules instead of relying on unconstrained generative reasoning alone.
VIRF combines scene knowledge graphs, ontology-based safety rules, and iterative plan verification so embodied agents can generate safer task plans in household environments.
Core parameters, trigger timing, and visual before/after demo references.
Use VIRF when a plan must satisfy explicit safety rules instead of relying on unconstrained generative reasoning alone.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
CusrtextUser task description to plan and verify.
Kpathtools/virf/examples/test_input.jsonKnowledge base payload containing ABox entities and TBox safety rules.
max_attemptsnumber3Maximum number of refinement attempts used by the main verification loop.
statusSafety result such as SAFE.
safe_planVerified task plan that satisfies the available rules.
knowledge_graphStructured world state consumed by the verifier.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
# Relative-path local entry for the VIRF deployment cd tools/virf python main.py # The bundled demo reads tools/virf/examples/test_input.json and writes tools/virf/results/output.json.
{
"tool": "virf",
"status": "ok",
"results": [
{
"label": "Safety-verified task reasoning",
"score": 0.87,
"output": "Safety status, verified plan, knowledge-base updates"
}
],
"timing": {
"runtime": "The deployment README and local demo do not provide a source-reported latency number.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/virf/runs/visualization.png",
"raw_predictions": "tools/virf/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{virf2026,
title={Grounding Generative Planners in Verifiable Logic: A Hybrid Architecture for Trustworthy Embodied AI},
author={Feiyu Wu and Xu Zheng and Yue Qu and Zhuocheng Wang and Zicheng Feng and Hui Li},
year={2026},
note={ICLR 2026},
url={https://arxiv.org/abs/2602.08373}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| SafeAgentBench | HAR / GCR / Avg correction iterations | 0.0% / 77.3% / 1.1 | Source paper result | ICLR 2026 paper |
Official paper, repository README, bundled example JSON, simplified main loop, and output plan JSON.
Visual references from the original tool. Click any image to inspect the original size.