Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,12 @@ Project: https://github.com/Strong-AI-Lab/Multi-Step-Deductive-Reasoning-Over-Na
|
|
12 |
|
13 |
Data: https://github.com/Strong-AI-Lab/PARARULE-Plus
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Citation
|
16 |
```
|
17 |
@inproceedings{bao2022multi,
|
|
|
12 |
|
13 |
Data: https://github.com/Strong-AI-Lab/PARARULE-Plus
|
14 |
|
15 |
+
## How to load the dataset?
|
16 |
+
```
|
17 |
+
from datasets import load_dataset
|
18 |
+
dataset = load_dataset("qbao775/PARARULE-Plus")
|
19 |
+
```
|
20 |
+
|
21 |
## Citation
|
22 |
```
|
23 |
@inproceedings{bao2022multi,
|