Datasets:

Modalities:
Image

Publish complete TraceBench benchmark and agent trajectories

#2
LICENSE CHANGED
@@ -1 +1 @@
1
- Unless otherwise noted, TSENV benchmark data and public artifacts are released for research use.
 
1
+ Unless otherwise noted, TraceBench benchmark data and public artifacts are released for research use.
README.md CHANGED
@@ -1,3 +1,3 @@
1
- # TSENV Benchmark
2
 
3
- Canonical public benchmark data, website JSON, results, and accepted submission artifacts for TSENV.
 
1
+ # TraceBench
2
 
3
+ Canonical public benchmark data, website JSON, results, trajectories, and accepted submission artifacts for TraceBench.
questions/BallDrop/__pycache__/noise_adder.cpython-312.pyc ADDED
Binary file (12.5 kB). View file
 
questions/BounceBall/__pycache__/noise_adder.cpython-312.pyc ADDED
Binary file (12.8 kB). View file
 
questions/MassSlide/__pycache__/noise_adder.cpython-312.pyc ADDED
Binary file (11.5 kB). View file
 
results.csv CHANGED
The diff for this file is too large to render. See raw diff
 
results.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f8125a6b8c650c21046d0884754e5cea83a73a69c264689fefbd6311cb97ccf
3
- size 66733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1dc7da4d38562995edd3fc34be7940280b524d74913e36bc907cca6029d44c2
3
+ size 126309
submissions/claude-4-opus-high.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b45263e4e14d8da1278a9e91df2460dc96fab40daecd8745487ca15da5ec804e
3
- size 2630
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf7169d620394ba54c67de21f3fe10f4b90ad581b8094dcbc996d3b262e09e8
3
+ size 10115201
submissions/gemini-3-1-pro-high.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4db4644226c365f22eca8d0abcae6f6bc4c70b8d953491d1d074a0cc7c733218
3
- size 3986
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f87819aafd7b55106a309ce5b2cf381b2af2ab05aa343a56ea779ac9e972c84
3
+ size 68076107
submissions/gpt-5-5-codex-high.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8a001ee1868fed862cdb016dd9c6128d262ba3fe75024c5a429edcc2d70ff2b
3
- size 3894
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f988e14856d548c1e6371f64c09abb240549127d0933dcfea471c50b2151b93
3
+ size 101090050
submissions/minimax-m2-7.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0968fc9b5eaccf5c1fc86162934058b797bbdf8f95fd709eed04b3cdc8fd0054
3
- size 2794
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c9a18509a1e5dd6155ec7ba351a36875e1a501f93224bfd5a73fa41a1b40eb
3
+ size 3981796
website/environments/BallDrop/description.json CHANGED
@@ -5,7 +5,7 @@
5
  "coefficient of restitution",
6
  "gravity acceleration"
7
  ],
8
- "download_link": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/tree/main/questions/BallDrop",
9
  "environment_id": "BallDrop",
10
  "name": "BallDrop",
11
  "observed_channels": [
@@ -27,49 +27,49 @@
27
  ],
28
  "prompt_combinations": [
29
  {
30
- "agent_instruction": "The time series in the test_samples/ folder were generated by simulating a 1D vertical point-mass ball model under gravity.\nWhile the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity.\nGround interaction is modeled with a restitution-based hard-stop law.\nWhen the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1].\nThe rebound points upward and its magnitude equals e times the pre-impact speed.\nWhen the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nObserved Signals:\ncol1: ball height\ncol2: ball velocity\ncol3: contact impulse (N*s)\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution\", \"mass\", \"drag coefficient\", \"gravity acceleration\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
31
  "desc_level": "high",
32
  "task_type": "direct",
33
  "training_samples": "none"
34
  },
35
  {
36
- "agent_instruction": "The time series in the test_samples/ and train_samples/ folders were generated by simulating a 1D vertical point-mass ball model under gravity.\nWhile the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity.\nGround interaction is modeled with a restitution-based hard-stop law.\nWhen the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1].\nThe rebound points upward and its magnitude equals e times the pre-impact speed.\nWhen the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nObserved Signals:\ncol1: ball height\ncol2: ball velocity\ncol3: contact impulse (N*s)\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution\", \"mass\", \"drag coefficient\", \"gravity acceleration\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nTo help with this task, you can use the labeled `train_samples/` directory. The corresponding labels are available in `train_labels.json` file.\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
37
  "desc_level": "high",
38
  "task_type": "direct",
39
  "training_samples": ">0"
40
  },
41
  {
42
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by simulating a 1D vertical point-mass ball model under gravity.\nWhile the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity.\nGround interaction is modeled with a restitution-based hard-stop law.\nWhen the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1].\nThe rebound points upward and its magnitude equals e times the pre-impact speed.\nWhen the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nObserved Signals:\ncol1: ball height\ncol2: ball velocity\ncol3: contact impulse (N*s)\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution\", \"mass\", \"drag coefficient\", \"gravity acceleration\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect any file while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including test_samples/\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
43
  "desc_level": "high",
44
  "task_type": "code",
45
  "training_samples": "none"
46
  },
47
  {
48
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by simulating a 1D vertical point-mass ball model under gravity.\nWhile the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity.\nGround interaction is modeled with a restitution-based hard-stop law.\nWhen the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1].\nThe rebound points upward and its magnitude equals e times the pre-impact speed.\nWhen the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nObserved Signals:\ncol1: ball height\ncol2: ball velocity\ncol3: contact impulse (N*s)\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution\", \"mass\", \"drag coefficient\", \"gravity acceleration\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nTo help with this task, you can use the labeled train_samples/ directory while developing rule.py. The corresponding labels are available in train_labels.json.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect train_samples/ and train_labels.json while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including train_samples/, test_samples/ or train_labels.json\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
49
  "desc_level": "high",
50
  "task_type": "code",
51
  "training_samples": ">0"
52
  },
53
  {
54
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
55
  "desc_level": "none",
56
  "task_type": "direct",
57
  "training_samples": "none"
58
  },
59
  {
60
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nTo help with this task, you can use the labeled `train_samples/` directory. The corresponding labels are available in `train_labels.json` file.\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
61
  "desc_level": "none",
62
  "task_type": "direct",
63
  "training_samples": ">0"
64
  },
65
  {
66
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect any file while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including test_samples/\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
67
  "desc_level": "none",
68
  "task_type": "code",
69
  "training_samples": "none"
70
  },
71
  {
72
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nTo help with this task, you can use the labeled train_samples/ directory while developing rule.py. The corresponding labels are available in train_labels.json.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect train_samples/ and train_labels.json while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including train_samples/, test_samples/ or train_labels.json\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
73
  "desc_level": "none",
74
  "task_type": "code",
75
  "training_samples": ">0"
 
5
  "coefficient of restitution",
6
  "gravity acceleration"
7
  ],
8
+ "download_link": "https://huggingface.co/datasets/eth-siplab/tracebench/tree/main/questions/BallDrop",
9
  "environment_id": "BallDrop",
10
  "name": "BallDrop",
11
  "observed_channels": [
 
27
  ],
28
  "prompt_combinations": [
29
  {
30
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a 1D vertical point-mass ball model under gravity. While the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity. Ground interaction is modeled with a restitution-based hard-stop law. When the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1]. The rebound points upward and its magnitude equals e times the pre-impact speed. When the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nReturn the final ranked answer directly.",
31
  "desc_level": "high",
32
  "task_type": "direct",
33
  "training_samples": "none"
34
  },
35
  {
36
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a 1D vertical point-mass ball model under gravity. While the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity. Ground interaction is modeled with a restitution-based hard-stop law. When the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1]. The rebound points upward and its magnitude equals e times the pre-impact speed. When the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn the final ranked answer directly.",
37
  "desc_level": "high",
38
  "task_type": "direct",
39
  "training_samples": ">0"
40
  },
41
  {
42
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a 1D vertical point-mass ball model under gravity. While the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity. Ground interaction is modeled with a restitution-based hard-stop law. When the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1]. The rebound points upward and its magnitude equals e times the pre-impact speed. When the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nReturn executable analysis code and the final ranked answer.",
43
  "desc_level": "high",
44
  "task_type": "code",
45
  "training_samples": "none"
46
  },
47
  {
48
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a 1D vertical point-mass ball model under gravity. While the ball is above the ground, its motion is governed by gravity and quadratic air drag acting opposite the direction of travel, and the position evolves according to the current velocity. Ground interaction is modeled with a restitution-based hard-stop law. When the ball reaches the ground with impact speed at or above 0.5 m/s, the impact is treated as instantaneous and the post-impact speed is set by the coefficient of restitution e in [0,1]. The rebound points upward and its magnitude equals e times the pre-impact speed. When the impact speed is below the threshold, the ball does not rebound and instead enters static contact at the ground.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn executable analysis code and the final ranked answer.",
49
  "desc_level": "high",
50
  "task_type": "code",
51
  "training_samples": ">0"
52
  },
53
  {
54
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nReturn the final ranked answer directly.",
55
  "desc_level": "none",
56
  "task_type": "direct",
57
  "training_samples": "none"
58
  },
59
  {
60
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn the final ranked answer directly.",
61
  "desc_level": "none",
62
  "task_type": "direct",
63
  "training_samples": ">0"
64
  },
65
  {
66
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nReturn executable analysis code and the final ranked answer.",
67
  "desc_level": "none",
68
  "task_type": "code",
69
  "training_samples": "none"
70
  },
71
  {
72
+ "agent_instruction": "You are given multivariate time-series observations from BallDrop.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are ball height, ball velocity, contact impulse.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn executable analysis code and the final ranked answer.",
73
  "desc_level": "none",
74
  "task_type": "code",
75
  "training_samples": ">0"
website/environments/BounceBall/description.json CHANGED
@@ -6,7 +6,7 @@
6
  "coefficient of restitution of the left wall",
7
  "inclination angle of the rail"
8
  ],
9
- "download_link": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/tree/main/questions/BounceBall",
10
  "environment_id": "BounceBall",
11
  "name": "BounceBall",
12
  "observed_channels": [
@@ -28,49 +28,49 @@
28
  ],
29
  "prompt_combinations": [
30
  {
31
- "agent_instruction": "The time series in the test_samples/ folder were generated by simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R.\nThe rail may be tilted by a fixed inclination angle. \nWhen the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail.\nWhen the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nObserved Signals:\ncol1: mass position along the rail\ncol2: mass velocity along the rail\ncol3: force on the right wall\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution of the left wall\", \"coefficient of restitution of the right wall\", \"coefficient of viscous damping\", \"inclination angle of the rail\", \"weight of the mass\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
32
  "desc_level": "high",
33
  "task_type": "direct",
34
  "training_samples": "none"
35
  },
36
  {
37
- "agent_instruction": "The time series in the test_samples/ and train_samples/ folders were generated by simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R.\nThe rail may be tilted by a fixed inclination angle. \nWhen the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail.\nWhen the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nObserved Signals:\ncol1: mass position along the rail\ncol2: mass velocity along the rail\ncol3: force on the right wall\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution of the left wall\", \"coefficient of restitution of the right wall\", \"coefficient of viscous damping\", \"inclination angle of the rail\", \"weight of the mass\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nTo help with this task, you can use the labeled `train_samples/` directory. The corresponding labels are available in `train_labels.json` file.\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
38
  "desc_level": "high",
39
  "task_type": "direct",
40
  "training_samples": ">0"
41
  },
42
  {
43
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R.\nThe rail may be tilted by a fixed inclination angle. \nWhen the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail.\nWhen the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nObserved Signals:\ncol1: mass position along the rail\ncol2: mass velocity along the rail\ncol3: force on the right wall\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution of the left wall\", \"coefficient of restitution of the right wall\", \"coefficient of viscous damping\", \"inclination angle of the rail\", \"weight of the mass\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect any file while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including test_samples/\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
44
  "desc_level": "high",
45
  "task_type": "code",
46
  "training_samples": "none"
47
  },
48
  {
49
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R.\nThe rail may be tilted by a fixed inclination angle. \nWhen the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail.\nWhen the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nObserved Signals:\ncol1: mass position along the rail\ncol2: mass velocity along the rail\ncol3: force on the right wall\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"coefficient of restitution of the left wall\", \"coefficient of restitution of the right wall\", \"coefficient of viscous damping\", \"inclination angle of the rail\", \"weight of the mass\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nTo help with this task, you can use the labeled train_samples/ directory while developing rule.py. The corresponding labels are available in train_labels.json.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect train_samples/ and train_labels.json while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including train_samples/, test_samples/ or train_labels.json\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
50
  "desc_level": "high",
51
  "task_type": "code",
52
  "training_samples": ">0"
53
  },
54
  {
55
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\", \"label_4\"] denote different parameter changes, while \"label_5\" denotes that no parameter changed.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
56
  "desc_level": "none",
57
  "task_type": "direct",
58
  "training_samples": "none"
59
  },
60
  {
61
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\", \"label_4\"] denote different parameter changes, while \"label_5\" denotes that no parameter changed.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nTo help with this task, you can use the labeled `train_samples/` directory. The corresponding labels are available in `train_labels.json` file.\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
62
  "desc_level": "none",
63
  "task_type": "direct",
64
  "training_samples": ">0"
65
  },
66
  {
67
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\", \"label_4\"] denote different parameter changes, while \"label_5\" denotes that no parameter changed.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect any file while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including test_samples/\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
68
  "desc_level": "none",
69
  "task_type": "code",
70
  "training_samples": "none"
71
  },
72
  {
73
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\", \"label_4\"] denote different parameter changes, while \"label_5\" denotes that no parameter changed.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nTo help with this task, you can use the labeled train_samples/ directory while developing rule.py. The corresponding labels are available in train_labels.json.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect train_samples/ and train_labels.json while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including train_samples/, test_samples/ or train_labels.json\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
74
  "desc_level": "none",
75
  "task_type": "code",
76
  "training_samples": ">0"
 
6
  "coefficient of restitution of the left wall",
7
  "inclination angle of the rail"
8
  ],
9
+ "download_link": "https://huggingface.co/datasets/eth-siplab/tracebench/tree/main/questions/BounceBall",
10
  "environment_id": "BounceBall",
11
  "name": "BounceBall",
12
  "observed_channels": [
 
28
  ],
29
  "prompt_combinations": [
30
  {
31
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R. The rail may be tilted by a fixed inclination angle. When the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail. When the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nReturn the final ranked answer directly.",
32
  "desc_level": "high",
33
  "task_type": "direct",
34
  "training_samples": "none"
35
  },
36
  {
37
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R. The rail may be tilted by a fixed inclination angle. When the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail. When the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn the final ranked answer directly.",
38
  "desc_level": "high",
39
  "task_type": "direct",
40
  "training_samples": ">0"
41
  },
42
  {
43
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R. The rail may be tilted by a fixed inclination angle. When the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail. When the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nReturn executable analysis code and the final ranked answer.",
44
  "desc_level": "high",
45
  "task_type": "code",
46
  "training_samples": "none"
47
  },
48
  {
49
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a damped mass moving along a one-dimensional rail between two rigid walls located at positions x_L and x_R. The rail may be tilted by a fixed inclination angle. When the mass is not in contact with either wall, its motion along the rail is governed by viscous drag, proportional to velocity and opposite the direction of motion, and, when the inclination angle is nonzero, by the component of gravity along the rail. When the mass hits a wall, the collision is modeled as an instantaneous impact: the direction of motion reverses and the post-impact speed is reduced according to that walls's restitution coefficient.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn executable analysis code and the final ranked answer.",
50
  "desc_level": "high",
51
  "task_type": "code",
52
  "training_samples": ">0"
53
  },
54
  {
55
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nReturn the final ranked answer directly.",
56
  "desc_level": "none",
57
  "task_type": "direct",
58
  "training_samples": "none"
59
  },
60
  {
61
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn the final ranked answer directly.",
62
  "desc_level": "none",
63
  "task_type": "direct",
64
  "training_samples": ">0"
65
  },
66
  {
67
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nReturn executable analysis code and the final ranked answer.",
68
  "desc_level": "none",
69
  "task_type": "code",
70
  "training_samples": "none"
71
  },
72
  {
73
+ "agent_instruction": "You are given multivariate time-series observations from BounceBall.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are mass position along the rail, mass velocity along the rail, force on the right wall.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn executable analysis code and the final ranked answer.",
74
  "desc_level": "none",
75
  "task_type": "code",
76
  "training_samples": ">0"
website/environments/MassSlide/description.json CHANGED
@@ -5,7 +5,7 @@
5
  "Coulomb friction coefficient",
6
  "breakaway friction coefficient"
7
  ],
8
- "download_link": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/tree/main/questions/MassSlide",
9
  "environment_id": "MassSlide",
10
  "name": "MassSlide",
11
  "observed_channels": [
@@ -27,49 +27,49 @@
27
  ],
28
  "prompt_combinations": [
29
  {
30
- "agent_instruction": "The time series in the test_samples/ folder were generated by simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction.\nThe coordinate axis is aligned with the plane. \nThe block is also subject to an externally applied periodic force along the plane.\nThe friction force acts along the plane and opposes motion.\nWhen the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction.\nA breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nObserved Signals:\ncol1: velocity of the mass along the plane\ncol2: friction force\ncol3: normal force\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"Coulomb friction coefficient\", \"breakaway friction coefficient\", \"gravity acceleration\", \"plane inclination angle\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
31
  "desc_level": "high",
32
  "task_type": "direct",
33
  "training_samples": "none"
34
  },
35
  {
36
- "agent_instruction": "The time series in the test_samples/ and train_samples/ folders were generated by simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction.\nThe coordinate axis is aligned with the plane. \nThe block is also subject to an externally applied periodic force along the plane.\nThe friction force acts along the plane and opposes motion.\nWhen the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction.\nA breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nObserved Signals:\ncol1: velocity of the mass along the plane\ncol2: friction force\ncol3: normal force\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"Coulomb friction coefficient\", \"breakaway friction coefficient\", \"gravity acceleration\", \"plane inclination angle\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nTo help with this task, you can use the labeled `train_samples/` directory. The corresponding labels are available in `train_labels.json` file.\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
37
  "desc_level": "high",
38
  "task_type": "direct",
39
  "training_samples": ">0"
40
  },
41
  {
42
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction.\nThe coordinate axis is aligned with the plane. \nThe block is also subject to an externally applied periodic force along the plane.\nThe friction force acts along the plane and opposes motion.\nWhen the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction.\nA breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nObserved Signals:\ncol1: velocity of the mass along the plane\ncol2: friction force\ncol3: normal force\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"Coulomb friction coefficient\", \"breakaway friction coefficient\", \"gravity acceleration\", \"plane inclination angle\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect any file while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including test_samples/\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
43
  "desc_level": "high",
44
  "task_type": "code",
45
  "training_samples": "none"
46
  },
47
  {
48
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction.\nThe coordinate axis is aligned with the plane. \nThe block is also subject to an externally applied periodic force along the plane.\nThe friction force acts along the plane and opposes motion.\nWhen the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction.\nA breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nObserved Signals:\ncol1: velocity of the mass along the plane\ncol2: friction force\ncol3: normal force\ncol4: time\n\nFor each simulation, either no parameter changes occur, or exactly one parameter among the allowed labels changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\nAllowed labels:\n[\"Coulomb friction coefficient\", \"breakaway friction coefficient\", \"gravity acceleration\", \"plane inclination angle\", \"no parameter change\"]\n\nUse \"no parameter change\" if there is no evidence in the data of a parameter change during the observed interval.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nTo help with this task, you can use the labeled train_samples/ directory while developing rule.py. The corresponding labels are available in train_labels.json.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect train_samples/ and train_labels.json while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including train_samples/, test_samples/ or train_labels.json\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
49
  "desc_level": "high",
50
  "task_type": "code",
51
  "training_samples": ">0"
52
  },
53
  {
54
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
55
  "desc_level": "none",
56
  "task_type": "direct",
57
  "training_samples": "none"
58
  },
59
  {
60
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a file named results.json in the current working directory.\nFor each file in test_samples/, return a ranked list of labels.\nThe first label is your final top-1 prediction and should be the single label you think is most likely correct.\nYou may include additional labels only when the evidence is genuinely ambiguous.\nAdditional labels are treated as lower-confidence alternatives.\nThe output must be valid JSON with exactly this structure:\n{\n\n \"<filename_1>\": [\"<top_1_label>\"],\n \"<filename_2>\": [\"<top_1_label>\", \"<optional_lower_confidence_label>\"]\n\n}\n\nTo help with this task, you can use the labeled `train_samples/` directory. The corresponding labels are available in `train_labels.json` file.\n\nRequirements:\n- Include one entry for every Parquet file in test_samples/.\n- Every returned label must exactly match one of the allowed labels.\n- The order of labels matters: the first label is the top-1 prediction.\n- Do not include duplicate labels for a sample.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label in each returned list is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
61
  "desc_level": "none",
62
  "task_type": "direct",
63
  "training_samples": ">0"
64
  },
65
  {
66
- "agent_instruction": "Context:\nThe time series in the test_samples/ folder were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect any file while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including test_samples/\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
67
  "desc_level": "none",
68
  "task_type": "code",
69
  "training_samples": "none"
70
  },
71
  {
72
- "agent_instruction": "Context:\nThe time series in the test_samples/ and train_samples/ folders were generated by a simulator of an unknown physical phenomenon.\nThe column meanings are unknown, except for the last column, which represents time.\n\nFor each simulation, either no parameter changes occur, or exactly one parameter corresponding to one of the allowed changes during the observed simulation interval.\nIf a parameter changes, it undergoes a single instantaneous step change at an unknown time during the observed interval.\n\n[\"label_0\", \"label_1\", \"label_2\", \"label_3\"] denote different parameter changes, while \"label_4\" denotes that no parameter changed.\n\nTask:\nCreate a Python script named rule.py in the current working directory.\nThe script must define exactly this function:\ndef predict(df) -> list[str]:\nThe input df is a pandas DataFrame containing one sample with columns col1, col2, col3, and col4.\nThe function will be called on samples inside test_samples/ and on additional held-out samples with the same schema and label set.\nFor each dataframe, predict(df) must return a ranked list of labels. The first label is the final top-1 prediction and should be the single label most likely to be correct. Additional labels are optional lower-confidence alternatives and should only be included when the evidence is genuinely ambiguous.\n\nTo help with this task, you can use the labeled train_samples/ directory while developing rule.py. The corresponding labels are available in train_labels.json.\n\nRequirements for predict(df):\n- Return a Python list of strings.\n- Every returned label must exactly match one of the allowed labels.\n- The first returned label is the top-1 prediction.\n- Do not include duplicate labels.\n- Do not return all labels unless the evidence is genuinely ambiguous across all labels.\n- You may inspect train_samples/ and train_labels.json while developing rule.py, but the final submitted rule.py must not read, open, import, or depend on any files at prediction time, including train_samples/, test_samples/ or train_labels.json\n- The final rule.py must be able to run on a dataframe alone.\n\nEvaluation:\nThe primary evaluation metric is top-1 accuracy: the first label returned by predict(df) is compared with the hidden correct label.\nA secondary shortlist score may also be reported. For a returned list of length m, the sample receives score 1/m if the hidden correct label appears anywhere in the list, and 0 otherwise. Therefore, unnecessary extra labels reduce the secondary score.\n\nAdditional requirements:\n- If you create intermediate files, images, scripts, or notes while solving the task, create them in the current working directory.\n- Internet access is disabled.",
73
  "desc_level": "none",
74
  "task_type": "code",
75
  "training_samples": ">0"
 
5
  "Coulomb friction coefficient",
6
  "breakaway friction coefficient"
7
  ],
8
+ "download_link": "https://huggingface.co/datasets/eth-siplab/tracebench/tree/main/questions/MassSlide",
9
  "environment_id": "MassSlide",
10
  "name": "MassSlide",
11
  "observed_channels": [
 
27
  ],
28
  "prompt_combinations": [
29
  {
30
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction. The coordinate axis is aligned with the plane. The block is also subject to an externally applied periodic force along the plane. The friction force acts along the plane and opposes motion. When the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction. A breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nReturn the final ranked answer directly.",
31
  "desc_level": "high",
32
  "task_type": "direct",
33
  "training_samples": "none"
34
  },
35
  {
36
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction. The coordinate axis is aligned with the plane. The block is also subject to an externally applied periodic force along the plane. The friction force acts along the plane and opposes motion. When the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction. A breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn the final ranked answer directly.",
37
  "desc_level": "high",
38
  "task_type": "direct",
39
  "training_samples": ">0"
40
  },
41
  {
42
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction. The coordinate axis is aligned with the plane. The block is also subject to an externally applied periodic force along the plane. The friction force acts along the plane and opposes motion. When the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction. A breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nReturn executable analysis code and the final ranked answer.",
43
  "desc_level": "high",
44
  "task_type": "code",
45
  "training_samples": "none"
46
  },
47
  {
48
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nby simulating a block of mass m moving along an infinitely long rigid plane inclined at an angle theta under gravitational acceleration g and Coulomb friction. The coordinate axis is aligned with the plane. The block is also subject to an externally applied periodic force along the plane. The friction force acts along the plane and opposes motion. When the block is moving, that is, when v(t) is nonzero, friction is modeled as kinetic Coulomb friction. A breakaway static-friction threshold is also modeled: when the block is at rest, motion starts only if the net driving force along the plane exceeds a breakaway limit.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn executable analysis code and the final ranked answer.",
49
  "desc_level": "high",
50
  "task_type": "code",
51
  "training_samples": ">0"
52
  },
53
  {
54
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nReturn the final ranked answer directly.",
55
  "desc_level": "none",
56
  "task_type": "direct",
57
  "training_samples": "none"
58
  },
59
  {
60
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn the final ranked answer directly.",
61
  "desc_level": "none",
62
  "task_type": "direct",
63
  "training_samples": ">0"
64
  },
65
  {
66
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nReturn executable analysis code and the final ranked answer.",
67
  "desc_level": "none",
68
  "task_type": "code",
69
  "training_samples": "none"
70
  },
71
  {
72
+ "agent_instruction": "You are given multivariate time-series observations from MassSlide.\n\nIdentify which physical parameter changed, or answer that no intervention occurred.\n\nThe observed channels are velocity of the mass along the plane, friction force, normal force.\n\nUse the provided labeled examples as calibration examples for the same benchmark condition.\n\nReturn executable analysis code and the final ranked answer.",
73
  "desc_level": "none",
74
  "task_type": "code",
75
  "training_samples": ">0"
website/leaderboard.json CHANGED
@@ -17,6 +17,7 @@
17
  "Three Examples"
18
  ],
19
  "noise": [
 
20
  "Low",
21
  "High"
22
  ],
@@ -25,16 +26,16 @@
25
  "Direct"
26
  ]
27
  },
28
- "generated_at": "2026-06-05T20:58:56Z",
29
  "rows": [
30
  {
31
  "agent": "gpt-5.5",
32
  "complete": true,
33
  "date": "2026-05-06",
34
  "links": {
35
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
36
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
37
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
38
  },
39
  "model": "gpt-5.5",
40
  "rank": 1,
@@ -51,16 +52,16 @@
51
  },
52
  "score": 0.847,
53
  "submission_id": "gpt-5-5-codex-high",
54
- "submitter": "TSENV"
55
  },
56
  {
57
  "agent": "gemini-3.1-pro",
58
  "complete": true,
59
  "date": "2026-05-18",
60
  "links": {
61
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
62
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
63
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
64
  },
65
  "model": "gemini_3_1_pro_high",
66
  "rank": 2,
@@ -77,16 +78,16 @@
77
  },
78
  "score": 0.653,
79
  "submission_id": "gemini-3-1-pro-high",
80
- "submitter": "TSENV"
81
  },
82
  {
83
  "agent": "gpt-5.5",
84
  "complete": true,
85
  "date": "2026-05-06",
86
  "links": {
87
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
88
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
89
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
90
  },
91
  "model": "gpt-5.5",
92
  "rank": 1,
@@ -103,19 +104,45 @@
103
  },
104
  "score": 0.733,
105
  "submission_id": "gpt-5-5-codex-high",
106
- "submitter": "TSENV"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  },
108
  {
109
  "agent": "gemini-3.1-pro",
110
  "complete": true,
111
  "date": "2026-05-07",
112
  "links": {
113
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
114
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
115
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
116
  },
117
  "model": "gemini_3_1_pro_high",
118
- "rank": 2,
119
  "required_seed_summary": {
120
  "BallDrop": 5,
121
  "BounceBall": 5,
@@ -129,19 +156,19 @@
129
  },
130
  "score": 0.547,
131
  "submission_id": "gemini-3-1-pro-high",
132
- "submitter": "TSENV"
133
  },
134
  {
135
  "agent": "minimax-m2.7",
136
  "complete": true,
137
  "date": "2026-05-19",
138
  "links": {
139
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
140
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
141
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
142
  },
143
  "model": "openrouter/minimax/minimax-m2.7",
144
- "rank": 3,
145
  "required_seed_summary": {
146
  "BallDrop": 5,
147
  "BounceBall": 5,
@@ -155,16 +182,16 @@
155
  },
156
  "score": 0.353,
157
  "submission_id": "minimax-m2-7",
158
- "submitter": "TSENV"
159
  },
160
  {
161
  "agent": "gpt-5.5",
162
  "complete": true,
163
  "date": "2026-05-06",
164
  "links": {
165
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
166
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
167
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
168
  },
169
  "model": "gpt-5.5",
170
  "rank": 1,
@@ -181,16 +208,16 @@
181
  },
182
  "score": 0.453,
183
  "submission_id": "gpt-5-5-codex-high",
184
- "submitter": "TSENV"
185
  },
186
  {
187
  "agent": "gemini-3.1-pro",
188
  "complete": true,
189
  "date": "2026-05-06",
190
  "links": {
191
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
192
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
193
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
194
  },
195
  "model": "gemini_3_1_pro_high",
196
  "rank": 2,
@@ -207,16 +234,16 @@
207
  },
208
  "score": 0.347,
209
  "submission_id": "gemini-3-1-pro-high",
210
- "submitter": "TSENV"
211
  },
212
  {
213
  "agent": "gpt-5.5",
214
  "complete": true,
215
  "date": "2026-05-06",
216
  "links": {
217
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
218
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
219
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
220
  },
221
  "model": "gpt-5.5",
222
  "rank": 1,
@@ -233,16 +260,16 @@
233
  },
234
  "score": 0.853,
235
  "submission_id": "gpt-5-5-codex-high",
236
- "submitter": "TSENV"
237
  },
238
  {
239
  "agent": "gemini-3.1-pro",
240
  "complete": true,
241
  "date": "2026-05-06",
242
  "links": {
243
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
244
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
245
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
246
  },
247
  "model": "gemini_3_1_pro_high",
248
  "rank": 2,
@@ -259,16 +286,16 @@
259
  },
260
  "score": 0.733,
261
  "submission_id": "gemini-3-1-pro-high",
262
- "submitter": "TSENV"
263
  },
264
  {
265
  "agent": "claude-opus-4.6",
266
  "complete": true,
267
  "date": "2026-05-07",
268
  "links": {
269
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
270
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
271
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
272
  },
273
  "model": "claude-opus-4-6",
274
  "rank": 3,
@@ -285,16 +312,16 @@
285
  },
286
  "score": 0.687,
287
  "submission_id": "claude-4-opus-high",
288
- "submitter": "TSENV"
289
  },
290
  {
291
  "agent": "minimax-m2.7",
292
  "complete": true,
293
  "date": "2026-05-06",
294
  "links": {
295
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
296
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
297
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
298
  },
299
  "model": "openrouter/minimax/minimax-m2.7",
300
  "rank": 4,
@@ -311,16 +338,16 @@
311
  },
312
  "score": 0.28,
313
  "submission_id": "minimax-m2-7",
314
- "submitter": "TSENV"
315
  },
316
  {
317
  "agent": "gpt-5.5",
318
  "complete": true,
319
  "date": "2026-05-06",
320
  "links": {
321
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
322
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
323
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
324
  },
325
  "model": "gpt-5.5",
326
  "rank": 1,
@@ -337,16 +364,16 @@
337
  },
338
  "score": 0.887,
339
  "submission_id": "gpt-5-5-codex-high",
340
- "submitter": "TSENV"
341
  },
342
  {
343
  "agent": "gemini-3.1-pro",
344
  "complete": true,
345
  "date": "2026-05-06",
346
  "links": {
347
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
348
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
349
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
350
  },
351
  "model": "gemini_3_1_pro_high",
352
  "rank": 2,
@@ -363,16 +390,16 @@
363
  },
364
  "score": 0.647,
365
  "submission_id": "gemini-3-1-pro-high",
366
- "submitter": "TSENV"
367
  },
368
  {
369
  "agent": "gpt-5.5",
370
  "complete": true,
371
  "date": "2026-05-06",
372
  "links": {
373
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
374
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
375
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
376
  },
377
  "model": "gpt-5.5",
378
  "rank": 1,
@@ -389,16 +416,16 @@
389
  },
390
  "score": 0.833,
391
  "submission_id": "gpt-5-5-codex-high",
392
- "submitter": "TSENV"
393
  },
394
  {
395
  "agent": "claude-opus-4.6",
396
  "complete": true,
397
  "date": "2026-05-18",
398
  "links": {
399
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
400
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
401
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
402
  },
403
  "model": "claude-opus-4-6",
404
  "rank": 2,
@@ -415,16 +442,16 @@
415
  },
416
  "score": 0.593,
417
  "submission_id": "claude-4-opus-high",
418
- "submitter": "TSENV"
419
  },
420
  {
421
  "agent": "gemini-3.1-pro",
422
  "complete": true,
423
  "date": "2026-05-07",
424
  "links": {
425
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
426
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
427
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
428
  },
429
  "model": "gemini_3_1_pro_high",
430
  "rank": 3,
@@ -441,16 +468,16 @@
441
  },
442
  "score": 0.56,
443
  "submission_id": "gemini-3-1-pro-high",
444
- "submitter": "TSENV"
445
  },
446
  {
447
  "agent": "minimax-m2.7",
448
  "complete": true,
449
  "date": "2026-05-19",
450
  "links": {
451
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
452
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
453
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
454
  },
455
  "model": "openrouter/minimax/minimax-m2.7",
456
  "rank": 4,
@@ -467,16 +494,16 @@
467
  },
468
  "score": 0.3,
469
  "submission_id": "minimax-m2-7",
470
- "submitter": "TSENV"
471
  },
472
  {
473
  "agent": "gpt-5.5",
474
  "complete": true,
475
  "date": "2026-05-06",
476
  "links": {
477
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
478
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
479
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
480
  },
481
  "model": "gpt-5.5",
482
  "rank": 1,
@@ -493,16 +520,16 @@
493
  },
