AryaWu's picture
Upload dataset
6350ce8 verified
|
raw
history blame
1.55 kB
metadata
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-*