Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
prompt_trajectories / README.md
AryaWu's picture
Upload dataset
4b769a1 verified
|
raw
history blame
1.55 kB
metadata
dataset_info:
  - config_name: graph_edges
    features:
      - name: problem
        dtype: string
      - name: username
        dtype: string
      - name: attempt_id
        dtype: int64
      - name: prompt_from
        dtype: string
      - name: prompt_to
        dtype: string
      - name: edge_tags
        sequence: string
    splits:
      - name: graph_edges
        num_bytes: 486537
        num_examples: 913
    download_size: 113106
    dataset_size: 486537
  - config_name: problem_clues
    features:
      - name: problem
        dtype: string
      - name: clue_number
        dtype: int64
      - name: clue_description
        dtype: string
    splits:
      - name: problem_clues
        num_bytes: 8440
        num_examples: 171
    download_size: 5424
    dataset_size: 8440
  - config_name: tagged_prompts
    features:
      - name: __index_level_0__
        dtype: int64
      - name: problem
        dtype: string
      - name: entrypoint
        dtype: string
      - name: assertions
        dtype: string
      - name: username
        dtype: string
      - name: submitted_text
        dtype: string
      - name: prompt
        dtype: string
      - name: subset
        dtype: string
    splits:
      - name: all.prompts.full.label.d2c1570
        num_bytes: 761406
        num_examples: 953
    download_size: 170296
    dataset_size: 761406
configs:
  - config_name: graph_edges
    data_files:
      - split: graph_edges
        path: graph_edges/graph_edges-*
  - config_name: problem_clues
    data_files:
      - split: problem_clues
        path: problem_clues/problem_clues-*
  - config_name: tagged_prompts
    data_files:
      - split: all.prompts.full.label.d2c1570
        path: tagged_prompts/all.prompts.full.label.d2c1570-*