Datasets:

Modalities:
Tabular
Text
Formats:
json
Sub-tasks:
extractive-qa
Languages:
Polish
ArXiv:
Libraries:
Datasets
pandas
License:
asawczyn commited on
Commit
d24eee0
1 Parent(s): af872cf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -52,19 +52,19 @@ Authored by:
52
  * Maciej Piasecki
53
  * Tomasz Kajdanowicz
54
 
55
- The paper was accepted for ACL 2024 (findings).
56
 
57
  ## Repositories
58
 
59
  The dataset is available in the following repositories:
60
 
61
- * [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) - contains all tasks (KBQA, MRC, IR)
62
 
63
  For more straightforward usage, the tasks are also available in separate repositories:
64
 
65
- * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
66
- * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC) (this repository)
67
- * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR)
68
 
69
  The knowledge graph for KBQA task is available in the following repository:
70
 
@@ -77,7 +77,15 @@ The knowledge graph for KBQA task is available in the following repository:
77
  * Paper:
78
  * ACL - TBA
79
  * Arxiv - TBA
80
-
 
 
 
 
 
 
 
 
81
  ## Usage
82
 
83
  ```python
@@ -86,12 +94,3 @@ from datasets import load_dataset
86
  dataset = load_dataset("clarin-pl/PUGG_MRC")
87
  print(dataset)
88
  ```
89
-
90
-
91
- ## Citation
92
-
93
- TBA
94
-
95
- ## Contact
96
-
97
- albert.sawczyn@pwr.edu.pl
 
52
  * Maciej Piasecki
53
  * Tomasz Kajdanowicz
54
 
55
+ **The paper was accepted for ACL 2024 (findings).**
56
 
57
  ## Repositories
58
 
59
  The dataset is available in the following repositories:
60
 
61
+ * [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) **** - contains all tasks (KBQA, MRC, IR)
62
 
63
  For more straightforward usage, the tasks are also available in separate repositories:
64
 
65
+ * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) ****
66
+ * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC) **(this repository)**
67
+ * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) ****
68
 
69
  The knowledge graph for KBQA task is available in the following repository:
70
 
 
77
  * Paper:
78
  * ACL - TBA
79
  * Arxiv - TBA
80
+
81
+ ## Citation
82
+
83
+ TBA
84
+
85
+ ## Contact
86
+
87
+ albert.sawczyn@pwr.edu.pl
88
+
89
  ## Usage
90
 
91
  ```python
 
94
  dataset = load_dataset("clarin-pl/PUGG_MRC")
95
  print(dataset)
96
  ```