File size: 1,550 Bytes
fb69318 6350ce8 fb69318 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: prompt
dtype: string
- name: answer
dtype: string
- name: num_nodes
dtype: int64
- name: num_edges
dtype: int64
- name: avg_node_edge
dtype: float64
- name: graph_density
dtype: float64
- name: num_classes
dtype: int64
- name: avg_node_class
dtype: float64
- name: max_num_field
dtype: int64
- name: min_num_field
dtype: int64
- name: avg_num_field
dtype: float64
- name: path_length
dtype: int64
- name: max_node_visits
dtype: int64
- name: max_edge_visits
dtype: int64
- name: unique_node_number
dtype: int64
- name: path_node_coverage
dtype: float64
- name: unique_edge_number
dtype: int64
- name: path_edge_coverage
dtype: float64
- name: num_cycle
dtype: int64
- name: shortest_cycle
dtype: float64
- name: longest_cycle
dtype: float64
- name: average_cycle
dtype: float64
- name: unique_edge_label
dtype: int64
- name: max_label_occurrences
dtype: int64
- name: max_label_consecutive
dtype: int64
- name: max_node_outdegree
dtype: int64
- name: correctness
dtype: bool
- name: one_correct
dtype: bool
splits:
- name: train
num_bytes: 2489928
num_examples: 3000
- name: test
num_bytes: 414386
num_examples: 500
download_size: 613345
dataset_size: 2904314
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|