FalseMemBench / dataset_infos.json
codysnider's picture
Clean public release surface
5ecbe81
{
"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": "List"},
"depth": {"dtype": "int64", "_type": "Value"},
"timestamp": {"dtype": "timestamp[s]", "_type": "Value"},
"speaker": {"dtype": "string", "_type": "Value"}
},
"_type": "List"
},
"relevant_ids": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "List"},
"notes": {"dtype": "string", "_type": "Value"}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 573,
"dataset_name": "FalseMemBench"
}
},
"download_size": 0,
"dataset_size": 0
}
}