Commit
•
e432b0a
1
Parent(s):
62d8f13
add stats to README.md (#1)
Browse files- add stats to README.md (15f54f25bcb952325a8481d10aedae8dc6fb2419)
Co-authored-by: Albert Sawczyn <[email protected]>
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Punctuation restoration from read text
|
2 |
|
3 |
Restore punctuation marks from the output of an ASR system.
|
@@ -32,6 +52,28 @@ WikiPuncthas over thirty-two thousand texts and 1200 audio files, one thousand i
|
|
32 |
- Speakers:
|
33 |
- Polish male: 51 speakers, 16.7 hours of speech
|
34 |
- Polish female: 54 speakers, 19 hours of speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
**Punctuation for raw text:**
|
37 |
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language:
|
5 |
+
- pl
|
6 |
+
language_creators:
|
7 |
+
- crowdsourced
|
8 |
+
license: []
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: 2021-punctuation-restoration
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
+
source_datasets: []
|
15 |
+
tags: []
|
16 |
+
task_categories:
|
17 |
+
- automatic-speech-recognition
|
18 |
+
task_ids: []
|
19 |
+
---
|
20 |
+
|
21 |
# Punctuation restoration from read text
|
22 |
|
23 |
Restore punctuation marks from the output of an ASR system.
|
|
|
52 |
- Speakers:
|
53 |
- Polish male: 51 speakers, 16.7 hours of speech
|
54 |
- Polish female: 54 speakers, 19 hours of speech
|
55 |
+
|
56 |
+
**Data splits**
|
57 |
+
|
58 |
+
| Subset | Cardinality (texts) |
|
59 |
+
| ----------- | ----------------------: |
|
60 |
+
| train | 800 |
|
61 |
+
| dev | 0 |
|
62 |
+
| test | 200 |
|
63 |
+
|
64 |
+
**Class distribution**
|
65 |
+
|
66 |
+
| Class | train | dev | test |
|
67 |
+
|:--------|--------:|------:|--------:|
|
68 |
+
| O | 0.84889 | - | 0.84833 |
|
69 |
+
| B-. | 0.06339 | - | 0.06303 |
|
70 |
+
| B-, | 0.06137 | - | 0.06120 |
|
71 |
+
| B-- | 0.01473 | - | 0.01504 |
|
72 |
+
| B-: | 0.00553 | - | 0.00791 |
|
73 |
+
| B-? | 0.00483 | - | 0.00365 |
|
74 |
+
| B-! | 0.00071 | - | 0.00056 |
|
75 |
+
| B-; | 0.00055 | - | 0.00027 |
|
76 |
+
|
77 |
|
78 |
**Punctuation for raw text:**
|
79 |
|