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
@@ -58,19 +58,19 @@ Authored by:
|
|
58 |
* Maciej Piasecki
|
59 |
* Tomasz Kajdanowicz
|
60 |
|
61 |
-
The paper was accepted for ACL 2024 (findings)
|
62 |
|
63 |
## Repositories
|
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:
|
76 |
|
@@ -83,7 +83,15 @@ The knowledge graph for KBQA task is available in the following repository:
|
|
83 |
* Paper:
|
84 |
* ACL - TBA
|
85 |
* Arxiv - TBA
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
## Usage
|
88 |
|
89 |
```python
|
@@ -96,12 +104,3 @@ print(dataset)
|
|
96 |
dataset_qrels = load_dataset("clarin-pl/PUGG_IR", "qrels")
|
97 |
print(dataset)
|
98 |
```
|
99 |
-
|
100 |
-
|
101 |
-
## Citation
|
102 |
-
|
103 |
-
TBA
|
104 |
-
|
105 |
-
## Contact
|
106 |
-
|
107 |
|
|
58 |
* Maciej Piasecki
|
59 |
* Tomasz Kajdanowicz
|
60 |
|
61 |
+
**The paper was accepted for ACL 2024 (findings).**
|
62 |
|
63 |
## Repositories
|
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:
|
76 |
|
|
|
83 |
* Paper:
|
84 |
* ACL - TBA
|
85 |
* Arxiv - TBA
|
86 |
+
|
87 |
+
## Citation
|
88 |
+
|
89 |
+
TBA
|
90 |
+
|
91 |
+
## Contact
|
92 |
+
|
93 | |
94 |
+
|
95 |
## Usage
|
96 |
|
97 |
```python
|
|
|
104 |
dataset_qrels = load_dataset("clarin-pl/PUGG_IR", "qrels")
|
105 |
print(dataset)
|
106 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|