File size: 611 Bytes
7d0d6ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
task_categories:
- text-generation
language:
- en
tags:
- report-generation
- information retrieval
- retrieval
- generation
- legal
- law
size_categories:
- 100K<n<1M
---

README in progress


# Usage
The dataset is in folder according to the task and type (e.g. `generation` or `collection` for IR).

You can load a specific file (say the test set of the generation task) with this command:
```python
from datasets import load_dataset
dataset = load_dataset("jhu-clsp/CLERC", data_files={"data": f"generation/test.jsonl"})["data"]
```

Change the values in `data_files` to match the file you want to load.