Upload MATPO dataset with multiple configurations including train_musique, train_rollout, val_frames, val_gaia, val_webwalkerqa, and single_agent variants - matpo_val_frames_repeat_2 configuration
Browse files
README.md
CHANGED
|
@@ -56,6 +56,74 @@ dataset_info:
|
|
| 56 |
num_examples: 6175
|
| 57 |
download_size: 1088403
|
| 58 |
dataset_size: 29724892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
- config_name: matpo_val_gaia_repeat_8
|
| 60 |
features:
|
| 61 |
- name: dataset
|
|
@@ -433,6 +501,10 @@ configs:
|
|
| 433 |
data_files:
|
| 434 |
- split: train
|
| 435 |
path: matpo_train_musique/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 436 |
- config_name: matpo_val_gaia_repeat_8
|
| 437 |
data_files:
|
| 438 |
- split: train
|
|
|
|
| 56 |
num_examples: 6175
|
| 57 |
download_size: 1088403
|
| 58 |
dataset_size: 29724892
|
| 59 |
+
- config_name: matpo_val_frames_repeat_2
|
| 60 |
+
features:
|
| 61 |
+
- name: data_source
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: prompt
|
| 64 |
+
list:
|
| 65 |
+
- name: content
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: role
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: ability
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: reward_model
|
| 72 |
+
struct:
|
| 73 |
+
- name: ground_truth
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: style
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: extra_info
|
| 78 |
+
struct:
|
| 79 |
+
- name: answer
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: index
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: metadata
|
| 84 |
+
struct:
|
| 85 |
+
- name: level
|
| 86 |
+
dtype: int64
|
| 87 |
+
- name: reasoning_types
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: row_number
|
| 90 |
+
dtype: int64
|
| 91 |
+
- name: source
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: wiki_links
|
| 94 |
+
list: string
|
| 95 |
+
- name: need_tools_kwargs
|
| 96 |
+
dtype: bool
|
| 97 |
+
- name: question
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: split
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: tools_kwargs
|
| 102 |
+
struct:
|
| 103 |
+
- name: google_search
|
| 104 |
+
struct:
|
| 105 |
+
- name: create_kwargs
|
| 106 |
+
struct:
|
| 107 |
+
- name: ground_truth
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: scrape
|
| 110 |
+
struct:
|
| 111 |
+
- name: create_kwargs
|
| 112 |
+
struct:
|
| 113 |
+
- name: ground_truth
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: search_and_browse
|
| 116 |
+
struct:
|
| 117 |
+
- name: create_kwargs
|
| 118 |
+
struct:
|
| 119 |
+
- name: ground_truth
|
| 120 |
+
dtype: string
|
| 121 |
+
splits:
|
| 122 |
+
- name: train
|
| 123 |
+
num_bytes: 8706034
|
| 124 |
+
num_examples: 1648
|
| 125 |
+
download_size: 408571
|
| 126 |
+
dataset_size: 8706034
|
| 127 |
- config_name: matpo_val_gaia_repeat_8
|
| 128 |
features:
|
| 129 |
- name: dataset
|
|
|
|
| 501 |
data_files:
|
| 502 |
- split: train
|
| 503 |
path: matpo_train_musique/train-*
|
| 504 |
+
- config_name: matpo_val_frames_repeat_2
|
| 505 |
+
data_files:
|
| 506 |
+
- split: train
|
| 507 |
+
path: matpo_val_frames_repeat_2/train-*
|
| 508 |
- config_name: matpo_val_gaia_repeat_8
|
| 509 |
data_files:
|
| 510 |
- split: train
|
matpo_val_frames_repeat_2/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2f7af9743a07c471bfd5c4f25c3ec20d2e767f05c6530ba20bc2e5a6d47ba39
|
| 3 |
+
size 408571
|