File size: 2,510 Bytes
411b94d
 
 
2972a21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411b94d
2972a21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411b94d
ed3027b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
dataset_info:
  features:
  - name: qid
    dtype: int64
  - name: instruction
    dtype: string
  - name: answer
    dtype: string
  - name: source_dataset
    dtype: string
  - name: task_metric
    dtype: string
  - name: attribute_type
    dtype: string
  - name: attribute_value
    dtype: string
  - name: audio1
    dtype: audio
  - name: audio2
    dtype: audio
  - name: audio3
    dtype: audio
  - name: audio4
    dtype: audio
  - name: audio5
    dtype: audio
  - name: audio1_duration
    dtype: float64
  - name: audio2_duration
    dtype: float64
  - name: audio3_duration
    dtype: float64
  - name: audio4_duration
    dtype: float64
  - name: audio5_duration
    dtype: float64
  - name: audio1_sps
    dtype: float64
  - name: audio2_sps
    dtype: float64
  - name: audio3_sps
    dtype: float64
  - name: audio4_sps
    dtype: float64
  - name: audio5_sps
    dtype: float64
  - name: audio1_text
    dtype: string
  - name: audio2_text
    dtype: string
  - name: audio3_text
    dtype: string
  - name: audio4_text
    dtype: string
  - name: audio5_text
    dtype: string
  splits:
  - name: test_4
    num_bytes: 22143838
    num_examples: 50
  - name: test_3
    num_bytes: 16703789
    num_examples: 50
  - name: test_2
    num_bytes: 11270268
    num_examples: 50
  - name: test
    num_bytes: 27337007
    num_examples: 50
  download_size: 77471486
  dataset_size: 77454902
configs:
- config_name: default
  data_files:
  - split: test_4
    path: data/test_4-*
  - split: test_3
    path: data/test_3-*
  - split: test_2
    path: data/test_2-*
  - split: test
    path: data/test-*
---

# Multi-Audio-Grounding: Max-Attribute Selection (L2-ARCTIC + CREMA-D)

Task: Given 5 audio options (A–E) and an instruction, select the option that matches
a target attribute and is either the **longest** (duration) or the **fastest** (speaking rate / sps)
among the matching options.

## Composition (50 questions)

### By dataset
- **CREMA-D**: 36
- **L2-ARCTIC**: 14

### By metric
- **Fastest (sps)**: 25
- **Longest (duration)**: 25

### By attribute type
- **emotion**: 22
- **gender**: 28

### Breakdown (dataset × metric × attribute_type)
| dataset | metric | attribute_type | count |
|---|---|---|---:|
| CREMA-D | Fastest (sps) | emotion | 11 |
| CREMA-D | Fastest (sps) | gender | 7 |
| CREMA-D | Longest (duration) | emotion | 11 |
| CREMA-D | Longest (duration) | gender | 7 |
| L2-ARCTIC | Fastest (sps) | gender | 7 |
| L2-ARCTIC | Longest (duration) | gender | 7 |