Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringclasses
6 values
duration
float64
875
1.34k
transcript
stringclasses
6 values
language
stringclasses
1 value
url
stringclasses
6 values
dataset
stringclasses
1 value
file_name
stringclasses
6 values
4483046
1,187
Now it's on times. They would like to starts the performance briefing sessions of the Q3 of FY March 2022 of TDK Corporation. Today's speaker is Executive Vice President Tetsuji Yamanishi. I'm Yamanishi. Hello, everyone. Thank you very much. Okay, I'm Yamanishi speaking. Thank you very much for joining us today in your...
en
audio/e15465c8-dfa8-4483-9051-f65e63f6099b.mp3
earnings_22_full_test
e15465c8-dfa8-4483-9051-f65e63f6099b.mp3
4474955
875
Hello ladies and gentlemen, thank you for standing by for Qudian’s third quarter 2021 earnings conference call. At this time, all participants are listen-only mode. After management's prepared remarks, there will be a question and answer session. Today's conference is being recorded. I will now turn the call over to ou...
en
audio/c6efdf26-e19a-4e33-8bbc-c40283fea3a3.mp3
earnings_22_full_test
c6efdf26-e19a-4e33-8bbc-c40283fea3a3.mp3
4468919_trimmed
985
Good morning and welcome to the Loma Negra Third Quarter 2021 Conference Call and Webcast. All participants will be in listen-only mode. Should you need assistance, please signal a Conference Specialist by pressing the star key followed by zero. After today's presentation, there will be an opportunity to ask questions....
en
audio/4468919_trimmed_v2.mp3
earnings_22_full_test
4468919_trimmed_v2.mp3
4482968
1,344
Thank you, Darcy, and welcome everyone to our December quarterly analyst call. December quarterly production showed a considerable improvement on the September quarter with record production throughput and improving grades, improving recoveries and improving cash flow. Unfortunately, delays accessing higher grade parts...
en
audio/03c13d67-c016-4a2b-91d8-e013d5d6bd2b.mp3
earnings_22_full_test
03c13d67-c016-4a2b-91d8-e013d5d6bd2b.mp3
4471586
1,259
Please stand by, we're about to begin. Good day and welcome to the Polyus Third Quarter 2021 Financial Results Conference Call. Today's call is being recorded. At this time I'd like to turn the call over to Victor Drozdov. Please go ahead. Thanks a lot. Hi everyone. Uh. Welcome to our uh conference call for the third q...
en
audio/647936bd-87b4-4f20-b467-b954263513e6.mp3
earnings_22_full_test
647936bd-87b4-4f20-b467-b954263513e6.mp3
4475604
1,245
On today's call, we will be referring to the Form 20-F and press release filed this morning that detail the company's fiscal year end 2021 results, which can be downloaded from the company's website at arqit.uk. You'll also find the latest earnings presentation that supplements the information discussed on today's call...
en
audio/5f02200c-200a-4375-ac6e-de067b353a3f.mp3
earnings_22_full_test
5f02200c-200a-4375-ac6e-de067b353a3f.mp3

Earnings22-Cleaned-AA

Quick links: AA Speech-to-Text Leaderboard | AA-WER v2.0 article

Earnings22-Cleaned-AA is a cleaned subset of the English Earnings-22 test data from esb/datasets, a corpus of corporate earnings calls from global companies with speakers of many different nationalities and accents. This cleaned subset is the Earnings-22 portion included in AA-WER v2. We manually reviewed and corrected errors in the original ground-truth transcriptions to ensure fairer evaluation of Speech to Text (STT) models.

This dataset is part of AA-WER v2.0, the Speech to Text accuracy benchmark by Artificial Analysis, where it carries a 25% weighting alongside AA-AgentTalk (50%) and VoxPopuli-Cleaned-AA (25%).

Dataset Summary

Property Value
Source Subset of Earnings-22 (ESB) English test split
Domain Corporate earnings calls
Number of samples 6
Sample duration range ~14–22 minutes
Total duration ~115 minutes
Language English

Motivation for Correction

Reference transcripts in the original Earnings22 test set contained inaccuracies — instances where the ground truth didn't match what was actually spoken. Inaccurate ground truth penalizes models that correctly transcribe the audio, inflating WER scores unfairly. On average, model WER on Earnings22 went down 5.6 percentage points (p.p.) after cleaning, and no models had higher WER after cleaning (article).

Earnings22: Cleaned vs Original Subset of Publicly Available Data

Dataset Correction

We corrected transcripts to reflect verbatim what speakers said. Key corrections included:

  • Incorrect words: Misspellings, misheard words, incorrect contractions in the original references
  • Missed words: Retained or added repetitions for verbatim accuracy (e.g., "the the" where the speaker genuinely repeated a word)
  • Partial stuttering: Removed incomplete word fragments (e.g., "evac-" in "evac- evacuate") as these are inherently ambiguous in transcription
  • Grammar and tense: When speakers used incorrect grammar (particularly speakers with accents) but the word choice was clear, we kept verbatim words as spoken rather than correcting them

Elements already normalized by the Whisper normalizer package (e.g., capitalization, punctuation, and filler words) were not modified, since these differences are already handled during WER calculation.

Sample

Thank you, Darcy, and welcome everyone to our December quarterly analyst call. December quarterly production showed a considerable improvement on the September quarter with record production throughput and improving grades, improving recoveries and improving cash flow. Unfortunately, delays accessing higher grade parts of the open pit resulted in lower grades than projected in our guidance. On the exploration front, today we announced a 70% increase in our 100% owned Yamarna resources. So they now sit at 0.5 million ounces...

Usage

from datasets import load_dataset

dataset = load_dataset("ArtificialAnalysis/Earnings22-Cleaned-AA", split="test")

url fields in the dataset point to repo-local audio files under audio/.

WER Evaluation

For WER evaluation, we use the jiwer library with a custom text normalizer building on OpenAI's Whisper normalizer. Our normalizer adds:

  • Digit splitting to prevent number grouping mismatches (e.g., "1405 553 272" vs. "1405553272")
  • Preservation of leading zeros in codes and identifiers
  • Normalization of spoken symbols (e.g., "+", "_")
  • Stripping redundant ":00" in times (e.g., "7:00pm" vs. "7pm")
  • Additional US/UK English spelling equivalences (e.g., "totalled" vs. "totaled")
  • Accepted equivalent spellings for ambiguous proper nouns (e.g., "Mateo" vs. "Matteo")

Results within the dataset are aggregated as an audio-duration-weighted average WER so that numerous short clips do not bias results compared to longer files.

Citation

If you use this dataset, please cite:

@misc{artificialanalysis2026earnings22cleaned,
  title={Earnings22-Cleaned-AA: Cleaned Ground Truth Transcripts for Earnings22 English Test Set},
  author={Artificial Analysis},
  year={2026},
  url={https://artificialanalysis.ai/articles/aa-wer-v2}
}

Resources

Versioning

Current version: 1.0
Used in: AA-WER v2.0 benchmark release

Specific dataset versions used for each AA-WER release are documented in the Artificial Analysis methodology.

License

This dataset is released under Apache-2.0. For upstream terms, see esb/datasets.

Feedback

These cleaned transcripts reflect our best effort at verbatim ground truth, informed by manual review and cross-validation. Future refinements will be released as subsequent versions (v2+). If you spot issues, we welcome feedback via our contact page or Discord.

Downloads last month
260