asawczyn commited on
Commit
14edf0a
·
verified ·
1 Parent(s): 3d5bb85

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -88,19 +88,19 @@ Authored by:
88
  * Maciej Piasecki
89
  * Tomasz Kajdanowicz
90
 
91
- The paper was accepted for ACL 2024 (findings).
92
 
93
  ## Repositories
94
 
95
  The dataset is available in the following repositories:
96
 
97
- * [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) (this repository) - contains all tasks (KBQA, MRC, IR)
98
 
99
  For more straightforward usage, the tasks are also available in separate repositories:
100
 
101
- * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
102
- * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC)
103
- * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR)
104
 
105
  The knowledge graph for KBQA task is available in the following repository:
106
 
@@ -113,7 +113,15 @@ The knowledge graph for KBQA task is available in the following repository:
113
  * Paper:
114
  * ACL - TBA
115
  * Arxiv - TBA
116
-
 
 
 
 
 
 
 
 
117
  ## Usage
118
 
119
  ```python
@@ -150,12 +158,3 @@ print(dataset)
150
  dataset = load_dataset("clarin-pl/PUGG", "ir_qrels")
151
  print(dataset)
152
  ```
153
-
154
-
155
- ## Citation
156
-
157
- TBA
158
-
159
- ## Contact
160
-
161
- albert.sawczyn@pwr.edu.pl
 
88
  * Maciej Piasecki
89
  * Tomasz Kajdanowicz
90
 
91
+ **The paper was accepted for ACL 2024 (findings).**
92
 
93
  ## Repositories
94
 
95
  The dataset is available in the following repositories:
96
 
97
+ * [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) **(this repository)** - contains all tasks (KBQA, MRC, IR)
98
 
99
  For more straightforward usage, the tasks are also available in separate repositories:
100
 
101
+ * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) ****
102
+ * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC) ****
103
+ * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) ****
104
 
105
  The knowledge graph for KBQA task is available in the following repository:
106
 
 
113
  * Paper:
114
  * ACL - TBA
115
  * Arxiv - TBA
116
+
117
+ ## Citation
118
+
119
+ TBA
120
+
121
+ ## Contact
122
+
123
+ albert.sawczyn@pwr.edu.pl
124
+
125
  ## Usage
126
 
127
  ```python
 
158
  dataset = load_dataset("clarin-pl/PUGG", "ir_qrels")
159
  print(dataset)
160
  ```