Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -98,18 +98,25 @@ The dataset was created by **Vilnius University** (Institute of Data Science and
|
|
| 98 |
## Dataset Structure
|
| 99 |
|
| 100 |
### Data Format
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
*
|
| 110 |
-
*
|
| 111 |
-
*
|
| 112 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
|
| 114 |
## Additional Information
|
| 115 |
|
|
@@ -120,7 +127,7 @@ The LIEPA-2 dataset is distributed under the **CC BY (Creative Commons Attributi
|
|
| 120 |
When using this dataset for the development of other products, please mention in your product description that the dataset was created at **Vilnius University** under the project **"Lietuvių šneka valdomų paslaugų plėtra – LIEPA 2"**.
|
| 121 |
|
| 122 |
### Contact
|
| 123 |
-
For access to the
|
| 124 |
|
| 125 |
* **Project Website:** [liepa2.rastija.lt](http://liepa2.rastija.lt)
|
| 126 |
* **Creators:** Vilnius University (Institute of Mathematics and Informatics, Faculty of Philology).
|
|
|
|
| 98 |
## Dataset Structure
|
| 99 |
|
| 100 |
### Data Format
|
| 101 |
+
This dataset is **SLICED** for ASR training. Each row represents a single audio segment (utterance or noise event).
|
| 102 |
+
|
| 103 |
+
* **Audio**: The sliced audio segment (WAV, 16kHz).
|
| 104 |
+
* **Text**: The transcription of the segment.
|
| 105 |
+
* For **Noise Segments** (`is_noise=True`), the text contains the noise label (e.g., `+BREATH+`, `+SMACK+`, `+GARBAGE+`).
|
| 106 |
+
* **Metadata Fields**:
|
| 107 |
+
* `is_noise`: **Boolean**. `True` if the segment represents a noise event, `False` for speech. **Note**: The dataset explicitely includes noise segments as separate rows for training stability/negative sampling.
|
| 108 |
+
* `speaker_id`: Unique speaker identifier.
|
| 109 |
+
* `gender`: `Female` / `Male`.
|
| 110 |
+
* `age_group`: e.g., `26-60`, `0-12`.
|
| 111 |
+
* `duration_ms`: Length of segment in milliseconds.
|
| 112 |
+
* `tags`: List of entry-level tags (e.g., `['abc']` for alphabet reading).
|
| 113 |
+
* `annotator`: 2-letter code of the annotator (derived from Speaker ID).
|
| 114 |
+
* `entry_id`: ID of the original recording (EAF file).
|
| 115 |
+
* `segment_id`: ID of the segment within the recording.
|
| 116 |
+
* `start_ms` / `end_ms`: Timestamp in the original file.
|
| 117 |
+
|
| 118 |
+
### Original Documentation
|
| 119 |
+
For the full labeling protocol and noise class definitions, please refer to the **[readme.pdf](./doc/LIEPA-2-readme.pdf)** included in the repository root.
|
| 120 |
|
| 121 |
## Additional Information
|
| 122 |
|
|
|
|
| 127 |
When using this dataset for the development of other products, please mention in your product description that the dataset was created at **Vilnius University** under the project **"Lietuvių šneka valdomų paslaugų plėtra – LIEPA 2"**.
|
| 128 |
|
| 129 |
### Contact
|
| 130 |
+
For access to the original dataset, please contact: **gediminas.navickas@mif.vu.lt**
|
| 131 |
|
| 132 |
* **Project Website:** [liepa2.rastija.lt](http://liepa2.rastija.lt)
|
| 133 |
* **Creators:** Vilnius University (Institute of Mathematics and Informatics, Faculty of Philology).
|