494
  "score": 0.513,
495
  "submission_id": "gpt-5-5-codex-high",
496
- "submitter": "TSENV"
497
  },
498
  {
499
  "agent": "gemini-3.1-pro",
500
  "complete": true,
501
  "date": "2026-05-06",
502
  "links": {
503
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
504
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
505
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
506
  },
507
  "model": "gemini_3_1_pro_high",
508
  "rank": 2,
@@ -519,16 +546,16 @@
519
  },
520
  "score": 0.313,
521
  "submission_id": "gemini-3-1-pro-high",
522
- "submitter": "TSENV"
523
  },
524
  {
525
  "agent": "gpt-5.5",
526
  "complete": true,
527
  "date": "2026-05-06",
528
  "links": {
529
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
530
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
531
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
532
  },
533
  "model": "gpt-5.5",
534
  "rank": 1,
@@ -545,16 +572,16 @@
545
  },
546
  "score": 0.933,
547
  "submission_id": "gpt-5-5-codex-high",
548
- "submitter": "TSENV"
549
  },
550
  {
551
  "agent": "claude-opus-4.6",
552
  "complete": true,
553
  "date": "2026-05-07",
554
  "links": {
555
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
556
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
557
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
558
  },
559
  "model": "claude-opus-4-6",
560
  "rank": 2,
@@ -571,16 +598,16 @@
571
  },
572
  "score": 0.853,
573
  "submission_id": "claude-4-opus-high",
574
- "submitter": "TSENV"
575
  },
576
  {
577
  "agent": "gemini-3.1-pro",
578
  "complete": true,
579
  "date": "2026-05-06",
580
  "links": {
581
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
582
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
583
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
584
  },
585
  "model": "gemini_3_1_pro_high",
586
  "rank": 3,
@@ -597,16 +624,16 @@
597
  },
598
  "score": 0.76,
599
  "submission_id": "gemini-3-1-pro-high",
600
- "submitter": "TSENV"
601
  },
602
  {
603
  "agent": "minimax-m2.7",
604
  "complete": true,
605
  "date": "2026-05-06",
606
  "links": {
607
- "artifacts": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
608
- "results": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
609
- "trajectories": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
610
  },
611
  "model": "openrouter/minimax/minimax-m2.7",
612
  "rank": 4,
@@ -623,7 +650,111 @@
623
  },
624
  "score": 0.293,
625
  "submission_id": "minimax-m2-7",
626
- "submitter": "TSENV"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  }
628
  ]
629
  }
 
17
  "Three Examples"
18
  ],
19
  "noise": [
20
+ "None",
21
  "Low",
22
  "High"
23
  ],
 
26
  "Direct"
27
  ]
28
  },
29
+ "generated_at": "2026-07-21T10:22:23Z",
30
  "rows": [
31
  {
32
  "agent": "gpt-5.5",
33
  "complete": true,
34
  "date": "2026-05-06",
35
  "links": {
36
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
37
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
38
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
39
  },
40
  "model": "gpt-5.5",
41
  "rank": 1,
 
52
  },
53
  "score": 0.847,
54
  "submission_id": "gpt-5-5-codex-high",
55
+ "submitter": "TraceBench"
56
  },
57
  {
58
  "agent": "gemini-3.1-pro",
59
  "complete": true,
60
  "date": "2026-05-18",
61
  "links": {
62
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
63
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
64
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
65
  },
66
  "model": "gemini_3_1_pro_high",
67
  "rank": 2,
 
78
  },
79
  "score": 0.653,
80
  "submission_id": "gemini-3-1-pro-high",
81
+ "submitter": "TraceBench"
82
  },
83
  {
84
  "agent": "gpt-5.5",
85
  "complete": true,
86
  "date": "2026-05-06",
87
  "links": {
88
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
89
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
90
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
91
  },
92
  "model": "gpt-5.5",
93
  "rank": 1,
 
104
  },
105
  "score": 0.733,
106
  "submission_id": "gpt-5-5-codex-high",
107
+ "submitter": "TraceBench"
108
+ },
109
+ {
110
+ "agent": "claude-opus-4.6",
111
+ "complete": true,
112
+ "date": "2026-07-02",
113
+ "links": {
114
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
115
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
116
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
117
+ },
118
+ "model": "claude-opus-4-6",
119
+ "rank": 2,
120
+ "required_seed_summary": {
121
+ "BallDrop": 5,
122
+ "BounceBall": 5,
123
+ "MassSlide": 5
124
+ },
125
+ "scope": {
126
+ "context": "High",
127
+ "examples": "Three Examples",
128
+ "noise": "High",
129
+ "task_mode": "Code"
130
+ },
131
+ "score": 0.593,
132
+ "submission_id": "claude-4-opus-high",
133
+ "submitter": "TraceBench"
134
  },
135
  {
136
  "agent": "gemini-3.1-pro",
137
  "complete": true,
138
  "date": "2026-05-07",
139
  "links": {
140
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
141
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
142
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
143
  },
144
  "model": "gemini_3_1_pro_high",
145
+ "rank": 3,
146
  "required_seed_summary": {
147
  "BallDrop": 5,
148
  "BounceBall": 5,
 
156
  },
157
  "score": 0.547,
158
  "submission_id": "gemini-3-1-pro-high",
159
+ "submitter": "TraceBench"
160
  },
161
  {
162
  "agent": "minimax-m2.7",
163
  "complete": true,
164
  "date": "2026-05-19",
165
  "links": {
166
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
167
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
168
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
169
  },
170
  "model": "openrouter/minimax/minimax-m2.7",
171
+ "rank": 4,
172
  "required_seed_summary": {
173
  "BallDrop": 5,
174
  "BounceBall": 5,
 
182
  },
183
  "score": 0.353,
184
  "submission_id": "minimax-m2-7",
185
+ "submitter": "TraceBench"
186
  },
187
  {
188
  "agent": "gpt-5.5",
189
  "complete": true,
190
  "date": "2026-05-06",
191
  "links": {
192
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
193
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
194
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
195
  },
196
  "model": "gpt-5.5",
197
  "rank": 1,
 
208
  },
209
  "score": 0.453,
210
  "submission_id": "gpt-5-5-codex-high",
211
+ "submitter": "TraceBench"
212
  },
213
  {
214
  "agent": "gemini-3.1-pro",
215
  "complete": true,
216
  "date": "2026-05-06",
217
  "links": {
218
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
219
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
220
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
221
  },
222
  "model": "gemini_3_1_pro_high",
223
  "rank": 2,
 
234
  },
235
  "score": 0.347,
236
  "submission_id": "gemini-3-1-pro-high",
237
+ "submitter": "TraceBench"
238
  },
239
  {
240
  "agent": "gpt-5.5",
241
  "complete": true,
242
  "date": "2026-05-06",
243
  "links": {
244
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
245
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
246
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
247
  },
248
  "model": "gpt-5.5",
249
  "rank": 1,
 
260
  },
261
  "score": 0.853,
262
  "submission_id": "gpt-5-5-codex-high",
263
+ "submitter": "TraceBench"
264
  },
265
  {
266
  "agent": "gemini-3.1-pro",
267
  "complete": true,
268
  "date": "2026-05-06",
269
  "links": {
270
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
271
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
272
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
273
  },
274
  "model": "gemini_3_1_pro_high",
275
  "rank": 2,
 
286
  },
287
  "score": 0.733,
288
  "submission_id": "gemini-3-1-pro-high",
289
+ "submitter": "TraceBench"
290
  },
291
  {
292
  "agent": "claude-opus-4.6",
293
  "complete": true,
294
  "date": "2026-05-07",
295
  "links": {
296
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
297
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
298
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
299
  },
300
  "model": "claude-opus-4-6",
301
  "rank": 3,
 
312
  },
313
  "score": 0.687,
314
  "submission_id": "claude-4-opus-high",
315
+ "submitter": "TraceBench"
316
  },
317
  {
318
  "agent": "minimax-m2.7",
319
  "complete": true,
320
  "date": "2026-05-06",
321
  "links": {
322
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
323
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
324
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
325
  },
326
  "model": "openrouter/minimax/minimax-m2.7",
327
  "rank": 4,
 
338
  },
339
  "score": 0.28,
340
  "submission_id": "minimax-m2-7",
341
+ "submitter": "TraceBench"
342
  },
343
  {
344
  "agent": "gpt-5.5",
345
  "complete": true,
346
  "date": "2026-05-06",
347
  "links": {
348
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
349
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
350
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
351
  },
352
  "model": "gpt-5.5",
353
  "rank": 1,
 
364
  },
365
  "score": 0.887,
366
  "submission_id": "gpt-5-5-codex-high",
367
+ "submitter": "TraceBench"
368
  },
369
  {
370
  "agent": "gemini-3.1-pro",
371
  "complete": true,
372
  "date": "2026-05-06",
373
  "links": {
374
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
375
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
376
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
377
  },
378
  "model": "gemini_3_1_pro_high",
379
  "rank": 2,
 
390
  },
391
  "score": 0.647,
392
  "submission_id": "gemini-3-1-pro-high",
393
+ "submitter": "TraceBench"
394
  },
395
  {
396
  "agent": "gpt-5.5",
397
  "complete": true,
398
  "date": "2026-05-06",
399
  "links": {
400
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
401
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
402
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
403
  },
404
  "model": "gpt-5.5",
405
  "rank": 1,
 
416
  },
417
  "score": 0.833,
418
  "submission_id": "gpt-5-5-codex-high",
419
+ "submitter": "TraceBench"
420
  },
421
  {
422
  "agent": "claude-opus-4.6",
423
  "complete": true,
424
  "date": "2026-05-18",
425
  "links": {
426
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
427
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
428
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
429
  },
430
  "model": "claude-opus-4-6",
431
  "rank": 2,
 
442
  },
443
  "score": 0.593,
444
  "submission_id": "claude-4-opus-high",
445
+ "submitter": "TraceBench"
446
  },
447
  {
448
  "agent": "gemini-3.1-pro",
449
  "complete": true,
450
  "date": "2026-05-07",
451
  "links": {
452
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
453
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
454
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
455
  },
456
  "model": "gemini_3_1_pro_high",
457
  "rank": 3,
 
468
  },
469
  "score": 0.56,
470
  "submission_id": "gemini-3-1-pro-high",
471
+ "submitter": "TraceBench"
472
  },
473
  {
474
  "agent": "minimax-m2.7",
475
  "complete": true,
476
  "date": "2026-05-19",
477
  "links": {
478
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
479
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
480
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
481
  },
482
  "model": "openrouter/minimax/minimax-m2.7",
483
  "rank": 4,
 
494
  },
495
  "score": 0.3,
496
  "submission_id": "minimax-m2-7",
497
+ "submitter": "TraceBench"
498
  },
499
  {
500
  "agent": "gpt-5.5",
501
  "complete": true,
502
  "date": "2026-05-06",
503
  "links": {
504
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
505
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
506
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
507
  },
508
  "model": "gpt-5.5",
509
  "rank": 1,
 
520
  },
521
  "score": 0.513,
522
  "submission_id": "gpt-5-5-codex-high",
523
+ "submitter": "TraceBench"
524
  },
525
  {
526
  "agent": "gemini-3.1-pro",
527
  "complete": true,
528
  "date": "2026-05-06",
529
  "links": {
530
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
531
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
532
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
533
  },
534
  "model": "gemini_3_1_pro_high",
535
  "rank": 2,
 
546
  },
547
  "score": 0.313,
548
  "submission_id": "gemini-3-1-pro-high",
549
+ "submitter": "TraceBench"
550
  },
551
  {
552
  "agent": "gpt-5.5",
553
  "complete": true,
554
  "date": "2026-05-06",
555
  "links": {
556
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
557
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
558
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
559
  },
560
  "model": "gpt-5.5",
561
  "rank": 1,
 
572
  },
573
  "score": 0.933,
574
  "submission_id": "gpt-5-5-codex-high",
575
+ "submitter": "TraceBench"
576
  },
577
  {
578
  "agent": "claude-opus-4.6",
579
  "complete": true,
580
  "date": "2026-05-07",
581
  "links": {
582
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
583
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
584
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
585
  },
586
  "model": "claude-opus-4-6",
587
  "rank": 2,
 
598
  },
599
  "score": 0.853,
600
  "submission_id": "claude-4-opus-high",
601
+ "submitter": "TraceBench"
602
  },
603
  {
604
  "agent": "gemini-3.1-pro",
605
  "complete": true,
606
  "date": "2026-05-06",
607
  "links": {
608
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
609
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
610
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
611
  },
612
  "model": "gemini_3_1_pro_high",
613
  "rank": 3,
 
624
  },
625
  "score": 0.76,
626
  "submission_id": "gemini-3-1-pro-high",
627
+ "submitter": "TraceBench"
628
  },
629
  {
630
  "agent": "minimax-m2.7",
631
  "complete": true,
632
  "date": "2026-05-06",
633
  "links": {
634
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
635
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
636
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
637
  },
638
  "model": "openrouter/minimax/minimax-m2.7",
639
  "rank": 4,
 
650
  },
651
  "score": 0.293,
652
  "submission_id": "minimax-m2-7",
653
+ "submitter": "TraceBench"
654
+ },
655
+ {
656
+ "agent": "gpt-5.5",
657
+ "complete": true,
658
+ "date": "2026-05-06",
659
+ "links": {
660
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
661
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
662
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
663
+ },
664
+ "model": "gpt-5.5",
665
+ "rank": 1,
666
+ "required_seed_summary": {
667
+ "BallDrop": 5,
668
+ "BounceBall": 5,
669
+ "MassSlide": 5
670
+ },
671
+ "scope": {
672
+ "context": "High",
673
+ "examples": "None",
674
+ "noise": "None",
675
+ "task_mode": "Direct"
676
+ },
677
+ "score": 0.993,
678
+ "submission_id": "gpt-5-5-codex-high",
679
+ "submitter": "TraceBench"
680
+ },
681
+ {
682
+ "agent": "claude-opus-4.6",
683
+ "complete": true,
684
+ "date": "2026-05-06",
685
+ "links": {
686
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
687
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
688
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
689
+ },
690
+ "model": "claude-opus-4-6",
691
+ "rank": 2,
692
+ "required_seed_summary": {
693
+ "BallDrop": 5,
694
+ "BounceBall": 5,
695
+ "MassSlide": 5
696
+ },
697
+ "scope": {
698
+ "context": "High",
699
+ "examples": "None",
700
+ "noise": "None",
701
+ "task_mode": "Direct"
702
+ },
703
+ "score": 0.973,
704
+ "submission_id": "claude-4-opus-high",
705
+ "submitter": "TraceBench"
706
+ },
707
+ {
708
+ "agent": "gemini-3.1-pro",
709
+ "complete": true,
710
+ "date": "2026-05-06",
711
+ "links": {
712
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
713
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
714
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
715
+ },
716
+ "model": "gemini_3_1_pro_high",
717
+ "rank": 3,
718
+ "required_seed_summary": {
719
+ "BallDrop": 5,
720
+ "BounceBall": 5,
721
+ "MassSlide": 5
722
+ },
723
+ "scope": {
724
+ "context": "High",
725
+ "examples": "None",
726
+ "noise": "None",
727
+ "task_mode": "Direct"
728
+ },
729
+ "score": 0.947,
730
+ "submission_id": "gemini-3-1-pro-high",
731
+ "submitter": "TraceBench"
732
+ },
733
+ {
734
+ "agent": "minimax-m2.7",
735
+ "complete": true,
736
+ "date": "2026-05-07",
737
+ "links": {
738
+ "artifacts": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
739
+ "results": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
740
+ "trajectories": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
741
+ },
742
+ "model": "openrouter/minimax/minimax-m2.7",
743
+ "rank": 4,
744
+ "required_seed_summary": {
745
+ "BallDrop": 5,
746
+ "BounceBall": 5,
747
+ "MassSlide": 5
748
+ },
749
+ "scope": {
750
+ "context": "High",
751
+ "examples": "None",
752
+ "noise": "None",
753
+ "task_mode": "Direct"
754
+ },
755
+ "score": 0.38,
756
+ "submission_id": "minimax-m2-7",
757
+ "submitter": "TraceBench"
758
  }
759
  ]
760
  }
website/submissions/claude-4-opus-high.json CHANGED
@@ -1,7 +1,48 @@
1
  {
2
  "agent": "claude-opus-4.6",
 
 
 
 
 
 
 
3
  "canonical_score": 0.687,
4
  "condition_results": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  {
6
  "complete": true,
7
  "distinct_seed_count": 15,
@@ -103,18 +144,262 @@
103
  4
104
  ]
105
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  }
107
  ],
108
- "date": "2026-05-18",
109
  "downloads": {
110
- "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark",
111
- "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
112
- "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
113
  },
114
  "model": "claude-opus-4-6",
