Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -7,41 +7,51 @@ size_categories:
|
|
7 |
- 10M<n<100M
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
|
12 |
## Dataset Description
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
- **Paper:**
|
17 |
-
- **Leaderboard:**
|
18 |
-
- **Point of Contact:**
|
19 |
|
20 |
### Dataset Summary
|
21 |
|
22 |
-
|
|
|
|
|
|
|
23 |
|
24 |
-
### Supported Tasks
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
### Languages
|
29 |
|
30 |
-
|
31 |
|
32 |
## Dataset Structure
|
33 |
|
34 |
-
###
|
35 |
|
36 |
-
|
|
|
37 |
|
38 |
-
###
|
39 |
|
40 |
-
|
|
|
41 |
|
42 |
-
###
|
43 |
|
44 |
-
|
|
|
|
|
45 |
|
46 |
## Dataset Creation
|
47 |
|
|
|
7 |
- 10M<n<100M
|
8 |
---
|
9 |
|
10 |
+
# PolEval 2022 Task 2 Pretraining Dataset
|
11 |
|
12 |
## Dataset Description
|
13 |
|
14 |
+
* **Repository:** <https://github.com/Carbon225/poleval-2022-abbr>
|
15 |
+
* **Paper:** TODO
|
|
|
|
|
|
|
16 |
|
17 |
### Dataset Summary
|
18 |
|
19 |
+
Abbreviation disambiguation is the process of expanding abbreviations, e.g. "eng." to the full form "engineer".
|
20 |
+
In the Polish language the task is further complicated because of the many ways to create abbreviations and additional inflected forms.
|
21 |
+
Abbreviation disambiguation was the topic of the 2022 PolEval Competition Task 2.
|
22 |
+
This is the dataset used for pretraining in Jakub Karbowski's competition submission.
|
23 |
|
24 |
+
### Supported Tasks
|
25 |
|
26 |
+
The dataset contains data suitable for:
|
27 |
+
|
28 |
+
* corrupted text restoration
|
29 |
+
* base/inflected form prediction
|
30 |
+
* abbreviation disambiguation*
|
31 |
+
|
32 |
+
*the abbreviations are not guaranteed to be gramatically correct
|
33 |
|
34 |
### Languages
|
35 |
|
36 |
+
* Polish
|
37 |
|
38 |
## Dataset Structure
|
39 |
|
40 |
+
### Fields
|
41 |
|
42 |
+
* `text` -- a context of 140 to 200 characters where an abbreviation has been used
|
43 |
+
* `labels` -- the inflected and base forms of the expanded abbreviation
|
44 |
|
45 |
+
### Format
|
46 |
|
47 |
+
The abbreviation in `text` is surrounded with `<mask>` `</mask>`.
|
48 |
+
The `labels` format is `inflected form; base form`.
|
49 |
|
50 |
+
### Example
|
51 |
|
52 |
+
text | labels
|
53 |
+
------------------|-----------
|
54 |
+
`jest zgodny ze światem, w którym istnieje problem zła i cierpienie, a <mask>bs.</mask> miłość jest ukryta przed wieloma osobami. Podobną argumentację` | `boska; boski`
|
55 |
|
56 |
## Dataset Creation
|
57 |
|