Commit
•
49bca7a
1
Parent(s):
34369d3
readme (#1)
Browse files- Add readme (6dc1219066558b05a1fb64f941047518243b29fa)
Co-authored-by: Aleksander Smywiński-Pohl <apohllo@users.noreply.huggingface.co>
Readme.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- pl
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
|
7 |
+
This dataset contains questions and passages from Polish law.
|
8 |
+
|
9 |
+
The dataset was created by randomly searching for provisions and asking questions related to that provision, in the
|
10 |
+
style of SQuAD. As a result, the questions might be biassed towards the content of a specific provision.
|
11 |
+
|
12 |
+
|
13 |
+
The authors of this dataset are student from AGH University of Krakow, supervised by [Aleksander
|
14 |
+
Smywiński-Pohl](https://huggingface.co/apohllo), PhD.
|
15 |
+
|
16 |
+
If you use the dataset, please cite the following article:
|
17 |
+
|
18 |
+
```
|
19 |
+
@article{kobylinski2023poleval,
|
20 |
+
title={PolEval 2022/23 Challenge Tasks and Results},
|
21 |
+
author={Kobylinski, {\L}ukasz and Ogrodniczuk, Maciej and Rybak, Piotr and Przyby{\l}a, Piotr and Pezik, Piotr and Miko{\l}ajczyk, Agnieszka and Janowski, Wojciech and Marcinczuk, Micha{\l} and Smywinski-Pohl, Aleksander},
|
22 |
+
year={2023},
|
23 |
+
journal={Proceedings of the 18th Conference on Computer Science and Intelligence Systems},
|
24 |
+
pages={1243–1250}
|
25 |
+
}
|
26 |
+
```
|