Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Sub-tasks:
document-retrieval
Languages:
Polish
Size:
100K - 1M
ArXiv:
Tags:
wikipedia
License:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -64,12 +64,12 @@ Authored by:
|
|
| 64 |
|
| 65 |
The dataset is available in the following repositories:
|
| 66 |
|
| 67 |
-
* [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
|
| 68 |
|
| 69 |
For more straightforward usage, the tasks are also available in separate repositories:
|
| 70 |
|
| 71 |
-
* [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
|
| 72 |
-
* [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC)
|
| 73 |
* [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) **(this repository)**
|
| 74 |
|
| 75 |
The knowledge graph for KBQA task is available in the following repository:
|
|
@@ -95,6 +95,8 @@ albert.sawczyn@pwr.edu.pl
|
|
| 95 |
## Usage
|
| 96 |
|
| 97 |
```python
|
|
|
|
|
|
|
| 98 |
dataset_corpus = load_dataset("clarin-pl/PUGG_IR", "corpus")
|
| 99 |
print(dataset)
|
| 100 |
|
|
|
|
| 64 |
|
| 65 |
The dataset is available in the following repositories:
|
| 66 |
|
| 67 |
+
* [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) - contains all tasks (KBQA, MRC, IR)
|
| 68 |
|
| 69 |
For more straightforward usage, the tasks are also available in separate repositories:
|
| 70 |
|
| 71 |
+
* [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
|
| 72 |
+
* [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC)
|
| 73 |
* [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) **(this repository)**
|
| 74 |
|
| 75 |
The knowledge graph for KBQA task is available in the following repository:
|
|
|
|
| 95 |
## Usage
|
| 96 |
|
| 97 |
```python
|
| 98 |
+
from datasets import load_dataset
|
| 99 |
+
|
| 100 |
dataset_corpus = load_dataset("clarin-pl/PUGG_IR", "corpus")
|
| 101 |
print(dataset)
|
| 102 |
|