deep9539's picture
Add MTEB SpeechEdit Acoustic metadata and README
27955b1 verified
|
Raw
History Blame Contribute Delete
1.04 kB
metadata
license: cc-by-4.0
language:
  - en
task_categories:
  - audio-to-audio
tags:
  - mteb
  - audio-retrieval
  - composed-retrieval
configs:
  - config_name: queries
    data_files:
      - split: test
        path: queries/test-*
  - config_name: corpus
    data_files:
      - split: test
        path: corpus/test-*
  - config_name: qrels
    data_files:
      - split: test
        path: qrels/test-*

SpeechEdit Acoustic Retrieval Dataset

This dataset is an MTEB-formatted Any-to-Any (AT2A) composed audio retrieval adaptation of the acoustic_editing subset of DiscreteSpeech/SpeechEditBench.

Each query combines an original/source speech recording with a natural-language editing instruction, and the corpus contains the corresponding edited target speech recordings.

Schema

  • queries: id (string), audio (source audio), and text (edit instruction)
  • corpus: id (string) and audio (edited target)
  • qrels: query-id (string), corpus-id (string), and binary score (int32)