File size: 1,043 Bytes
4f00f66
27955b1
 
 
 
 
 
 
 
 
4f00f66
27955b1
 
 
 
2a92245
 
 
 
4909953
 
 
 
4f00f66
27955b1
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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`](https://huggingface.co/datasets/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)