pointer-aliasing-v5 / README.md
AryaWu's picture
Upload dataset
1149a36 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: prompt
      dtype: string
    - name: answer
      dtype: string
    - name: pythoncode
      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: int64
    - name: longest_cycle
      dtype: int64
    - 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
  splits:
    - name: byclass
      num_bytes: 83377963
      num_examples: 25000
    - name: bynode
      num_bytes: 50709750
      num_examples: 24000
  download_size: 30335571
  dataset_size: 134087713
configs:
  - config_name: default
    data_files:
      - split: byclass
        path: data/byclass-*
      - split: bynode
        path: data/bynode-*