| { |
| "candidate_parameters": [ |
| "mass", |
| "drag coefficient", |
| "coefficient of restitution", |
| "gravity acceleration" |
| ], |
| "download_link": "https://huggingface.co/datasets/eth-siplab/tracebench/tree/main/questions/BallDrop", |
| "environment_id": "BallDrop", |
| "name": "BallDrop", |
| "observed_channels": [ |
| { |
| "id": "Position", |
| "label": "ball height", |
| "unit": "" |
| }, |
| { |
| "id": "Velocity", |
| "label": "ball velocity", |
| "unit": "" |
| }, |
| { |
| "id": "Hard_Stop_f", |
| "label": "contact impulse", |
| "unit": "N*s" |
| } |
| ], |
| "prompt_combinations": [ |
| { |
| "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.", |
| "desc_level": "high", |
| "task_type": "direct", |
| "training_samples": "none" |
| }, |
| { |
| "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.", |
| "desc_level": "high", |
| "task_type": "direct", |
| "training_samples": ">0" |
| }, |
| { |
| "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.", |
| "desc_level": "high", |
| "task_type": "code", |
| "training_samples": "none" |
| }, |
| { |
| "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.", |
| "desc_level": "high", |
| "task_type": "code", |
| "training_samples": ">0" |
| }, |
| { |
| "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.", |
| "desc_level": "none", |
| "task_type": "direct", |
| "training_samples": "none" |
| }, |
| { |
| "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.", |
| "desc_level": "none", |
| "task_type": "direct", |
| "training_samples": ">0" |
| }, |
| { |
| "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.", |
| "desc_level": "none", |
| "task_type": "code", |
| "training_samples": "none" |
| }, |
| { |
| "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.", |
| "desc_level": "none", |
| "task_type": "code", |
| "training_samples": ">0" |
| } |
| ], |
| "sample_count": 5, |
| "short_one_line_description": "A ball is dropped from a height and observed over time." |
| } |
|
|