--- dataset_info: features: - name: talk_id dtype: string - name: segment_pos dtype: uint16 - name: title dtype: string - name: speaker_id dtype: string - name: transcription dtype: string - name: audio dtype: audio splits: - name: test.2020 num_bytes: 1672692975.652 num_examples: 4017 - name: test.2022 num_bytes: 2278055091.504 num_examples: 9738 download_size: 4110027783 dataset_size: 3950748067.156 configs: - config_name: default data_files: - split: test.2020 path: data/test.2020-* - split: test.2022 path: data/test.2022-* language: - en license: cc-by-nc-nd-4.0 tags: - audio - automatic-speech-recognition - speech - particle-physics - cern - narrow-domain task_categories: - automatic-speech-recognition pretty_name: LHCP-ASR Segments size_categories: - 10K` (used in manual transcriptions to mark unintelligible speech) have been removed. 4. **Metadata:** Each sample now contains talk-level metadata fields (`talk_id`, `segment_pos`, `title` and `speaker_id`). ### Metadata fields * `talk_id` (*str*): Identifier for the talk to which the segment belongs. * `segment_pos` (*int*): Sequential position of the segment within the talk. * `title` (*str*): Title of the plenary talk. * `speaker_id` (*str*): Identifier of the primary speaker of the talk. This field refers to the assigned presenter of the talk, not strictly the voice heard in every segment. Segments may contain speech from session chairs or Q&A audience members. --- ## Usage You can load the dataset directly using the Hugging Face `datasets` library: ```python from datasets import load_dataset # Load the full dataset dataset = load_dataset("mllp/LHCP-ASR-segments") # Or load a specific test split test_2020 = load_dataset("mllp/LHCP-ASR-segments", split="test.2020") test_2022 = load_dataset("mllp/LHCP-ASR-segments", split="test.2022") ``` --- ## Citation If you use this dataset, please cite the original work: ```bibtex @inproceedings{santamariajorda25_interspeech, title = {{LHCP-ASR: An English Speech Corpus of High-Energy Particle Physics Talks for Narrow-Domain ASR Benchmarking}}, author = {Jaume Santamaría-Jordà and Pablo Segovia-Martínez and Gonçal V. {Garcés Díaz-Munío} and Joan Albert Silvestre-Cerdà and Adrià Giménez and Rubén {Gaspar Aparicio} and René {Fernández Sánchez} and Jorge Civera and Albert Sanchis and Alfons Juan}, year = {2025}, booktitle = {{Interspeech 2025}}, pages = {4033--4037}, doi = {10.21437/Interspeech.2025-2630}, issn = {2958-1796}, } ``` For more details on the original dataset, visit [https://github.com/mllpresearch/LHCP-ASR](https://github.com/mllpresearch/LHCP-ASR). --- ## Legal disclaimer Speech and text data were provided by the [European Organization for Nuclear Research (CERN)](https://home.cern/) under PO OV9177345. The following disclaimers are those available in the [CERN Document Server (CDS)](https://cds.cern.ch/) repository on May 30th, 2025: #### CERN Document Server - Terms and Conditions [![DOI](https://repository.cern/badge/DOI/10.17181/s2cm2-jaj10.svg)](https://doi.org/10.17181/s2cm2-jaj10) Use of the CERN Document Server service (hereafter "CDS") denotes agreement with the following terms of use: * CDS is provided free of charge. It serves as a comprehensive institutional repository and dissemination platform for the research and historical output produced by CERN, the European Organization for Nuclear Research, and its members of personnel. See Content Policy [1] for more details. * By uploading content to CDS, the content provider affirms that such content complies with all applicable laws, licence conditions and third party rights, and shall hold CERN free and harmless from any related liability. * All content is provided "as is" and without warranty of any kind. The user shall hold CERN and individual content providers free and harmless from any related liability in connection with its use of such content. * Users shall respect copyright and all applicable licence conditions. The download and use of content from CDS does not amount to a transfer of intellectual property. * CERN reserves the right, without notice or liability, and at its sole discretion, to restrict or remove a user's access or remove any uploaded content, where it considers that use of CDS interferes with its operations or violates these Terms and Conditions, and/or applicable laws. * CERN bases CDS on leading technologies and architectures, operated within the limits of its financial and human resources and made available by CERN on an "as is" and "best efforts" basis. Access to, availability and use of CDS is not guaranteed nor can be expected. * CERN excludes and disclaims all liability for damage resulting from users' access, or inability to access, or use of CDS. * These terms and conditions of use are subject to change by CERN at any time and without notice, other than through posting the updated terms on the CDS website. Any revised terms and conditions of use shall become effective immediately upon posting. If you have any questions or comments with respect to CDS, or if you are unsure whether your intended use is in line with these Terms and Conditions, or if you seek permission for a use that does not fall within these Terms and Conditions, please contact CDS support. [1] CDS Content Policy [![DOI](https://repository.cern/badge/DOI/10.17181/8sm4v-js382.svg)](https://doi.org/10.17181/8sm4v-js382) --- ## License This dataset is licenced under CC-BY-NC-ND 4.0. To view a copy of this licence, visit https://creativecommons.org/licenses/by-nc-nd/4.0/