115
  "per_seed_results": [
116
  {
117
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  "question_id": "gentle_01234-flame_0",
119
  "scope": {
120
  "context": "High",
@@ -125,10 +410,10 @@
125
  "score": 0.9,
126
  "seed": 0,
127
  "simulator": "BallDrop",
128
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
129
  },
130
  {
131
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
132
  "question_id": "gentle_01234-flame_1",
133
  "scope": {
134
  "context": "High",
@@ -139,10 +424,10 @@
139
  "score": 0.6,
140
  "seed": 1,
141
  "simulator": "BallDrop",
142
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
143
  },
144
  {
145
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
146
  "question_id": "gentle_01234-flame_2",
147
  "scope": {
148
  "context": "High",
@@ -153,10 +438,10 @@
153
  "score": 0.5,
154
  "seed": 2,
155
  "simulator": "BallDrop",
156
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
157
  },
158
  {
159
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
160
  "question_id": "gentle_01234-flame_3",
161
  "scope": {
162
  "context": "High",
@@ -167,10 +452,10 @@
167
  "score": 0.5,
168
  "seed": 3,
169
  "simulator": "BallDrop",
170
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
171
  },
172
  {
173
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
174
  "question_id": "gentle_01234-flame_4",
175
  "scope": {
176
  "context": "High",
@@ -181,10 +466,10 @@
181
  "score": 0.6,
182
  "seed": 4,
183
  "simulator": "BallDrop",
184
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
185
  },
186
  {
187
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
188
  "question_id": "gentle_01234-flame_0",
189
  "scope": {
190
  "context": "High",
@@ -195,10 +480,10 @@
195
  "score": 0.6,
196
  "seed": 0,
197
  "simulator": "BounceBall",
198
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
199
  },
200
  {
201
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
202
  "question_id": "gentle_01234-flame_1",
203
  "scope": {
204
  "context": "High",
@@ -209,10 +494,10 @@
209
  "score": 0.7,
210
  "seed": 1,
211
  "simulator": "BounceBall",
212
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
213
  },
214
  {
215
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
216
  "question_id": "gentle_01234-flame_2",
217
  "scope": {
218
  "context": "High",
@@ -223,10 +508,10 @@
223
  "score": 0.9,
224
  "seed": 2,
225
  "simulator": "BounceBall",
226
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
227
  },
228
  {
229
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
230
  "question_id": "gentle_01234-flame_3",
231
  "scope": {
232
  "context": "High",
@@ -237,10 +522,10 @@
237
  "score": 0.7,
238
  "seed": 3,
239
  "simulator": "BounceBall",
240
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
241
  },
242
  {
243
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
244
  "question_id": "gentle_01234-flame_4",
245
  "scope": {
246
  "context": "High",
@@ -251,10 +536,10 @@
251
  "score": 0.5,
252
  "seed": 4,
253
  "simulator": "BounceBall",
254
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
255
  },
256
  {
257
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
258
  "question_id": "gentle_01234-flame_0",
259
  "scope": {
260
  "context": "High",
@@ -265,10 +550,10 @@
265
  "score": 0.8,
266
  "seed": 0,
267
  "simulator": "MassSlide",
268
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
269
  },
270
  {
271
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
272
  "question_id": "gentle_01234-flame_1",
273
  "scope": {
274
  "context": "High",
@@ -279,10 +564,10 @@
279
  "score": 0.8,
280
  "seed": 1,
281
  "simulator": "MassSlide",
282
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
283
  },
284
  {
285
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
286
  "question_id": "gentle_01234-flame_2",
287
  "scope": {
288
  "context": "High",
@@ -293,10 +578,10 @@
293
  "score": 0.8,
294
  "seed": 2,
295
  "simulator": "MassSlide",
296
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
297
  },
298
  {
299
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
300
  "question_id": "gentle_01234-flame_3",
301
  "scope": {
302
  "context": "High",
@@ -307,10 +592,10 @@
307
  "score": 0.7,
308
  "seed": 3,
309
  "simulator": "MassSlide",
310
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
311
  },
312
  {
313
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
314
  "question_id": "gentle_01234-flame_4",
315
  "scope": {
316
  "context": "High",
@@ -321,10 +606,10 @@
321
  "score": 0.7,
322
  "seed": 4,
323
  "simulator": "MassSlide",
324
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
325
  },
326
  {
327
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
328
  "question_id": "gentle_01234-pine_0",
329
  "scope": {
330
  "context": "High",
@@ -335,10 +620,10 @@
335
  "score": 0.7,
336
  "seed": 0,
337
  "simulator": "BallDrop",
338
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
339
  },
340
  {
341
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
342
  "question_id": "gentle_01234-pine_1",
343
  "scope": {
344
  "context": "High",
@@ -349,10 +634,10 @@
349
  "score": 0.2,
350
  "seed": 1,
351
  "simulator": "BallDrop",
352
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
353
  },
354
  {
355
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
356
  "question_id": "gentle_01234-pine_2",
357
  "scope": {
358
  "context": "High",
@@ -363,10 +648,10 @@
363
  "score": 0.6,
364
  "seed": 2,
365
  "simulator": "BallDrop",
366
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
367
  },
368
  {
369
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
370
  "question_id": "gentle_01234-pine_3",
371
  "scope": {
372
  "context": "High",
@@ -377,10 +662,10 @@
377
  "score": 0.5,
378
  "seed": 3,
379
  "simulator": "BallDrop",
380
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
381
  },
382
  {
383
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
384
  "question_id": "gentle_01234-pine_4",
385
  "scope": {
386
  "context": "High",
@@ -391,10 +676,10 @@
391
  "score": 0.5,
392
  "seed": 4,
393
  "simulator": "BallDrop",
394
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
395
  },
396
  {
397
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
398
  "question_id": "gentle_01234-pine_0",
399
  "scope": {
400
  "context": "High",
@@ -405,10 +690,10 @@
405
  "score": 0.6,
406
  "seed": 0,
407
  "simulator": "BounceBall",
408
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
409
  },
410
  {
411
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
412
  "question_id": "gentle_01234-pine_1",
413
  "scope": {
414
  "context": "High",
@@ -419,10 +704,10 @@
419
  "score": 0.6,
420
  "seed": 1,
421
  "simulator": "BounceBall",
422
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
423
  },
424
  {
425
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
426
  "question_id": "gentle_01234-pine_2",
427
  "scope": {
428
  "context": "High",
@@ -433,10 +718,10 @@
433
  "score": 0.2,
434
  "seed": 2,
435
  "simulator": "BounceBall",
436
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
437
  },
438
  {
439
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
440
  "question_id": "gentle_01234-pine_3",
441
  "scope": {
442
  "context": "High",
@@ -447,10 +732,10 @@
447
  "score": 0.2,
448
  "seed": 3,
449
  "simulator": "BounceBall",
450
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
451
  },
452
  {
453
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
454
  "question_id": "gentle_01234-pine_4",
455
  "scope": {
456
  "context": "High",
@@ -461,10 +746,10 @@
461
  "score": 0.6,
462
  "seed": 4,
463
  "simulator": "BounceBall",
464
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
465
  },
466
  {
467
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
468
  "question_id": "gentle_01234-pine_0",
469
  "scope": {
470
  "context": "High",
@@ -475,10 +760,10 @@
475
  "score": 0.7,
476
  "seed": 0,
477
  "simulator": "MassSlide",
478
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
479
  },
480
  {
481
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
482
  "question_id": "gentle_01234-pine_1",
483
  "scope": {
484
  "context": "High",
@@ -489,10 +774,10 @@
489
  "score": 0.9,
490
  "seed": 1,
491
  "simulator": "MassSlide",
492
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
493
  },
494
  {
495
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
496
  "question_id": "gentle_01234-pine_2",
497
  "scope": {
498
  "context": "High",
@@ -503,10 +788,10 @@
503
  "score": 0.9,
504
  "seed": 2,
505
  "simulator": "MassSlide",
506
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
507
  },
508
  {
509
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
510
  "question_id": "gentle_01234-pine_3",
511
  "scope": {
512
  "context": "High",
@@ -517,10 +802,10 @@
517
  "score": 0.7,
518
  "seed": 3,
519
  "simulator": "MassSlide",
520
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
521
  },
522
  {
523
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
524
  "question_id": "gentle_01234-pine_4",
525
  "scope": {
526
  "context": "High",
@@ -531,10 +816,10 @@
531
  "score": 1.0,
532
  "seed": 4,
533
  "simulator": "MassSlide",
534
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
535
  },
536
  {
537
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
538
  "question_id": "gentle_01234-cloud_0",
539
  "scope": {
540
  "context": "High",
@@ -545,10 +830,10 @@
545
  "score": 1.0,
546
  "seed": 0,
547
  "simulator": "BallDrop",
548
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
549
  },
550
  {
551
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
552
  "question_id": "gentle_01234-cloud_1",
553
  "scope": {
554
  "context": "High",
@@ -559,10 +844,10 @@
559
  "score": 0.7,
560
  "seed": 1,
561
  "simulator": "BallDrop",
562
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
563
  },
564
  {
565
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
566
  "question_id": "gentle_01234-cloud_2",
567
  "scope": {
568
  "context": "High",
@@ -573,10 +858,10 @@
573
  "score": 0.8,
574
  "seed": 2,
575
  "simulator": "BallDrop",
576
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
577
  },
578
  {
579
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
580
  "question_id": "gentle_01234-cloud_3",
581
  "scope": {
582
  "context": "High",
@@ -587,10 +872,10 @@
587
  "score": 0.9,
588
  "seed": 3,
589
  "simulator": "BallDrop",
590
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
591
  },
592
  {
593
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
594
  "question_id": "gentle_01234-cloud_4",
595
  "scope": {
596
  "context": "High",
@@ -601,10 +886,10 @@
601
  "score": 0.7,
602
  "seed": 4,
603
  "simulator": "BallDrop",
604
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
605
  },
606
  {
607
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
608
  "question_id": "gentle_01234-cloud_0",
609
  "scope": {
610
  "context": "High",
@@ -615,10 +900,10 @@
615
  "score": 0.9,
616
  "seed": 0,
617
  "simulator": "BounceBall",
618
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
619
  },
620
  {
621
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
622
  "question_id": "gentle_01234-cloud_1",
623
  "scope": {
624
  "context": "High",
@@ -629,10 +914,10 @@
629
  "score": 1.0,
630
  "seed": 1,
631
  "simulator": "BounceBall",
632
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
633
  },
634
  {
635
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
636
  "question_id": "gentle_01234-cloud_2",
637
  "scope": {
638
  "context": "High",
@@ -643,10 +928,10 @@
643
  "score": 1.0,
644
  "seed": 2,
645
  "simulator": "BounceBall",
646
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
647
  },
648
  {
649
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
650
  "question_id": "gentle_01234-cloud_3",
651
  "scope": {
652
  "context": "High",
@@ -657,10 +942,10 @@
657
  "score": 0.7,
658
  "seed": 3,
659
  "simulator": "BounceBall",
660
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
661
  },
662
  {
663
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
664
  "question_id": "gentle_01234-cloud_4",
665
  "scope": {
666
  "context": "High",
@@ -671,10 +956,10 @@
671
  "score": 1.0,
672
  "seed": 4,
673
  "simulator": "BounceBall",
674
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
675
  },
676
  {
677
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
678
  "question_id": "gentle_01234-cloud_0",
679
  "scope": {
680
  "context": "High",
@@ -685,10 +970,10 @@
685
  "score": 0.9,
686
  "seed": 0,
687
  "simulator": "MassSlide",
688
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
689
  },
690
  {
691
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
692
  "question_id": "gentle_01234-cloud_1",
693
  "scope": {
694
  "context": "High",
@@ -699,10 +984,10 @@
699
  "score": 0.9,
700
  "seed": 1,
701
  "simulator": "MassSlide",
702
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
703
  },
704
  {
705
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
706
  "question_id": "gentle_01234-cloud_2",
707
  "scope": {
708
  "context": "High",
@@ -713,10 +998,10 @@
713
  "score": 0.7,
714
  "seed": 2,
715
  "simulator": "MassSlide",
716
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
717
  },
718
  {
719
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
720
  "question_id": "gentle_01234-cloud_3",
721
  "scope": {
722
  "context": "High",
@@ -727,10 +1012,10 @@
727
  "score": 0.9,
728
  "seed": 3,
729
  "simulator": "MassSlide",
730
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
731
  },
732
  {
733
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip",
734
  "question_id": "gentle_01234-cloud_4",
735
  "scope": {
736
  "context": "High",
@@ -741,7 +1026,217 @@
741
  "score": 0.7,
742
  "seed": 4,
743
  "simulator": "MassSlide",
744
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/claude-4-opus-high.zip"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
745
  }
746
  ],
747
  "seed_coverage": {
@@ -772,5 +1267,5 @@
772
  "required_seeds_per_simulator": 5
773
  },
774
  "submission_id": "claude-4-opus-high",
775
- "submitter": "TSENV"
776
  }
 
1
  {
2
  "agent": "claude-opus-4.6",
3
+ "archive_contract": {
4
+ "contains_artifacts": true,
5
+ "contains_raw_scores": true,
6
+ "contains_raw_trajectories": true,
7
+ "run_count": 75,
8
+ "schema_version": 1
9
+ },
10
  "canonical_score": 0.687,
11
  "condition_results": [
12
+ {
13
+ "complete": true,
14
+ "distinct_seed_count": 15,
15
+ "scope": {
16
+ "context": "High",
17
+ "examples": "Three Examples",
18
+ "noise": "High",
19
+ "task_mode": "Code"
20
+ },
21
+ "score": 0.593,
22
+ "seeds_by_simulator": {
23
+ "BallDrop": [
24
+ 0,
25
+ 1,
26
+ 2,
27
+ 3,
28
+ 4
29
+ ],
30
+ "BounceBall": [
31
+ 0,
32
+ 1,
33
+ 2,
34
+ 3,
35
+ 4
36
+ ],
37
+ "MassSlide": [
38
+ 0,
39
+ 1,
40
+ 2,
41
+ 3,
42
+ 4
43
+ ]
44
+ }
45
+ },
46
  {
47
  "complete": true,
48
  "distinct_seed_count": 15,
 
144
  4
145
  ]
146
  }
147
+ },
148
+ {
149
+ "complete": true,
150
+ "distinct_seed_count": 15,
151
+ "scope": {
152
+ "context": "High",
153
+ "examples": "None",
154
+ "noise": "None",
155
+ "task_mode": "Direct"
156
+ },
157
+ "score": 0.973,
158
+ "seeds_by_simulator": {
159
+ "BallDrop": [
160
+ 0,
161
+ 1,
162
+ 2,
163
+ 3,
164
+ 4
165
+ ],
166
+ "BounceBall": [
167
+ 0,
168
+ 1,
169
+ 2,
170
+ 3,
171
+ 4
172
+ ],
173
+ "MassSlide": [
174
+ 0,
175
+ 1,
176
+ 2,
177
+ 3,
178
+ 4
179
+ ]
180
+ }
181
  }
182
  ],
183
+ "date": "2026-07-02",
184
  "downloads": {
185
+ "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tracebench",
186
+ "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
187
+ "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
188
  },
189
  "model": "claude-opus-4-6",
190
  "per_seed_results": [
191
  {
192
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
193
+ "question_id": "gentle_01234-orbit_0",
194
+ "scope": {
195
+ "context": "High",
196
+ "examples": "Three Examples",
197
+ "noise": "High",
198
+ "task_mode": "Code"
199
+ },
200
+ "score": 0.6,
201
+ "seed": 0,
202
+ "simulator": "BallDrop",
203
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
204
+ },
205
+ {
206
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
207
+ "question_id": "gentle_01234-orbit_1",
208
+ "scope": {
209
+ "context": "High",
210
+ "examples": "Three Examples",
211
+ "noise": "High",
212
+ "task_mode": "Code"
213
+ },
214
+ "score": 0.5,
215
+ "seed": 1,
216
+ "simulator": "BallDrop",
217
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
218
+ },
219
+ {
220
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
221
+ "question_id": "gentle_01234-orbit_2",
222
+ "scope": {
223
+ "context": "High",
224
+ "examples": "Three Examples",
225
+ "noise": "High",
226
+ "task_mode": "Code"
227
+ },
228
+ "score": 0.4,
229
+ "seed": 2,
230
+ "simulator": "BallDrop",
231
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
232
+ },
233
+ {
234
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
235
+ "question_id": "gentle_01234-orbit_3",
236
+ "scope": {
237
+ "context": "High",
238
+ "examples": "Three Examples",
239
+ "noise": "High",
240
+ "task_mode": "Code"
241
+ },
242
+ "score": 0.4,
243
+ "seed": 3,
244
+ "simulator": "BallDrop",
245
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
246
+ },
247
+ {
248
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
249
+ "question_id": "gentle_01234-orbit_4",
250
+ "scope": {
251
+ "context": "High",
252
+ "examples": "Three Examples",
253
+ "noise": "High",
254
+ "task_mode": "Code"
255
+ },
256
+ "score": 0.7,
257
+ "seed": 4,
258
+ "simulator": "BallDrop",
259
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
260
+ },
261
+ {
262
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
263
+ "question_id": "gentle_01234-orbit_0",
264
+ "scope": {
265
+ "context": "High",
266
+ "examples": "Three Examples",
267
+ "noise": "High",
268
+ "task_mode": "Code"
269
+ },
270
+ "score": 0.9,
271
+ "seed": 0,
272
+ "simulator": "BounceBall",
273
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
274
+ },
275
+ {
276
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
277
+ "question_id": "gentle_01234-orbit_1",
278
+ "scope": {
279
+ "context": "High",
280
+ "examples": "Three Examples",
281
+ "noise": "High",
282
+ "task_mode": "Code"
283
+ },
284
+ "score": 0.3,
285
+ "seed": 1,
286
+ "simulator": "BounceBall",
287
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
288
+ },
289
+ {
290
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
291
+ "question_id": "gentle_01234-orbit_2",
292
+ "scope": {
293
+ "context": "High",
294
+ "examples": "Three Examples",
295
+ "noise": "High",
296
+ "task_mode": "Code"
297
+ },
298
+ "score": 0.2,
299
+ "seed": 2,
300
+ "simulator": "BounceBall",
301
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
302
+ },
303
+ {
304
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
305
+ "question_id": "gentle_01234-orbit_3",
306
+ "scope": {
307
+ "context": "High",
308
+ "examples": "Three Examples",
309
+ "noise": "High",
310
+ "task_mode": "Code"
311
+ },
312
+ "score": 0.2,
313
+ "seed": 3,
314
+ "simulator": "BounceBall",
315
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
316
+ },
317
+ {
318
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
319
+ "question_id": "gentle_01234-orbit_4",
320
+ "scope": {
321
+ "context": "High",
322
+ "examples": "Three Examples",
323
+ "noise": "High",
324
+ "task_mode": "Code"
325
+ },
326
+ "score": 0.6,
327
+ "seed": 4,
328
+ "simulator": "BounceBall",
329
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
330
+ },
331
+ {
332
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
333
+ "question_id": "gentle_01234-orbit_0",
334
+ "scope": {
335
+ "context": "High",
336
+ "examples": "Three Examples",
337
+ "noise": "High",
338
+ "task_mode": "Code"
339
+ },
340
+ "score": 0.7,
341
+ "seed": 0,
342
+ "simulator": "MassSlide",
343
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
344
+ },
345
+ {
346
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
347
+ "question_id": "gentle_01234-orbit_1",
348
+ "scope": {
349
+ "context": "High",
350
+ "examples": "Three Examples",
351
+ "noise": "High",
352
+ "task_mode": "Code"
353
+ },
354
+ "score": 1.0,
355
+ "seed": 1,
356
+ "simulator": "MassSlide",
357
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
358
+ },
359
+ {
360
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
361
+ "question_id": "gentle_01234-orbit_2",
362
+ "scope": {
363
+ "context": "High",
364
+ "examples": "Three Examples",
365
+ "noise": "High",
366
+ "task_mode": "Code"
367
+ },
368
+ "score": 0.8,
369
+ "seed": 2,
370
+ "simulator": "MassSlide",
371
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
372
+ },
373
+ {
374
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
375
+ "question_id": "gentle_01234-orbit_3",
376
+ "scope": {
377
+ "context": "High",
378
+ "examples": "Three Examples",
379
+ "noise": "High",
380
+ "task_mode": "Code"
381
+ },
382
+ "score": 0.7,
383
+ "seed": 3,
384
+ "simulator": "MassSlide",
385
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
386
+ },
387
+ {
388
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
389
+ "question_id": "gentle_01234-orbit_4",
390
+ "scope": {
391
+ "context": "High",
392
+ "examples": "Three Examples",
393
+ "noise": "High",
394
+ "task_mode": "Code"
395
+ },
396
+ "score": 0.9,
397
+ "seed": 4,
398
+ "simulator": "MassSlide",
399
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
400
+ },
401
+ {
402
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
403
  "question_id": "gentle_01234-flame_0",
404
  "scope": {
405
  "context": "High",
 
410
  "score": 0.9,
411
  "seed": 0,
412
  "simulator": "BallDrop",
413
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
414
  },
415
  {
416
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
417
  "question_id": "gentle_01234-flame_1",
418
  "scope": {
419
  "context": "High",
 
424
  "score": 0.6,
425
  "seed": 1,
426
  "simulator": "BallDrop",
427
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
428
  },
429
  {
430
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
431
  "question_id": "gentle_01234-flame_2",
432
  "scope": {
433
  "context": "High",
 
438
  "score": 0.5,
439
  "seed": 2,
440
  "simulator": "BallDrop",
441
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
442
  },
443
  {
444
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
445
  "question_id": "gentle_01234-flame_3",
446
  "scope": {
447
  "context": "High",
 
452
  "score": 0.5,
453
  "seed": 3,
454
  "simulator": "BallDrop",
455
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
456
  },
457
  {
458
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
459
  "question_id": "gentle_01234-flame_4",
460
  "scope": {
461
  "context": "High",
 
466
  "score": 0.6,
467
  "seed": 4,
468
  "simulator": "BallDrop",
469
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
470
  },
471
  {
472
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
473
  "question_id": "gentle_01234-flame_0",
474
  "scope": {
475
  "context": "High",
 
480
  "score": 0.6,
481
  "seed": 0,
482
  "simulator": "BounceBall",
483
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
484
  },
485
  {
486
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
487
  "question_id": "gentle_01234-flame_1",
488
  "scope": {
489
  "context": "High",
 
494
  "score": 0.7,
495
  "seed": 1,
496
  "simulator": "BounceBall",
497
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
498
  },
499
  {
500
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
501
  "question_id": "gentle_01234-flame_2",
502
  "scope": {
503
  "context": "High",
 
508
  "score": 0.9,
509
  "seed": 2,
510
  "simulator": "BounceBall",
511
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
512
  },
513
  {
514
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
515
  "question_id": "gentle_01234-flame_3",
516
  "scope": {
517
  "context": "High",
 
522
  "score": 0.7,
523
  "seed": 3,
524
  "simulator": "BounceBall",
525
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
526
  },
527
  {
528
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
529
  "question_id": "gentle_01234-flame_4",
530
  "scope": {
531
  "context": "High",
 
536
  "score": 0.5,
537
  "seed": 4,
538
  "simulator": "BounceBall",
539
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
540
  },
541
  {
542
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
543
  "question_id": "gentle_01234-flame_0",
544
  "scope": {
545
  "context": "High",
 
550
  "score": 0.8,
551
  "seed": 0,
552
  "simulator": "MassSlide",
553
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
554
  },
555
  {
556
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
557
  "question_id": "gentle_01234-flame_1",
558
  "scope": {
559
  "context": "High",
 
564
  "score": 0.8,
565
  "seed": 1,
566
  "simulator": "MassSlide",
567
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
568
  },
569
  {
570
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
571
  "question_id": "gentle_01234-flame_2",
572
  "scope": {
573
  "context": "High",
 
578
  "score": 0.8,
579
  "seed": 2,
580
  "simulator": "MassSlide",
581
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
582
  },
583
  {
584
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
585
  "question_id": "gentle_01234-flame_3",
586
  "scope": {
587
  "context": "High",
 
592
  "score": 0.7,
593
  "seed": 3,
594
  "simulator": "MassSlide",
595
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
596
  },
597
  {
598
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
599
  "question_id": "gentle_01234-flame_4",
600
  "scope": {
601
  "context": "High",
 
606
  "score": 0.7,
607
  "seed": 4,
608
  "simulator": "MassSlide",
609
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
610
  },
611
  {
612
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
613
  "question_id": "gentle_01234-pine_0",
614
  "scope": {
615
  "context": "High",
 
620
  "score": 0.7,
621
  "seed": 0,
622
  "simulator": "BallDrop",
623
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
624
  },
625
  {
626
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
627
  "question_id": "gentle_01234-pine_1",
628
  "scope": {
629
  "context": "High",
 
634
  "score": 0.2,
635
  "seed": 1,
636
  "simulator": "BallDrop",
637
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
638
  },
639
  {
640
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
641
  "question_id": "gentle_01234-pine_2",
642
  "scope": {
643
  "context": "High",
 
648
  "score": 0.6,
649
  "seed": 2,
650
  "simulator": "BallDrop",
651
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
652
  },
653
  {
654
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
655
  "question_id": "gentle_01234-pine_3",
656
  "scope": {
657
  "context": "High",
 
662
  "score": 0.5,
663
  "seed": 3,
664
  "simulator": "BallDrop",
665
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
666
  },
667
  {
668
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
669
  "question_id": "gentle_01234-pine_4",
670
  "scope": {
671
  "context": "High",
 
676
  "score": 0.5,
677
  "seed": 4,
678
  "simulator": "BallDrop",
679
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
680
  },
681
  {
682
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
683
  "question_id": "gentle_01234-pine_0",
684
  "scope": {
685
  "context": "High",
 
690
  "score": 0.6,
691
  "seed": 0,
692
  "simulator": "BounceBall",
693
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
694
  },
695
  {
696
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
697
  "question_id": "gentle_01234-pine_1",
698
  "scope": {
699
  "context": "High",
 
704
  "score": 0.6,
705
  "seed": 1,
706
  "simulator": "BounceBall",
707
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
708
  },
709
  {
710
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
711
  "question_id": "gentle_01234-pine_2",
712
  "scope": {
713
  "context": "High",
 
718
  "score": 0.2,
719
  "seed": 2,
720
  "simulator": "BounceBall",
721
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
722
  },
723
  {
724
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
725
  "question_id": "gentle_01234-pine_3",
726
  "scope": {
727
  "context": "High",
 
732
  "score": 0.2,
733
  "seed": 3,
734
  "simulator": "BounceBall",
735
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
736
  },
737
  {
738
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
739
  "question_id": "gentle_01234-pine_4",
740
  "scope": {
741
  "context": "High",
 
746
  "score": 0.6,
747
  "seed": 4,
748
  "simulator": "BounceBall",
749
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
750
  },
751
  {
752
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
753
  "question_id": "gentle_01234-pine_0",
754
  "scope": {
755
  "context": "High",
 
760
  "score": 0.7,
761
  "seed": 0,
762
  "simulator": "MassSlide",
763
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
764
  },
765
  {
766
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
767
  "question_id": "gentle_01234-pine_1",
768
  "scope": {
769
  "context": "High",
 
774
  "score": 0.9,
775
  "seed": 1,
776
  "simulator": "MassSlide",
777
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
778
  },
779
  {
780
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
781
  "question_id": "gentle_01234-pine_2",
782
  "scope": {
783
  "context": "High",
 
788
  "score": 0.9,
789
  "seed": 2,
790
  "simulator": "MassSlide",
791
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
792
  },
793
  {
794
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
795
  "question_id": "gentle_01234-pine_3",
796
  "scope": {
797
  "context": "High",
 
802
  "score": 0.7,
803
  "seed": 3,
804
  "simulator": "MassSlide",
805
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
806
  },
807
  {
808
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
809
  "question_id": "gentle_01234-pine_4",
810
  "scope": {
811
  "context": "High",
 
816
  "score": 1.0,
817
  "seed": 4,
818
  "simulator": "MassSlide",
819
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
820
  },
821
  {
822
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
823
  "question_id": "gentle_01234-cloud_0",
824
  "scope": {
825
  "context": "High",
 
830
  "score": 1.0,
831
  "seed": 0,
832
  "simulator": "BallDrop",
833
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
834
  },
835
  {
836
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
837
  "question_id": "gentle_01234-cloud_1",
838
  "scope": {
839
  "context": "High",
 
844
  "score": 0.7,
845
  "seed": 1,
846
  "simulator": "BallDrop",
847
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
848
  },
849
  {
850
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
851
  "question_id": "gentle_01234-cloud_2",
852
  "scope": {
853
  "context": "High",
 
858
  "score": 0.8,
859
  "seed": 2,
860
  "simulator": "BallDrop",
861
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
862
  },
863
  {
864
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
865
  "question_id": "gentle_01234-cloud_3",
866
  "scope": {
867
  "context": "High",
 
872
  "score": 0.9,
873
  "seed": 3,
874
  "simulator": "BallDrop",
875
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
876
  },
877
  {
878
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
879
  "question_id": "gentle_01234-cloud_4",
880
  "scope": {
881
  "context": "High",
 
886
  "score": 0.7,
887
  "seed": 4,
888
  "simulator": "BallDrop",
889
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
890
  },
891
  {
892
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
893
  "question_id": "gentle_01234-cloud_0",
894
  "scope": {
895
  "context": "High",
 
900
  "score": 0.9,
901
  "seed": 0,
902
  "simulator": "BounceBall",
903
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
904
  },
905
  {
906
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
907
  "question_id": "gentle_01234-cloud_1",
908
  "scope": {
909
  "context": "High",
 
914
  "score": 1.0,
915
  "seed": 1,
916
  "simulator": "BounceBall",
917
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
918
  },
919
  {
920
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
921
  "question_id": "gentle_01234-cloud_2",
922
  "scope": {
923
  "context": "High",
 
928
  "score": 1.0,
929
  "seed": 2,
930
  "simulator": "BounceBall",
931
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
932
  },
933
  {
934
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
935
  "question_id": "gentle_01234-cloud_3",
936
  "scope": {
937
  "context": "High",
 
942
  "score": 0.7,
943
  "seed": 3,
944
  "simulator": "BounceBall",
945
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
946
  },
947
  {
948
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
949
  "question_id": "gentle_01234-cloud_4",
950
  "scope": {
951
  "context": "High",
 
956
  "score": 1.0,
957
  "seed": 4,
958
  "simulator": "BounceBall",
959
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
960
  },
961
  {
962
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
963
  "question_id": "gentle_01234-cloud_0",
964
  "scope": {
965
  "context": "High",
 
970
  "score": 0.9,
971
  "seed": 0,
972
  "simulator": "MassSlide",
973
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
974
  },
975
  {
976
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
977
  "question_id": "gentle_01234-cloud_1",
978
  "scope": {
979
  "context": "High",
 
984
  "score": 0.9,
985
  "seed": 1,
986
  "simulator": "MassSlide",
987
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
988
  },
989
  {
990
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
991
  "question_id": "gentle_01234-cloud_2",
992
  "scope": {
993
  "context": "High",
 
998
  "score": 0.7,
999
  "seed": 2,
1000
  "simulator": "MassSlide",
1001
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1002
  },
1003
  {
1004
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1005
  "question_id": "gentle_01234-cloud_3",
1006
  "scope": {
1007
  "context": "High",
 
1012
  "score": 0.9,
1013
  "seed": 3,
1014
  "simulator": "MassSlide",
1015
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1016
  },
1017
  {
1018
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1019
  "question_id": "gentle_01234-cloud_4",
1020
  "scope": {
1021
  "context": "High",
 
1026
  "score": 0.7,
1027
  "seed": 4,
1028
  "simulator": "MassSlide",
1029
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1030
+ },
1031
+ {
1032
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1033
+ "question_id": "frost_01234-anchor_0",
1034
+ "scope": {
1035
+ "context": "High",
1036
+ "examples": "None",
1037
+ "noise": "None",
1038
+ "task_mode": "Direct"
1039
+ },
1040
+ "score": 1.0,
1041
+ "seed": 0,
1042
+ "simulator": "BallDrop",
1043
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1044
+ },
1045
+ {
1046
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1047
+ "question_id": "frost_01234-anchor_1",
1048
+ "scope": {
1049
+ "context": "High",
1050
+ "examples": "None",
1051
+ "noise": "None",
1052
+ "task_mode": "Direct"
1053
+ },
1054
+ "score": 1.0,
1055
+ "seed": 1,
1056
+ "simulator": "BallDrop",
1057
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1058
+ },
1059
+ {
1060
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1061
+ "question_id": "frost_01234-anchor_2",
1062
+ "scope": {
1063
+ "context": "High",
1064
+ "examples": "None",
1065
+ "noise": "None",
1066
+ "task_mode": "Direct"
1067
+ },
1068
+ "score": 1.0,
1069
+ "seed": 2,
1070
+ "simulator": "BallDrop",
1071
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1072
+ },
1073
+ {
1074
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1075
+ "question_id": "frost_01234-anchor_3",
1076
+ "scope": {
1077
+ "context": "High",
1078
+ "examples": "None",
1079
+ "noise": "None",
1080
+ "task_mode": "Direct"
1081
+ },
1082
+ "score": 0.9,
1083
+ "seed": 3,
1084
+ "simulator": "BallDrop",
1085
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1086
+ },
1087
+ {
1088
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1089
+ "question_id": "frost_01234-anchor_4",
1090
+ "scope": {
1091
+ "context": "High",
1092
+ "examples": "None",
1093
+ "noise": "None",
1094
+ "task_mode": "Direct"
1095
+ },
1096
+ "score": 1.0,
1097
+ "seed": 4,
1098
+ "simulator": "BallDrop",
1099
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1100
+ },
1101
+ {
1102
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1103
+ "question_id": "frost_01234-anchor_0",
1104
+ "scope": {
1105
+ "context": "High",
1106
+ "examples": "None",
1107
+ "noise": "None",
1108
+ "task_mode": "Direct"
1109
+ },
1110
+ "score": 1.0,
1111
+ "seed": 0,
1112
+ "simulator": "BounceBall",
1113
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1114
+ },
1115
+ {
1116
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1117
+ "question_id": "frost_01234-anchor_1",
1118
+ "scope": {
1119
+ "context": "High",
1120
+ "examples": "None",
1121
+ "noise": "None",
1122
+ "task_mode": "Direct"
1123
+ },
1124
+ "score": 1.0,
1125
+ "seed": 1,
1126
+ "simulator": "BounceBall",
1127
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1128
+ },
1129
+ {
1130
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1131
+ "question_id": "frost_01234-anchor_2",
1132
+ "scope": {
1133
+ "context": "High",
1134
+ "examples": "None",
1135
+ "noise": "None",
1136
+ "task_mode": "Direct"
1137
+ },
1138
+ "score": 1.0,
1139
+ "seed": 2,
1140
+ "simulator": "BounceBall",
1141
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1142
+ },
1143
+ {
1144
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1145
+ "question_id": "frost_01234-anchor_3",
1146
+ "scope": {
1147
+ "context": "High",
1148
+ "examples": "None",
1149
+ "noise": "None",
1150
+ "task_mode": "Direct"
1151
+ },
1152
+ "score": 1.0,
1153
+ "seed": 3,
1154
+ "simulator": "BounceBall",
1155
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1156
+ },
1157
+ {
1158
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1159
+ "question_id": "frost_01234-anchor_4",
1160
+ "scope": {
1161
+ "context": "High",
1162
+ "examples": "None",
1163
+ "noise": "None",
1164
+ "task_mode": "Direct"
1165
+ },
1166
+ "score": 1.0,
1167
+ "seed": 4,
1168
+ "simulator": "BounceBall",
1169
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1170
+ },
1171
+ {
1172
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1173
+ "question_id": "frost_01234-anchor_0",
1174
+ "scope": {
1175
+ "context": "High",
1176
+ "examples": "None",
1177
+ "noise": "None",
1178
+ "task_mode": "Direct"
1179
+ },
1180
+ "score": 0.9,
1181
+ "seed": 0,
1182
+ "simulator": "MassSlide",
1183
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1184
+ },
1185
+ {
1186
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1187
+ "question_id": "frost_01234-anchor_1",
1188
+ "scope": {
1189
+ "context": "High",
1190
+ "examples": "None",
1191
+ "noise": "None",
1192
+ "task_mode": "Direct"
1193
+ },
1194
+ "score": 0.9,
1195
+ "seed": 1,
1196
+ "simulator": "MassSlide",
1197
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1198
+ },
1199
+ {
1200
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1201
+ "question_id": "frost_01234-anchor_2",
1202
+ "scope": {
1203
+ "context": "High",
1204
+ "examples": "None",
1205
+ "noise": "None",
1206
+ "task_mode": "Direct"
1207
+ },
1208
+ "score": 1.0,
1209
+ "seed": 2,
1210
+ "simulator": "MassSlide",
1211
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1212
+ },
1213
+ {
1214
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1215
+ "question_id": "frost_01234-anchor_3",
1216
+ "scope": {
1217
+ "context": "High",
1218
+ "examples": "None",
1219
+ "noise": "None",
1220
+ "task_mode": "Direct"
1221
+ },
1222
+ "score": 0.9,
1223
+ "seed": 3,
1224
+ "simulator": "MassSlide",
1225
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1226
+ },
1227
+ {
1228
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip",
1229
+ "question_id": "frost_01234-anchor_4",
1230
+ "scope": {
1231
+ "context": "High",
1232
+ "examples": "None",
1233
+ "noise": "None",
1234
+ "task_mode": "Direct"
1235
+ },
1236
+ "score": 1.0,
1237
+ "seed": 4,
1238
+ "simulator": "MassSlide",
1239
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/claude-4-opus-high.zip"
1240
  }
1241
  ],
1242
  "seed_coverage": {
 
1267
  "required_seeds_per_simulator": 5
1268
  },
1269
  "submission_id": "claude-4-opus-high",
1270
+ "submitter": "TraceBench"
1271
  }
website/submissions/gemini-3-1-pro-high.json CHANGED
@@ -1,5 +1,12 @@
1
  {
2
  "agent": "gemini-3.1-pro",
 
 
 
 
 
 
 
3
  "canonical_score": 0.733,
4
  "condition_results": [
5
  {
@@ -273,18 +280,52 @@
273
  4
274
  ]
275
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  }
277
  ],
278
  "date": "2026-05-18",
279
  "downloads": {
280
- "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark",
281
- "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
282
- "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
283
  },
284
  "model": "gemini_3_1_pro_high",
285
  "per_seed_results": [
286
  {
287
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
288
  "question_id": "frost_01234-orbit_0",
289
  "scope": {
290
  "context": "High",
@@ -295,10 +336,10 @@
295
  "score": 0.6,
296
  "seed": 0,
297
  "simulator": "BallDrop",
298
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
299
  },
300
  {
301
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
302
  "question_id": "frost_01234-orbit_1",
303
  "scope": {
304
  "context": "High",
@@ -309,10 +350,10 @@
309
  "score": 0.8,
310
  "seed": 1,
311
  "simulator": "BallDrop",
312
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
313
  },
314
  {
315
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
316
  "question_id": "frost_01234-orbit_2",
317
  "scope": {
318
  "context": "High",
@@ -323,10 +364,10 @@
323
  "score": 0.7,
324
  "seed": 2,
325
  "simulator": "BallDrop",
326
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
327
  },
328
  {
329
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
330
  "question_id": "frost_01234-orbit_3",
331
  "scope": {
332
  "context": "High",
@@ -337,10 +378,10 @@
337
  "score": 0.6,
338
  "seed": 3,
339
  "simulator": "BallDrop",
340
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
341
  },
342
  {
343
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
344
  "question_id": "frost_01234-orbit_4",
345
  "scope": {
346
  "context": "High",
@@ -351,10 +392,10 @@
351
  "score": 0.5,
352
  "seed": 4,
353
  "simulator": "BallDrop",
354
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
355
  },
356
  {
357
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
358
  "question_id": "frost_01234-orbit_0",
359
  "scope": {
360
  "context": "High",
@@ -365,10 +406,10 @@
365
  "score": 0.6,
366
  "seed": 0,
367
  "simulator": "BounceBall",
368
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
369
  },
370
  {
371
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
372
  "question_id": "frost_01234-orbit_1",
373
  "scope": {
374
  "context": "High",
@@ -379,10 +420,10 @@
379
  "score": 0.4,
380
  "seed": 1,
381
  "simulator": "BounceBall",
382
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
383
  },
384
  {
385
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
386
  "question_id": "frost_01234-orbit_2",
387
  "scope": {
388
  "context": "High",
@@ -393,10 +434,10 @@
393
  "score": 0.6,
394
  "seed": 2,
395
  "simulator": "BounceBall",
396
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
397
  },
398
  {
399
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
400
  "question_id": "frost_01234-orbit_3",
401
  "scope": {
402
  "context": "High",
@@ -407,10 +448,10 @@
407
  "score": 0.8,
408
  "seed": 3,
409
  "simulator": "BounceBall",
410
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
411
  },
412
  {
413
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
414
  "question_id": "frost_01234-orbit_4",
415
  "scope": {
416
  "context": "High",
@@ -421,10 +462,10 @@
421
  "score": 1.0,
422
  "seed": 4,
423
  "simulator": "BounceBall",
424
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
425
  },
426
  {
427
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
428
  "question_id": "frost_01234-orbit_0",
429
  "scope": {
430
  "context": "High",
@@ -435,10 +476,10 @@
435
  "score": 0.4,
436
  "seed": 0,
437
  "simulator": "MassSlide",
438
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
439
  },
440
  {
441
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
442
  "question_id": "frost_01234-orbit_1",
443
  "scope": {
444
  "context": "High",
@@ -449,10 +490,10 @@
449
  "score": 0.9,
450
  "seed": 1,
451
  "simulator": "MassSlide",
452
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
453
  },
454
  {
455
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
456
  "question_id": "frost_01234-orbit_2",
457
  "scope": {
458
  "context": "High",
@@ -463,10 +504,10 @@
463
  "score": 0.5,
464
  "seed": 2,
465
  "simulator": "MassSlide",
466
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
467
  },
468
  {
469
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
470
  "question_id": "frost_01234-orbit_3",
471
  "scope": {
472
  "context": "High",
@@ -477,10 +518,10 @@
477
  "score": 0.8,
478
  "seed": 3,
479
  "simulator": "MassSlide",
480
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
481
  },
482
  {
483
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
484
  "question_id": "frost_01234-orbit_4",
485
  "scope": {
486
  "context": "High",
@@ -491,10 +532,10 @@
491
  "score": 0.6,
492
  "seed": 4,
493
  "simulator": "MassSlide",
494
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
495
  },
496
  {
497
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
498
  "question_id": "gentle_01234-orbit_0",
499
  "scope": {
500
  "context": "High",
@@ -505,10 +546,10 @@
505
  "score": 0.5,
506
  "seed": 0,
507
  "simulator": "BallDrop",
508
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
509
  },
510
  {
511
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
512
  "question_id": "gentle_01234-orbit_1",
513
  "scope": {
514
  "context": "High",
@@ -519,10 +560,10 @@
519
  "score": 0.3,
520
  "seed": 1,
521
  "simulator": "BallDrop",
522
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
523
  },
524
  {
525
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
526
  "question_id": "gentle_01234-orbit_2",
527
  "scope": {
528
  "context": "High",
@@ -533,10 +574,10 @@
533
  "score": 0.3,
534
  "seed": 2,
535
  "simulator": "BallDrop",
536
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
537
  },
538
  {
539
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
540
  "question_id": "gentle_01234-orbit_3",
541
  "scope": {
542
  "context": "High",
@@ -547,10 +588,10 @@
547
  "score": 0.6,
548
  "seed": 3,
549
  "simulator": "BallDrop",
550
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
551
  },
552
  {
553
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
554
  "question_id": "gentle_01234-orbit_4",
555
  "scope": {
556
  "context": "High",
@@ -561,10 +602,10 @@
561
  "score": 0.6,
562
  "seed": 4,
563
  "simulator": "BallDrop",
564
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
565
  },
566
  {
567
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
568
  "question_id": "gentle_01234-orbit_0",
569
  "scope": {
570
  "context": "High",
@@ -575,10 +616,10 @@
575
  "score": 0.7,
576
  "seed": 0,
577
  "simulator": "BounceBall",
578
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
579
  },
580
  {
581
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
582
  "question_id": "gentle_01234-orbit_1",
583
  "scope": {
584
  "context": "High",
@@ -589,10 +630,10 @@
589
  "score": 0.4,
590
  "seed": 1,
591
  "simulator": "BounceBall",
592
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
593
  },
594
  {
595
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
596
  "question_id": "gentle_01234-orbit_2",
597
  "scope": {
598
  "context": "High",
@@ -603,10 +644,10 @@
603
  "score": 0.6,
604
  "seed": 2,
605
  "simulator": "BounceBall",
606
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
607
  },
608
  {
609
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
610
  "question_id": "gentle_01234-orbit_3",
611
  "scope": {
612
  "context": "High",
@@ -617,10 +658,10 @@
617
  "score": 0.7,
618
  "seed": 3,
619
  "simulator": "BounceBall",
620
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
621
  },
622
  {
623
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
624
  "question_id": "gentle_01234-orbit_4",
625
  "scope": {
626
  "context": "High",
@@ -631,10 +672,10 @@
631
  "score": 0.1,
632
  "seed": 4,
633
  "simulator": "BounceBall",
634
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
635
  },
636
  {
637
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
638
  "question_id": "gentle_01234-orbit_0",
639
  "scope": {
640
  "context": "High",
@@ -645,10 +686,10 @@
645
  "score": 0.5,
646
  "seed": 0,
647
  "simulator": "MassSlide",
648
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
649
  },
650
  {
651
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
652
  "question_id": "gentle_01234-orbit_1",
653
  "scope": {
654
  "context": "High",
@@ -659,10 +700,10 @@
659
  "score": 0.7,
660
  "seed": 1,
661
  "simulator": "MassSlide",
662
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
663
  },
664
  {
665
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
666
  "question_id": "gentle_01234-orbit_2",
667
  "scope": {
668
  "context": "High",
@@ -673,10 +714,10 @@
673
  "score": 0.8,
674
  "seed": 2,
675
  "simulator": "MassSlide",
676
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
677
  },
678
  {
679
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
680
  "question_id": "gentle_01234-orbit_3",
681
  "scope": {
682
  "context": "High",
@@ -687,10 +728,10 @@
687
  "score": 0.7,
688
  "seed": 3,
689
  "simulator": "MassSlide",
690
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
691
  },
692
  {
693
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
694
  "question_id": "gentle_01234-orbit_4",
695
  "scope": {
696
  "context": "High",
@@ -701,10 +742,10 @@
701
  "score": 0.7,
702
  "seed": 4,
703
  "simulator": "MassSlide",
704
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
705
  },
706
  {
707
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
708
  "question_id": "gentle_01234-tide_0",
709
  "scope": {
710
  "context": "None",
@@ -715,10 +756,10 @@
715
  "score": 0.2,
716
  "seed": 0,
717
  "simulator": "BallDrop",
718
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
719
  },
720
  {
721
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
722
  "question_id": "gentle_01234-tide_1",
723
  "scope": {
724
  "context": "None",
@@ -729,10 +770,10 @@
729
  "score": 0.1,
730
  "seed": 1,
731
  "simulator": "BallDrop",
732
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
733
  },
734
  {
735
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
736
  "question_id": "gentle_01234-tide_2",
737
  "scope": {
738
  "context": "None",
@@ -743,10 +784,10 @@
743
  "score": 0.3,
744
  "seed": 2,
745
  "simulator": "BallDrop",
746
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
747
  },
748
  {
749
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
750
  "question_id": "gentle_01234-tide_3",
751
  "scope": {
752
  "context": "None",
@@ -757,10 +798,10 @@
757
  "score": 0.4,
758
  "seed": 3,
759
  "simulator": "BallDrop",
760
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
761
  },
762
  {
763
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
764
  "question_id": "gentle_01234-tide_4",
765
  "scope": {
766
  "context": "None",
@@ -771,10 +812,10 @@
771
  "score": 0.2,
772
  "seed": 4,
773
  "simulator": "BallDrop",
774
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
775
  },
776
  {
777
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
778
  "question_id": "gentle_01234-tide_0",
779
  "scope": {
780
  "context": "None",
@@ -785,10 +826,10 @@
785
  "score": 0.1,
786
  "seed": 0,
787
  "simulator": "BounceBall",
788
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
789
  },
790
  {
791
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
792
  "question_id": "gentle_01234-tide_1",
793
  "scope": {
794
  "context": "None",
@@ -799,10 +840,10 @@
799
  "score": 0.4,
800
  "seed": 1,
801
  "simulator": "BounceBall",
802
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
803
  },
804
  {
805
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
806
  "question_id": "gentle_01234-tide_2",
807
  "scope": {
808
  "context": "None",
@@ -813,10 +854,10 @@
813
  "score": 0.3,
814
  "seed": 2,
815
  "simulator": "BounceBall",
816
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
817
  },
818
  {
819
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
820
  "question_id": "gentle_01234-tide_3",
821
  "scope": {
822
  "context": "None",
@@ -827,10 +868,10 @@
827
  "score": 0.1,
828
  "seed": 3,
829
  "simulator": "BounceBall",
830
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
831
  },
832
  {
833
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
834
  "question_id": "gentle_01234-tide_4",
835
  "scope": {
836
  "context": "None",
@@ -841,10 +882,10 @@
841
  "score": 0.6,
842
  "seed": 4,
843
  "simulator": "BounceBall",
844
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
845
  },
846
  {
847
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
848
  "question_id": "gentle_01234-tide_0",
849
  "scope": {
850
  "context": "None",
@@ -855,10 +896,10 @@
855
  "score": 0.7,
856
  "seed": 0,
857
  "simulator": "MassSlide",
858
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
859
  },
860
  {
861
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
862
  "question_id": "gentle_01234-tide_1",
863
  "scope": {
864
  "context": "None",
@@ -869,10 +910,10 @@
869
  "score": 0.5,
870
  "seed": 1,
871
  "simulator": "MassSlide",
872
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
873
  },
874
  {
875
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
876
  "question_id": "gentle_01234-tide_2",
877
  "scope": {
878
  "context": "None",
@@ -883,10 +924,10 @@
883
  "score": 0.3,
884
  "seed": 2,
885
  "simulator": "MassSlide",
886
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
887
  },
888
  {
889
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
890
  "question_id": "gentle_01234-tide_3",
891
  "scope": {
892
  "context": "None",
@@ -897,10 +938,10 @@
897
  "score": 0.4,
898
  "seed": 3,
899
  "simulator": "MassSlide",
900
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
901
  },
902
  {
903
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
904
  "question_id": "gentle_01234-tide_4",
905
  "scope": {
906
  "context": "None",
@@ -911,10 +952,10 @@
911
  "score": 0.6,
912
  "seed": 4,
913
  "simulator": "MassSlide",
914
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
915
  },
916
  {
917
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
918
  "question_id": "gentle_01234-flame_0",
919
  "scope": {
920
  "context": "High",
@@ -925,10 +966,10 @@
925
  "score": 0.8,
926
  "seed": 0,
927
  "simulator": "BallDrop",
928
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
929
  },
930
  {
931
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
932
  "question_id": "gentle_01234-flame_1",
933
  "scope": {
934
  "context": "High",
@@ -939,10 +980,10 @@
939
  "score": 0.6,
940
  "seed": 1,
941
  "simulator": "BallDrop",
942
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
943
  },
944
  {
945
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
946
  "question_id": "gentle_01234-flame_2",
947
  "scope": {
948
  "context": "High",
@@ -953,10 +994,10 @@
953
  "score": 0.4,
954
  "seed": 2,
955
  "simulator": "BallDrop",
956
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
957
  },
958
  {
959
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
960
  "question_id": "gentle_01234-flame_3",
961
  "scope": {
962
  "context": "High",
@@ -967,10 +1008,10 @@
967
  "score": 0.9,
968
  "seed": 3,
969
  "simulator": "BallDrop",
970
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
971
  },
972
  {
973
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
974
  "question_id": "gentle_01234-flame_4",
975
  "scope": {
976
  "context": "High",
@@ -981,10 +1022,10 @@
981
  "score": 0.9,
982
  "seed": 4,
983
  "simulator": "BallDrop",
984
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
985
  },
986
  {
987
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
988
  "question_id": "gentle_01234-flame_0",
989
  "scope": {
990
  "context": "High",
@@ -995,10 +1036,10 @@
995
  "score": 0.6,
996
  "seed": 0,
997
  "simulator": "BounceBall",
998
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
999
  },
1000
  {
1001
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1002
  "question_id": "gentle_01234-flame_1",
1003
  "scope": {
1004
  "context": "High",
@@ -1009,10 +1050,10 @@
1009
  "score": 0.9,
1010
  "seed": 1,
1011
  "simulator": "BounceBall",
1012
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1013
  },
1014
  {
1015
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1016
  "question_id": "gentle_01234-flame_2",
1017
  "scope": {
1018
  "context": "High",
@@ -1023,10 +1064,10 @@
1023
  "score": 0.8,
1024
  "seed": 2,
1025
  "simulator": "BounceBall",
1026
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1027
  },
1028
  {
1029
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1030
  "question_id": "gentle_01234-flame_3",
1031
  "scope": {
1032
  "context": "High",
@@ -1037,10 +1078,10 @@
1037
  "score": 0.5,
1038
  "seed": 3,
1039
  "simulator": "BounceBall",
1040
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1041
  },
1042
  {
1043
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1044
  "question_id": "gentle_01234-flame_4",
1045
  "scope": {
1046
  "context": "High",
@@ -1051,10 +1092,10 @@
1051
  "score": 0.8,
1052
  "seed": 4,
1053
  "simulator": "BounceBall",
1054
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1055
  },
1056
  {
1057
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1058
  "question_id": "gentle_01234-flame_0",
1059
  "scope": {
1060
  "context": "High",
@@ -1065,10 +1106,10 @@
1065
  "score": 0.7,
1066
  "seed": 0,
1067
  "simulator": "MassSlide",
1068
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1069
  },
1070
  {
1071
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1072
  "question_id": "gentle_01234-flame_1",
1073
  "scope": {
1074
  "context": "High",
@@ -1079,10 +1120,10 @@
1079
  "score": 0.7,
1080
  "seed": 1,
1081
  "simulator": "MassSlide",
1082
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1083
  },
1084
  {
1085
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1086
  "question_id": "gentle_01234-flame_2",
1087
  "scope": {
1088
  "context": "High",
@@ -1093,10 +1134,10 @@
1093
  "score": 0.9,
1094
  "seed": 2,
1095
  "simulator": "MassSlide",
1096
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1097
  },
1098
  {
1099
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1100
  "question_id": "gentle_01234-flame_3",
1101
  "scope": {
1102
  "context": "High",
@@ -1107,10 +1148,10 @@
1107
  "score": 0.7,
1108
  "seed": 3,
1109
  "simulator": "MassSlide",
1110
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1111
  },
1112
  {
1113
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1114
  "question_id": "gentle_01234-flame_4",
1115
  "scope": {
1116
  "context": "High",
@@ -1121,10 +1162,10 @@
1121
  "score": 0.8,
1122
  "seed": 4,
1123
  "simulator": "MassSlide",
1124
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1125
  },
1126
  {
1127
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1128
  "question_id": "frost_01234-pine_0",
1129
  "scope": {
1130
  "context": "High",
@@ -1135,10 +1176,10 @@
1135
  "score": 0.6,
1136
  "seed": 0,
1137
  "simulator": "BallDrop",
1138
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1139
  },
1140
  {
1141
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1142
  "question_id": "frost_01234-pine_1",
1143
  "scope": {
1144
  "context": "High",
@@ -1149,10 +1190,10 @@
1149
  "score": 0.7,
1150
  "seed": 1,
1151
  "simulator": "BallDrop",
1152
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1153
  },
1154
  {
1155
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1156
  "question_id": "frost_01234-pine_2",
1157
  "scope": {
1158
  "context": "High",
@@ -1163,10 +1204,10 @@
1163
  "score": 0.9,
1164
  "seed": 2,
1165
  "simulator": "BallDrop",
1166
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1167
  },
1168
  {
1169
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1170
  "question_id": "frost_01234-pine_3",
1171
  "scope": {
1172
  "context": "High",
@@ -1177,10 +1218,10 @@
1177
  "score": 0.9,
1178
  "seed": 3,
1179
  "simulator": "BallDrop",
1180
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1181
  },
1182
  {
1183
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1184
  "question_id": "frost_01234-pine_4",
1185
  "scope": {
1186
  "context": "High",
@@ -1191,10 +1232,10 @@
1191
  "score": 0.7,
1192
  "seed": 4,
1193
  "simulator": "BallDrop",
1194
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1195
  },
1196
  {
1197
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1198
  "question_id": "frost_01234-pine_0",
1199
  "scope": {
1200
  "context": "High",
@@ -1205,10 +1246,10 @@
1205
  "score": 0.3,
1206
  "seed": 0,
1207
  "simulator": "BounceBall",
1208
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1209
  },
1210
  {
1211
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1212
  "question_id": "frost_01234-pine_1",
1213
  "scope": {
1214
  "context": "High",
@@ -1219,10 +1260,10 @@
1219
  "score": 0.4,
1220
  "seed": 1,
1221
  "simulator": "BounceBall",
1222
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1223
  },
1224
  {
1225
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1226
  "question_id": "frost_01234-pine_2",
1227
  "scope": {
1228
  "context": "High",
@@ -1233,10 +1274,10 @@
1233
  "score": 0.3,
1234
  "seed": 2,
1235
  "simulator": "BounceBall",
1236
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1237
  },
1238
  {
1239
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1240
  "question_id": "frost_01234-pine_3",
1241
  "scope": {
1242
  "context": "High",
@@ -1247,10 +1288,10 @@
1247
  "score": 0.7,
1248
  "seed": 3,
1249
  "simulator": "BounceBall",
1250
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1251
  },
1252
  {
1253
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1254
  "question_id": "frost_01234-pine_4",
1255
  "scope": {
1256
  "context": "High",
@@ -1261,10 +1302,10 @@
1261
  "score": 0.5,
1262
  "seed": 4,
1263
  "simulator": "BounceBall",
1264
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1265
  },
1266
  {
1267
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1268
  "question_id": "frost_01234-pine_0",
1269
  "scope": {
1270
  "context": "High",
@@ -1275,10 +1316,10 @@
1275
  "score": 1.0,
1276
  "seed": 0,
1277
  "simulator": "MassSlide",
1278
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1279
  },
1280
  {
1281
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1282
  "question_id": "frost_01234-pine_1",
1283
  "scope": {
1284
  "context": "High",
@@ -1289,10 +1330,10 @@
1289
  "score": 0.5,
1290
  "seed": 1,
1291
  "simulator": "MassSlide",
1292
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1293
  },
1294
  {
1295
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1296
  "question_id": "frost_01234-pine_2",
1297
  "scope": {
1298
  "context": "High",
@@ -1303,10 +1344,10 @@
1303
  "score": 0.6,
1304
  "seed": 2,
1305
  "simulator": "MassSlide",
1306
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1307
  },
1308
  {
1309
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1310
  "question_id": "frost_01234-pine_3",
1311
  "scope": {
1312
  "context": "High",
@@ -1317,10 +1358,10 @@
1317
  "score": 0.7,
1318
  "seed": 3,
1319
  "simulator": "MassSlide",
1320
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1321
  },
1322
  {
1323
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1324
  "question_id": "frost_01234-pine_4",
1325
  "scope": {
1326
  "context": "High",
@@ -1331,10 +1372,10 @@
1331
  "score": 0.9,
1332
  "seed": 4,
1333
  "simulator": "MassSlide",
1334
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1335
  },
1336
  {
1337
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1338
  "question_id": "gentle_01234-pine_0",
1339
  "scope": {
1340
  "context": "High",
@@ -1345,10 +1386,10 @@
1345
  "score": 0.6,
1346
  "seed": 0,
1347
  "simulator": "BallDrop",
1348
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1349
  },
1350
  {
1351
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1352
  "question_id": "gentle_01234-pine_1",
1353
  "scope": {
1354
  "context": "High",
@@ -1359,10 +1400,10 @@
1359
  "score": 0.6,
1360
  "seed": 1,
1361
  "simulator": "BallDrop",
1362
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1363
  },
1364
  {
1365
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1366
  "question_id": "gentle_01234-pine_2",
1367
  "scope": {
1368
  "context": "High",
@@ -1373,10 +1414,10 @@
1373
  "score": 0.6,
1374
  "seed": 2,
1375
  "simulator": "BallDrop",
1376
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1377
  },
1378
  {
1379
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1380
  "question_id": "gentle_01234-pine_3",
1381
  "scope": {
1382
  "context": "High",
@@ -1387,10 +1428,10 @@
1387
  "score": 0.1,
1388
  "seed": 3,
1389
  "simulator": "BallDrop",
1390
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1391
  },
1392
  {
1393
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1394
  "question_id": "gentle_01234-pine_4",
1395
  "scope": {
1396
  "context": "High",
@@ -1401,10 +1442,10 @@
1401
  "score": 0.3,
1402
  "seed": 4,
1403
  "simulator": "BallDrop",
1404
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1405
  },
1406
  {
1407
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1408
  "question_id": "gentle_01234-pine_0",
1409
  "scope": {
1410
  "context": "High",
@@ -1415,10 +1456,10 @@
1415
  "score": 0.9,
1416
  "seed": 0,
1417
  "simulator": "BounceBall",
1418
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1419
  },
1420
  {
1421
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1422
  "question_id": "gentle_01234-pine_1",
1423
  "scope": {
1424
  "context": "High",
@@ -1429,10 +1470,10 @@
1429
  "score": 0.8,
1430
  "seed": 1,
1431
  "simulator": "BounceBall",
1432
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1433
  },
1434
  {
1435
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1436
  "question_id": "gentle_01234-pine_2",
1437
  "scope": {
1438
  "context": "High",
@@ -1443,10 +1484,10 @@
1443
  "score": 0.3,
1444
  "seed": 2,
1445
  "simulator": "BounceBall",
1446
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1447
  },
1448
  {
1449
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1450
  "question_id": "gentle_01234-pine_3",
1451
  "scope": {
1452
  "context": "High",
@@ -1457,10 +1498,10 @@
1457
  "score": 0.3,
1458
  "seed": 3,
1459
  "simulator": "BounceBall",
1460
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1461
  },
1462
  {
1463
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1464
  "question_id": "gentle_01234-pine_4",
1465
  "scope": {
1466
  "context": "High",
@@ -1471,10 +1512,10 @@
1471
  "score": 0.2,
1472
  "seed": 4,
1473
  "simulator": "BounceBall",
1474
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1475
  },
1476
  {
1477
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1478
  "question_id": "gentle_01234-pine_0",
1479
  "scope": {
1480
  "context": "High",
@@ -1485,10 +1526,10 @@
1485
  "score": 0.7,
1486
  "seed": 0,
1487
  "simulator": "MassSlide",
1488
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1489
  },
1490
  {
1491
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1492
  "question_id": "gentle_01234-pine_1",
1493
  "scope": {
1494
  "context": "High",
@@ -1499,10 +1540,10 @@
1499
  "score": 0.6,
1500
  "seed": 1,
1501
  "simulator": "MassSlide",
1502
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1503
  },
1504
  {
1505
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1506
  "question_id": "gentle_01234-pine_2",
1507
  "scope": {
1508
  "context": "High",
@@ -1513,10 +1554,10 @@
1513
  "score": 0.9,
1514
  "seed": 2,
1515
  "simulator": "MassSlide",
1516
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1517
  },
1518
  {
1519
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1520
  "question_id": "gentle_01234-pine_3",
1521
  "scope": {
1522
  "context": "High",
@@ -1527,10 +1568,10 @@
1527
  "score": 0.8,
1528
  "seed": 3,
1529
  "simulator": "MassSlide",
1530
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1531
  },
1532
  {
1533
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1534
  "question_id": "gentle_01234-pine_4",
1535
  "scope": {
1536
  "context": "High",
@@ -1541,10 +1582,10 @@
1541
  "score": 0.7,
1542
  "seed": 4,
1543
  "simulator": "MassSlide",
1544
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1545
  },
1546
  {
1547
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1548
  "question_id": "gentle_01234-harbor_0",
1549
  "scope": {
1550
  "context": "None",
@@ -1555,10 +1596,10 @@
1555
  "score": 0.2,
1556
  "seed": 0,
1557
  "simulator": "BallDrop",
1558
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1559
  },
1560
  {
1561
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1562
  "question_id": "gentle_01234-harbor_1",
1563
  "scope": {
1564
  "context": "None",
@@ -1569,10 +1610,10 @@
1569
  "score": 0.2,
1570
  "seed": 1,
1571
  "simulator": "BallDrop",
1572
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1573
  },
1574
  {
1575
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1576
  "question_id": "gentle_01234-harbor_2",
1577
  "scope": {
1578
  "context": "None",
@@ -1583,10 +1624,10 @@
1583
  "score": 0.2,
1584
  "seed": 2,
1585
  "simulator": "BallDrop",
1586
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1587
  },
1588
  {
1589
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1590
  "question_id": "gentle_01234-harbor_3",
1591
  "scope": {
1592
  "context": "None",
@@ -1597,10 +1638,10 @@
1597
  "score": 0.3,
1598
  "seed": 3,
1599
  "simulator": "BallDrop",
1600
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1601
  },
1602
  {
1603
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1604
  "question_id": "gentle_01234-harbor_4",
1605
  "scope": {
1606
  "context": "None",
@@ -1611,10 +1652,10 @@
1611
  "score": 0.2,
1612
  "seed": 4,
1613
  "simulator": "BallDrop",
1614
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1615
  },
1616
  {
1617
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1618
  "question_id": "gentle_01234-harbor_0",
1619
  "scope": {
1620
  "context": "None",
@@ -1625,10 +1666,10 @@
1625
  "score": 0.1,
1626
  "seed": 0,
1627
  "simulator": "BounceBall",
1628
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1629
  },
1630
  {
1631
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1632
  "question_id": "gentle_01234-harbor_1",
1633
  "scope": {
1634
  "context": "None",
@@ -1639,10 +1680,10 @@
1639
  "score": 0.3,
1640
  "seed": 1,
1641
  "simulator": "BounceBall",
1642
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1643
  },
1644
  {
1645
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1646
  "question_id": "gentle_01234-harbor_2",
1647
  "scope": {
1648
  "context": "None",
@@ -1653,10 +1694,10 @@
1653
  "score": 0.2,
1654
  "seed": 2,
1655
  "simulator": "BounceBall",
1656
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1657
  },
1658
  {
1659
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1660
  "question_id": "gentle_01234-harbor_3",
1661
  "scope": {
1662
  "context": "None",
@@ -1667,10 +1708,10 @@
1667
  "score": 0.2,
1668
  "seed": 3,
1669
  "simulator": "BounceBall",
1670
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1671
  },
1672
  {
1673
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1674
  "question_id": "gentle_01234-harbor_4",
1675
  "scope": {
1676
  "context": "None",
@@ -1681,10 +1722,10 @@
1681
  "score": 0.2,
1682
  "seed": 4,
1683
  "simulator": "BounceBall",
1684
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1685
  },
1686
  {
1687
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1688
  "question_id": "gentle_01234-harbor_0",
1689
  "scope": {
1690
  "context": "None",
@@ -1695,10 +1736,10 @@
1695
  "score": 0.9,
1696
  "seed": 0,
1697
  "simulator": "MassSlide",
1698
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1699
  },
1700
  {
1701
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1702
  "question_id": "gentle_01234-harbor_1",
1703
  "scope": {
1704
  "context": "None",
@@ -1709,10 +1750,10 @@
1709
  "score": 0.6,
1710
  "seed": 1,
1711
  "simulator": "MassSlide",
1712
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1713
  },
1714
  {
1715
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1716
  "question_id": "gentle_01234-harbor_2",
1717
  "scope": {
1718
  "context": "None",
@@ -1723,10 +1764,10 @@
1723
  "score": 0.4,
1724
  "seed": 2,
1725
  "simulator": "MassSlide",
1726
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1727
  },
1728
  {
1729
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1730
  "question_id": "gentle_01234-harbor_3",
1731
  "scope": {
1732
  "context": "None",
@@ -1737,10 +1778,10 @@
1737
  "score": 0.3,
1738
  "seed": 3,
1739
  "simulator": "MassSlide",
1740
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1741
  },
1742
  {
1743
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1744
  "question_id": "gentle_01234-harbor_4",
1745
  "scope": {
1746
  "context": "None",
@@ -1751,10 +1792,10 @@
1751
  "score": 0.4,
1752
  "seed": 4,
1753
  "simulator": "MassSlide",
1754
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1755
  },
1756
  {
1757
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1758
  "question_id": "gentle_01234-cloud_0",
1759
  "scope": {
1760
  "context": "High",
@@ -1765,10 +1806,10 @@
1765
  "score": 0.7,
1766
  "seed": 0,
1767
  "simulator": "BallDrop",
1768
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1769
  },
1770
  {
1771
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1772
  "question_id": "gentle_01234-cloud_1",
1773
  "scope": {
1774
  "context": "High",
@@ -1779,10 +1820,10 @@
1779
  "score": 0.5,
1780
  "seed": 1,
1781
  "simulator": "BallDrop",
1782
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1783
  },
1784
  {
1785
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1786
  "question_id": "gentle_01234-cloud_2",
1787
  "scope": {
1788
  "context": "High",
@@ -1793,10 +1834,10 @@
1793
  "score": 0.5,
1794
  "seed": 2,
1795
  "simulator": "BallDrop",
1796
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1797
  },
1798
  {
1799
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1800
  "question_id": "gentle_01234-cloud_3",
1801
  "scope": {
1802
  "context": "High",
@@ -1807,10 +1848,10 @@
1807
  "score": 0.9,
1808
  "seed": 3,
1809
  "simulator": "BallDrop",
1810
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1811
  },
1812
  {
1813
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1814
  "question_id": "gentle_01234-cloud_4",
1815
  "scope": {
1816
  "context": "High",
@@ -1821,10 +1862,10 @@
1821
  "score": 0.8,
1822
  "seed": 4,
1823
  "simulator": "BallDrop",
1824
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1825
  },
1826
  {
1827
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1828
  "question_id": "gentle_01234-cloud_0",
1829
  "scope": {
1830
  "context": "High",
@@ -1835,10 +1876,10 @@
1835
  "score": 0.9,
1836
  "seed": 0,
1837
  "simulator": "BounceBall",
1838
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1839
  },
1840
  {
1841
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1842
  "question_id": "gentle_01234-cloud_1",
1843
  "scope": {
1844
  "context": "High",
@@ -1849,10 +1890,10 @@
1849
  "score": 1.0,
1850
  "seed": 1,
1851
  "simulator": "BounceBall",
1852
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1853
  },
1854
  {
1855
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1856
  "question_id": "gentle_01234-cloud_2",
1857
  "scope": {
1858
  "context": "High",
@@ -1863,10 +1904,10 @@
1863
  "score": 0.9,
1864
  "seed": 2,
1865
  "simulator": "BounceBall",
1866
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1867
  },
1868
  {
1869
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1870
  "question_id": "gentle_01234-cloud_3",
1871
  "scope": {
1872
  "context": "High",
@@ -1877,10 +1918,10 @@
1877
  "score": 0.8,
1878
  "seed": 3,
1879
  "simulator": "BounceBall",
1880
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1881
  },
1882
  {
1883
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1884
  "question_id": "gentle_01234-cloud_4",
1885
  "scope": {
1886
  "context": "High",
@@ -1891,10 +1932,10 @@
1891
  "score": 1.0,
1892
  "seed": 4,
1893
  "simulator": "BounceBall",
1894
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1895
  },
1896
  {
1897
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1898
  "question_id": "gentle_01234-cloud_0",
1899
  "scope": {
1900
  "context": "High",
@@ -1905,10 +1946,10 @@
1905
  "score": 0.7,
1906
  "seed": 0,
1907
  "simulator": "MassSlide",
1908
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1909
  },
1910
  {
1911
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1912
  "question_id": "gentle_01234-cloud_1",
1913
  "scope": {
1914
  "context": "High",
@@ -1919,10 +1960,10 @@
1919
  "score": 0.6,
1920
  "seed": 1,
1921
  "simulator": "MassSlide",
1922
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1923
  },
1924
  {
1925
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1926
  "question_id": "gentle_01234-cloud_2",
1927
  "scope": {
1928
  "context": "High",
@@ -1933,10 +1974,10 @@
1933
  "score": 0.8,
1934
  "seed": 2,
1935
  "simulator": "MassSlide",
1936
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1937
  },
1938
  {
1939
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1940
  "question_id": "gentle_01234-cloud_3",
1941
  "scope": {
1942
  "context": "High",
@@ -1947,10 +1988,10 @@
1947
  "score": 0.6,
1948
  "seed": 3,
1949
  "simulator": "MassSlide",
1950
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
1951
  },
1952
  {
1953
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip",
1954
  "question_id": "gentle_01234-cloud_4",
1955
  "scope": {
1956
  "context": "High",
@@ -1961,7 +2002,217 @@
1961
  "score": 0.7,
1962
  "seed": 4,
1963
  "simulator": "MassSlide",
1964
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gemini-3-1-pro-high.zip"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1965
  }
1966
  ],
1967
  "seed_coverage": {
@@ -1992,5 +2243,5 @@
1992
  "required_seeds_per_simulator": 5
1993
  },
1994
  "submission_id": "gemini-3-1-pro-high",
1995
- "submitter": "TSENV"
1996
  }
 
1
  {
2
  "agent": "gemini-3.1-pro",
3
+ "archive_contract": {
4
+ "contains_artifacts": true,
5
+ "contains_raw_scores": true,
6
+ "contains_raw_trajectories": true,
7
+ "run_count": 135,
8
+ "schema_version": 1
9
+ },
10
  "canonical_score": 0.733,
11
  "condition_results": [
12
  {
 
280
  4
281
  ]
282
  }
283
+ },
284
+ {
285
+ "complete": true,
286
+ "distinct_seed_count": 15,
287
+ "scope": {
288
+ "context": "High",
289
+ "examples": "None",
290
+ "noise": "None",
291
+ "task_mode": "Direct"
292
+ },
293
+ "score": 0.947,
294
+ "seeds_by_simulator": {
295
+ "BallDrop": [
296
+ 0,
297
+ 1,
298
+ 2,
299
+ 3,
300
+ 4
301
+ ],
302
+ "BounceBall": [
303
+ 0,
304
+ 1,
305
+ 2,
306
+ 3,
307
+ 4
308
+ ],
309
+ "MassSlide": [
310
+ 0,
311
+ 1,
312
+ 2,
313
+ 3,
314
+ 4
315
+ ]
316
+ }
317
  }
318
  ],
319
  "date": "2026-05-18",
320
  "downloads": {
321
+ "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tracebench",
322
+ "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
323
+ "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
324
  },
325
  "model": "gemini_3_1_pro_high",
326
  "per_seed_results": [
327
  {
328
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
329
  "question_id": "frost_01234-orbit_0",
330
  "scope": {
331
  "context": "High",
 
336
  "score": 0.6,
337
  "seed": 0,
338
  "simulator": "BallDrop",
339
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
340
  },
341
  {
342
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
343
  "question_id": "frost_01234-orbit_1",
344
  "scope": {
345
  "context": "High",
 
350
  "score": 0.8,
351
  "seed": 1,
352
  "simulator": "BallDrop",
353
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
354
  },
355
  {
356
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
357
  "question_id": "frost_01234-orbit_2",
358
  "scope": {
359
  "context": "High",
 
364
  "score": 0.7,
365
  "seed": 2,
366
  "simulator": "BallDrop",
367
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
368
  },
369
  {
370
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
371
  "question_id": "frost_01234-orbit_3",
372
  "scope": {
373
  "context": "High",
 
378
  "score": 0.6,
379
  "seed": 3,
380
  "simulator": "BallDrop",
381
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
382
  },
383
  {
384
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
385
  "question_id": "frost_01234-orbit_4",
386
  "scope": {
387
  "context": "High",
 
392
  "score": 0.5,
393
  "seed": 4,
394
  "simulator": "BallDrop",
395
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
396
  },
397
  {
398
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
399
  "question_id": "frost_01234-orbit_0",
400
  "scope": {
401
  "context": "High",
 
406
  "score": 0.6,
407
  "seed": 0,
408
  "simulator": "BounceBall",
409
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
410
  },
411
  {
412
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
413
  "question_id": "frost_01234-orbit_1",
414
  "scope": {
415
  "context": "High",
 
420
  "score": 0.4,
421
  "seed": 1,
422
  "simulator": "BounceBall",
423
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
424
  },
425
  {
426
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
427
  "question_id": "frost_01234-orbit_2",
428
  "scope": {
429
  "context": "High",
 
434
  "score": 0.6,
435
  "seed": 2,
436
  "simulator": "BounceBall",
437
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
438
  },
439
  {
440
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
441
  "question_id": "frost_01234-orbit_3",
442
  "scope": {
443
  "context": "High",
 
448
  "score": 0.8,
449
  "seed": 3,
450
  "simulator": "BounceBall",
451
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
452
  },
453
  {
454
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
455
  "question_id": "frost_01234-orbit_4",
456
  "scope": {
457
  "context": "High",
 
462
  "score": 1.0,
463
  "seed": 4,
464
  "simulator": "BounceBall",
465
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
466
  },
467
  {
468
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
469
  "question_id": "frost_01234-orbit_0",
470
  "scope": {
471
  "context": "High",
 
476
  "score": 0.4,
477
  "seed": 0,
478
  "simulator": "MassSlide",
479
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
480
  },
481
  {
482
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
483
  "question_id": "frost_01234-orbit_1",
484
  "scope": {
485
  "context": "High",
 
490
  "score": 0.9,
491
  "seed": 1,
492
  "simulator": "MassSlide",
493
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
494
  },
495
  {
496
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
497
  "question_id": "frost_01234-orbit_2",
498
  "scope": {
499
  "context": "High",
 
504
  "score": 0.5,
505
  "seed": 2,
506
  "simulator": "MassSlide",
507
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
508
  },
509
  {
510
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
511
  "question_id": "frost_01234-orbit_3",
512
  "scope": {
513
  "context": "High",
 
518
  "score": 0.8,
519
  "seed": 3,
520
  "simulator": "MassSlide",
521
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
522
  },
523
  {
524
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
525
  "question_id": "frost_01234-orbit_4",
526
  "scope": {
527
  "context": "High",
 
532
  "score": 0.6,
533
  "seed": 4,
534
  "simulator": "MassSlide",
535
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
536
  },
537
  {
538
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
539
  "question_id": "gentle_01234-orbit_0",
540
  "scope": {
541
  "context": "High",
 
546
  "score": 0.5,
547
  "seed": 0,
548
  "simulator": "BallDrop",
549
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
550
  },
551
  {
552
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
553
  "question_id": "gentle_01234-orbit_1",
554
  "scope": {
555
  "context": "High",
 
560
  "score": 0.3,
561
  "seed": 1,
562
  "simulator": "BallDrop",
563
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
564
  },
565
  {
566
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
567
  "question_id": "gentle_01234-orbit_2",
568
  "scope": {
569
  "context": "High",
 
574
  "score": 0.3,
575
  "seed": 2,
576
  "simulator": "BallDrop",
577
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
578
  },
579
  {
580
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
581
  "question_id": "gentle_01234-orbit_3",
582
  "scope": {
583
  "context": "High",
 
588
  "score": 0.6,
589
  "seed": 3,
590
  "simulator": "BallDrop",
591
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
592
  },
593
  {
594
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
595
  "question_id": "gentle_01234-orbit_4",
596
  "scope": {
597
  "context": "High",
 
602
  "score": 0.6,
603
  "seed": 4,
604
  "simulator": "BallDrop",
605
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
606
  },
607
  {
608
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
609
  "question_id": "gentle_01234-orbit_0",
610
  "scope": {
611
  "context": "High",
 
616
  "score": 0.7,
617
  "seed": 0,
618
  "simulator": "BounceBall",
619
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
620
  },
621
  {
622
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
623
  "question_id": "gentle_01234-orbit_1",
624
  "scope": {
625
  "context": "High",
 
630
  "score": 0.4,
631
  "seed": 1,
632
  "simulator": "BounceBall",
633
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
634
  },
635
  {
636
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
637
  "question_id": "gentle_01234-orbit_2",
638
  "scope": {
639
  "context": "High",
 
644
  "score": 0.6,
645
  "seed": 2,
646
  "simulator": "BounceBall",
647
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
648
  },
649
  {
650
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
651
  "question_id": "gentle_01234-orbit_3",
652
  "scope": {
653
  "context": "High",
 
658
  "score": 0.7,
659
  "seed": 3,
660
  "simulator": "BounceBall",
661
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
662
  },
663
  {
664
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
665
  "question_id": "gentle_01234-orbit_4",
666
  "scope": {
667
  "context": "High",
 
672
  "score": 0.1,
673
  "seed": 4,
674
  "simulator": "BounceBall",
675
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
676
  },
677
  {
678
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
679
  "question_id": "gentle_01234-orbit_0",
680
  "scope": {
681
  "context": "High",
 
686
  "score": 0.5,
687
  "seed": 0,
688
  "simulator": "MassSlide",
689
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
690
  },
691
  {
692
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
693
  "question_id": "gentle_01234-orbit_1",
694
  "scope": {
695
  "context": "High",
 
700
  "score": 0.7,
701
  "seed": 1,
702
  "simulator": "MassSlide",
703
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
704
  },
705
  {
706
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
707
  "question_id": "gentle_01234-orbit_2",
708
  "scope": {
709
  "context": "High",
 
714
  "score": 0.8,
715
  "seed": 2,
716
  "simulator": "MassSlide",
717
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
718
  },
719
  {
720
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
721
  "question_id": "gentle_01234-orbit_3",
722
  "scope": {
723
  "context": "High",
 
728
  "score": 0.7,
729
  "seed": 3,
730
  "simulator": "MassSlide",
731
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
732
  },
733
  {
734
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
735
  "question_id": "gentle_01234-orbit_4",
736
  "scope": {
737
  "context": "High",
 
742
  "score": 0.7,
743
  "seed": 4,
744
  "simulator": "MassSlide",
745
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
746
  },
747
  {
748
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
749
  "question_id": "gentle_01234-tide_0",
750
  "scope": {
751
  "context": "None",
 
756
  "score": 0.2,
757
  "seed": 0,
758
  "simulator": "BallDrop",
759
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
760
  },
761
  {
762
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
763
  "question_id": "gentle_01234-tide_1",
764
  "scope": {
765
  "context": "None",
 
770
  "score": 0.1,
771
  "seed": 1,
772
  "simulator": "BallDrop",
773
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
774
  },
775
  {
776
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
777
  "question_id": "gentle_01234-tide_2",
778
  "scope": {
779
  "context": "None",
 
784
  "score": 0.3,
785
  "seed": 2,
786
  "simulator": "BallDrop",
787
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
788
  },
789
  {
790
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
791
  "question_id": "gentle_01234-tide_3",
792
  "scope": {
793
  "context": "None",
 
798
  "score": 0.4,
799
  "seed": 3,
800
  "simulator": "BallDrop",
801
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
802
  },
803
  {
804
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
805
  "question_id": "gentle_01234-tide_4",
806
  "scope": {
807
  "context": "None",
 
812
  "score": 0.2,
813
  "seed": 4,
814
  "simulator": "BallDrop",
815
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
816
  },
817
  {
818
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
819
  "question_id": "gentle_01234-tide_0",
820
  "scope": {
821
  "context": "None",
 
826
  "score": 0.1,
827
  "seed": 0,
828
  "simulator": "BounceBall",
829
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
830
  },
831
  {
832
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
833
  "question_id": "gentle_01234-tide_1",
834
  "scope": {
835
  "context": "None",
 
840
  "score": 0.4,
841
  "seed": 1,
842
  "simulator": "BounceBall",
843
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
844
  },
845
  {
846
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
847
  "question_id": "gentle_01234-tide_2",
848
  "scope": {
849
  "context": "None",
 
854
  "score": 0.3,
855
  "seed": 2,
856
  "simulator": "BounceBall",
857
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
858
  },
859
  {
860
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
861
  "question_id": "gentle_01234-tide_3",
862
  "scope": {
863
  "context": "None",
 
868
  "score": 0.1,
869
  "seed": 3,
870
  "simulator": "BounceBall",
871
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
872
  },
873
  {
874
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
875
  "question_id": "gentle_01234-tide_4",
876
  "scope": {
877
  "context": "None",
 
882
  "score": 0.6,
883
  "seed": 4,
884
  "simulator": "BounceBall",
885
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
886
  },
887
  {
888
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
889
  "question_id": "gentle_01234-tide_0",
890
  "scope": {
891
  "context": "None",
 
896
  "score": 0.7,
897
  "seed": 0,
898
  "simulator": "MassSlide",
899
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
900
  },
901
  {
902
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
903
  "question_id": "gentle_01234-tide_1",
904
  "scope": {
905
  "context": "None",
 
910
  "score": 0.5,
911
  "seed": 1,
912
  "simulator": "MassSlide",
913
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
914
  },
915
  {
916
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
917
  "question_id": "gentle_01234-tide_2",
918
  "scope": {
919
  "context": "None",
 
924
  "score": 0.3,
925
  "seed": 2,
926
  "simulator": "MassSlide",
927
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
928
  },
929
  {
930
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
931
  "question_id": "gentle_01234-tide_3",
932
  "scope": {
933
  "context": "None",
 
938
  "score": 0.4,
939
  "seed": 3,
940
  "simulator": "MassSlide",
941
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
942
  },
943
  {
944
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
945
  "question_id": "gentle_01234-tide_4",
946
  "scope": {
947
  "context": "None",
 
952
  "score": 0.6,
953
  "seed": 4,
954
  "simulator": "MassSlide",
955
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
956
  },
957
  {
958
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
959
  "question_id": "gentle_01234-flame_0",
960
  "scope": {
961
  "context": "High",
 
966
  "score": 0.8,
967
  "seed": 0,
968
  "simulator": "BallDrop",
969
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
970
  },
971
  {
972
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
973
  "question_id": "gentle_01234-flame_1",
974
  "scope": {
975
  "context": "High",
 
980
  "score": 0.6,
981
  "seed": 1,
982
  "simulator": "BallDrop",
983
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
984
  },
985
  {
986
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
987
  "question_id": "gentle_01234-flame_2",
988
  "scope": {
989
  "context": "High",
 
994
  "score": 0.4,
995
  "seed": 2,
996
  "simulator": "BallDrop",
997
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
998
  },
999
  {
1000
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1001
  "question_id": "gentle_01234-flame_3",
1002
  "scope": {
1003
  "context": "High",
 
1008
  "score": 0.9,
1009
  "seed": 3,
1010
  "simulator": "BallDrop",
1011
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1012
  },
1013
  {
1014
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1015
  "question_id": "gentle_01234-flame_4",
1016
  "scope": {
1017
  "context": "High",
 
1022
  "score": 0.9,
1023
  "seed": 4,
1024
  "simulator": "BallDrop",
1025
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1026
  },
1027
  {
1028
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1029
  "question_id": "gentle_01234-flame_0",
1030
  "scope": {
1031
  "context": "High",
 
1036
  "score": 0.6,
1037
  "seed": 0,
1038
  "simulator": "BounceBall",
1039
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1040
  },
1041
  {
1042
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1043
  "question_id": "gentle_01234-flame_1",
1044
  "scope": {
1045
  "context": "High",
 
1050
  "score": 0.9,
1051
  "seed": 1,
1052
  "simulator": "BounceBall",
1053
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1054
  },
1055
  {
1056
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1057
  "question_id": "gentle_01234-flame_2",
1058
  "scope": {
1059
  "context": "High",
 
1064
  "score": 0.8,
1065
  "seed": 2,
1066
  "simulator": "BounceBall",
1067
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1068
  },
1069
  {
1070
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1071
  "question_id": "gentle_01234-flame_3",
1072
  "scope": {
1073
  "context": "High",
 
1078
  "score": 0.5,
1079
  "seed": 3,
1080
  "simulator": "BounceBall",
1081
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1082
  },
1083
  {
1084
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1085
  "question_id": "gentle_01234-flame_4",
1086
  "scope": {
1087
  "context": "High",
 
1092
  "score": 0.8,
1093
  "seed": 4,
1094
  "simulator": "BounceBall",
1095
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1096
  },
1097
  {
1098
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1099
  "question_id": "gentle_01234-flame_0",
1100
  "scope": {
1101
  "context": "High",
 
1106
  "score": 0.7,
1107
  "seed": 0,
1108
  "simulator": "MassSlide",
1109
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1110
  },
1111
  {
1112
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1113
  "question_id": "gentle_01234-flame_1",
1114
  "scope": {
1115
  "context": "High",
 
1120
  "score": 0.7,
1121
  "seed": 1,
1122
  "simulator": "MassSlide",
1123
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1124
  },
1125
  {
1126
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1127
  "question_id": "gentle_01234-flame_2",
1128
  "scope": {
1129
  "context": "High",
 
1134
  "score": 0.9,
1135
  "seed": 2,
1136
  "simulator": "MassSlide",
1137
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1138
  },
1139
  {
1140
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1141
  "question_id": "gentle_01234-flame_3",
1142
  "scope": {
1143
  "context": "High",
 
1148
  "score": 0.7,
1149
  "seed": 3,
1150
  "simulator": "MassSlide",
1151
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1152
  },
1153
  {
1154
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1155
  "question_id": "gentle_01234-flame_4",
1156
  "scope": {
1157
  "context": "High",
 
1162
  "score": 0.8,
1163
  "seed": 4,
1164
  "simulator": "MassSlide",
1165
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1166
  },
1167
  {
1168
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1169
  "question_id": "frost_01234-pine_0",
1170
  "scope": {
1171
  "context": "High",
 
1176
  "score": 0.6,
1177
  "seed": 0,
1178
  "simulator": "BallDrop",
1179
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1180
  },
1181
  {
1182
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1183
  "question_id": "frost_01234-pine_1",
1184
  "scope": {
1185
  "context": "High",
 
1190
  "score": 0.7,
1191
  "seed": 1,
1192
  "simulator": "BallDrop",
1193
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1194
  },
1195
  {
1196
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1197
  "question_id": "frost_01234-pine_2",
1198
  "scope": {
1199
  "context": "High",
 
1204
  "score": 0.9,
1205
  "seed": 2,
1206
  "simulator": "BallDrop",
1207
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1208
  },
1209
  {
1210
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1211
  "question_id": "frost_01234-pine_3",
1212
  "scope": {
1213
  "context": "High",
 
1218
  "score": 0.9,
1219
  "seed": 3,
1220
  "simulator": "BallDrop",
1221
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1222
  },
1223
  {
1224
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1225
  "question_id": "frost_01234-pine_4",
1226
  "scope": {
1227
  "context": "High",
 
1232
  "score": 0.7,
1233
  "seed": 4,
1234
  "simulator": "BallDrop",
1235
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1236
  },
1237
  {
1238
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1239
  "question_id": "frost_01234-pine_0",
1240
  "scope": {
1241
  "context": "High",
 
1246
  "score": 0.3,
1247
  "seed": 0,
1248
  "simulator": "BounceBall",
1249
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1250
  },
1251
  {
1252
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1253
  "question_id": "frost_01234-pine_1",
1254
  "scope": {
1255
  "context": "High",
 
1260
  "score": 0.4,
1261
  "seed": 1,
1262
  "simulator": "BounceBall",
1263
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1264
  },
1265
  {
1266
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1267
  "question_id": "frost_01234-pine_2",
1268
  "scope": {
1269
  "context": "High",
 
1274
  "score": 0.3,
1275
  "seed": 2,
1276
  "simulator": "BounceBall",
1277
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1278
  },
1279
  {
1280
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1281
  "question_id": "frost_01234-pine_3",
1282
  "scope": {
1283
  "context": "High",
 
1288
  "score": 0.7,
1289
  "seed": 3,
1290
  "simulator": "BounceBall",
1291
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1292
  },
1293
  {
1294
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1295
  "question_id": "frost_01234-pine_4",
1296
  "scope": {
1297
  "context": "High",
 
1302
  "score": 0.5,
1303
  "seed": 4,
1304
  "simulator": "BounceBall",
1305
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1306
  },
1307
  {
1308
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1309
  "question_id": "frost_01234-pine_0",
1310
  "scope": {
1311
  "context": "High",
 
1316
  "score": 1.0,
1317
  "seed": 0,
1318
  "simulator": "MassSlide",
1319
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1320
  },
1321
  {
1322
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1323
  "question_id": "frost_01234-pine_1",
1324
  "scope": {
1325
  "context": "High",
 
1330
  "score": 0.5,
1331
  "seed": 1,
1332
  "simulator": "MassSlide",
1333
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1334
  },
1335
  {
1336
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1337
  "question_id": "frost_01234-pine_2",
1338
  "scope": {
1339
  "context": "High",
 
1344
  "score": 0.6,
1345
  "seed": 2,
1346
  "simulator": "MassSlide",
1347
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1348
  },
1349
  {
1350
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1351
  "question_id": "frost_01234-pine_3",
1352
  "scope": {
1353
  "context": "High",
 
1358
  "score": 0.7,
1359
  "seed": 3,
1360
  "simulator": "MassSlide",
1361
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1362
  },
1363
  {
1364
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1365
  "question_id": "frost_01234-pine_4",
1366
  "scope": {
1367
  "context": "High",
 
1372
  "score": 0.9,
1373
  "seed": 4,
1374
  "simulator": "MassSlide",
1375
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1376
  },
1377
  {
1378
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1379
  "question_id": "gentle_01234-pine_0",
1380
  "scope": {
1381
  "context": "High",
 
1386
  "score": 0.6,
1387
  "seed": 0,
1388
  "simulator": "BallDrop",
1389
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1390
  },
1391
  {
1392
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1393
  "question_id": "gentle_01234-pine_1",
1394
  "scope": {
1395
  "context": "High",
 
1400
  "score": 0.6,
1401
  "seed": 1,
1402
  "simulator": "BallDrop",
1403
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1404
  },
1405
  {
1406
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1407
  "question_id": "gentle_01234-pine_2",
1408
  "scope": {
1409
  "context": "High",
 
1414
  "score": 0.6,
1415
  "seed": 2,
1416
  "simulator": "BallDrop",
1417
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1418
  },
1419
  {
1420
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1421
  "question_id": "gentle_01234-pine_3",
1422
  "scope": {
1423
  "context": "High",
 
1428
  "score": 0.1,
1429
  "seed": 3,
1430
  "simulator": "BallDrop",
1431
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1432
  },
1433
  {
1434
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1435
  "question_id": "gentle_01234-pine_4",
1436
  "scope": {
1437
  "context": "High",
 
1442
  "score": 0.3,
1443
  "seed": 4,
1444
  "simulator": "BallDrop",
1445
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1446
  },
1447
  {
1448
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1449
  "question_id": "gentle_01234-pine_0",
1450
  "scope": {
1451
  "context": "High",
 
1456
  "score": 0.9,
1457
  "seed": 0,
1458
  "simulator": "BounceBall",
1459
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1460
  },
1461
  {
1462
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1463
  "question_id": "gentle_01234-pine_1",
1464
  "scope": {
1465
  "context": "High",
 
1470
  "score": 0.8,
1471
  "seed": 1,
1472
  "simulator": "BounceBall",
1473
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1474
  },
1475
  {
1476
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1477
  "question_id": "gentle_01234-pine_2",
1478
  "scope": {
1479
  "context": "High",
 
1484
  "score": 0.3,
1485
  "seed": 2,
1486
  "simulator": "BounceBall",
1487
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1488
  },
1489
  {
1490
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1491
  "question_id": "gentle_01234-pine_3",
1492
  "scope": {
1493
  "context": "High",
 
1498
  "score": 0.3,
1499
  "seed": 3,
1500
  "simulator": "BounceBall",
1501
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1502
  },
1503
  {
1504
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1505
  "question_id": "gentle_01234-pine_4",
1506
  "scope": {
1507
  "context": "High",
 
1512
  "score": 0.2,
1513
  "seed": 4,
1514
  "simulator": "BounceBall",
1515
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1516
  },
1517
  {
1518
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1519
  "question_id": "gentle_01234-pine_0",
1520
  "scope": {
1521
  "context": "High",
 
1526
  "score": 0.7,
1527
  "seed": 0,
1528
  "simulator": "MassSlide",
1529
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1530
  },
1531
  {
1532
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1533
  "question_id": "gentle_01234-pine_1",
1534
  "scope": {
1535
  "context": "High",
 
1540
  "score": 0.6,
1541
  "seed": 1,
1542
  "simulator": "MassSlide",
1543
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1544
  },
1545
  {
1546
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1547
  "question_id": "gentle_01234-pine_2",
1548
  "scope": {
1549
  "context": "High",
 
1554
  "score": 0.9,
1555
  "seed": 2,
1556
  "simulator": "MassSlide",
1557
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1558
  },
1559
  {
1560
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1561
  "question_id": "gentle_01234-pine_3",
1562
  "scope": {
1563
  "context": "High",
 
1568
  "score": 0.8,
1569
  "seed": 3,
1570
  "simulator": "MassSlide",
1571
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1572
  },
1573
  {
1574
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1575
  "question_id": "gentle_01234-pine_4",
1576
  "scope": {
1577
  "context": "High",
 
1582
  "score": 0.7,
1583
  "seed": 4,
1584
  "simulator": "MassSlide",
1585
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1586
  },
1587
  {
1588
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1589
  "question_id": "gentle_01234-harbor_0",
1590
  "scope": {
1591
  "context": "None",
 
1596
  "score": 0.2,
1597
  "seed": 0,
1598
  "simulator": "BallDrop",
1599
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1600
  },
1601
  {
1602
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1603
  "question_id": "gentle_01234-harbor_1",
1604
  "scope": {
1605
  "context": "None",
 
1610
  "score": 0.2,
1611
  "seed": 1,
1612
  "simulator": "BallDrop",
1613
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1614
  },
1615
  {
1616
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1617
  "question_id": "gentle_01234-harbor_2",
1618
  "scope": {
1619
  "context": "None",
 
1624
  "score": 0.2,
1625
  "seed": 2,
1626
  "simulator": "BallDrop",
1627
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1628
  },
1629
  {
1630
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1631
  "question_id": "gentle_01234-harbor_3",
1632
  "scope": {
1633
  "context": "None",
 
1638
  "score": 0.3,
1639
  "seed": 3,
1640
  "simulator": "BallDrop",
1641
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1642
  },
1643
  {
1644
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1645
  "question_id": "gentle_01234-harbor_4",
1646
  "scope": {
1647
  "context": "None",
 
1652
  "score": 0.2,
1653
  "seed": 4,
1654
  "simulator": "BallDrop",
1655
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1656
  },
1657
  {
1658
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1659
  "question_id": "gentle_01234-harbor_0",
1660
  "scope": {
1661
  "context": "None",
 
1666
  "score": 0.1,
1667
  "seed": 0,
1668
  "simulator": "BounceBall",
1669
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1670
  },
1671
  {
1672
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1673
  "question_id": "gentle_01234-harbor_1",
1674
  "scope": {
1675
  "context": "None",
 
1680
  "score": 0.3,
1681
  "seed": 1,
1682
  "simulator": "BounceBall",
1683
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1684
  },
1685
  {
1686
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1687
  "question_id": "gentle_01234-harbor_2",
1688
  "scope": {
1689
  "context": "None",
 
1694
  "score": 0.2,
1695
  "seed": 2,
1696
  "simulator": "BounceBall",
1697
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1698
  },
1699
  {
1700
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1701
  "question_id": "gentle_01234-harbor_3",
1702
  "scope": {
1703
  "context": "None",
 
1708
  "score": 0.2,
1709
  "seed": 3,
1710
  "simulator": "BounceBall",
1711
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1712
  },
1713
  {
1714
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1715
  "question_id": "gentle_01234-harbor_4",
1716
  "scope": {
1717
  "context": "None",
 
1722
  "score": 0.2,
1723
  "seed": 4,
1724
  "simulator": "BounceBall",
1725
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1726
  },
1727
  {
1728
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1729
  "question_id": "gentle_01234-harbor_0",
1730
  "scope": {
1731
  "context": "None",
 
1736
  "score": 0.9,
1737
  "seed": 0,
1738
  "simulator": "MassSlide",
1739
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1740
  },
1741
  {
1742
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1743
  "question_id": "gentle_01234-harbor_1",
1744
  "scope": {
1745
  "context": "None",
 
1750
  "score": 0.6,
1751
  "seed": 1,
1752
  "simulator": "MassSlide",
1753
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1754
  },
1755
  {
1756
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1757
  "question_id": "gentle_01234-harbor_2",
1758
  "scope": {
1759
  "context": "None",
 
1764
  "score": 0.4,
1765
  "seed": 2,
1766
  "simulator": "MassSlide",
1767
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1768
  },
1769
  {
1770
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1771
  "question_id": "gentle_01234-harbor_3",
1772
  "scope": {
1773
  "context": "None",
 
1778
  "score": 0.3,
1779
  "seed": 3,
1780
  "simulator": "MassSlide",
1781
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1782
  },
1783
  {
1784
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1785
  "question_id": "gentle_01234-harbor_4",
1786
  "scope": {
1787
  "context": "None",
 
1792
  "score": 0.4,
1793
  "seed": 4,
1794
  "simulator": "MassSlide",
1795
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1796
  },
1797
  {
1798
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1799
  "question_id": "gentle_01234-cloud_0",
1800
  "scope": {
1801
  "context": "High",
 
1806
  "score": 0.7,
1807
  "seed": 0,
1808
  "simulator": "BallDrop",
1809
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1810
  },
1811
  {
1812
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1813
  "question_id": "gentle_01234-cloud_1",
1814
  "scope": {
1815
  "context": "High",
 
1820
  "score": 0.5,
1821
  "seed": 1,
1822
  "simulator": "BallDrop",
1823
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1824
  },
1825
  {
1826
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1827
  "question_id": "gentle_01234-cloud_2",
1828
  "scope": {
1829
  "context": "High",
 
1834
  "score": 0.5,
1835
  "seed": 2,
1836
  "simulator": "BallDrop",
1837
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1838
  },
1839
  {
1840
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1841
  "question_id": "gentle_01234-cloud_3",
1842
  "scope": {
1843
  "context": "High",
 
1848
  "score": 0.9,
1849
  "seed": 3,
1850
  "simulator": "BallDrop",
1851
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1852
  },
1853
  {
1854
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1855
  "question_id": "gentle_01234-cloud_4",
1856
  "scope": {
1857
  "context": "High",
 
1862
  "score": 0.8,
1863
  "seed": 4,
1864
  "simulator": "BallDrop",
1865
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1866
  },
1867
  {
1868
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1869
  "question_id": "gentle_01234-cloud_0",
1870
  "scope": {
1871
  "context": "High",
 
1876
  "score": 0.9,
1877
  "seed": 0,
1878
  "simulator": "BounceBall",
1879
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1880
  },
1881
  {
1882
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1883
  "question_id": "gentle_01234-cloud_1",
1884
  "scope": {
1885
  "context": "High",
 
1890
  "score": 1.0,
1891
  "seed": 1,
1892
  "simulator": "BounceBall",
1893
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1894
  },
1895
  {
1896
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1897
  "question_id": "gentle_01234-cloud_2",
1898
  "scope": {
1899
  "context": "High",
 
1904
  "score": 0.9,
1905
  "seed": 2,
1906
  "simulator": "BounceBall",
1907
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1908
  },
1909
  {
1910
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1911
  "question_id": "gentle_01234-cloud_3",
1912
  "scope": {
1913
  "context": "High",
 
1918
  "score": 0.8,
1919
  "seed": 3,
1920
  "simulator": "BounceBall",
1921
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1922
  },
1923
  {
1924
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1925
  "question_id": "gentle_01234-cloud_4",
1926
  "scope": {
1927
  "context": "High",
 
1932
  "score": 1.0,
1933
  "seed": 4,
1934
  "simulator": "BounceBall",
1935
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1936
  },
1937
  {
1938
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1939
  "question_id": "gentle_01234-cloud_0",
1940
  "scope": {
1941
  "context": "High",
 
1946
  "score": 0.7,
1947
  "seed": 0,
1948
  "simulator": "MassSlide",
1949
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1950
  },
1951
  {
1952
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1953
  "question_id": "gentle_01234-cloud_1",
1954
  "scope": {
1955
  "context": "High",
 
1960
  "score": 0.6,
1961
  "seed": 1,
1962
  "simulator": "MassSlide",
1963
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1964
  },
1965
  {
1966
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1967
  "question_id": "gentle_01234-cloud_2",
1968
  "scope": {
1969
  "context": "High",
 
1974
  "score": 0.8,
1975
  "seed": 2,
1976
  "simulator": "MassSlide",
1977
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1978
  },
1979
  {
1980
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1981
  "question_id": "gentle_01234-cloud_3",
1982
  "scope": {
1983
  "context": "High",
 
1988
  "score": 0.6,
1989
  "seed": 3,
1990
  "simulator": "MassSlide",
1991
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
1992
  },
1993
  {
1994
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
1995
  "question_id": "gentle_01234-cloud_4",
1996
  "scope": {
1997
  "context": "High",
 
2002
  "score": 0.7,
2003
  "seed": 4,
2004
  "simulator": "MassSlide",
2005
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2006
+ },
2007
+ {
2008
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2009
+ "question_id": "frost_01234-anchor_0",
2010
+ "scope": {
2011
+ "context": "High",
2012
+ "examples": "None",
2013
+ "noise": "None",
2014
+ "task_mode": "Direct"
2015
+ },
2016
+ "score": 1.0,
2017
+ "seed": 0,
2018
+ "simulator": "BallDrop",
2019
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2020
+ },
2021
+ {
2022
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2023
+ "question_id": "frost_01234-anchor_1",
2024
+ "scope": {
2025
+ "context": "High",
2026
+ "examples": "None",
2027
+ "noise": "None",
2028
+ "task_mode": "Direct"
2029
+ },
2030
+ "score": 1.0,
2031
+ "seed": 1,
2032
+ "simulator": "BallDrop",
2033
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2034
+ },
2035
+ {
2036
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2037
+ "question_id": "frost_01234-anchor_2",
2038
+ "scope": {
2039
+ "context": "High",
2040
+ "examples": "None",
2041
+ "noise": "None",
2042
+ "task_mode": "Direct"
2043
+ },
2044
+ "score": 1.0,
2045
+ "seed": 2,
2046
+ "simulator": "BallDrop",
2047
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2048
+ },
2049
+ {
2050
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2051
+ "question_id": "frost_01234-anchor_3",
2052
+ "scope": {
2053
+ "context": "High",
2054
+ "examples": "None",
2055
+ "noise": "None",
2056
+ "task_mode": "Direct"
2057
+ },
2058
+ "score": 1.0,
2059
+ "seed": 3,
2060
+ "simulator": "BallDrop",
2061
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2062
+ },
2063
+ {
2064
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2065
+ "question_id": "frost_01234-anchor_4",
2066
+ "scope": {
2067
+ "context": "High",
2068
+ "examples": "None",
2069
+ "noise": "None",
2070
+ "task_mode": "Direct"
2071
+ },
2072
+ "score": 1.0,
2073
+ "seed": 4,
2074
+ "simulator": "BallDrop",
2075
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2076
+ },
2077
+ {
2078
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2079
+ "question_id": "frost_01234-anchor_0",
2080
+ "scope": {
2081
+ "context": "High",
2082
+ "examples": "None",
2083
+ "noise": "None",
2084
+ "task_mode": "Direct"
2085
+ },
2086
+ "score": 1.0,
2087
+ "seed": 0,
2088
+ "simulator": "BounceBall",
2089
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2090
+ },
2091
+ {
2092
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2093
+ "question_id": "frost_01234-anchor_1",
2094
+ "scope": {
2095
+ "context": "High",
2096
+ "examples": "None",
2097
+ "noise": "None",
2098
+ "task_mode": "Direct"
2099
+ },
2100
+ "score": 1.0,
2101
+ "seed": 1,
2102
+ "simulator": "BounceBall",
2103
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2104
+ },
2105
+ {
2106
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2107
+ "question_id": "frost_01234-anchor_2",
2108
+ "scope": {
2109
+ "context": "High",
2110
+ "examples": "None",
2111
+ "noise": "None",
2112
+ "task_mode": "Direct"
2113
+ },
2114
+ "score": 0.9,
2115
+ "seed": 2,
2116
+ "simulator": "BounceBall",
2117
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2118
+ },
2119
+ {
2120
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2121
+ "question_id": "frost_01234-anchor_3",
2122
+ "scope": {
2123
+ "context": "High",
2124
+ "examples": "None",
2125
+ "noise": "None",
2126
+ "task_mode": "Direct"
2127
+ },
2128
+ "score": 1.0,
2129
+ "seed": 3,
2130
+ "simulator": "BounceBall",
2131
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2132
+ },
2133
+ {
2134
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2135
+ "question_id": "frost_01234-anchor_4",
2136
+ "scope": {
2137
+ "context": "High",
2138
+ "examples": "None",
2139
+ "noise": "None",
2140
+ "task_mode": "Direct"
2141
+ },
2142
+ "score": 1.0,
2143
+ "seed": 4,
2144
+ "simulator": "BounceBall",
2145
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2146
+ },
2147
+ {
2148
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2149
+ "question_id": "frost_01234-anchor_0",
2150
+ "scope": {
2151
+ "context": "High",
2152
+ "examples": "None",
2153
+ "noise": "None",
2154
+ "task_mode": "Direct"
2155
+ },
2156
+ "score": 1.0,
2157
+ "seed": 0,
2158
+ "simulator": "MassSlide",
2159
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2160
+ },
2161
+ {
2162
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2163
+ "question_id": "frost_01234-anchor_1",
2164
+ "scope": {
2165
+ "context": "High",
2166
+ "examples": "None",
2167
+ "noise": "None",
2168
+ "task_mode": "Direct"
2169
+ },
2170
+ "score": 0.9,
2171
+ "seed": 1,
2172
+ "simulator": "MassSlide",
2173
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2174
+ },
2175
+ {
2176
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2177
+ "question_id": "frost_01234-anchor_2",
2178
+ "scope": {
2179
+ "context": "High",
2180
+ "examples": "None",
2181
+ "noise": "None",
2182
+ "task_mode": "Direct"
2183
+ },
2184
+ "score": 0.9,
2185
+ "seed": 2,
2186
+ "simulator": "MassSlide",
2187
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2188
+ },
2189
+ {
2190
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2191
+ "question_id": "frost_01234-anchor_3",
2192
+ "scope": {
2193
+ "context": "High",
2194
+ "examples": "None",
2195
+ "noise": "None",
2196
+ "task_mode": "Direct"
2197
+ },
2198
+ "score": 0.7,
2199
+ "seed": 3,
2200
+ "simulator": "MassSlide",
2201
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2202
+ },
2203
+ {
2204
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip",
2205
+ "question_id": "frost_01234-anchor_4",
2206
+ "scope": {
2207
+ "context": "High",
2208
+ "examples": "None",
2209
+ "noise": "None",
2210
+ "task_mode": "Direct"
2211
+ },
2212
+ "score": 0.8,
2213
+ "seed": 4,
2214
+ "simulator": "MassSlide",
2215
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gemini-3-1-pro-high.zip"
2216
  }
2217
  ],
2218
  "seed_coverage": {
 
2243
  "required_seeds_per_simulator": 5
2244
  },
2245
  "submission_id": "gemini-3-1-pro-high",
2246
+ "submitter": "TraceBench"
2247
  }
website/submissions/gpt-5-5-codex-high.json CHANGED
@@ -1,5 +1,12 @@
1
  {
2
  "agent": "gpt-5.5",
 
 
 
 
 
 
 
3
  "canonical_score": 0.853,
4
  "condition_results": [
5
  {
@@ -273,18 +280,52 @@
273
  4
274
  ]
275
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  }
277
  ],
278
  "date": "2026-05-06",
279
  "downloads": {
280
- "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark",
281
- "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
282
- "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
283
  },
284
  "model": "gpt-5.5",
285
  "per_seed_results": [
286
  {
287
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
288
  "question_id": "frost_01234-orbit_0",
289
  "scope": {
290
  "context": "High",
@@ -295,10 +336,10 @@
295
  "score": 0.9,
296
  "seed": 0,
297
  "simulator": "BallDrop",
298
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
299
  },
300
  {
301
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
302
  "question_id": "frost_01234-orbit_1",
303
  "scope": {
304
  "context": "High",
@@ -309,10 +350,10 @@
309
  "score": 0.9,
310
  "seed": 1,
311
  "simulator": "BallDrop",
312
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
313
  },
314
  {
315
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
316
  "question_id": "frost_01234-orbit_2",
317
  "scope": {
318
  "context": "High",
@@ -323,10 +364,10 @@
323
  "score": 0.9,
324
  "seed": 2,
325
  "simulator": "BallDrop",
326
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
327
  },
328
  {
329
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
330
  "question_id": "frost_01234-orbit_3",
331
  "scope": {
332
  "context": "High",
@@ -337,10 +378,10 @@
337
  "score": 0.9,
338
  "seed": 3,
339
  "simulator": "BallDrop",
340
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
341
  },
342
  {
343
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
344
  "question_id": "frost_01234-orbit_4",
345
  "scope": {
346
  "context": "High",
@@ -351,10 +392,10 @@
351
  "score": 0.8,
352
  "seed": 4,
353
  "simulator": "BallDrop",
354
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
355
  },
356
  {
357
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
358
  "question_id": "frost_01234-orbit_0",
359
  "scope": {
360
  "context": "High",
@@ -365,10 +406,10 @@
365
  "score": 0.8,
366
  "seed": 0,
367
  "simulator": "BounceBall",
368
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
369
  },
370
  {
371
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
372
  "question_id": "frost_01234-orbit_1",
373
  "scope": {
374
  "context": "High",
@@ -379,10 +420,10 @@
379
  "score": 0.6,
380
  "seed": 1,
381
  "simulator": "BounceBall",
382
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
383
  },
384
  {
385
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
386
  "question_id": "frost_01234-orbit_2",
387
  "scope": {
388
  "context": "High",
@@ -393,10 +434,10 @@
393
  "score": 0.9,
394
  "seed": 2,
395
  "simulator": "BounceBall",
396
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
397
  },
398
  {
399
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
400
  "question_id": "frost_01234-orbit_3",
401
  "scope": {
402
  "context": "High",
@@ -407,10 +448,10 @@
407
  "score": 0.8,
408
  "seed": 3,
409
  "simulator": "BounceBall",
410
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
411
  },
412
  {
413
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
414
  "question_id": "frost_01234-orbit_4",
415
  "scope": {
416
  "context": "High",
@@ -421,10 +462,10 @@
421
  "score": 0.5,
422
  "seed": 4,
423
  "simulator": "BounceBall",
424
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
425
  },
426
  {
427
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
428
  "question_id": "frost_01234-orbit_0",
429
  "scope": {
430
  "context": "High",
@@ -435,10 +476,10 @@
435
  "score": 1.0,
436
  "seed": 0,
437
  "simulator": "MassSlide",
438
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
439
  },
440
  {
441
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
442
  "question_id": "frost_01234-orbit_1",
443
  "scope": {
444
  "context": "High",
@@ -449,10 +490,10 @@
449
  "score": 1.0,
450
  "seed": 1,
451
  "simulator": "MassSlide",
452
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
453
  },
454
  {
455
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
456
  "question_id": "frost_01234-orbit_2",
457
  "scope": {
458
  "context": "High",
@@ -463,10 +504,10 @@
463
  "score": 1.0,
464
  "seed": 2,
465
  "simulator": "MassSlide",
466
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
467
  },
468
  {
469
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
470
  "question_id": "frost_01234-orbit_3",
471
  "scope": {
472
  "context": "High",
@@ -477,10 +518,10 @@
477
  "score": 0.7,
478
  "seed": 3,
479
  "simulator": "MassSlide",
480
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
481
  },
482
  {
483
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
484
  "question_id": "frost_01234-orbit_4",
485
  "scope": {
486
  "context": "High",
@@ -491,10 +532,10 @@
491
  "score": 1.0,
492
  "seed": 4,
493
  "simulator": "MassSlide",
494
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
495
  },
496
  {
497
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
498
  "question_id": "gentle_01234-orbit_0",
499
  "scope": {
500
  "context": "High",
@@ -505,10 +546,10 @@
505
  "score": 1.0,
506
  "seed": 0,
507
  "simulator": "BallDrop",
508
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
509
  },
510
  {
511
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
512
  "question_id": "gentle_01234-orbit_1",
513
  "scope": {
514
  "context": "High",
@@ -519,10 +560,10 @@
519
  "score": 0.8,
520
  "seed": 1,
521
  "simulator": "BallDrop",
522
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
523
  },
524
  {
525
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
526
  "question_id": "gentle_01234-orbit_2",
527
  "scope": {
528
  "context": "High",
@@ -533,10 +574,10 @@
533
  "score": 0.6,
534
  "seed": 2,
535
  "simulator": "BallDrop",
536
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
537
  },
538
  {
539
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
540
  "question_id": "gentle_01234-orbit_3",
541
  "scope": {
542
  "context": "High",
@@ -547,10 +588,10 @@
547
  "score": 0.9,
548
  "seed": 3,
549
  "simulator": "BallDrop",
550
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
551
  },
552
  {
553
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
554
  "question_id": "gentle_01234-orbit_4",
555
  "scope": {
556
  "context": "High",
@@ -561,10 +602,10 @@
561
  "score": 0.5,
562
  "seed": 4,
563
  "simulator": "BallDrop",
564
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
565
  },
566
  {
567
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
568
  "question_id": "gentle_01234-orbit_0",
569
  "scope": {
570
  "context": "High",
@@ -575,10 +616,10 @@
575
  "score": 0.9,
576
  "seed": 0,
577
  "simulator": "BounceBall",
578
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
579
  },
580
  {
581
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
582
  "question_id": "gentle_01234-orbit_1",
583
  "scope": {
584
  "context": "High",
@@ -589,10 +630,10 @@
589
  "score": 1.0,
590
  "seed": 1,
591
  "simulator": "BounceBall",
592
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
593
  },
594
  {
595
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
596
  "question_id": "gentle_01234-orbit_2",
597
  "scope": {
598
  "context": "High",
@@ -603,10 +644,10 @@
603
  "score": 0.5,
604
  "seed": 2,
605
  "simulator": "BounceBall",
606
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
607
  },
608
  {
609
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
610
  "question_id": "gentle_01234-orbit_3",
611
  "scope": {
612
  "context": "High",
@@ -617,10 +658,10 @@
617
  "score": 0.2,
618
  "seed": 3,
619
  "simulator": "BounceBall",
620
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
621
  },
622
  {
623
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
624
  "question_id": "gentle_01234-orbit_4",
625
  "scope": {
626
  "context": "High",
@@ -631,10 +672,10 @@
631
  "score": 0.6,
632
  "seed": 4,
633
  "simulator": "BounceBall",
634
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
635
  },
636
  {
637
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
638
  "question_id": "gentle_01234-orbit_0",
639
  "scope": {
640
  "context": "High",
@@ -645,10 +686,10 @@
645
  "score": 0.6,
646
  "seed": 0,
647
  "simulator": "MassSlide",
648
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
649
  },
650
  {
651
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
652
  "question_id": "gentle_01234-orbit_1",
653
  "scope": {
654
  "context": "High",
@@ -659,10 +700,10 @@
659
  "score": 1.0,
660
  "seed": 1,
661
  "simulator": "MassSlide",
662
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
663
  },
664
  {
665
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
666
  "question_id": "gentle_01234-orbit_2",
667
  "scope": {
668
  "context": "High",
@@ -673,10 +714,10 @@
673
  "score": 1.0,
674
  "seed": 2,
675
  "simulator": "MassSlide",
676
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
677
  },
678
  {
679
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
680
  "question_id": "gentle_01234-orbit_3",
681
  "scope": {
682
  "context": "High",
@@ -687,10 +728,10 @@
687
  "score": 0.7,
688
  "seed": 3,
689
  "simulator": "MassSlide",
690
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
691
  },
692
  {
693
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
694
  "question_id": "gentle_01234-orbit_4",
695
  "scope": {
696
  "context": "High",
@@ -701,10 +742,10 @@
701
  "score": 0.7,
702
  "seed": 4,
703
  "simulator": "MassSlide",
704
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
705
  },
706
  {
707
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
708
  "question_id": "gentle_01234-tide_0",
709
  "scope": {
710
  "context": "None",
@@ -715,10 +756,10 @@
715
  "score": 0.4,
716
  "seed": 0,
717
  "simulator": "BallDrop",
718
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
719
  },
720
  {
721
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
722
  "question_id": "gentle_01234-tide_1",
723
  "scope": {
724
  "context": "None",
@@ -729,10 +770,10 @@
729
  "score": 0.1,
730
  "seed": 1,
731
  "simulator": "BallDrop",
732
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
733
  },
734
  {
735
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
736
  "question_id": "gentle_01234-tide_2",
737
  "scope": {
738
  "context": "None",
@@ -743,10 +784,10 @@
743
  "score": 0.3,
744
  "seed": 2,
745
  "simulator": "BallDrop",
746
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
747
  },
748
  {
749
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
750
  "question_id": "gentle_01234-tide_3",
751
  "scope": {
752
  "context": "None",
@@ -757,10 +798,10 @@
757
  "score": 0.7,
758
  "seed": 3,
759
  "simulator": "BallDrop",
760
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
761
  },
762
  {
763
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
764
  "question_id": "gentle_01234-tide_4",
765
  "scope": {
766
  "context": "None",
@@ -771,10 +812,10 @@
771
  "score": 0.2,
772
  "seed": 4,
773
  "simulator": "BallDrop",
774
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
775
  },
776
  {
777
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
778
  "question_id": "gentle_01234-tide_0",
779
  "scope": {
780
  "context": "None",
@@ -785,10 +826,10 @@
785
  "score": 0.7,
786
  "seed": 0,
787
  "simulator": "BounceBall",
788
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
789
  },
790
  {
791
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
792
  "question_id": "gentle_01234-tide_1",
793
  "scope": {
794
  "context": "None",
@@ -799,10 +840,10 @@
799
  "score": 0.7,
800
  "seed": 1,
801
  "simulator": "BounceBall",
802
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
803
  },
804
  {
805
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
806
  "question_id": "gentle_01234-tide_2",
807
  "scope": {
808
  "context": "None",
@@ -813,10 +854,10 @@
813
  "score": 0.3,
814
  "seed": 2,
815
  "simulator": "BounceBall",
816
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
817
  },
818
  {
819
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
820
  "question_id": "gentle_01234-tide_3",
821
  "scope": {
822
  "context": "None",
@@ -827,10 +868,10 @@
827
  "score": 0.2,
828
  "seed": 3,
829
  "simulator": "BounceBall",
830
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
831
  },
832
  {
833
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
834
  "question_id": "gentle_01234-tide_4",
835
  "scope": {
836
  "context": "None",
@@ -841,10 +882,10 @@
841
  "score": 0.3,
842
  "seed": 4,
843
  "simulator": "BounceBall",
844
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
845
  },
846
  {
847
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
848
  "question_id": "gentle_01234-tide_0",
849
  "scope": {
850
  "context": "None",
@@ -855,10 +896,10 @@
855
  "score": 0.8,
856
  "seed": 0,
857
  "simulator": "MassSlide",
858
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
859
  },
860
  {
861
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
862
  "question_id": "gentle_01234-tide_1",
863
  "scope": {
864
  "context": "None",
@@ -869,10 +910,10 @@
869
  "score": 0.4,
870
  "seed": 1,
871
  "simulator": "MassSlide",
872
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
873
  },
874
  {
875
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
876
  "question_id": "gentle_01234-tide_2",
877
  "scope": {
878
  "context": "None",
@@ -883,10 +924,10 @@
883
  "score": 0.4,
884
  "seed": 2,
885
  "simulator": "MassSlide",
886
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
887
  },
888
  {
889
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
890
  "question_id": "gentle_01234-tide_3",
891
  "scope": {
892
  "context": "None",
@@ -897,10 +938,10 @@
897
  "score": 0.5,
898
  "seed": 3,
899
  "simulator": "MassSlide",
900
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
901
  },
902
  {
903
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
904
  "question_id": "gentle_01234-tide_4",
905
  "scope": {
906
  "context": "None",
@@ -911,10 +952,10 @@
911
  "score": 0.8,
912
  "seed": 4,
913
  "simulator": "MassSlide",
914
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
915
  },
916
  {
917
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
918
  "question_id": "gentle_01234-flame_0",
919
  "scope": {
920
  "context": "High",
@@ -925,10 +966,10 @@
925
  "score": 0.9,
926
  "seed": 0,
927
  "simulator": "BallDrop",
928
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
929
  },
930
  {
931
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
932
  "question_id": "gentle_01234-flame_1",
933
  "scope": {
934
  "context": "High",
@@ -939,10 +980,10 @@
939
  "score": 0.4,
940
  "seed": 1,
941
  "simulator": "BallDrop",
942
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
943
  },
944
  {
945
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
946
  "question_id": "gentle_01234-flame_2",
947
  "scope": {
948
  "context": "High",
@@ -953,10 +994,10 @@
953
  "score": 1.0,
954
  "seed": 2,
955
  "simulator": "BallDrop",
956
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
957
  },
958
  {
959
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
960
  "question_id": "gentle_01234-flame_3",
961
  "scope": {
962
  "context": "High",
@@ -967,10 +1008,10 @@
967
  "score": 0.9,
968
  "seed": 3,
969
  "simulator": "BallDrop",
970
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
971
  },
972
  {
973
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
974
  "question_id": "gentle_01234-flame_4",
975
  "scope": {
976
  "context": "High",
@@ -981,10 +1022,10 @@
981
  "score": 0.9,
982
  "seed": 4,
983
  "simulator": "BallDrop",
984
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
985
  },
986
  {
987
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
988
  "question_id": "gentle_01234-flame_0",
989
  "scope": {
990
  "context": "High",
@@ -995,10 +1036,10 @@
995
  "score": 0.9,
996
  "seed": 0,
997
  "simulator": "BounceBall",
998
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
999
  },
1000
  {
1001
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1002
  "question_id": "gentle_01234-flame_1",
1003
  "scope": {
1004
  "context": "High",
@@ -1009,10 +1050,10 @@
1009
  "score": 0.9,
1010
  "seed": 1,
1011
  "simulator": "BounceBall",
1012
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1013
  },
1014
  {
1015
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1016
  "question_id": "gentle_01234-flame_2",
1017
  "scope": {
1018
  "context": "High",
@@ -1023,10 +1064,10 @@
1023
  "score": 0.7,
1024
  "seed": 2,
1025
  "simulator": "BounceBall",
1026
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1027
  },
1028
  {
1029
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1030
  "question_id": "gentle_01234-flame_3",
1031
  "scope": {
1032
  "context": "High",
@@ -1037,10 +1078,10 @@
1037
  "score": 0.9,
1038
  "seed": 3,
1039
  "simulator": "BounceBall",
1040
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1041
  },
1042
  {
1043
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1044
  "question_id": "gentle_01234-flame_4",
1045
  "scope": {
1046
  "context": "High",
@@ -1051,10 +1092,10 @@
1051
  "score": 0.9,
1052
  "seed": 4,
1053
  "simulator": "BounceBall",
1054
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1055
  },
1056
  {
1057
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1058
  "question_id": "gentle_01234-flame_0",
1059
  "scope": {
1060
  "context": "High",
@@ -1065,10 +1106,10 @@
1065
  "score": 0.9,
1066
  "seed": 0,
1067
  "simulator": "MassSlide",
1068
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1069
  },
1070
  {
1071
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1072
  "question_id": "gentle_01234-flame_1",
1073
  "scope": {
1074
  "context": "High",
@@ -1079,10 +1120,10 @@
1079
  "score": 1.0,
1080
  "seed": 1,
1081
  "simulator": "MassSlide",
1082
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1083
  },
1084
  {
1085
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1086
  "question_id": "gentle_01234-flame_2",
1087
  "scope": {
1088
  "context": "High",
@@ -1093,10 +1134,10 @@
1093
  "score": 0.8,
1094
  "seed": 2,
1095
  "simulator": "MassSlide",
1096
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1097
  },
1098
  {
1099
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1100
  "question_id": "gentle_01234-flame_3",
1101
  "scope": {
1102
  "context": "High",
@@ -1107,10 +1148,10 @@
1107
  "score": 0.9,
1108
  "seed": 3,
1109
  "simulator": "MassSlide",
1110
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1111
  },
1112
  {
1113
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1114
  "question_id": "gentle_01234-flame_4",
1115
  "scope": {
1116
  "context": "High",
@@ -1121,10 +1162,10 @@
1121
  "score": 0.8,
1122
  "seed": 4,
1123
  "simulator": "MassSlide",
1124
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1125
  },
1126
  {
1127
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1128
  "question_id": "frost_01234-pine_0",
1129
  "scope": {
1130
  "context": "High",
@@ -1135,10 +1176,10 @@
1135
  "score": 1.0,
1136
  "seed": 0,
1137
  "simulator": "BallDrop",
1138
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1139
  },
1140
  {
1141
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1142
  "question_id": "frost_01234-pine_1",
1143
  "scope": {
1144
  "context": "High",
@@ -1149,10 +1190,10 @@
1149
  "score": 0.7,
1150
  "seed": 1,
1151
  "simulator": "BallDrop",
1152
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1153
  },
1154
  {
1155
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1156
  "question_id": "frost_01234-pine_2",
1157
  "scope": {
1158
  "context": "High",
@@ -1163,10 +1204,10 @@
1163
  "score": 1.0,
1164
  "seed": 2,
1165
  "simulator": "BallDrop",
1166
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1167
  },
1168
  {
1169
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1170
  "question_id": "frost_01234-pine_3",
1171
  "scope": {
1172
  "context": "High",
@@ -1177,10 +1218,10 @@
1177
  "score": 0.9,
1178
  "seed": 3,
1179
  "simulator": "BallDrop",
1180
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1181
  },
1182
  {
1183
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1184
  "question_id": "frost_01234-pine_4",
1185
  "scope": {
1186
  "context": "High",
@@ -1191,10 +1232,10 @@
1191
  "score": 0.9,
1192
  "seed": 4,
1193
  "simulator": "BallDrop",
1194
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1195
  },
1196
  {
1197
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1198
  "question_id": "frost_01234-pine_0",
1199
  "scope": {
1200
  "context": "High",
@@ -1205,10 +1246,10 @@
1205
  "score": 1.0,
1206
  "seed": 0,
1207
  "simulator": "BounceBall",
1208
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1209
  },
1210
  {
1211
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1212
  "question_id": "frost_01234-pine_1",
1213
  "scope": {
1214
  "context": "High",
@@ -1219,10 +1260,10 @@
1219
  "score": 0.9,
1220
  "seed": 1,
1221
  "simulator": "BounceBall",
1222
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1223
  },
1224
  {
1225
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1226
  "question_id": "frost_01234-pine_2",
1227
  "scope": {
1228
  "context": "High",
@@ -1233,10 +1274,10 @@
1233
  "score": 0.6,
1234
  "seed": 2,
1235
  "simulator": "BounceBall",
1236
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1237
  },
1238
  {
1239
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1240
  "question_id": "frost_01234-pine_3",
1241
  "scope": {
1242
  "context": "High",
@@ -1247,10 +1288,10 @@
1247
  "score": 0.8,
1248
  "seed": 3,
1249
  "simulator": "BounceBall",
1250
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1251
  },
1252
  {
1253
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1254
  "question_id": "frost_01234-pine_4",
1255
  "scope": {
1256
  "context": "High",
@@ -1261,10 +1302,10 @@
1261
  "score": 0.8,
1262
  "seed": 4,
1263
  "simulator": "BounceBall",
1264
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1265
  },
1266
  {
1267
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1268
  "question_id": "frost_01234-pine_0",
1269
  "scope": {
1270
  "context": "High",
@@ -1275,10 +1316,10 @@
1275
  "score": 1.0,
1276
  "seed": 0,
1277
  "simulator": "MassSlide",
1278
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1279
  },
1280
  {
1281
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1282
  "question_id": "frost_01234-pine_1",
1283
  "scope": {
1284
  "context": "High",
@@ -1289,10 +1330,10 @@
1289
  "score": 1.0,
1290
  "seed": 1,
1291
  "simulator": "MassSlide",
1292
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1293
  },
1294
  {
1295
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1296
  "question_id": "frost_01234-pine_2",
1297
  "scope": {
1298
  "context": "High",
@@ -1303,10 +1344,10 @@
1303
  "score": 1.0,
1304
  "seed": 2,
1305
  "simulator": "MassSlide",
1306
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1307
  },
1308
  {
1309
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1310
  "question_id": "frost_01234-pine_3",
1311
  "scope": {
1312
  "context": "High",
@@ -1317,10 +1358,10 @@
1317
  "score": 0.7,
1318
  "seed": 3,
1319
  "simulator": "MassSlide",
1320
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1321
  },
1322
  {
1323
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1324
  "question_id": "frost_01234-pine_4",
1325
  "scope": {
1326
  "context": "High",
@@ -1331,10 +1372,10 @@
1331
  "score": 1.0,
1332
  "seed": 4,
1333
  "simulator": "MassSlide",
1334
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1335
  },
1336
  {
1337
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1338
  "question_id": "gentle_01234-pine_0",
1339
  "scope": {
1340
  "context": "High",
@@ -1345,10 +1386,10 @@
1345
  "score": 0.8,
1346
  "seed": 0,
1347
  "simulator": "BallDrop",
1348
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1349
  },
1350
  {
1351
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1352
  "question_id": "gentle_01234-pine_1",
1353
  "scope": {
1354
  "context": "High",
@@ -1359,10 +1400,10 @@
1359
  "score": 0.4,
1360
  "seed": 1,
1361
  "simulator": "BallDrop",
1362
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1363
  },
1364
  {
1365
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1366
  "question_id": "gentle_01234-pine_2",
1367
  "scope": {
1368
  "context": "High",
@@ -1373,10 +1414,10 @@
1373
  "score": 1.0,
1374
  "seed": 2,
1375
  "simulator": "BallDrop",
1376
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1377
  },
1378
  {
1379
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1380
  "question_id": "gentle_01234-pine_3",
1381
  "scope": {
1382
  "context": "High",
@@ -1387,10 +1428,10 @@
1387
  "score": 1.0,
1388
  "seed": 3,
1389
  "simulator": "BallDrop",
1390
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1391
  },
1392
  {
1393
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1394
  "question_id": "gentle_01234-pine_4",
1395
  "scope": {
1396
  "context": "High",
@@ -1401,10 +1442,10 @@
1401
  "score": 1.0,
1402
  "seed": 4,
1403
  "simulator": "BallDrop",
1404
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1405
  },
1406
  {
1407
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1408
  "question_id": "gentle_01234-pine_0",
1409
  "scope": {
1410
  "context": "High",
@@ -1415,10 +1456,10 @@
1415
  "score": 0.8,
1416
  "seed": 0,
1417
  "simulator": "BounceBall",
1418
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1419
  },
1420
  {
1421
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1422
  "question_id": "gentle_01234-pine_1",
1423
  "scope": {
1424
  "context": "High",
@@ -1429,10 +1470,10 @@
1429
  "score": 0.6,
1430
  "seed": 1,
1431
  "simulator": "BounceBall",
1432
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1433
  },
1434
  {
1435
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1436
  "question_id": "gentle_01234-pine_2",
1437
  "scope": {
1438
  "context": "High",
@@ -1443,10 +1484,10 @@
1443
  "score": 1.0,
1444
  "seed": 2,
1445
  "simulator": "BounceBall",
1446
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1447
  },
1448
  {
1449
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1450
  "question_id": "gentle_01234-pine_3",
1451
  "scope": {
1452
  "context": "High",
@@ -1457,10 +1498,10 @@
1457
  "score": 0.9,
1458
  "seed": 3,
1459
  "simulator": "BounceBall",
1460
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1461
  },
1462
  {
1463
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1464
  "question_id": "gentle_01234-pine_4",
1465
  "scope": {
1466
  "context": "High",
@@ -1471,10 +1512,10 @@
1471
  "score": 0.6,
1472
  "seed": 4,
1473
  "simulator": "BounceBall",
1474
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1475
  },
1476
  {
1477
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1478
  "question_id": "gentle_01234-pine_0",
1479
  "scope": {
1480
  "context": "High",
@@ -1485,10 +1526,10 @@
1485
  "score": 1.0,
1486
  "seed": 0,
1487
  "simulator": "MassSlide",
1488
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1489
  },
1490
  {
1491
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1492
  "question_id": "gentle_01234-pine_1",
1493
  "scope": {
1494
  "context": "High",
@@ -1499,10 +1540,10 @@
1499
  "score": 1.0,
1500
  "seed": 1,
1501
  "simulator": "MassSlide",
1502
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1503
  },
1504
  {
1505
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1506
  "question_id": "gentle_01234-pine_2",
1507
  "scope": {
1508
  "context": "High",
@@ -1513,10 +1554,10 @@
1513
  "score": 0.6,
1514
  "seed": 2,
1515
  "simulator": "MassSlide",
1516
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1517
  },
1518
  {
1519
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1520
  "question_id": "gentle_01234-pine_3",
1521
  "scope": {
1522
  "context": "High",
@@ -1527,10 +1568,10 @@
1527
  "score": 0.8,
1528
  "seed": 3,
1529
  "simulator": "MassSlide",
1530
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1531
  },
1532
  {
1533
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1534
  "question_id": "gentle_01234-pine_4",
1535
  "scope": {
1536
  "context": "High",
@@ -1541,10 +1582,10 @@
1541
  "score": 1.0,
1542
  "seed": 4,
1543
  "simulator": "MassSlide",
1544
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1545
  },
1546
  {
1547
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1548
  "question_id": "gentle_01234-harbor_0",
1549
  "scope": {
1550
  "context": "None",
@@ -1555,10 +1596,10 @@
1555
  "score": 0.3,
1556
  "seed": 0,
1557
  "simulator": "BallDrop",
1558
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1559
  },
1560
  {
1561
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1562
  "question_id": "gentle_01234-harbor_1",
1563
  "scope": {
1564
  "context": "None",
@@ -1569,10 +1610,10 @@
1569
  "score": 0.4,
1570
  "seed": 1,
1571
  "simulator": "BallDrop",
1572
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1573
  },
1574
  {
1575
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1576
  "question_id": "gentle_01234-harbor_2",
1577
  "scope": {
1578
  "context": "None",
@@ -1583,10 +1624,10 @@
1583
  "score": 0.8,
1584
  "seed": 2,
1585
  "simulator": "BallDrop",
1586
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1587
  },
1588
  {
1589
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1590
  "question_id": "gentle_01234-harbor_3",
1591
  "scope": {
1592
  "context": "None",
@@ -1597,10 +1638,10 @@
1597
  "score": 0.8,
1598
  "seed": 3,
1599
  "simulator": "BallDrop",
1600
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1601
  },
1602
  {
1603
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1604
  "question_id": "gentle_01234-harbor_4",
1605
  "scope": {
1606
  "context": "None",
@@ -1611,10 +1652,10 @@
1611
  "score": 0.7,
1612
  "seed": 4,
1613
  "simulator": "BallDrop",
1614
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1615
  },
1616
  {
1617
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1618
  "question_id": "gentle_01234-harbor_0",
1619
  "scope": {
1620
  "context": "None",
@@ -1625,10 +1666,10 @@
1625
  "score": 0.2,
1626
  "seed": 0,
1627
  "simulator": "BounceBall",
1628
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1629
  },
1630
  {
1631
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1632
  "question_id": "gentle_01234-harbor_1",
1633
  "scope": {
1634
  "context": "None",
@@ -1639,10 +1680,10 @@
1639
  "score": 0.5,
1640
  "seed": 1,
1641
  "simulator": "BounceBall",
1642
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1643
  },
1644
  {
1645
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1646
  "question_id": "gentle_01234-harbor_2",
1647
  "scope": {
1648
  "context": "None",
@@ -1653,10 +1694,10 @@
1653
  "score": 0.5,
1654
  "seed": 2,
1655
  "simulator": "BounceBall",
1656
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1657
  },
1658
  {
1659
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1660
  "question_id": "gentle_01234-harbor_3",
1661
  "scope": {
1662
  "context": "None",
@@ -1667,10 +1708,10 @@
1667
  "score": 0.2,
1668
  "seed": 3,
1669
  "simulator": "BounceBall",
1670
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1671
  },
1672
  {
1673
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1674
  "question_id": "gentle_01234-harbor_4",
1675
  "scope": {
1676
  "context": "None",
@@ -1681,10 +1722,10 @@
1681
  "score": 0.6,
1682
  "seed": 4,
1683
  "simulator": "BounceBall",
1684
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1685
  },
1686
  {
1687
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1688
  "question_id": "gentle_01234-harbor_0",
1689
  "scope": {
1690
  "context": "None",
@@ -1695,10 +1736,10 @@
1695
  "score": 0.9,
1696
  "seed": 0,
1697
  "simulator": "MassSlide",
1698
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1699
  },
1700
  {
1701
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1702
  "question_id": "gentle_01234-harbor_1",
1703
  "scope": {
1704
  "context": "None",
@@ -1709,10 +1750,10 @@
1709
  "score": 0.3,
1710
  "seed": 1,
1711
  "simulator": "MassSlide",
1712
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1713
  },
1714
  {
1715
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1716
  "question_id": "gentle_01234-harbor_2",
1717
  "scope": {
1718
  "context": "None",
@@ -1723,10 +1764,10 @@
1723
  "score": 0.4,
1724
  "seed": 2,
1725
  "simulator": "MassSlide",
1726
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1727
  },
1728
  {
1729
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1730
  "question_id": "gentle_01234-harbor_3",
1731
  "scope": {
1732
  "context": "None",
@@ -1737,10 +1778,10 @@
1737
  "score": 0.6,
1738
  "seed": 3,
1739
  "simulator": "MassSlide",
1740
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1741
  },
1742
  {
1743
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1744
  "question_id": "gentle_01234-harbor_4",
1745
  "scope": {
1746
  "context": "None",
@@ -1751,10 +1792,10 @@
1751
  "score": 0.5,
1752
  "seed": 4,
1753
  "simulator": "MassSlide",
1754
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1755
  },
1756
  {
1757
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1758
  "question_id": "gentle_01234-cloud_0",
1759
  "scope": {
1760
  "context": "High",
@@ -1765,10 +1806,10 @@
1765
  "score": 1.0,
1766
  "seed": 0,
1767
  "simulator": "BallDrop",
1768
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1769
  },
1770
  {
1771
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1772
  "question_id": "gentle_01234-cloud_1",
1773
  "scope": {
1774
  "context": "High",
@@ -1779,10 +1820,10 @@
1779
  "score": 1.0,
1780
  "seed": 1,
1781
  "simulator": "BallDrop",
1782
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1783
  },
1784
  {
1785
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1786
  "question_id": "gentle_01234-cloud_2",
1787
  "scope": {
1788
  "context": "High",
@@ -1793,10 +1834,10 @@
1793
  "score": 1.0,
1794
  "seed": 2,
1795
  "simulator": "BallDrop",
1796
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1797
  },
1798
  {
1799
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1800
  "question_id": "gentle_01234-cloud_3",
1801
  "scope": {
1802
  "context": "High",
@@ -1807,10 +1848,10 @@
1807
  "score": 1.0,
1808
  "seed": 3,
1809
  "simulator": "BallDrop",
1810
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1811
  },
1812
  {
1813
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1814
  "question_id": "gentle_01234-cloud_4",
1815
  "scope": {
1816
  "context": "High",
@@ -1821,10 +1862,10 @@
1821
  "score": 1.0,
1822
  "seed": 4,
1823
  "simulator": "BallDrop",
1824
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1825
  },
1826
  {
1827
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1828
  "question_id": "gentle_01234-cloud_0",
1829
  "scope": {
1830
  "context": "High",
@@ -1835,10 +1876,10 @@
1835
  "score": 0.9,
1836
  "seed": 0,
1837
  "simulator": "BounceBall",
1838
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1839
  },
1840
  {
1841
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1842
  "question_id": "gentle_01234-cloud_1",
1843
  "scope": {
1844
  "context": "High",
@@ -1849,10 +1890,10 @@
1849
  "score": 0.8,
1850
  "seed": 1,
1851
  "simulator": "BounceBall",
1852
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1853
  },
1854
  {
1855
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1856
  "question_id": "gentle_01234-cloud_2",
1857
  "scope": {
1858
  "context": "High",
@@ -1863,10 +1904,10 @@
1863
  "score": 0.7,
1864
  "seed": 2,
1865
  "simulator": "BounceBall",
1866
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1867
  },
1868
  {
1869
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1870
  "question_id": "gentle_01234-cloud_3",
1871
  "scope": {
1872
  "context": "High",
@@ -1877,10 +1918,10 @@
1877
  "score": 0.9,
1878
  "seed": 3,
1879
  "simulator": "BounceBall",
1880
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1881
  },
1882
  {
1883
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1884
  "question_id": "gentle_01234-cloud_4",
1885
  "scope": {
1886
  "context": "High",
@@ -1891,10 +1932,10 @@
1891
  "score": 0.9,
1892
  "seed": 4,
1893
  "simulator": "BounceBall",
1894
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1895
  },
1896
  {
1897
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1898
  "question_id": "gentle_01234-cloud_0",
1899
  "scope": {
1900
  "context": "High",
@@ -1905,10 +1946,10 @@
1905
  "score": 1.0,
1906
  "seed": 0,
1907
  "simulator": "MassSlide",
1908
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1909
  },
1910
  {
1911
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1912
  "question_id": "gentle_01234-cloud_1",
1913
  "scope": {
1914
  "context": "High",
@@ -1919,10 +1960,10 @@
1919
  "score": 1.0,
1920
  "seed": 1,
1921
  "simulator": "MassSlide",
1922
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1923
  },
1924
  {
1925
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1926
  "question_id": "gentle_01234-cloud_2",
1927
  "scope": {
1928
  "context": "High",
@@ -1933,10 +1974,10 @@
1933
  "score": 0.9,
1934
  "seed": 2,
1935
  "simulator": "MassSlide",
1936
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1937
  },
1938
  {
1939
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1940
  "question_id": "gentle_01234-cloud_3",
1941
  "scope": {
1942
  "context": "High",
@@ -1947,10 +1988,10 @@
1947
  "score": 0.9,
1948
  "seed": 3,
1949
  "simulator": "MassSlide",
1950
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
1951
  },
1952
  {
1953
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip",
1954
  "question_id": "gentle_01234-cloud_4",
1955
  "scope": {
1956
  "context": "High",
@@ -1961,7 +2002,217 @@
1961
  "score": 1.0,
1962
  "seed": 4,
1963
  "simulator": "MassSlide",
1964
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/gpt-5-5-codex-high.zip"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1965
  }
1966
  ],
1967
  "seed_coverage": {
@@ -1992,5 +2243,5 @@
1992
  "required_seeds_per_simulator": 5
1993
  },
1994
  "submission_id": "gpt-5-5-codex-high",
1995
- "submitter": "TSENV"
1996
  }
 
1
  {
2
  "agent": "gpt-5.5",
3
+ "archive_contract": {
4
+ "contains_artifacts": true,
5
+ "contains_raw_scores": true,
6
+ "contains_raw_trajectories": true,
7
+ "run_count": 135,
8
+ "schema_version": 1
9
+ },
10
  "canonical_score": 0.853,
11
  "condition_results": [
12
  {
 
280
  4
281
  ]
282
  }
283
+ },
284
+ {
285
+ "complete": true,
286
+ "distinct_seed_count": 15,
287
+ "scope": {
288
+ "context": "High",
289
+ "examples": "None",
290
+ "noise": "None",
291
+ "task_mode": "Direct"
292
+ },
293
+ "score": 0.993,
294
+ "seeds_by_simulator": {
295
+ "BallDrop": [
296
+ 0,
297
+ 1,
298
+ 2,
299
+ 3,
300
+ 4
301
+ ],
302
+ "BounceBall": [
303
+ 0,
304
+ 1,
305
+ 2,
306
+ 3,
307
+ 4
308
+ ],
309
+ "MassSlide": [
310
+ 0,
311
+ 1,
312
+ 2,
313
+ 3,
314
+ 4
315
+ ]
316
+ }
317
  }
318
  ],
319
  "date": "2026-05-06",
320
  "downloads": {
321
+ "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tracebench",
322
+ "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
323
+ "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
324
  },
325
  "model": "gpt-5.5",
326
  "per_seed_results": [
327
  {
328
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
329
  "question_id": "frost_01234-orbit_0",
330
  "scope": {
331
  "context": "High",
 
336
  "score": 0.9,
337
  "seed": 0,
338
  "simulator": "BallDrop",
339
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
340
  },
341
  {
342
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
343
  "question_id": "frost_01234-orbit_1",
344
  "scope": {
345
  "context": "High",
 
350
  "score": 0.9,
351
  "seed": 1,
352
  "simulator": "BallDrop",
353
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
354
  },
355
  {
356
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
357
  "question_id": "frost_01234-orbit_2",
358
  "scope": {
359
  "context": "High",
 
364
  "score": 0.9,
365
  "seed": 2,
366
  "simulator": "BallDrop",
367
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
368
  },
369
  {
370
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
371
  "question_id": "frost_01234-orbit_3",
372
  "scope": {
373
  "context": "High",
 
378
  "score": 0.9,
379
  "seed": 3,
380
  "simulator": "BallDrop",
381
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
382
  },
383
  {
384
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
385
  "question_id": "frost_01234-orbit_4",
386
  "scope": {
387
  "context": "High",
 
392
  "score": 0.8,
393
  "seed": 4,
394
  "simulator": "BallDrop",
395
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
396
  },
397
  {
398
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
399
  "question_id": "frost_01234-orbit_0",
400
  "scope": {
401
  "context": "High",
 
406
  "score": 0.8,
407
  "seed": 0,
408
  "simulator": "BounceBall",
409
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
410
  },
411
  {
412
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
413
  "question_id": "frost_01234-orbit_1",
414
  "scope": {
415
  "context": "High",
 
420
  "score": 0.6,
421
  "seed": 1,
422
  "simulator": "BounceBall",
423
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
424
  },
425
  {
426
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
427
  "question_id": "frost_01234-orbit_2",
428
  "scope": {
429
  "context": "High",
 
434
  "score": 0.9,
435
  "seed": 2,
436
  "simulator": "BounceBall",
437
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
438
  },
439
  {
440
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
441
  "question_id": "frost_01234-orbit_3",
442
  "scope": {
443
  "context": "High",
 
448
  "score": 0.8,
449
  "seed": 3,
450
  "simulator": "BounceBall",
451
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
452
  },
453
  {
454
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
455
  "question_id": "frost_01234-orbit_4",
456
  "scope": {
457
  "context": "High",
 
462
  "score": 0.5,
463
  "seed": 4,
464
  "simulator": "BounceBall",
465
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
466
  },
467
  {
468
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
469
  "question_id": "frost_01234-orbit_0",
470
  "scope": {
471
  "context": "High",
 
476
  "score": 1.0,
477
  "seed": 0,
478
  "simulator": "MassSlide",
479
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
480
  },
481
  {
482
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
483
  "question_id": "frost_01234-orbit_1",
484
  "scope": {
485
  "context": "High",
 
490
  "score": 1.0,
491
  "seed": 1,
492
  "simulator": "MassSlide",
493
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
494
  },
495
  {
496
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
497
  "question_id": "frost_01234-orbit_2",
498
  "scope": {
499
  "context": "High",
 
504
  "score": 1.0,
505
  "seed": 2,
506
  "simulator": "MassSlide",
507
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
508
  },
509
  {
510
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
511
  "question_id": "frost_01234-orbit_3",
512
  "scope": {
513
  "context": "High",
 
518
  "score": 0.7,
519
  "seed": 3,
520
  "simulator": "MassSlide",
521
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
522
  },
523
  {
524
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
525
  "question_id": "frost_01234-orbit_4",
526
  "scope": {
527
  "context": "High",
 
532
  "score": 1.0,
533
  "seed": 4,
534
  "simulator": "MassSlide",
535
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
536
  },
537
  {
538
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
539
  "question_id": "gentle_01234-orbit_0",
540
  "scope": {
541
  "context": "High",
 
546
  "score": 1.0,
547
  "seed": 0,
548
  "simulator": "BallDrop",
549
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
550
  },
551
  {
552
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
553
  "question_id": "gentle_01234-orbit_1",
554
  "scope": {
555
  "context": "High",
 
560
  "score": 0.8,
561
  "seed": 1,
562
  "simulator": "BallDrop",
563
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
564
  },
565
  {
566
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
567
  "question_id": "gentle_01234-orbit_2",
568
  "scope": {
569
  "context": "High",
 
574
  "score": 0.6,
575
  "seed": 2,
576
  "simulator": "BallDrop",
577
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
578
  },
579
  {
580
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
581
  "question_id": "gentle_01234-orbit_3",
582
  "scope": {
583
  "context": "High",
 
588
  "score": 0.9,
589
  "seed": 3,
590
  "simulator": "BallDrop",
591
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
592
  },
593
  {
594
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
595
  "question_id": "gentle_01234-orbit_4",
596
  "scope": {
597
  "context": "High",
 
602
  "score": 0.5,
603
  "seed": 4,
604
  "simulator": "BallDrop",
605
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
606
  },
607
  {
608
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
609
  "question_id": "gentle_01234-orbit_0",
610
  "scope": {
611
  "context": "High",
 
616
  "score": 0.9,
617
  "seed": 0,
618
  "simulator": "BounceBall",
619
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
620
  },
621
  {
622
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
623
  "question_id": "gentle_01234-orbit_1",
624
  "scope": {
625
  "context": "High",
 
630
  "score": 1.0,
631
  "seed": 1,
632
  "simulator": "BounceBall",
633
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
634
  },
635
  {
636
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
637
  "question_id": "gentle_01234-orbit_2",
638
  "scope": {
639
  "context": "High",
 
644
  "score": 0.5,
645
  "seed": 2,
646
  "simulator": "BounceBall",
647
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
648
  },
649
  {
650
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
651
  "question_id": "gentle_01234-orbit_3",
652
  "scope": {
653
  "context": "High",
 
658
  "score": 0.2,
659
  "seed": 3,
660
  "simulator": "BounceBall",
661
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
662
  },
663
  {
664
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
665
  "question_id": "gentle_01234-orbit_4",
666
  "scope": {
667
  "context": "High",
 
672
  "score": 0.6,
673
  "seed": 4,
674
  "simulator": "BounceBall",
675
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
676
  },
677
  {
678
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
679
  "question_id": "gentle_01234-orbit_0",
680
  "scope": {
681
  "context": "High",
 
686
  "score": 0.6,
687
  "seed": 0,
688
  "simulator": "MassSlide",
689
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
690
  },
691
  {
692
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
693
  "question_id": "gentle_01234-orbit_1",
694
  "scope": {
695
  "context": "High",
 
700
  "score": 1.0,
701
  "seed": 1,
702
  "simulator": "MassSlide",
703
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
704
  },
705
  {
706
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
707
  "question_id": "gentle_01234-orbit_2",
708
  "scope": {
709
  "context": "High",
 
714
  "score": 1.0,
715
  "seed": 2,
716
  "simulator": "MassSlide",
717
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
718
  },
719
  {
720
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
721
  "question_id": "gentle_01234-orbit_3",
722
  "scope": {
723
  "context": "High",
 
728
  "score": 0.7,
729
  "seed": 3,
730
  "simulator": "MassSlide",
731
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
732
  },
733
  {
734
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
735
  "question_id": "gentle_01234-orbit_4",
736
  "scope": {
737
  "context": "High",
 
742
  "score": 0.7,
743
  "seed": 4,
744
  "simulator": "MassSlide",
745
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
746
  },
747
  {
748
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
749
  "question_id": "gentle_01234-tide_0",
750
  "scope": {
751
  "context": "None",
 
756
  "score": 0.4,
757
  "seed": 0,
758
  "simulator": "BallDrop",
759
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
760
  },
761
  {
762
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
763
  "question_id": "gentle_01234-tide_1",
764
  "scope": {
765
  "context": "None",
 
770
  "score": 0.1,
771
  "seed": 1,
772
  "simulator": "BallDrop",
773
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
774
  },
775
  {
776
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
777
  "question_id": "gentle_01234-tide_2",
778
  "scope": {
779
  "context": "None",
 
784
  "score": 0.3,
785
  "seed": 2,
786
  "simulator": "BallDrop",
787
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
788
  },
789
  {
790
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
791
  "question_id": "gentle_01234-tide_3",
792
  "scope": {
793
  "context": "None",
 
798
  "score": 0.7,
799
  "seed": 3,
800
  "simulator": "BallDrop",
801
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
802
  },
803
  {
804
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
805
  "question_id": "gentle_01234-tide_4",
806
  "scope": {
807
  "context": "None",
 
812
  "score": 0.2,
813
  "seed": 4,
814
  "simulator": "BallDrop",
815
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
816
  },
817
  {
818
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
819
  "question_id": "gentle_01234-tide_0",
820
  "scope": {
821
  "context": "None",
 
826
  "score": 0.7,
827
  "seed": 0,
828
  "simulator": "BounceBall",
829
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
830
  },
831
  {
832
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
833
  "question_id": "gentle_01234-tide_1",
834
  "scope": {
835
  "context": "None",
 
840
  "score": 0.7,
841
  "seed": 1,
842
  "simulator": "BounceBall",
843
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
844
  },
845
  {
846
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
847
  "question_id": "gentle_01234-tide_2",
848
  "scope": {
849
  "context": "None",
 
854
  "score": 0.3,
855
  "seed": 2,
856
  "simulator": "BounceBall",
857
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
858
  },
859
  {
860
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
861
  "question_id": "gentle_01234-tide_3",
862
  "scope": {
863
  "context": "None",
 
868
  "score": 0.2,
869
  "seed": 3,
870
  "simulator": "BounceBall",
871
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
872
  },
873
  {
874
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
875
  "question_id": "gentle_01234-tide_4",
876
  "scope": {
877
  "context": "None",
 
882
  "score": 0.3,
883
  "seed": 4,
884
  "simulator": "BounceBall",
885
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
886
  },
887
  {
888
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
889
  "question_id": "gentle_01234-tide_0",
890
  "scope": {
891
  "context": "None",
 
896
  "score": 0.8,
897
  "seed": 0,
898
  "simulator": "MassSlide",
899
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
900
  },
901
  {
902
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
903
  "question_id": "gentle_01234-tide_1",
904
  "scope": {
905
  "context": "None",
 
910
  "score": 0.4,
911
  "seed": 1,
912
  "simulator": "MassSlide",
913
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
914
  },
915
  {
916
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
917
  "question_id": "gentle_01234-tide_2",
918
  "scope": {
919
  "context": "None",
 
924
  "score": 0.4,
925
  "seed": 2,
926
  "simulator": "MassSlide",
927
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
928
  },
929
  {
930
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
931
  "question_id": "gentle_01234-tide_3",
932
  "scope": {
933
  "context": "None",
 
938
  "score": 0.5,
939
  "seed": 3,
940
  "simulator": "MassSlide",
941
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
942
  },
943
  {
944
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
945
  "question_id": "gentle_01234-tide_4",
946
  "scope": {
947
  "context": "None",
 
952
  "score": 0.8,
953
  "seed": 4,
954
  "simulator": "MassSlide",
955
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
956
  },
957
  {
958
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
959
  "question_id": "gentle_01234-flame_0",
960
  "scope": {
961
  "context": "High",
 
966
  "score": 0.9,
967
  "seed": 0,
968
  "simulator": "BallDrop",
969
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
970
  },
971
  {
972
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
973
  "question_id": "gentle_01234-flame_1",
974
  "scope": {
975
  "context": "High",
 
980
  "score": 0.4,
981
  "seed": 1,
982
  "simulator": "BallDrop",
983
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
984
  },
985
  {
986
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
987
  "question_id": "gentle_01234-flame_2",
988
  "scope": {
989
  "context": "High",
 
994
  "score": 1.0,
995
  "seed": 2,
996
  "simulator": "BallDrop",
997
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
998
  },
999
  {
1000
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1001
  "question_id": "gentle_01234-flame_3",
1002
  "scope": {
1003
  "context": "High",
 
1008
  "score": 0.9,
1009
  "seed": 3,
1010
  "simulator": "BallDrop",
1011
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1012
  },
1013
  {
1014
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1015
  "question_id": "gentle_01234-flame_4",
1016
  "scope": {
1017
  "context": "High",
 
1022
  "score": 0.9,
1023
  "seed": 4,
1024
  "simulator": "BallDrop",
1025
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1026
  },
1027
  {
1028
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1029
  "question_id": "gentle_01234-flame_0",
1030
  "scope": {
1031
  "context": "High",
 
1036
  "score": 0.9,
1037
  "seed": 0,
1038
  "simulator": "BounceBall",
1039
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1040
  },
1041
  {
1042
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1043
  "question_id": "gentle_01234-flame_1",
1044
  "scope": {
1045
  "context": "High",
 
1050
  "score": 0.9,
1051
  "seed": 1,
1052
  "simulator": "BounceBall",
1053
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1054
  },
1055
  {
1056
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1057
  "question_id": "gentle_01234-flame_2",
1058
  "scope": {
1059
  "context": "High",
 
1064
  "score": 0.7,
1065
  "seed": 2,
1066
  "simulator": "BounceBall",
1067
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1068
  },
1069
  {
1070
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1071
  "question_id": "gentle_01234-flame_3",
1072
  "scope": {
1073
  "context": "High",
 
1078
  "score": 0.9,
1079
  "seed": 3,
1080
  "simulator": "BounceBall",
1081
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1082
  },
1083
  {
1084
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1085
  "question_id": "gentle_01234-flame_4",
1086
  "scope": {
1087
  "context": "High",
 
1092
  "score": 0.9,
1093
  "seed": 4,
1094
  "simulator": "BounceBall",
1095
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1096
  },
1097
  {
1098
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1099
  "question_id": "gentle_01234-flame_0",
1100
  "scope": {
1101
  "context": "High",
 
1106
  "score": 0.9,
1107
  "seed": 0,
1108
  "simulator": "MassSlide",
1109
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1110
  },
1111
  {
1112
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1113
  "question_id": "gentle_01234-flame_1",
1114
  "scope": {
1115
  "context": "High",
 
1120
  "score": 1.0,
1121
  "seed": 1,
1122
  "simulator": "MassSlide",
1123
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1124
  },
1125
  {
1126
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1127
  "question_id": "gentle_01234-flame_2",
1128
  "scope": {
1129
  "context": "High",
 
1134
  "score": 0.8,
1135
  "seed": 2,
1136
  "simulator": "MassSlide",
1137
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1138
  },
1139
  {
1140
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1141
  "question_id": "gentle_01234-flame_3",
1142
  "scope": {
1143
  "context": "High",
 
1148
  "score": 0.9,
1149
  "seed": 3,
1150
  "simulator": "MassSlide",
1151
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1152
  },
1153
  {
1154
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1155
  "question_id": "gentle_01234-flame_4",
1156
  "scope": {
1157
  "context": "High",
 
1162
  "score": 0.8,
1163
  "seed": 4,
1164
  "simulator": "MassSlide",
1165
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1166
  },
1167
  {
1168
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1169
  "question_id": "frost_01234-pine_0",
1170
  "scope": {
1171
  "context": "High",
 
1176
  "score": 1.0,
1177
  "seed": 0,
1178
  "simulator": "BallDrop",
1179
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1180
  },
1181
  {
1182
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1183
  "question_id": "frost_01234-pine_1",
1184
  "scope": {
1185
  "context": "High",
 
1190
  "score": 0.7,
1191
  "seed": 1,
1192
  "simulator": "BallDrop",
1193
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1194
  },
1195
  {
1196
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1197
  "question_id": "frost_01234-pine_2",
1198
  "scope": {
1199
  "context": "High",
 
1204
  "score": 1.0,
1205
  "seed": 2,
1206
  "simulator": "BallDrop",
1207
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1208
  },
1209
  {
1210
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1211
  "question_id": "frost_01234-pine_3",
1212
  "scope": {
1213
  "context": "High",
 
1218
  "score": 0.9,
1219
  "seed": 3,
1220
  "simulator": "BallDrop",
1221
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1222
  },
1223
  {
1224
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1225
  "question_id": "frost_01234-pine_4",
1226
  "scope": {
1227
  "context": "High",
 
1232
  "score": 0.9,
1233
  "seed": 4,
1234
  "simulator": "BallDrop",
1235
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1236
  },
1237
  {
1238
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1239
  "question_id": "frost_01234-pine_0",
1240
  "scope": {
1241
  "context": "High",
 
1246
  "score": 1.0,
1247
  "seed": 0,
1248
  "simulator": "BounceBall",
1249
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1250
  },
1251
  {
1252
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1253
  "question_id": "frost_01234-pine_1",
1254
  "scope": {
1255
  "context": "High",
 
1260
  "score": 0.9,
1261
  "seed": 1,
1262
  "simulator": "BounceBall",
1263
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1264
  },
1265
  {
1266
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1267
  "question_id": "frost_01234-pine_2",
1268
  "scope": {
1269
  "context": "High",
 
1274
  "score": 0.6,
1275
  "seed": 2,
1276
  "simulator": "BounceBall",
1277
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1278
  },
1279
  {
1280
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1281
  "question_id": "frost_01234-pine_3",
1282
  "scope": {
1283
  "context": "High",
 
1288
  "score": 0.8,
1289
  "seed": 3,
1290
  "simulator": "BounceBall",
1291
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1292
  },
1293
  {
1294
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1295
  "question_id": "frost_01234-pine_4",
1296
  "scope": {
1297
  "context": "High",
 
1302
  "score": 0.8,
1303
  "seed": 4,
1304
  "simulator": "BounceBall",
1305
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1306
  },
1307
  {
1308
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1309
  "question_id": "frost_01234-pine_0",
1310
  "scope": {
1311
  "context": "High",
 
1316
  "score": 1.0,
1317
  "seed": 0,
1318
  "simulator": "MassSlide",
1319
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1320
  },
1321
  {
1322
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1323
  "question_id": "frost_01234-pine_1",
1324
  "scope": {
1325
  "context": "High",
 
1330
  "score": 1.0,
1331
  "seed": 1,
1332
  "simulator": "MassSlide",
1333
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1334
  },
1335
  {
1336
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1337
  "question_id": "frost_01234-pine_2",
1338
  "scope": {
1339
  "context": "High",
 
1344
  "score": 1.0,
1345
  "seed": 2,
1346
  "simulator": "MassSlide",
1347
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1348
  },
1349
  {
1350
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1351
  "question_id": "frost_01234-pine_3",
1352
  "scope": {
1353
  "context": "High",
 
1358
  "score": 0.7,
1359
  "seed": 3,
1360
  "simulator": "MassSlide",
1361
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1362
  },
1363
  {
1364
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1365
  "question_id": "frost_01234-pine_4",
1366
  "scope": {
1367
  "context": "High",
 
1372
  "score": 1.0,
1373
  "seed": 4,
1374
  "simulator": "MassSlide",
1375
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1376
  },
1377
  {
1378
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1379
  "question_id": "gentle_01234-pine_0",
1380
  "scope": {
1381
  "context": "High",
 
1386
  "score": 0.8,
1387
  "seed": 0,
1388
  "simulator": "BallDrop",
1389
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1390
  },
1391
  {
1392
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1393
  "question_id": "gentle_01234-pine_1",
1394
  "scope": {
1395
  "context": "High",
 
1400
  "score": 0.4,
1401
  "seed": 1,
1402
  "simulator": "BallDrop",
1403
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1404
  },
1405
  {
1406
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1407
  "question_id": "gentle_01234-pine_2",
1408
  "scope": {
1409
  "context": "High",
 
1414
  "score": 1.0,
1415
  "seed": 2,
1416
  "simulator": "BallDrop",
1417
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1418
  },
1419
  {
1420
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1421
  "question_id": "gentle_01234-pine_3",
1422
  "scope": {
1423
  "context": "High",
 
1428
  "score": 1.0,
1429
  "seed": 3,
1430
  "simulator": "BallDrop",
1431
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1432
  },
1433
  {
1434
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1435
  "question_id": "gentle_01234-pine_4",
1436
  "scope": {
1437
  "context": "High",
 
1442
  "score": 1.0,
1443
  "seed": 4,
1444
  "simulator": "BallDrop",
1445
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1446
  },
1447
  {
1448
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1449
  "question_id": "gentle_01234-pine_0",
1450
  "scope": {
1451
  "context": "High",
 
1456
  "score": 0.8,
1457
  "seed": 0,
1458
  "simulator": "BounceBall",
1459
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1460
  },
1461
  {
1462
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1463
  "question_id": "gentle_01234-pine_1",
1464
  "scope": {
1465
  "context": "High",
 
1470
  "score": 0.6,
1471
  "seed": 1,
1472
  "simulator": "BounceBall",
1473
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1474
  },
1475
  {
1476
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1477
  "question_id": "gentle_01234-pine_2",
1478
  "scope": {
1479
  "context": "High",
 
1484
  "score": 1.0,
1485
  "seed": 2,
1486
  "simulator": "BounceBall",
1487
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1488
  },
1489
  {
1490
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1491
  "question_id": "gentle_01234-pine_3",
1492
  "scope": {
1493
  "context": "High",
 
1498
  "score": 0.9,
1499
  "seed": 3,
1500
  "simulator": "BounceBall",
1501
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1502
  },
1503
  {
1504
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1505
  "question_id": "gentle_01234-pine_4",
1506
  "scope": {
1507
  "context": "High",
 
1512
  "score": 0.6,
1513
  "seed": 4,
1514
  "simulator": "BounceBall",
1515
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1516
  },
1517
  {
1518
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1519
  "question_id": "gentle_01234-pine_0",
1520
  "scope": {
1521
  "context": "High",
 
1526
  "score": 1.0,
1527
  "seed": 0,
1528
  "simulator": "MassSlide",
1529
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1530
  },
1531
  {
1532
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1533
  "question_id": "gentle_01234-pine_1",
1534
  "scope": {
1535
  "context": "High",
 
1540
  "score": 1.0,
1541
  "seed": 1,
1542
  "simulator": "MassSlide",
1543
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1544
  },
1545
  {
1546
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1547
  "question_id": "gentle_01234-pine_2",
1548
  "scope": {
1549
  "context": "High",
 
1554
  "score": 0.6,
1555
  "seed": 2,
1556
  "simulator": "MassSlide",
1557
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1558
  },
1559
  {
1560
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1561
  "question_id": "gentle_01234-pine_3",
1562
  "scope": {
1563
  "context": "High",
 
1568
  "score": 0.8,
1569
  "seed": 3,
1570
  "simulator": "MassSlide",
1571
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1572
  },
1573
  {
1574
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1575
  "question_id": "gentle_01234-pine_4",
1576
  "scope": {
1577
  "context": "High",
 
1582
  "score": 1.0,
1583
  "seed": 4,
1584
  "simulator": "MassSlide",
1585
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1586
  },
1587
  {
1588
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1589
  "question_id": "gentle_01234-harbor_0",
1590
  "scope": {
1591
  "context": "None",
 
1596
  "score": 0.3,
1597
  "seed": 0,
1598
  "simulator": "BallDrop",
1599
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1600
  },
1601
  {
1602
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1603
  "question_id": "gentle_01234-harbor_1",
1604
  "scope": {
1605
  "context": "None",
 
1610
  "score": 0.4,
1611
  "seed": 1,
1612
  "simulator": "BallDrop",
1613
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1614
  },
1615
  {
1616
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1617
  "question_id": "gentle_01234-harbor_2",
1618
  "scope": {
1619
  "context": "None",
 
1624
  "score": 0.8,
1625
  "seed": 2,
1626
  "simulator": "BallDrop",
1627
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1628
  },
1629
  {
1630
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1631
  "question_id": "gentle_01234-harbor_3",
1632
  "scope": {
1633
  "context": "None",
 
1638
  "score": 0.8,
1639
  "seed": 3,
1640
  "simulator": "BallDrop",
1641
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1642
  },
1643
  {
1644
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1645
  "question_id": "gentle_01234-harbor_4",
1646
  "scope": {
1647
  "context": "None",
 
1652
  "score": 0.7,
1653
  "seed": 4,
1654
  "simulator": "BallDrop",
1655
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1656
  },
1657
  {
1658
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1659
  "question_id": "gentle_01234-harbor_0",
1660
  "scope": {
1661
  "context": "None",
 
1666
  "score": 0.2,
1667
  "seed": 0,
1668
  "simulator": "BounceBall",
1669
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1670
  },
1671
  {
1672
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1673
  "question_id": "gentle_01234-harbor_1",
1674
  "scope": {
1675
  "context": "None",
 
1680
  "score": 0.5,
1681
  "seed": 1,
1682
  "simulator": "BounceBall",
1683
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1684
  },
1685
  {
1686
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1687
  "question_id": "gentle_01234-harbor_2",
1688
  "scope": {
1689
  "context": "None",
 
1694
  "score": 0.5,
1695
  "seed": 2,
1696
  "simulator": "BounceBall",
1697
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1698
  },
1699
  {
1700
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1701
  "question_id": "gentle_01234-harbor_3",
1702
  "scope": {
1703
  "context": "None",
 
1708
  "score": 0.2,
1709
  "seed": 3,
1710
  "simulator": "BounceBall",
1711
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1712
  },
1713
  {
1714
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1715
  "question_id": "gentle_01234-harbor_4",
1716
  "scope": {
1717
  "context": "None",
 
1722
  "score": 0.6,
1723
  "seed": 4,
1724
  "simulator": "BounceBall",
1725
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1726
  },
1727
  {
1728
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1729
  "question_id": "gentle_01234-harbor_0",
1730
  "scope": {
1731
  "context": "None",
 
1736
  "score": 0.9,
1737
  "seed": 0,
1738
  "simulator": "MassSlide",
1739
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1740
  },
1741
  {
1742
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1743
  "question_id": "gentle_01234-harbor_1",
1744
  "scope": {
1745
  "context": "None",
 
1750
  "score": 0.3,
1751
  "seed": 1,
1752
  "simulator": "MassSlide",
1753
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1754
  },
1755
  {
1756
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1757
  "question_id": "gentle_01234-harbor_2",
1758
  "scope": {
1759
  "context": "None",
 
1764
  "score": 0.4,
1765
  "seed": 2,
1766
  "simulator": "MassSlide",
1767
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1768
  },
1769
  {
1770
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1771
  "question_id": "gentle_01234-harbor_3",
1772
  "scope": {
1773
  "context": "None",
 
1778
  "score": 0.6,
1779
  "seed": 3,
1780
  "simulator": "MassSlide",
1781
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1782
  },
1783
  {
1784
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1785
  "question_id": "gentle_01234-harbor_4",
1786
  "scope": {
1787
  "context": "None",
 
1792
  "score": 0.5,
1793
  "seed": 4,
1794
  "simulator": "MassSlide",
1795
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1796
  },
1797
  {
1798
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1799
  "question_id": "gentle_01234-cloud_0",
1800
  "scope": {
1801
  "context": "High",
 
1806
  "score": 1.0,
1807
  "seed": 0,
1808
  "simulator": "BallDrop",
1809
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1810
  },
1811
  {
1812
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1813
  "question_id": "gentle_01234-cloud_1",
1814
  "scope": {
1815
  "context": "High",
 
1820
  "score": 1.0,
1821
  "seed": 1,
1822
  "simulator": "BallDrop",
1823
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1824
  },
1825
  {
1826
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1827
  "question_id": "gentle_01234-cloud_2",
1828
  "scope": {
1829
  "context": "High",
 
1834
  "score": 1.0,
1835
  "seed": 2,
1836
  "simulator": "BallDrop",
1837
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1838
  },
1839
  {
1840
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1841
  "question_id": "gentle_01234-cloud_3",
1842
  "scope": {
1843
  "context": "High",
 
1848
  "score": 1.0,
1849
  "seed": 3,
1850
  "simulator": "BallDrop",
1851
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1852
  },
1853
  {
1854
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1855
  "question_id": "gentle_01234-cloud_4",
1856
  "scope": {
1857
  "context": "High",
 
1862
  "score": 1.0,
1863
  "seed": 4,
1864
  "simulator": "BallDrop",
1865
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1866
  },
1867
  {
1868
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1869
  "question_id": "gentle_01234-cloud_0",
1870
  "scope": {
1871
  "context": "High",
 
1876
  "score": 0.9,
1877
  "seed": 0,
1878
  "simulator": "BounceBall",
1879
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1880
  },
1881
  {
1882
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1883
  "question_id": "gentle_01234-cloud_1",
1884
  "scope": {
1885
  "context": "High",
 
1890
  "score": 0.8,
1891
  "seed": 1,
1892
  "simulator": "BounceBall",
1893
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1894
  },
1895
  {
1896
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1897
  "question_id": "gentle_01234-cloud_2",
1898
  "scope": {
1899
  "context": "High",
 
1904
  "score": 0.7,
1905
  "seed": 2,
1906
  "simulator": "BounceBall",
1907
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1908
  },
1909
  {
1910
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1911
  "question_id": "gentle_01234-cloud_3",
1912
  "scope": {
1913
  "context": "High",
 
1918
  "score": 0.9,
1919
  "seed": 3,
1920
  "simulator": "BounceBall",
1921
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1922
  },
1923
  {
1924
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1925
  "question_id": "gentle_01234-cloud_4",
1926
  "scope": {
1927
  "context": "High",
 
1932
  "score": 0.9,
1933
  "seed": 4,
1934
  "simulator": "BounceBall",
1935
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1936
  },
1937
  {
1938
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1939
  "question_id": "gentle_01234-cloud_0",
1940
  "scope": {
1941
  "context": "High",
 
1946
  "score": 1.0,
1947
  "seed": 0,
1948
  "simulator": "MassSlide",
1949
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1950
  },
1951
  {
1952
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1953
  "question_id": "gentle_01234-cloud_1",
1954
  "scope": {
1955
  "context": "High",
 
1960
  "score": 1.0,
1961
  "seed": 1,
1962
  "simulator": "MassSlide",
1963
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1964
  },
1965
  {
1966
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1967
  "question_id": "gentle_01234-cloud_2",
1968
  "scope": {
1969
  "context": "High",
 
1974
  "score": 0.9,
1975
  "seed": 2,
1976
  "simulator": "MassSlide",
1977
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1978
  },
1979
  {
1980
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1981
  "question_id": "gentle_01234-cloud_3",
1982
  "scope": {
1983
  "context": "High",
 
1988
  "score": 0.9,
1989
  "seed": 3,
1990
  "simulator": "MassSlide",
1991
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
1992
  },
1993
  {
1994
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
1995
  "question_id": "gentle_01234-cloud_4",
1996
  "scope": {
1997
  "context": "High",
 
2002
  "score": 1.0,
2003
  "seed": 4,
2004
  "simulator": "MassSlide",
2005
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2006
+ },
2007
+ {
2008
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2009
+ "question_id": "frost_01234-anchor_0",
2010
+ "scope": {
2011
+ "context": "High",
2012
+ "examples": "None",
2013
+ "noise": "None",
2014
+ "task_mode": "Direct"
2015
+ },
2016
+ "score": 1.0,
2017
+ "seed": 0,
2018
+ "simulator": "BallDrop",
2019
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2020
+ },
2021
+ {
2022
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2023
+ "question_id": "frost_01234-anchor_1",
2024
+ "scope": {
2025
+ "context": "High",
2026
+ "examples": "None",
2027
+ "noise": "None",
2028
+ "task_mode": "Direct"
2029
+ },
2030
+ "score": 1.0,
2031
+ "seed": 1,
2032
+ "simulator": "BallDrop",
2033
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2034
+ },
2035
+ {
2036
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2037
+ "question_id": "frost_01234-anchor_2",
2038
+ "scope": {
2039
+ "context": "High",
2040
+ "examples": "None",
2041
+ "noise": "None",
2042
+ "task_mode": "Direct"
2043
+ },
2044
+ "score": 1.0,
2045
+ "seed": 2,
2046
+ "simulator": "BallDrop",
2047
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2048
+ },
2049
+ {
2050
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2051
+ "question_id": "frost_01234-anchor_3",
2052
+ "scope": {
2053
+ "context": "High",
2054
+ "examples": "None",
2055
+ "noise": "None",
2056
+ "task_mode": "Direct"
2057
+ },
2058
+ "score": 1.0,
2059
+ "seed": 3,
2060
+ "simulator": "BallDrop",
2061
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2062
+ },
2063
+ {
2064
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2065
+ "question_id": "frost_01234-anchor_4",
2066
+ "scope": {
2067
+ "context": "High",
2068
+ "examples": "None",
2069
+ "noise": "None",
2070
+ "task_mode": "Direct"
2071
+ },
2072
+ "score": 1.0,
2073
+ "seed": 4,
2074
+ "simulator": "BallDrop",
2075
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2076
+ },
2077
+ {
2078
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2079
+ "question_id": "frost_01234-anchor_0",
2080
+ "scope": {
2081
+ "context": "High",
2082
+ "examples": "None",
2083
+ "noise": "None",
2084
+ "task_mode": "Direct"
2085
+ },
2086
+ "score": 1.0,
2087
+ "seed": 0,
2088
+ "simulator": "BounceBall",
2089
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2090
+ },
2091
+ {
2092
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2093
+ "question_id": "frost_01234-anchor_1",
2094
+ "scope": {
2095
+ "context": "High",
2096
+ "examples": "None",
2097
+ "noise": "None",
2098
+ "task_mode": "Direct"
2099
+ },
2100
+ "score": 1.0,
2101
+ "seed": 1,
2102
+ "simulator": "BounceBall",
2103
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2104
+ },
2105
+ {
2106
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2107
+ "question_id": "frost_01234-anchor_2",
2108
+ "scope": {
2109
+ "context": "High",
2110
+ "examples": "None",
2111
+ "noise": "None",
2112
+ "task_mode": "Direct"
2113
+ },
2114
+ "score": 1.0,
2115
+ "seed": 2,
2116
+ "simulator": "BounceBall",
2117
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2118
+ },
2119
+ {
2120
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2121
+ "question_id": "frost_01234-anchor_3",
2122
+ "scope": {
2123
+ "context": "High",
2124
+ "examples": "None",
2125
+ "noise": "None",
2126
+ "task_mode": "Direct"
2127
+ },
2128
+ "score": 1.0,
2129
+ "seed": 3,
2130
+ "simulator": "BounceBall",
2131
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2132
+ },
2133
+ {
2134
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2135
+ "question_id": "frost_01234-anchor_4",
2136
+ "scope": {
2137
+ "context": "High",
2138
+ "examples": "None",
2139
+ "noise": "None",
2140
+ "task_mode": "Direct"
2141
+ },
2142
+ "score": 1.0,
2143
+ "seed": 4,
2144
+ "simulator": "BounceBall",
2145
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2146
+ },
2147
+ {
2148
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2149
+ "question_id": "frost_01234-anchor_0",
2150
+ "scope": {
2151
+ "context": "High",
2152
+ "examples": "None",
2153
+ "noise": "None",
2154
+ "task_mode": "Direct"
2155
+ },
2156
+ "score": 1.0,
2157
+ "seed": 0,
2158
+ "simulator": "MassSlide",
2159
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2160
+ },
2161
+ {
2162
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2163
+ "question_id": "frost_01234-anchor_1",
2164
+ "scope": {
2165
+ "context": "High",
2166
+ "examples": "None",
2167
+ "noise": "None",
2168
+ "task_mode": "Direct"
2169
+ },
2170
+ "score": 0.9,
2171
+ "seed": 1,
2172
+ "simulator": "MassSlide",
2173
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2174
+ },
2175
+ {
2176
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2177
+ "question_id": "frost_01234-anchor_2",
2178
+ "scope": {
2179
+ "context": "High",
2180
+ "examples": "None",
2181
+ "noise": "None",
2182
+ "task_mode": "Direct"
2183
+ },
2184
+ "score": 1.0,
2185
+ "seed": 2,
2186
+ "simulator": "MassSlide",
2187
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2188
+ },
2189
+ {
2190
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2191
+ "question_id": "frost_01234-anchor_3",
2192
+ "scope": {
2193
+ "context": "High",
2194
+ "examples": "None",
2195
+ "noise": "None",
2196
+ "task_mode": "Direct"
2197
+ },
2198
+ "score": 1.0,
2199
+ "seed": 3,
2200
+ "simulator": "MassSlide",
2201
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2202
+ },
2203
+ {
2204
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip",
2205
+ "question_id": "frost_01234-anchor_4",
2206
+ "scope": {
2207
+ "context": "High",
2208
+ "examples": "None",
2209
+ "noise": "None",
2210
+ "task_mode": "Direct"
2211
+ },
2212
+ "score": 1.0,
2213
+ "seed": 4,
2214
+ "simulator": "MassSlide",
2215
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/gpt-5-5-codex-high.zip"
2216
  }
2217
  ],
2218
  "seed_coverage": {
 
2243
  "required_seeds_per_simulator": 5
2244
  },
2245
  "submission_id": "gpt-5-5-codex-high",
2246
+ "submitter": "TraceBench"
2247
  }
website/submissions/minimax-m2-7.json CHANGED
@@ -1,5 +1,12 @@
1
  {
2
  "agent": "minimax-m2.7",
 
 
 
 
 
 
 
3
  "canonical_score": 0.28,
4
  "condition_results": [
5
  {
@@ -137,18 +144,52 @@
137
  4
138
  ]
139
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  }
141
  ],
142
  "date": "2026-05-19",
143
  "downloads": {
144
- "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark",
145
- "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/results.parquet",
146
- "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
147
  },
148
  "model": "openrouter/minimax/minimax-m2.7",
149
  "per_seed_results": [
150
  {
151
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
152
  "question_id": "gentle_01234-orbit_0",
153
  "scope": {
154
  "context": "High",
@@ -159,10 +200,10 @@
159
  "score": 0.2,
160
  "seed": 0,
161
  "simulator": "BallDrop",
162
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
163
  },
164
  {
165
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
166
  "question_id": "gentle_01234-orbit_1",
167
  "scope": {
168
  "context": "High",
@@ -173,10 +214,10 @@
173
  "score": 0.3,
174
  "seed": 1,
175
  "simulator": "BallDrop",
176
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
177
  },
178
  {
179
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
180
  "question_id": "gentle_01234-orbit_2",
181
  "scope": {
182
  "context": "High",
@@ -187,10 +228,10 @@
187
  "score": 0.6,
188
  "seed": 2,
189
  "simulator": "BallDrop",
190
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
191
  },
192
  {
193
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
194
  "question_id": "gentle_01234-orbit_3",
195
  "scope": {
196
  "context": "High",
@@ -201,10 +242,10 @@
201
  "score": 0.4,
202
  "seed": 3,
203
  "simulator": "BallDrop",
204
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
205
  },
206
  {
207
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
208
  "question_id": "gentle_01234-orbit_4",
209
  "scope": {
210
  "context": "High",
@@ -215,10 +256,10 @@
215
  "score": 0.2,
216
  "seed": 4,
217
  "simulator": "BallDrop",
218
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
219
  },
220
  {
221
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
222
  "question_id": "gentle_01234-orbit_0",
223
  "scope": {
224
  "context": "High",
@@ -229,10 +270,10 @@
229
  "score": 0.2,
230
  "seed": 0,
231
  "simulator": "BounceBall",
232
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
233
  },
234
  {
235
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
236
  "question_id": "gentle_01234-orbit_1",
237
  "scope": {
238
  "context": "High",
@@ -243,10 +284,10 @@
243
  "score": 0.3,
244
  "seed": 1,
245
  "simulator": "BounceBall",
246
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
247
  },
248
  {
249
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
250
  "question_id": "gentle_01234-orbit_2",
251
  "scope": {
252
  "context": "High",
@@ -257,10 +298,10 @@
257
  "score": 0.2,
258
  "seed": 2,
259
  "simulator": "BounceBall",
260
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
261
  },
262
  {
263
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
264
  "question_id": "gentle_01234-orbit_3",
265
  "scope": {
266
  "context": "High",
@@ -271,10 +312,10 @@
271
  "score": 0.1,
272
  "seed": 3,
273
  "simulator": "BounceBall",
274
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
275
  },
276
  {
277
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
278
  "question_id": "gentle_01234-orbit_4",
279
  "scope": {
280
  "context": "High",
@@ -285,10 +326,10 @@
285
  "score": 0.2,
286
  "seed": 4,
287
  "simulator": "BounceBall",
288
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
289
  },
290
  {
291
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
292
  "question_id": "gentle_01234-orbit_0",
293
  "scope": {
294
  "context": "High",
@@ -299,10 +340,10 @@
299
  "score": 0.6,
300
  "seed": 0,
301
  "simulator": "MassSlide",
302
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
303
  },
304
  {
305
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
306
  "question_id": "gentle_01234-orbit_1",
307
  "scope": {
308
  "context": "High",
@@ -313,10 +354,10 @@
313
  "score": 0.3,
314
  "seed": 1,
315
  "simulator": "MassSlide",
316
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
317
  },
318
  {
319
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
320
  "question_id": "gentle_01234-orbit_2",
321
  "scope": {
322
  "context": "High",
@@ -327,10 +368,10 @@
327
  "score": 0.3,
328
  "seed": 2,
329
  "simulator": "MassSlide",
330
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
331
  },
332
  {
333
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
334
  "question_id": "gentle_01234-orbit_3",
335
  "scope": {
336
  "context": "High",
@@ -341,10 +382,10 @@
341
  "score": 0.5,
342
  "seed": 3,
343
  "simulator": "MassSlide",
344
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
345
  },
346
  {
347
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
348
  "question_id": "gentle_01234-orbit_4",
349
  "scope": {
350
  "context": "High",
@@ -355,10 +396,10 @@
355
  "score": 0.9,
356
  "seed": 4,
357
  "simulator": "MassSlide",
358
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
359
  },
360
  {
361
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
362
  "question_id": "gentle_01234-flame_0",
363
  "scope": {
364
  "context": "High",
@@ -369,10 +410,10 @@
369
  "score": 0.3,
370
  "seed": 0,
371
  "simulator": "BallDrop",
372
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
373
  },
374
  {
375
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
376
  "question_id": "gentle_01234-flame_1",
377
  "scope": {
378
  "context": "High",
@@ -383,10 +424,10 @@
383
  "score": 0.0,
384
  "seed": 1,
385
  "simulator": "BallDrop",
386
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
387
  },
388
  {
389
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
390
  "question_id": "gentle_01234-flame_2",
391
  "scope": {
392
  "context": "High",
@@ -397,10 +438,10 @@
397
  "score": 0.2,
398
  "seed": 2,
399
  "simulator": "BallDrop",
400
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
401
  },
402
  {
403
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
404
  "question_id": "gentle_01234-flame_3",
405
  "scope": {
406
  "context": "High",
@@ -411,10 +452,10 @@
411
  "score": 0.1,
412
  "seed": 3,
413
  "simulator": "BallDrop",
414
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
415
  },
416
  {
417
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
418
  "question_id": "gentle_01234-flame_4",
419
  "scope": {
420
  "context": "High",
@@ -425,10 +466,10 @@
425
  "score": 0.3,
426
  "seed": 4,
427
  "simulator": "BallDrop",
428
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
429
  },
430
  {
431
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
432
  "question_id": "gentle_01234-flame_0",
433
  "scope": {
434
  "context": "High",
@@ -439,10 +480,10 @@
439
  "score": 0.3,
440
  "seed": 0,
441
  "simulator": "BounceBall",
442
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
443
  },
444
  {
445
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
446
  "question_id": "gentle_01234-flame_1",
447
  "scope": {
448
  "context": "High",
@@ -453,10 +494,10 @@
453
  "score": 0.1,
454
  "seed": 1,
455
  "simulator": "BounceBall",
456
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
457
  },
458
  {
459
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
460
  "question_id": "gentle_01234-flame_2",
461
  "scope": {
462
  "context": "High",
@@ -467,10 +508,10 @@
467
  "score": 0.2,
468
  "seed": 2,
469
  "simulator": "BounceBall",
470
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
471
  },
472
  {
473
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
474
  "question_id": "gentle_01234-flame_3",
475
  "scope": {
476
  "context": "High",
@@ -481,10 +522,10 @@
481
  "score": 0.2,
482
  "seed": 3,
483
  "simulator": "BounceBall",
484
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
485
  },
486
  {
487
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
488
  "question_id": "gentle_01234-flame_4",
489
  "scope": {
490
  "context": "High",
@@ -495,10 +536,10 @@
495
  "score": 0.1,
496
  "seed": 4,
497
  "simulator": "BounceBall",
498
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
499
  },
500
  {
501
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
502
  "question_id": "gentle_01234-flame_0",
503
  "scope": {
504
  "context": "High",
@@ -509,10 +550,10 @@
509
  "score": 0.6,
510
  "seed": 0,
511
  "simulator": "MassSlide",
512
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
513
  },
514
  {
515
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
516
  "question_id": "gentle_01234-flame_1",
517
  "scope": {
518
  "context": "High",
@@ -523,10 +564,10 @@
523
  "score": 0.5,
524
  "seed": 1,
525
  "simulator": "MassSlide",
526
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
527
  },
528
  {
529
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
530
  "question_id": "gentle_01234-flame_2",
531
  "scope": {
532
  "context": "High",
@@ -537,10 +578,10 @@
537
  "score": 0.3,
538
  "seed": 2,
539
  "simulator": "MassSlide",
540
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
541
  },
542
  {
543
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
544
  "question_id": "gentle_01234-flame_3",
545
  "scope": {
546
  "context": "High",
@@ -551,10 +592,10 @@
551
  "score": 0.7,
552
  "seed": 3,
553
  "simulator": "MassSlide",
554
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
555
  },
556
  {
557
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
558
  "question_id": "gentle_01234-flame_4",
559
  "scope": {
560
  "context": "High",
@@ -565,10 +606,10 @@
565
  "score": 0.3,
566
  "seed": 4,
567
  "simulator": "MassSlide",
568
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
569
  },
570
  {
571
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
572
  "question_id": "gentle_01234-pine_0",
573
  "scope": {
574
  "context": "High",
@@ -579,10 +620,10 @@
579
  "score": 0.2,
580
  "seed": 0,
581
  "simulator": "BallDrop",
582
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
583
  },
584
  {
585
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
586
  "question_id": "gentle_01234-pine_1",
587
  "scope": {
588
  "context": "High",
@@ -593,10 +634,10 @@
593
  "score": 0.0,
594
  "seed": 1,
595
  "simulator": "BallDrop",
596
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
597
  },
598
  {
599
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
600
  "question_id": "gentle_01234-pine_2",
601
  "scope": {
602
  "context": "High",
@@ -607,10 +648,10 @@
607
  "score": 0.4,
608
  "seed": 2,
609
  "simulator": "BallDrop",
610
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
611
  },
612
  {
613
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
614
  "question_id": "gentle_01234-pine_3",
615
  "scope": {
616
  "context": "High",
@@ -621,10 +662,10 @@
621
  "score": 0.1,
622
  "seed": 3,
623
  "simulator": "BallDrop",
624
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
625
  },
626
  {
627
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
628
  "question_id": "gentle_01234-pine_4",
629
  "scope": {
630
  "context": "High",
@@ -635,10 +676,10 @@
635
  "score": 0.3,
636
  "seed": 4,
637
  "simulator": "BallDrop",
638
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
639
  },
640
  {
641
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
642
  "question_id": "gentle_01234-pine_0",
643
  "scope": {
644
  "context": "High",
@@ -649,10 +690,10 @@
649
  "score": 0.2,
650
  "seed": 0,
651
  "simulator": "BounceBall",
652
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
653
  },
654
  {
655
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
656
  "question_id": "gentle_01234-pine_1",
657
  "scope": {
658
  "context": "High",
@@ -663,10 +704,10 @@
663
  "score": 0.3,
664
  "seed": 1,
665
  "simulator": "BounceBall",
666
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
667
  },
668
  {
669
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
670
  "question_id": "gentle_01234-pine_2",
671
  "scope": {
672
  "context": "High",
@@ -677,10 +718,10 @@
677
  "score": 0.0,
678
  "seed": 2,
679
  "simulator": "BounceBall",
680
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
681
  },
682
  {
683
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
684
  "question_id": "gentle_01234-pine_3",
685
  "scope": {
686
  "context": "High",
@@ -691,10 +732,10 @@
691
  "score": 0.2,
692
  "seed": 3,
693
  "simulator": "BounceBall",
694
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
695
  },
696
  {
697
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
698
  "question_id": "gentle_01234-pine_4",
699
  "scope": {
700
  "context": "High",
@@ -705,10 +746,10 @@
705
  "score": 0.3,
706
  "seed": 4,
707
  "simulator": "BounceBall",
708
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
709
  },
710
  {
711
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
712
  "question_id": "gentle_01234-pine_0",
713
  "scope": {
714
  "context": "High",
@@ -719,10 +760,10 @@
719
  "score": 0.4,
720
  "seed": 0,
721
  "simulator": "MassSlide",
722
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
723
  },
724
  {
725
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
726
  "question_id": "gentle_01234-pine_1",
727
  "scope": {
728
  "context": "High",
@@ -733,10 +774,10 @@
733
  "score": 0.3,
734
  "seed": 1,
735
  "simulator": "MassSlide",
736
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
737
  },
738
  {
739
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
740
  "question_id": "gentle_01234-pine_2",
741
  "scope": {
742
  "context": "High",
@@ -747,10 +788,10 @@
747
  "score": 0.3,
748
  "seed": 2,
749
  "simulator": "MassSlide",
750
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
751
  },
752
  {
753
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
754
  "question_id": "gentle_01234-pine_3",
755
  "scope": {
756
  "context": "High",
@@ -761,10 +802,10 @@
761
  "score": 0.8,
762
  "seed": 3,
763
  "simulator": "MassSlide",
764
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
765
  },
766
  {
767
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
768
  "question_id": "gentle_01234-pine_4",
769
  "scope": {
770
  "context": "High",
@@ -775,10 +816,10 @@
775
  "score": 0.7,
776
  "seed": 4,
777
  "simulator": "MassSlide",
778
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
779
  },
780
  {
781
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
782
  "question_id": "gentle_01234-cloud_0",
783
  "scope": {
784
  "context": "High",
@@ -789,10 +830,10 @@
789
  "score": 0.0,
790
  "seed": 0,
791
  "simulator": "BallDrop",
792
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
793
  },
794
  {
795
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
796
  "question_id": "gentle_01234-cloud_1",
797
  "scope": {
798
  "context": "High",
@@ -803,10 +844,10 @@
803
  "score": 0.2,
804
  "seed": 1,
805
  "simulator": "BallDrop",
806
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
807
  },
808
  {
809
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
810
  "question_id": "gentle_01234-cloud_2",
811
  "scope": {
812
  "context": "High",
@@ -817,10 +858,10 @@
817
  "score": 0.1,
818
  "seed": 2,
819
  "simulator": "BallDrop",
820
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
821
  },
822
  {
823
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
824
  "question_id": "gentle_01234-cloud_3",
825
  "scope": {
826
  "context": "High",
@@ -831,10 +872,10 @@
831
  "score": 0.2,
832
  "seed": 3,
833
  "simulator": "BallDrop",
834
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
835
  },
836
  {
837
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
838
  "question_id": "gentle_01234-cloud_4",
839
  "scope": {
840
  "context": "High",
@@ -845,10 +886,10 @@
845
  "score": 0.3,
846
  "seed": 4,
847
  "simulator": "BallDrop",
848
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
849
  },
850
  {
851
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
852
  "question_id": "gentle_01234-cloud_0",
853
  "scope": {
854
  "context": "High",
@@ -859,10 +900,10 @@
859
  "score": 0.0,
860
  "seed": 0,
861
  "simulator": "BounceBall",
862
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
863
  },
864
  {
865
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
866
  "question_id": "gentle_01234-cloud_1",
867
  "scope": {
868
  "context": "High",
@@ -873,10 +914,10 @@
873
  "score": 0.3,
874
  "seed": 1,
875
  "simulator": "BounceBall",
876
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
877
  },
878
  {
879
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
880
  "question_id": "gentle_01234-cloud_2",
881
  "scope": {
882
  "context": "High",
@@ -887,10 +928,10 @@
887
  "score": 0.3,
888
  "seed": 2,
889
  "simulator": "BounceBall",
890
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
891
  },
892
  {
893
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
894
  "question_id": "gentle_01234-cloud_3",
895
  "scope": {
896
  "context": "High",
@@ -901,10 +942,10 @@
901
  "score": 0.0,
902
  "seed": 3,
903
  "simulator": "BounceBall",
904
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
905
  },
906
  {
907
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
908
  "question_id": "gentle_01234-cloud_4",
909
  "scope": {
910
  "context": "High",
@@ -915,10 +956,10 @@
915
  "score": 0.3,
916
  "seed": 4,
917
  "simulator": "BounceBall",
918
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
919
  },
920
  {
921
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
922
  "question_id": "gentle_01234-cloud_0",
923
  "scope": {
924
  "context": "High",
@@ -929,10 +970,10 @@
929
  "score": 0.3,
930
  "seed": 0,
931
  "simulator": "MassSlide",
932
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
933
  },
934
  {
935
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
936
  "question_id": "gentle_01234-cloud_1",
937
  "scope": {
938
  "context": "High",
@@ -943,10 +984,10 @@
943
  "score": 0.5,
944
  "seed": 1,
945
  "simulator": "MassSlide",
946
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
947
  },
948
  {
949
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
950
  "question_id": "gentle_01234-cloud_2",
951
  "scope": {
952
  "context": "High",
@@ -957,10 +998,10 @@
957
  "score": 0.6,
958
  "seed": 2,
959
  "simulator": "MassSlide",
960
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
961
  },
962
  {
963
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
964
  "question_id": "gentle_01234-cloud_3",
965
  "scope": {
966
  "context": "High",
@@ -971,10 +1012,10 @@
971
  "score": 0.6,
972
  "seed": 3,
973
  "simulator": "MassSlide",
974
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
975
  },
976
  {
977
- "artifact_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip",
978
  "question_id": "gentle_01234-cloud_4",
979
  "scope": {
980
  "context": "High",
@@ -985,7 +1026,217 @@
985
  "score": 0.7,
986
  "seed": 4,
987
  "simulator": "MassSlide",
988
- "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tsenvbenchmark/resolve/main/submissions/minimax-m2-7.zip"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
  }
990
  ],
991
  "seed_coverage": {
@@ -1016,5 +1267,5 @@
1016
  "required_seeds_per_simulator": 5
1017
  },
1018
  "submission_id": "minimax-m2-7",
1019
- "submitter": "TSENV"
1020
  }
 
1
  {
2
  "agent": "minimax-m2.7",
3
+ "archive_contract": {
4
+ "contains_artifacts": true,
5
+ "contains_raw_scores": true,
6
+ "contains_raw_trajectories": true,
7
+ "run_count": 75,
8
+ "schema_version": 1
9
+ },
10
  "canonical_score": 0.28,
11
  "condition_results": [
12
  {
 
144
  4
145
  ]
146
  }
147
+ },
148
+ {
149
+ "complete": true,
150
+ "distinct_seed_count": 15,
151
+ "scope": {
152
+ "context": "High",
153
+ "examples": "None",
154
+ "noise": "None",
155
+ "task_mode": "Direct"
156
+ },
157
+ "score": 0.38,
158
+ "seeds_by_simulator": {
159
+ "BallDrop": [
160
+ 0,
161
+ 1,
162
+ 2,
163
+ 3,
164
+ 4
165
+ ],
166
+ "BounceBall": [
167
+ 0,
168
+ 1,
169
+ 2,
170
+ 3,
171
+ 4
172
+ ],
173
+ "MassSlide": [
174
+ 0,
175
+ 1,
176
+ 2,
177
+ 3,
178
+ 4
179
+ ]
180
+ }
181
  }
182
  ],
183
  "date": "2026-05-19",
184
  "downloads": {
185
+ "benchmark_dataset": "https://huggingface.co/datasets/eth-siplab/tracebench",
186
+ "complete_results_table": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/results.parquet",
187
+ "trajectory_archive": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
188
  },
189
  "model": "openrouter/minimax/minimax-m2.7",
190
  "per_seed_results": [
191
  {
192
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
193
  "question_id": "gentle_01234-orbit_0",
194
  "scope": {
195
  "context": "High",
 
200
  "score": 0.2,
201
  "seed": 0,
202
  "simulator": "BallDrop",
203
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
204
  },
205
  {
206
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
207
  "question_id": "gentle_01234-orbit_1",
208
  "scope": {
209
  "context": "High",
 
214
  "score": 0.3,
215
  "seed": 1,
216
  "simulator": "BallDrop",
217
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
218
  },
219
  {
220
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
221
  "question_id": "gentle_01234-orbit_2",
222
  "scope": {
223
  "context": "High",
 
228
  "score": 0.6,
229
  "seed": 2,
230
  "simulator": "BallDrop",
231
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
232
  },
233
  {
234
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
235
  "question_id": "gentle_01234-orbit_3",
236
  "scope": {
237
  "context": "High",
 
242
  "score": 0.4,
243
  "seed": 3,
244
  "simulator": "BallDrop",
245
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
246
  },
247
  {
248
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
249
  "question_id": "gentle_01234-orbit_4",
250
  "scope": {
251
  "context": "High",
 
256
  "score": 0.2,
257
  "seed": 4,
258
  "simulator": "BallDrop",
259
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
260
  },
261
  {
262
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
263
  "question_id": "gentle_01234-orbit_0",
264
  "scope": {
265
  "context": "High",
 
270
  "score": 0.2,
271
  "seed": 0,
272
  "simulator": "BounceBall",
273
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
274
  },
275
  {
276
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
277
  "question_id": "gentle_01234-orbit_1",
278
  "scope": {
279
  "context": "High",
 
284
  "score": 0.3,
285
  "seed": 1,
286
  "simulator": "BounceBall",
287
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
288
  },
289
  {
290
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
291
  "question_id": "gentle_01234-orbit_2",
292
  "scope": {
293
  "context": "High",
 
298
  "score": 0.2,
299
  "seed": 2,
300
  "simulator": "BounceBall",
301
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
302
  },
303
  {
304
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
305
  "question_id": "gentle_01234-orbit_3",
306
  "scope": {
307
  "context": "High",
 
312
  "score": 0.1,
313
  "seed": 3,
314
  "simulator": "BounceBall",
315
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
316
  },
317
  {
318
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
319
  "question_id": "gentle_01234-orbit_4",
320
  "scope": {
321
  "context": "High",
 
326
  "score": 0.2,
327
  "seed": 4,
328
  "simulator": "BounceBall",
329
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
330
  },
331
  {
332
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
333
  "question_id": "gentle_01234-orbit_0",
334
  "scope": {
335
  "context": "High",
 
340
  "score": 0.6,
341
  "seed": 0,
342
  "simulator": "MassSlide",
343
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
344
  },
345
  {
346
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
347
  "question_id": "gentle_01234-orbit_1",
348
  "scope": {
349
  "context": "High",
 
354
  "score": 0.3,
355
  "seed": 1,
356
  "simulator": "MassSlide",
357
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
358
  },
359
  {
360
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
361
  "question_id": "gentle_01234-orbit_2",
362
  "scope": {
363
  "context": "High",
 
368
  "score": 0.3,
369
  "seed": 2,
370
  "simulator": "MassSlide",
371
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
372
  },
373
  {
374
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
375
  "question_id": "gentle_01234-orbit_3",
376
  "scope": {
377
  "context": "High",
 
382
  "score": 0.5,
383
  "seed": 3,
384
  "simulator": "MassSlide",
385
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
386
  },
387
  {
388
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
389
  "question_id": "gentle_01234-orbit_4",
390
  "scope": {
391
  "context": "High",
 
396
  "score": 0.9,
397
  "seed": 4,
398
  "simulator": "MassSlide",
399
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
400
  },
401
  {
402
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
403
  "question_id": "gentle_01234-flame_0",
404
  "scope": {
405
  "context": "High",
 
410
  "score": 0.3,
411
  "seed": 0,
412
  "simulator": "BallDrop",
413
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
414
  },
415
  {
416
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
417
  "question_id": "gentle_01234-flame_1",
418
  "scope": {
419
  "context": "High",
 
424
  "score": 0.0,
425
  "seed": 1,
426
  "simulator": "BallDrop",
427
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
428
  },
429
  {
430
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
431
  "question_id": "gentle_01234-flame_2",
432
  "scope": {
433
  "context": "High",
 
438
  "score": 0.2,
439
  "seed": 2,
440
  "simulator": "BallDrop",
441
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
442
  },
443
  {
444
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
445
  "question_id": "gentle_01234-flame_3",
446
  "scope": {
447
  "context": "High",
 
452
  "score": 0.1,
453
  "seed": 3,
454
  "simulator": "BallDrop",
455
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
456
  },
457
  {
458
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
459
  "question_id": "gentle_01234-flame_4",
460
  "scope": {
461
  "context": "High",
 
466
  "score": 0.3,
467
  "seed": 4,
468
  "simulator": "BallDrop",
469
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
470
  },
471
  {
472
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
473
  "question_id": "gentle_01234-flame_0",
474
  "scope": {
475
  "context": "High",
 
480
  "score": 0.3,
481
  "seed": 0,
482
  "simulator": "BounceBall",
483
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
484
  },
485
  {
486
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
487
  "question_id": "gentle_01234-flame_1",
488
  "scope": {
489
  "context": "High",
 
494
  "score": 0.1,
495
  "seed": 1,
496
  "simulator": "BounceBall",
497
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
498
  },
499
  {
500
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
501
  "question_id": "gentle_01234-flame_2",
502
  "scope": {
503
  "context": "High",
 
508
  "score": 0.2,
509
  "seed": 2,
510
  "simulator": "BounceBall",
511
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
512
  },
513
  {
514
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
515
  "question_id": "gentle_01234-flame_3",
516
  "scope": {
517
  "context": "High",
 
522
  "score": 0.2,
523
  "seed": 3,
524
  "simulator": "BounceBall",
525
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
526
  },
527
  {
528
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
529
  "question_id": "gentle_01234-flame_4",
530
  "scope": {
531
  "context": "High",
 
536
  "score": 0.1,
537
  "seed": 4,
538
  "simulator": "BounceBall",
539
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
540
  },
541
  {
542
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
543
  "question_id": "gentle_01234-flame_0",
544
  "scope": {
545
  "context": "High",
 
550
  "score": 0.6,
551
  "seed": 0,
552
  "simulator": "MassSlide",
553
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
554
  },
555
  {
556
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
557
  "question_id": "gentle_01234-flame_1",
558
  "scope": {
559
  "context": "High",
 
564
  "score": 0.5,
565
  "seed": 1,
566
  "simulator": "MassSlide",
567
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
568
  },
569
  {
570
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
571
  "question_id": "gentle_01234-flame_2",
572
  "scope": {
573
  "context": "High",
 
578
  "score": 0.3,
579
  "seed": 2,
580
  "simulator": "MassSlide",
581
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
582
  },
583
  {
584
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
585
  "question_id": "gentle_01234-flame_3",
586
  "scope": {
587
  "context": "High",
 
592
  "score": 0.7,
593
  "seed": 3,
594
  "simulator": "MassSlide",
595
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
596
  },
597
  {
598
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
599
  "question_id": "gentle_01234-flame_4",
600
  "scope": {
601
  "context": "High",
 
606
  "score": 0.3,
607
  "seed": 4,
608
  "simulator": "MassSlide",
609
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
610
  },
611
  {
612
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
613
  "question_id": "gentle_01234-pine_0",
614
  "scope": {
615
  "context": "High",
 
620
  "score": 0.2,
621
  "seed": 0,
622
  "simulator": "BallDrop",
623
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
624
  },
625
  {
626
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
627
  "question_id": "gentle_01234-pine_1",
628
  "scope": {
629
  "context": "High",
 
634
  "score": 0.0,
635
  "seed": 1,
636
  "simulator": "BallDrop",
637
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
638
  },
639
  {
640
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
641
  "question_id": "gentle_01234-pine_2",
642
  "scope": {
643
  "context": "High",
 
648
  "score": 0.4,
649
  "seed": 2,
650
  "simulator": "BallDrop",
651
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
652
  },
653
  {
654
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
655
  "question_id": "gentle_01234-pine_3",
656
  "scope": {
657
  "context": "High",
 
662
  "score": 0.1,
663
  "seed": 3,
664
  "simulator": "BallDrop",
665
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
666
  },
667
  {
668
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
669
  "question_id": "gentle_01234-pine_4",
670
  "scope": {
671
  "context": "High",
 
676
  "score": 0.3,
677
  "seed": 4,
678
  "simulator": "BallDrop",
679
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
680
  },
681
  {
682
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
683
  "question_id": "gentle_01234-pine_0",
684
  "scope": {
685
  "context": "High",
 
690
  "score": 0.2,
691
  "seed": 0,
692
  "simulator": "BounceBall",
693
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
694
  },
695
  {
696
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
697
  "question_id": "gentle_01234-pine_1",
698
  "scope": {
699
  "context": "High",
 
704
  "score": 0.3,
705
  "seed": 1,
706
  "simulator": "BounceBall",
707
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
708
  },
709
  {
710
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
711
  "question_id": "gentle_01234-pine_2",
712
  "scope": {
713
  "context": "High",
 
718
  "score": 0.0,
719
  "seed": 2,
720
  "simulator": "BounceBall",
721
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
722
  },
723
  {
724
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
725
  "question_id": "gentle_01234-pine_3",
726
  "scope": {
727
  "context": "High",
 
732
  "score": 0.2,
733
  "seed": 3,
734
  "simulator": "BounceBall",
735
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
736
  },
737
  {
738
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
739
  "question_id": "gentle_01234-pine_4",
740
  "scope": {
741
  "context": "High",
 
746
  "score": 0.3,
747
  "seed": 4,
748
  "simulator": "BounceBall",
749
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
750
  },
751
  {
752
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
753
  "question_id": "gentle_01234-pine_0",
754
  "scope": {
755
  "context": "High",
 
760
  "score": 0.4,
761
  "seed": 0,
762
  "simulator": "MassSlide",
763
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
764
  },
765
  {
766
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
767
  "question_id": "gentle_01234-pine_1",
768
  "scope": {
769
  "context": "High",
 
774
  "score": 0.3,
775
  "seed": 1,
776
  "simulator": "MassSlide",
777
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
778
  },
779
  {
780
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
781
  "question_id": "gentle_01234-pine_2",
782
  "scope": {
783
  "context": "High",
 
788
  "score": 0.3,
789
  "seed": 2,
790
  "simulator": "MassSlide",
791
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
792
  },
793
  {
794
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
795
  "question_id": "gentle_01234-pine_3",
796
  "scope": {
797
  "context": "High",
 
802
  "score": 0.8,
803
  "seed": 3,
804
  "simulator": "MassSlide",
805
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
806
  },
807
  {
808
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
809
  "question_id": "gentle_01234-pine_4",
810
  "scope": {
811
  "context": "High",
 
816
  "score": 0.7,
817
  "seed": 4,
818
  "simulator": "MassSlide",
819
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
820
  },
821
  {
822
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
823
  "question_id": "gentle_01234-cloud_0",
824
  "scope": {
825
  "context": "High",
 
830
  "score": 0.0,
831
  "seed": 0,
832
  "simulator": "BallDrop",
833
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
834
  },
835
  {
836
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
837
  "question_id": "gentle_01234-cloud_1",
838
  "scope": {
839
  "context": "High",
 
844
  "score": 0.2,
845
  "seed": 1,
846
  "simulator": "BallDrop",
847
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
848
  },
849
  {
850
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
851
  "question_id": "gentle_01234-cloud_2",
852
  "scope": {
853
  "context": "High",
 
858
  "score": 0.1,
859
  "seed": 2,
860
  "simulator": "BallDrop",
861
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
862
  },
863
  {
864
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
865
  "question_id": "gentle_01234-cloud_3",
866
  "scope": {
867
  "context": "High",
 
872
  "score": 0.2,
873
  "seed": 3,
874
  "simulator": "BallDrop",
875
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
876
  },
877
  {
878
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
879
  "question_id": "gentle_01234-cloud_4",
880
  "scope": {
881
  "context": "High",
 
886
  "score": 0.3,
887
  "seed": 4,
888
  "simulator": "BallDrop",
889
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
890
  },
891
  {
892
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
893
  "question_id": "gentle_01234-cloud_0",
894
  "scope": {
895
  "context": "High",
 
900
  "score": 0.0,
901
  "seed": 0,
902
  "simulator": "BounceBall",
903
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
904
  },
905
  {
906
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
907
  "question_id": "gentle_01234-cloud_1",
908
  "scope": {
909
  "context": "High",
 
914
  "score": 0.3,
915
  "seed": 1,
916
  "simulator": "BounceBall",
917
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
918
  },
919
  {
920
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
921
  "question_id": "gentle_01234-cloud_2",
922
  "scope": {
923
  "context": "High",
 
928
  "score": 0.3,
929
  "seed": 2,
930
  "simulator": "BounceBall",
931
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
932
  },
933
  {
934
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
935
  "question_id": "gentle_01234-cloud_3",
936
  "scope": {
937
  "context": "High",
 
942
  "score": 0.0,
943
  "seed": 3,
944
  "simulator": "BounceBall",
945
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
946
  },
947
  {
948
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
949
  "question_id": "gentle_01234-cloud_4",
950
  "scope": {
951
  "context": "High",
 
956
  "score": 0.3,
957
  "seed": 4,
958
  "simulator": "BounceBall",
959
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
960
  },
961
  {
962
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
963
  "question_id": "gentle_01234-cloud_0",
964
  "scope": {
965
  "context": "High",
 
970
  "score": 0.3,
971
  "seed": 0,
972
  "simulator": "MassSlide",
973
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
974
  },
975
  {
976
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
977
  "question_id": "gentle_01234-cloud_1",
978
  "scope": {
979
  "context": "High",
 
984
  "score": 0.5,
985
  "seed": 1,
986
  "simulator": "MassSlide",
987
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
988
  },
989
  {
990
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
991
  "question_id": "gentle_01234-cloud_2",
992
  "scope": {
993
  "context": "High",
 
998
  "score": 0.6,
999
  "seed": 2,
1000
  "simulator": "MassSlide",
1001
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1002
  },
1003
  {
1004
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1005
  "question_id": "gentle_01234-cloud_3",
1006
  "scope": {
1007
  "context": "High",
 
1012
  "score": 0.6,
1013
  "seed": 3,
1014
  "simulator": "MassSlide",
1015
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1016
  },
1017
  {
1018
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1019
  "question_id": "gentle_01234-cloud_4",
1020
  "scope": {
1021
  "context": "High",
 
1026
  "score": 0.7,
1027
  "seed": 4,
1028
  "simulator": "MassSlide",
1029
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1030
+ },
1031
+ {
1032
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1033
+ "question_id": "frost_01234-anchor_0",
1034
+ "scope": {
1035
+ "context": "High",
1036
+ "examples": "None",
1037
+ "noise": "None",
1038
+ "task_mode": "Direct"
1039
+ },
1040
+ "score": 0.4,
1041
+ "seed": 0,
1042
+ "simulator": "BallDrop",
1043
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1044
+ },
1045
+ {
1046
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1047
+ "question_id": "frost_01234-anchor_1",
1048
+ "scope": {
1049
+ "context": "High",
1050
+ "examples": "None",
1051
+ "noise": "None",
1052
+ "task_mode": "Direct"
1053
+ },
1054
+ "score": 0.4,
1055
+ "seed": 1,
1056
+ "simulator": "BallDrop",
1057
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1058
+ },
1059
+ {
1060
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1061
+ "question_id": "frost_01234-anchor_2",
1062
+ "scope": {
1063
+ "context": "High",
1064
+ "examples": "None",
1065
+ "noise": "None",
1066
+ "task_mode": "Direct"
1067
+ },
1068
+ "score": 0.4,
1069
+ "seed": 2,
1070
+ "simulator": "BallDrop",
1071
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1072
+ },
1073
+ {
1074
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1075
+ "question_id": "frost_01234-anchor_3",
1076
+ "scope": {
1077
+ "context": "High",
1078
+ "examples": "None",
1079
+ "noise": "None",
1080
+ "task_mode": "Direct"
1081
+ },
1082
+ "score": 0.4,
1083
+ "seed": 3,
1084
+ "simulator": "BallDrop",
1085
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1086
+ },
1087
+ {
1088
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1089
+ "question_id": "frost_01234-anchor_4",
1090
+ "scope": {
1091
+ "context": "High",
1092
+ "examples": "None",
1093
+ "noise": "None",
1094
+ "task_mode": "Direct"
1095
+ },
1096
+ "score": 0.2,
1097
+ "seed": 4,
1098
+ "simulator": "BallDrop",
1099
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1100
+ },
1101
+ {
1102
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1103
+ "question_id": "frost_01234-anchor_0",
1104
+ "scope": {
1105
+ "context": "High",
1106
+ "examples": "None",
1107
+ "noise": "None",
1108
+ "task_mode": "Direct"
1109
+ },
1110
+ "score": 0.2,
1111
+ "seed": 0,
1112
+ "simulator": "BounceBall",
1113
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1114
+ },
1115
+ {
1116
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1117
+ "question_id": "frost_01234-anchor_1",
1118
+ "scope": {
1119
+ "context": "High",
1120
+ "examples": "None",
1121
+ "noise": "None",
1122
+ "task_mode": "Direct"
1123
+ },
1124
+ "score": 0.1,
1125
+ "seed": 1,
1126
+ "simulator": "BounceBall",
1127
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1128
+ },
1129
+ {
1130
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1131
+ "question_id": "frost_01234-anchor_2",
1132
+ "scope": {
1133
+ "context": "High",
1134
+ "examples": "None",
1135
+ "noise": "None",
1136
+ "task_mode": "Direct"
1137
+ },
1138
+ "score": 0.2,
1139
+ "seed": 2,
1140
+ "simulator": "BounceBall",
1141
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1142
+ },
1143
+ {
1144
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1145
+ "question_id": "frost_01234-anchor_3",
1146
+ "scope": {
1147
+ "context": "High",
1148
+ "examples": "None",
1149
+ "noise": "None",
1150
+ "task_mode": "Direct"
1151
+ },
1152
+ "score": 0.2,
1153
+ "seed": 3,
1154
+ "simulator": "BounceBall",
1155
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1156
+ },
1157
+ {
1158
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1159
+ "question_id": "frost_01234-anchor_4",
1160
+ "scope": {
1161
+ "context": "High",
1162
+ "examples": "None",
1163
+ "noise": "None",
1164
+ "task_mode": "Direct"
1165
+ },
1166
+ "score": 0.3,
1167
+ "seed": 4,
1168
+ "simulator": "BounceBall",
1169
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1170
+ },
1171
+ {
1172
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1173
+ "question_id": "frost_01234-anchor_0",
1174
+ "scope": {
1175
+ "context": "High",
1176
+ "examples": "None",
1177
+ "noise": "None",
1178
+ "task_mode": "Direct"
1179
+ },
1180
+ "score": 0.5,
1181
+ "seed": 0,
1182
+ "simulator": "MassSlide",
1183
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1184
+ },
1185
+ {
1186
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1187
+ "question_id": "frost_01234-anchor_1",
1188
+ "scope": {
1189
+ "context": "High",
1190
+ "examples": "None",
1191
+ "noise": "None",
1192
+ "task_mode": "Direct"
1193
+ },
1194
+ "score": 0.6,
1195
+ "seed": 1,
1196
+ "simulator": "MassSlide",
1197
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1198
+ },
1199
+ {
1200
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1201
+ "question_id": "frost_01234-anchor_2",
1202
+ "scope": {
1203
+ "context": "High",
1204
+ "examples": "None",
1205
+ "noise": "None",
1206
+ "task_mode": "Direct"
1207
+ },
1208
+ "score": 0.6,
1209
+ "seed": 2,
1210
+ "simulator": "MassSlide",
1211
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1212
+ },
1213
+ {
1214
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1215
+ "question_id": "frost_01234-anchor_3",
1216
+ "scope": {
1217
+ "context": "High",
1218
+ "examples": "None",
1219
+ "noise": "None",
1220
+ "task_mode": "Direct"
1221
+ },
1222
+ "score": 0.6,
1223
+ "seed": 3,
1224
+ "simulator": "MassSlide",
1225
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1226
+ },
1227
+ {
1228
+ "artifact_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip",
1229
+ "question_id": "frost_01234-anchor_4",
1230
+ "scope": {
1231
+ "context": "High",
1232
+ "examples": "None",
1233
+ "noise": "None",
1234
+ "task_mode": "Direct"
1235
+ },
1236
+ "score": 0.6,
1237
+ "seed": 4,
1238
+ "simulator": "MassSlide",
1239
+ "trajectory_url": "https://huggingface.co/datasets/eth-siplab/tracebench/resolve/main/submissions/minimax-m2-7.zip"
1240
  }
1241
  ],
1242
  "seed_coverage": {
 
1267
  "required_seeds_per_simulator": 5
1268
  },
1269
  "submission_id": "minimax-m2-7",
1270
+ "submitter": "TraceBench"
1271
  }