Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,11 @@ pretty_name: QReCC
|
|
| 8 |
|
| 9 |
## QReCC Topics
|
| 10 |
|
| 11 |
-
This repository hosts the **QReCC** topics.
|
| 12 |
This dataset complements the QReCC retrieval setup outlined in the [Apple ML-QReCC GitHub repository](https://github.com/apple/ml-qrecc).
|
| 13 |
|
| 14 |
|
| 15 |
-
Train split has 63501 examples, and test split 16451 examples.
|
| 16 |
|
| 17 |
```python
|
| 18 |
from datasets import load_dataset
|
|
@@ -45,7 +45,7 @@ if __name__ == "__main__":
|
|
| 45 |
main()
|
| 46 |
```
|
| 47 |
|
| 48 |
-
The QReCC collection of
|
| 49 |
|
| 50 |
## Contact & Citation
|
| 51 |
|
|
|
|
| 8 |
|
| 9 |
## QReCC Topics
|
| 10 |
|
| 11 |
+
This repository hosts the **QReCC** topics with passage relevance.
|
| 12 |
This dataset complements the QReCC retrieval setup outlined in the [Apple ML-QReCC GitHub repository](https://github.com/apple/ml-qrecc).
|
| 13 |
|
| 14 |
|
| 15 |
+
Train split has 63501 examples, and test split 16451 examples. Relevant passages are in the field "Truth_passages".
|
| 16 |
|
| 17 |
```python
|
| 18 |
from datasets import load_dataset
|
|
|
|
| 45 |
main()
|
| 46 |
```
|
| 47 |
|
| 48 |
+
The QReCC collection of passages, by url_id can be found here `slupart/qrecc-passages`
|
| 49 |
|
| 50 |
## Contact & Citation
|
| 51 |
|