metadata
annotations_creators: []
language:
- en
license: other
pretty_name: LIXINYI33/longmemeval-s
tags:
- longmemeval
- dialog
- memory
- json
size_categories: []
task_categories:
- question-answering
LIXINYI33/longmemeval-s
This dataset repository contains JSON files compatible with LongMemEval-like experiments.
Uploaded files:
- longmemeval_s_cleaned.json
Notes:
- This repo was created/updated via a utility script and is intended for personal experiments.
- JSON files can be loaded directly with the
datasetslibrary using the json builder, e.g.:
from datasets import load_dataset
# load a single file from the Hub
# replace <file.json> with your target file name
# requires `datasets>=2.14` for hf:// scheme
url = f"hf://datasets/LIXINYI33/longmemeval-s/<file.json>"
raw = load_dataset("json", data_files=url)
Provenance:
- Derived from local copies of LongMemEval cleaned files.