Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2022
License: CC BY
Data sources: Datacite
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2022
License: CC BY
Data sources: ZENODO
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Dataset . 2022
License: CC BY
Data sources: Datacite
versions View all 2 versions
addClaim

Translation Augmented LibriSpeech Corpus

Authors: Kocabiyikoglu, Ali Can; Bérard, Alexandre; Besacier, Laurent; Kraif, Olivier;

Translation Augmented LibriSpeech Corpus

Abstract

Large scale (>200h) and publicly available read audio book corpus. This corpus is an augmentation of LibriSpeech ASR Corpus (1000h) and contains English utterances (from audiobooks) automatically aligned with French text. Our dataset offers ~236h of speech aligned to translated text. Speech recordings and source texts are originally from Gutenberg Project, which is a digital library of public domain books read by volunteers. Our augmentation of LibriSpeech is straightforward: we automatically aligned e-books in a foreign language (French) with English utterances of LibriSpeech. We gathered open domain e-books in French and extracted individual chapters available in LibriSpeech Corpus. Furthermore, we aligned chapters in French with English utterances in order to provide a corpus of speech recordings aligned with their translations. ==================================================== Large scale (>200h) and publicly available read audio book corpus. This corpus is an augmentation of LibriSpeech ASR Corpus (1000h)[1] and contains English utterances (from audiobooks) automatically aligned with French text. Our dataset offers ~236h of speech aligned to translated text. Overview of the corpus: +----------+-------+--------------+----------------+ | Chapters | Books | Duration (h) | Total Segments | +----------+-------+--------------+----------------+ | 1408 | 247 | ~236h | 131395 | +----------+-------+--------------+----------------+ Speech recordings and source texts are originally from Gutenberg Project[2], which is a digital library of public domain books read by volunteers. Our augmentation of LibriSpeech is straightforward: we automatically aligned e-books in a foreign language (French) with English utterances of LibriSpeech. We gathered open domain e-books in French and extracted individual chapters available in LibriSpeech Corpus. Furthermore, we aligned chapters in French with English utterances in order to provide a corpus of speech recordings aligned with their translations. Our corpus is licensed under a Creative Commons Attribution 4.0 License. Further information on how the corpus was obtained can be found in [3]. Details on the 100h subset: =========================== This 100h subset was specifically designed for direct speech translation training and evaluation. It was used for the first time in [4] (end-to-end automatic speech recognition of audiobooks). In this subset, we extracted the best 100h according to cross language alignment scores. Dev and Test sets are composed of clean speech segments only. Since English (source) transcriptions are initially available for LibriSpeech, we also translated them using Google Translate. To summarize, for each utterance of our corpus, the following quadruplet is available: English speech signal, English transcription (should not be used for direct speech translation experiments), French text translation 1 (from alignment of e-books) and translation 2 (from MT of English transcripts). +---------+----------+--------+-----------------------------+-----------------+ | Corpus | Total | | Source(per seg) | Target(per seg) | +---------+----------+--------+-----------------------------+-----------------+ | | segments | hours | frames | chars | (sub)words | chars | +---------+----------+--------+--------+-------+------------+-----------------+ | train 1 | 47271 | 100:00 | 762 | 111 | 20.7 | 143 | | train 2 | | | | | | 126 | +---------+----------+--------+--------+-------+------------+-----------------+ | dev | 1071 | 2:00 | 673 | 93 | 17.9 | 110 | +---------+----------+--------+--------+-------+------------+-----------------+ | test | 2048 | 3:44 | 657 | 95 | 18.3 | 112 | +---------+----------+--------+--------+-------+------------+-----------------+ The following archives correspond to the 100h subset used in [4]: For audio files: - train_100h.zip (~8.7GB) - dev.zip(~180MB) - test.zip(~330MB) - train_130h_additional.zip (~10.6GB) For aligned text files: - train_100h_txt.zip - dev_txt.zip - test_txt.zip - train130h_additional_txt.zip Other archives provided: ======================== Following archives are available to download for other potential use of the corpus: - database.zip(~50MB): Database describing the corpus (sqlite3) - alignments.zip(~1.86GB): All of the intermediate processing files created in the cross-lingual alignment process along with English and French raw e-books - audio_files.zip(~23GB): All of the speech segments organized as books and chapters - interface.zip(~72MB): Contains static html files for alignment visualisation. With the interface, speech utterances can be listened while visualizing each sentence alignment Note: In order to listen to speech segments with the html interface, 'audio_files' folder should be placed inside the 'Interface' folder ./Interface ./audio_files (audio_files.zip) ./css (interface.zip) ./js (interface.zip) (..) Github Page =========== We provide a python script to interact with the database and to extract the corpus with different queries. This script along with all of the code used for the alignment process can be found at: https://github.com/alicank/Translation-Augmented-LibriSpeech-Corpus Detailed Corpus Structure ========================= Folders name convention corresponds to book id's from LibriSpeech and Gutenberg projects. For instance folder name "11" corresponds to the id number of "Alice's Adventures in Wonderland by Lewis Carroll" in both Gutenberg Project and LibriSpeech Project. This corpus is composed of three sections: - Audio Files: resegmented audio files for each book id in the project - HTML alignment visualisation interface : HTML visualisation for textual alignments with audio files avaliable to listen - Alignments folder: all of the processing steps: pre-processing, alignment, forced transcriptions, forced alignments, etc. -Interface - audio_files/ : folder contains ~130.000 audio segments aligned with their translations - book id/ - Chapter id/ - book_id-chapter_id-sentence_number.wav - reader_id-chapter_id-sentence_number.wav **if the corpus comes from the dev/test pool of LibriSpeech** - Alignments/ : Folder contains processing steps used in different alignment stages (reading [3] is mandatory to understand where these files come from) - en/ : Folder contains preprocessing steps for English chapters used before alignment - fr/ Folder contains preprocessing steps for French chapters used before alignment - ls_book_id.txt (Gutenberg original text) - lc_book_id.format (pdf,epub,txt,...) - db/ Folder contains the database containing alignments, metadata and other information -TA-LibriSpeechCorpus.sqlite3 index.html (Main html page of the Interface) Database Structure ================== Corpus is provided with different tables containing useful information provided with the corpus. Database structure is organized as follows: Alignment Tables - alignments: Table containing transcriptions, textual alignments and name of the audio file associated with a given alignment. Each row corresponds to an aligned sentence. - audio: Table that contains duration of each speech segment (seconds) - alignments_evaluations: 200 sentences manually annotated (for alignement evaluation see [3]) - alignments_excluded: Table used to mark sentences to be excluded from the corpus (bad alignments) - alignments_gTranslate: automatic translation output from Google translate for each segment (transcriptions) - alignments_scores: different cross lingual alignment score calculations provided with the corpus which could be used to sort the corpus from highest scores to the lowest Metadata Tables - Table librispeech: This table contains all the books from LibriSpeech project for which a downloadable link could be found (might be a dead/wrong link if it disappeared after our work) - Table csv,clean100,other: Metadata completion for books provided with LibriSpeech project. - Table nosLivres: some French e-book links gathered from http://www.nosLivres.net References ========== [1] Panayotov, V., Chen, G., Povey, D., & Khudanpur, S. (2015, April). Librispeech: an ASR corpus based on public domain audio books. In Acoustics, Speech and Signal Processing (ICASSP), 2015 IEEE International Conference on (pp. 5206-5210). IEEE. [2] https://www.gutenberg.org/ [3] Ali Can Kocabiyikoglu, Laurent Besacier and Olivier Kraif, "Augmenting LibriSpeech with French Translations : A Multimodal Corpus for Direct Speech Translation Evaluation" in submitted to LREC, 2018. [4] Aléxandre Bérard, Laurent Besacier, Ali Can Kocabiyikoglu and Olivier Pietquin, "End-to-End Automatic Speech Translation of Audiobooks" in submitted to ICASSP, 2018.

Keywords

Computational Linguistics, speech translation, Multimodal Corpus, machine translation

  • BIP!
    Impact byBIP!
    selected citations
    These citations are derived from selected sources.
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
    OpenAIRE UsageCounts
    Usage byUsageCounts
    visibility views 116
    download downloads 148
  • 116
    views
    148
    downloads
    Powered byOpenAIRE UsageCounts
Powered by OpenAIRE graph
Found an issue? Give us feedback
visibility
download
selected citations
These citations are derived from selected sources.
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
views
OpenAIRE UsageCountsViews provided by UsageCounts
downloads
OpenAIRE UsageCountsDownloads provided by UsageCounts
0
Average
Average
Average
116
148