FalseMemBench / dataset_infos.json
codysnider's picture
Initial FalseMemBench dataset
25be136
raw
history blame
1.03 kB
{
"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
}
}