carbon225 commited on
Commit
04621e6
1 Parent(s): e670d30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -16
README.md CHANGED
@@ -7,41 +7,51 @@ size_categories:
7
  - 10M<n<100M
8
  ---
9
 
10
- # Dataset Card for Dataset Name
11
 
12
  ## Dataset Description
13
 
14
- - **Homepage:**
15
- - **Repository:**
16
- - **Paper:**
17
- - **Leaderboard:**
18
- - **Point of Contact:**
19
 
20
  ### Dataset Summary
21
 
22
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
 
23
 
24
- ### Supported Tasks and Leaderboards
25
 
26
- [More Information Needed]
 
 
 
 
 
 
27
 
28
  ### Languages
29
 
30
- [More Information Needed]
31
 
32
  ## Dataset Structure
33
 
34
- ### Data Instances
35
 
36
- [More Information Needed]
 
37
 
38
- ### Data Fields
39
 
40
- [More Information Needed]
 
41
 
42
- ### Data Splits
43
 
44
- [More Information Needed]
 
 
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