Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ To construct LogiQA2.0 dataset, we:
|
|
| 31 |
|
| 32 |
## Datasets
|
| 33 |
### MRC
|
| 34 |
-
The MRC part of LogiQA2.0 dataset can be found in the `/
|
| 35 |
|
| 36 |
`train.txt`: train split of the dataset in json lines.
|
| 37 |
|
|
@@ -62,7 +62,7 @@ An example of the Chinese dataset:
|
|
| 62 |
```
|
| 63 |
|
| 64 |
### NLI
|
| 65 |
-
The NLI part of LogiQA2.0 dataset can be found in the `/
|
| 66 |
|
| 67 |
`train.txt`: train split of the dataset in json lines
|
| 68 |
|
|
|
|
| 31 |
|
| 32 |
## Datasets
|
| 33 |
### MRC
|
| 34 |
+
The MRC part of LogiQA2.0 dataset can be found in the `/MRC/` folder.
|
| 35 |
|
| 36 |
`train.txt`: train split of the dataset in json lines.
|
| 37 |
|
|
|
|
| 62 |
```
|
| 63 |
|
| 64 |
### NLI
|
| 65 |
+
The NLI part of LogiQA2.0 dataset can be found in the `/NLI/` folder.
|
| 66 |
|
| 67 |
`train.txt`: train split of the dataset in json lines
|
| 68 |
|