nielsr HF Staff commited on
Commit
0920683
·
verified ·
1 Parent(s): 8baca13

Add `audio-text-to-text` task category

Browse files

This PR adds the `audio-text-to-text` task category to the dataset card metadata. This category better reflects the dataset's purpose of evaluating speech language models on audio reasoning tasks, such as Sentence Stress Reasoning (SSR) and Sentence Stress Detection (SSD), which involve processing audio input to derive text-based interpretations. This addition will improve the dataset's discoverability for researchers working in this domain.

The existing paper links have been retained as per the instructions regarding arXiv links.

Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: transcription_id
@@ -46,22 +54,15 @@ dataset_info:
46
  download_size: 22754357
47
  dataset_size: 29451897.32142857
48
  tags:
49
- - speech
50
- - stress
51
- - intonation
52
- - audio-reasoning
53
  configs:
54
  - config_name: default
55
  data_files:
56
  - split: test
57
  path: data/test-*
58
- license: cc-by-nc-4.0
59
- task_categories:
60
- - question-answering
61
- - automatic-speech-recognition
62
- - audio-classification
63
- language:
64
- - en
65
  ---
66
 
67
  # StressTest Evaluation Dataset
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-4.0
5
+ task_categories:
6
+ - question-answering
7
+ - automatic-speech-recognition
8
+ - audio-classification
9
+ - audio-text-to-text
10
  dataset_info:
11
  features:
12
  - name: transcription_id
 
54
  download_size: 22754357
55
  dataset_size: 29451897.32142857
56
  tags:
57
+ - speech
58
+ - stress
59
+ - intonation
60
+ - audio-reasoning
61
  configs:
62
  - config_name: default
63
  data_files:
64
  - split: test
65
  path: data/test-*
 
 
 
 
 
 
 
66
  ---
67
 
68
  # StressTest Evaluation Dataset