| { |
| "config": { |
| "destination": { |
| "config": "task_con3", |
| "private": false, |
| "repo": "geodesic-research/vea-uplift-2x2" |
| }, |
| "source": { |
| "path": "assets/vea_uplift_2x2/task_bases.jsonl", |
| "provides": { |
| "key": "str", |
| "original_dataset": "str", |
| "prompt": "str", |
| "rank_random": "int", |
| "spec_key": "str" |
| }, |
| "type": "jsonl_file" |
| }, |
| "splits": { |
| "eval_size": 100, |
| "per_cell": false, |
| "seed": 42, |
| "single_split": "train", |
| "val_size": 100 |
| }, |
| "transform": [ |
| { |
| "kernel": "sample_uplift_constraint_spec", |
| "key_column": "spec_key", |
| "n_constraints": 3, |
| "seed": 42, |
| "target_column": "ifeval_constraint_spec", |
| "type": "map_column" |
| }, |
| { |
| "kernel": "emit_ifeval_ground_truth", |
| "spec_column": "ifeval_constraint_spec", |
| "target_column": "if_ground_truth", |
| "type": "map_column" |
| }, |
| { |
| "kernel": "emit_ifeval_constraints", |
| "spec_column": "ifeval_constraint_spec", |
| "target_column": "constraints_list", |
| "type": "map_column" |
| }, |
| { |
| "kernel": "join_list", |
| "separator": " ", |
| "source_column": "constraints_list", |
| "target_column": "constraint_sentences", |
| "type": "map_column" |
| }, |
| { |
| "kernel": "emit_ifeval_n_constraints", |
| "spec_column": "ifeval_constraint_spec", |
| "target_column": "cell_n_constraints", |
| "type": "map_column" |
| }, |
| { |
| "kernel": "format", |
| "target_column": "prompt", |
| "template": "user: {prompt} {constraint_sentences}", |
| "type": "map_column" |
| }, |
| { |
| "kernel": "format", |
| "target_column": "id", |
| "template": "{key}", |
| "type": "map_column" |
| }, |
| { |
| "column": "cell", |
| "kernel": "constant", |
| "type": "map_column", |
| "value": "task_con3" |
| }, |
| { |
| "ground_truth_column": "if_ground_truth", |
| "kernel": "assert_ifeval_ground_truth_roundtrips", |
| "prompt_column": "prompt", |
| "spec_column": "ifeval_constraint_spec", |
| "type": "hook" |
| }, |
| { |
| "ignore_missing": false, |
| "keep": [ |
| "id", |
| "prompt", |
| "if_ground_truth", |
| "key", |
| "spec_key", |
| "original_dataset", |
| "cell", |
| "cell_n_constraints", |
| "rank_random" |
| ], |
| "type": "project" |
| } |
| ] |
| }, |
| "config_hash_sha256": "19c86d4537e3d5b84695fc34867579e9ae6324dd6de41e2194ed2d302c2f7281", |
| "format_version": 1, |
| "git": { |
| "dirty": true, |
| "head": "9153af1e9433b542eea18c939eb0e885791f1daa" |
| }, |
| "invocation": "python -m dataset_builder configs/vea_uplift_2x2/task_con3.yaml --build-and-push", |
| "resolved_source": { |
| "content_sha256": "3418428608f111c7d8f4ac47072a512f64350b407b10ff10a8c152d98e09120f", |
| "path": "assets/vea_uplift_2x2/task_bases.jsonl", |
| "provides": { |
| "key": "str", |
| "original_dataset": "str", |
| "prompt": "str", |
| "rank_random": "int", |
| "spec_key": "str" |
| }, |
| "type": "jsonl_file" |
| }, |
| "timestamp_utc": "2026-08-04T23:12:27Z" |
| } |
|
|