Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Polish
ArXiv:
Libraries:
Datasets
pandas
License:
asawczyn commited on
Commit
b0ea85d
·
verified ·
1 Parent(s): 120608c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -15
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) - 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,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
  ```