Star Graph
收藏arXiv2025-09-30 收录
下载链接:
https://github.com/gregorbachmann/Next-Token-Failures
下载链接
链接失效反馈官方服务:
资源简介:
该数据集是一个简单的路径寻找问题,目标是在一个有向图中找到从起始节点到目标节点的路径。数据集包括前缀-补全对,其中前缀由图的邻接列表给出,补全则是从起始点到目标的路径。该数据集规模包含20万个示例,任务是在有向图中进行路径寻找。
This dataset is a simple pathfinding problem whose goal is to find the path from the start node to the target node in a directed graph. It consists of prefix-completion pairs, where the prefix is given by the adjacency list of the graph, and the completion is the path from the start node to the target node. The dataset contains 200,000 examples, with the task being pathfinding in directed graphs.
提供机构:
Official implementation by the authors



