-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Earnings-22: Full dataset, excluding media files (#19)
- Loading branch information
Showing
256 changed files
with
1,010,200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The transcripts and associated text files that are used for alignment in this directory are licensed under a | ||
[Creative Commons Attribution-ShareAlike 4.0 International][cc-by-sa] license. | ||
|
||
[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
[](LICENSE.md) | ||
|
||
# Earnings 22 | ||
|
||
The Earnings 22 dataset ( also referred to as earnings22 ) is a 119-hour corpus of English-language earnings calls collected from global companies. The primary purpose is to serve as a benchmark for industrial and academic automatic speech recognition (ASR) models on real-world accented speech. | ||
|
||
This work has been submitted for publication at Interspeech 2022. | ||
|
||
# Table of Contents | ||
|
||
* [File Format Overview](#file-format-overview) | ||
+ [nlp Files](#nlp-files) | ||
- [Example](#example-nlp-file) | ||
* [Results](#results) | ||
* [WER Calculation](#wer-calculation) | ||
* [Cite this Dataset](#cite-this-dataset) | ||
|
||
# File Format Overview | ||
In the following section, we provide an overview of the file formats we provide with this dataset. | ||
|
||
## nlp Files | ||
NLP files are `.csv` inspired, pipe-separated text files that contain token and metadata information of a transcript. Each line of a file represents a single transcript token and the metadata associated with it. | ||
|
||
|Column Title|Description | ||
|--|--| | ||
| Column 1: `token` | A single token in the transcript. These are typically single words or multiple words with hyphens in between. | | ||
| Column 2: `speaker` | A unique integer that associates this token to a specific speaker in an audio | | ||
Column 3: `ts` | A float representing the start time of the token, in seconds | | ||
Column 4: `endTs` | A float representing the end time of the token, in seconds | | ||
Column 5: `punctuation` | A punctuation character that is included at the end of a token that is used when reconstructing the transcript. Example punctuation: `",", ";", ".", "!"`. | | ||
Column 6: `case` | A two letter code to denominate the which of four possible casings for this token: <ul><li>`UC` - Denotes a token that has the first character in uppercase and every other character lowercase.</li><li>`LC` - Denotes a token that has every character in lowercase.</li><li>`CA` - Denotes a token that has every character in uppercase.</li><li>`MC` - Denotes a token that doesn’t follow the previous rules. This is the case when upper- and lowercase characters are mixed throughout the token</li></ul> | | ||
Column 7: `tags` | Displays one of the several entity tags that are listed in wer_tags in long form - such that the displayed entity here is in the form `ID:ENTITY_CLASS`. | | ||
Column 8: `wer_tags` | A list of entity tags that are associated with this token. In this field, only entity IDs should be present. The specific ENTITY_CLASS for each ID can be extracted from an accompanying wer_tags sidecar json. | | ||
|
||
_**Note that each entity ID is unique to that specific entity. Entities can be comprised of single and multiple tokens. Within a file there can be several entities of the same ENTITY_CLASS but only one entity can be labeled with any given ID.**_ | ||
|
||
|
||
### Example nlp File | ||
`example.nlp` | ||
|
||
``` | ||
token|speaker|ts|endTs|punctuation|case|tags|wer_tags | ||
Good|0||||UC|[]|[] | ||
morning|0||||LC|['5:TIME']|['5'] | ||
and|0||||LC|[]|[] | ||
welcome|0||||LC|[]|[] | ||
to|0||||LC|[]|[] | ||
the|0||||LC|['6:DATE']|['6'] | ||
first|0||||LC|['6:DATE']|['6'] | ||
quarter|0||||LC|['6:DATE']|['6'] | ||
2020|0||||CA|['0:YEAR']|['0', '1', '6'] | ||
NexGEn|0||||MC|['7:ORG']|['7'] | ||
``` | ||
|
||
# Results | ||
Tables found in the paper along with all entity class WER can be found within the `transcripts` directory. | ||
|
||
# WER Calculation | ||
All of our analysis on this dataset is done through the use of our newly released [fstalign](https://github.com/revdotcom/fstalign/tree/master) tool. We strongly recommend the use of this tool to quickly get started using the *Earnings-22* dataset. | ||
|
||
# Cite this Dataset | ||
This dataset has been submitted to Interspeech 2022. | ||
The paper describing our methods and results can be found on arXiv at <ARXIV LINK> | ||
``` | ||
ARXIV PATH | ||
``` |
3 changes: 3 additions & 0 deletions
3
earnings22/media/2020-03-0230487MTN-Ghana-2019-Annual-Results-Call.mp3
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Oops, something went wrong.