File size: 913 Bytes
42ef6c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
---
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 `datasets` library using the json builder, e.g.:

```python
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.