Datasets:
File size: 1,025 Bytes
25be136 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"default": {
"description": "Adversarial distractor benchmark cases for memory retrieval systems.",
"features": {
"id": {"dtype": "string", "_type": "Value"},
"query": {"dtype": "string", "_type": "Value"},
"adversary_type": {"dtype": "string", "_type": "Value"},
"entries": {
"feature": {
"id": {"dtype": "string", "_type": "Value"},
"text": {"dtype": "string", "_type": "Value"},
"tags": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"},
"depth": {"dtype": "int32", "_type": "Value"}
},
"_type": "Sequence"
},
"relevant_ids": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"},
"notes": {"dtype": "string", "_type": "Value"}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 573,
"dataset_name": "adversarial-memory-bench"
}
},
"download_size": 0,
"dataset_size": 0
}
}
|