Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# SpatialCF

SpatialCF 用于生成经过验证的空间反事实数据集。它从场景观测中冻结请求,使用最小代价
求解器规划单物体平面移动,通过 Adapter 在原生环境执行编辑,再对结果和数据集文件进行
fresh verification。
SpatialCF 用于生成经过验证的空间反事实数据集。当前链路:domain/core → adapter protocol → generation → fresh verification。它从场景观测中冻结请求,使用最小代价求解器规划单物体平面移动,由 Adapter protocol 将平台事实和 Canonical Edit 接入 generation,再对结果和数据集文件重新验证。

Schema、求解器和验证逻辑均为平台无关设计。Unity/AI2-THOR 是首个 Adapter,只负责把
平台事实和原生操作连接到这条公共生成链。
Expand Down
5 changes: 1 addition & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

# SpatialCF

SpatialCF generates verified spatial counterfactual datasets. It freezes requests
from scene observations, plans single-object planar moves with a minimum-cost
solver, executes edits through an Adapter, and freshly verifies the results and
dataset files.
SpatialCF generates verified spatial counterfactual datasets. Current chain: domain/core → adapter protocol → generation → fresh verification. It freezes requests from scene observations, plans single-object planar moves with a minimum-cost solver, connects platform facts and Canonical Edits through the Adapter protocol, and freshly verifies the results and dataset files.

The Schema, solver, and verification logic are platform-neutral. Unity/AI2-THOR
is the first Adapter and connects platform facts and native operations to the
Expand Down
Loading
Loading