momentbench / queries /sample.json
ethansteininger's picture
Upload queries/sample.json with huggingface_hub
98e7f9a verified
Raw
History Blame Contribute Delete
2.14 kB
[
{
"query_id": "q-civic-001",
"text": "The moment the chairman calls the hearing to order",
"tier": 1,
"vertical": "civic",
"gold_moments": [
{"asset_id": "senate-hearing-2024-03-15", "t_in": 45.2, "t_out": 52.8}
],
"hard_negatives": [],
"is_public": true,
"metadata": {"source": "manual"}
},
{
"query_id": "q-civic-002",
"text": "The room falls silent just before the witness is sworn in",
"tier": 2,
"vertical": "civic",
"gold_moments": [
{"asset_id": "senate-hearing-2024-03-15", "t_in": 120.0, "t_out": 128.5}
],
"hard_negatives": [],
"is_public": true,
"metadata": {"source": "manual"}
},
{
"query_id": "q-aerospace-001",
"text": "The exact moment of first stage separation",
"tier": 1,
"vertical": "aerospace",
"gold_moments": [
{"asset_id": "nasa-artemis-i-launch", "t_in": 512.0, "t_out": 517.0}
],
"hard_negatives": [],
"is_public": true,
"metadata": {"source": "manual"}
},
{
"query_id": "q-aerospace-002",
"text": "The second time mission control calls 'go' for launch after a hold",
"tier": 4,
"vertical": "aerospace",
"gold_moments": [
{"asset_id": "nasa-artemis-i-launch", "t_in": 3240.0, "t_out": 3248.0}
],
"hard_negatives": [],
"is_public": true,
"metadata": {"source": "manual"}
},
{
"query_id": "q-film-001",
"text": "The rabbit first appears on screen",
"tier": 1,
"vertical": "film",
"gold_moments": [
{"asset_id": "big-buck-bunny", "t_in": 35.0, "t_out": 42.0}
],
"hard_negatives": [],
"is_public": true,
"metadata": {"source": "manual"}
},
{
"query_id": "q-film-002",
"text": "The scene where the robot arm reaches toward the girl in Sintel, not the similar shot in Tears of Steel",
"tier": 3,
"vertical": "film",
"gold_moments": [
{"asset_id": "sintel", "t_in": 420.0, "t_out": 428.0}
],
"hard_negatives": [
{"asset_id": "tears-of-steel", "t_in": 180.0, "t_out": 187.0}
],
"is_public": true,
"metadata": {"source": "manual"}
}
]