instruction
stringlengths 40
68
| answer
stringclasses 5
values | audio1
audioduration (s) 1.7
8.94
| audio2
audioduration (s) 1.84
9.34
| audio3
audioduration (s) 1.8
11.7
| audio4
audioduration (s) 1.53
10.8
| audio5
audioduration (s) 1.97
7.64
| metadata
dict |
|---|---|---|---|---|---|---|---|
Search for a Nasal sample. Warning: Do not pick the Happy one.
|
(A)
|
{
"positive_constraint": "Texture=nasal",
"negative_constraint": "Emotion=happy"
}
|
|||||
Choose the option with a Female voice, excluding any Whispered tone.
|
(B)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Emotion=whispered"
}
|
|||||
Which clip features a Confused sound but is NOT Female?
|
(C)
|
{
"positive_constraint": "Emotion=confused",
"negative_constraint": "Gender=female"
}
|
|||||
Which clip features a Angry sound but is NOT Female?
|
(D)
|
{
"positive_constraint": "Emotion=angry",
"negative_constraint": "Gender=female"
}
|
|||||
Find a American accent speaker who does NOT sound Disgusted.
|
(E)
|
{
"positive_constraint": "Accent=american",
"negative_constraint": "Emotion=disgusted"
}
|
|||||
Choose the option with a Enunciated voice, excluding any Happy tone.
|
(A)
|
{
"positive_constraint": "Texture=enunciated",
"negative_constraint": "Emotion=happy"
}
|
|||||
Choose the option with a Male voice, excluding any Sad tone.
|
(B)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Emotion=sad"
}
|
|||||
Select the Happy clip that is NOT Enunciated.
|
(C)
|
{
"positive_constraint": "Emotion=happy",
"negative_constraint": "Texture=enunciated"
}
|
|||||
Which clip features a Female sound but is NOT Whispered?
|
(D)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Emotion=whispered"
}
|
|||||
Which clip features a Saddened sound but is NOT Silky?
|
(E)
|
{
"positive_constraint": "Emotion=saddened",
"negative_constraint": "Texture=silky"
}
|
|||||
Search for a Saddened sample. Warning: Do not pick the Silky one.
|
(A)
|
{
"positive_constraint": "Emotion=saddened",
"negative_constraint": "Texture=silky"
}
|
|||||
Select the Male clip that is NOT Whispered.
|
(B)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Emotion=whispered"
}
|
|||||
Find a Male speaker who does NOT sound Nasal.
|
(C)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Texture=nasal"
}
|
|||||
Filter for Female, but reject anything that sounds Happy.
|
(D)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Emotion=happy"
}
|
|||||
Select the Confused clip that is NOT Female.
|
(E)
|
{
"positive_constraint": "Emotion=confused",
"negative_constraint": "Gender=female"
}
|
|||||
Find a Flowing speaker who does NOT sound Authoritative.
|
(A)
|
{
"positive_constraint": "Texture=flowing",
"negative_constraint": "Emotion=authoritative"
}
|
|||||
Find a Crisp speaker who does NOT sound Confused.
|
(B)
|
{
"positive_constraint": "Texture=crisp",
"negative_constraint": "Emotion=confused"
}
|
|||||
Search for a Nasal sample. Warning: Do not pick the Confused one.
|
(C)
|
{
"positive_constraint": "Texture=nasal",
"negative_constraint": "Emotion=confused"
}
|
|||||
Which clip features a Male sound but is NOT Disgusted?
|
(D)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Emotion=disgusted"
}
|
|||||
Select the Happy clip that is NOT Female.
|
(E)
|
{
"positive_constraint": "Emotion=happy",
"negative_constraint": "Gender=female"
}
|
|||||
Identify the Female audio that is not expressing Confused.
|
(A)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Emotion=confused"
}
|
|||||
Which clip features a Enunciated sound but is NOT Female?
|
(B)
|
{
"positive_constraint": "Texture=enunciated",
"negative_constraint": "Gender=female"
}
|
|||||
Filter for Silky, but reject anything that sounds Whispered.
|
(C)
|
{
"positive_constraint": "Texture=silky",
"negative_constraint": "Emotion=whispered"
}
|
|||||
Which clip features a Male sound but is NOT Whispered?
|
(D)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Emotion=whispered"
}
|
|||||
Search for a Confused sample. Warning: Do not pick the Crisp one.
|
(E)
|
{
"positive_constraint": "Emotion=confused",
"negative_constraint": "Texture=crisp"
}
|
|||||
Identify the American accent audio that is not expressing Female.
|
(A)
|
{
"positive_constraint": "Accent=american",
"negative_constraint": "Gender=female"
}
|
|||||
Identify the Female audio that is not expressing Silky.
|
(B)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Texture=silky"
}
|
|||||
Which clip features a Whispered sound but is NOT Female?
|
(C)
|
{
"positive_constraint": "Emotion=whispered",
"negative_constraint": "Gender=female"
}
|
|||||
Find a Laughing speaker who does NOT sound Female.
|
(D)
|
{
"positive_constraint": "Emotion=laughing",
"negative_constraint": "Gender=female"
}
|
|||||
Select the American accent clip that is NOT Saddened.
|
(E)
|
{
"positive_constraint": "Accent=american",
"negative_constraint": "Emotion=saddened"
}
|
|||||
Find a Enunciated speaker who does NOT sound Confused.
|
(A)
|
{
"positive_constraint": "Texture=enunciated",
"negative_constraint": "Emotion=confused"
}
|
|||||
Which clip features a Silky sound but is NOT Whispered?
|
(B)
|
{
"positive_constraint": "Texture=silky",
"negative_constraint": "Emotion=whispered"
}
|
|||||
Select the Enunciated clip that is NOT Sad.
|
(C)
|
{
"positive_constraint": "Texture=enunciated",
"negative_constraint": "Emotion=sad"
}
|
|||||
Filter for Female, but reject anything that sounds Silky.
|
(D)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Texture=silky"
}
|
|||||
Choose the option with a Crisp voice, excluding any Animated tone.
|
(E)
|
{
"positive_constraint": "Texture=crisp",
"negative_constraint": "Emotion=animated"
}
|
|||||
Select the Neutral clip that is NOT Female.
|
(A)
|
{
"positive_constraint": "Emotion=neutral",
"negative_constraint": "Gender=female"
}
|
|||||
Find a American accent speaker who does NOT sound Crisp.
|
(B)
|
{
"positive_constraint": "Accent=american",
"negative_constraint": "Texture=crisp"
}
|
|||||
Identify the Enunciated audio that is not expressing Confused.
|
(C)
|
{
"positive_constraint": "Texture=enunciated",
"negative_constraint": "Emotion=confused"
}
|
|||||
Which clip features a Male sound but is NOT Nasal?
|
(D)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Texture=nasal"
}
|
|||||
Select the Crisp clip that is NOT Happy.
|
(E)
|
{
"positive_constraint": "Texture=crisp",
"negative_constraint": "Emotion=happy"
}
|
|||||
Choose the option with a Saddened voice, excluding any Female tone.
|
(A)
|
{
"positive_constraint": "Emotion=saddened",
"negative_constraint": "Gender=female"
}
|
|||||
Find a Whispered speaker who does NOT sound Flowing.
|
(B)
|
{
"positive_constraint": "Emotion=whispered",
"negative_constraint": "Texture=flowing"
}
|
|||||
Select the Female clip that is NOT Happy.
|
(C)
|
{
"positive_constraint": "Gender=female",
"negative_constraint": "Emotion=happy"
}
|
|||||
Find a Male speaker who does NOT sound Disgusted.
|
(D)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Emotion=disgusted"
}
|
|||||
Find a Laughing speaker who does NOT sound Female.
|
(E)
|
{
"positive_constraint": "Emotion=laughing",
"negative_constraint": "Gender=female"
}
|
|||||
Find a Male speaker who does NOT sound Laughing.
|
(A)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Emotion=laughing"
}
|
|||||
Identify the Whispered audio that is not expressing Nasal.
|
(B)
|
{
"positive_constraint": "Emotion=whispered",
"negative_constraint": "Texture=nasal"
}
|
|||||
Filter for Male, but reject anything that sounds Crisp.
|
(C)
|
{
"positive_constraint": "Gender=male",
"negative_constraint": "Texture=crisp"
}
|
|||||
Select the Enunciated clip that is NOT Animated.
|
(D)
|
{
"positive_constraint": "Texture=enunciated",
"negative_constraint": "Emotion=animated"
}
|
|||||
Search for a Crisp sample. Warning: Do not pick the Laughing one.
|
(E)
|
{
"positive_constraint": "Texture=crisp",
"negative_constraint": "Emotion=laughing"
}
|
README.md exists but content is empty.
- Downloads last month
- 14