Multilingual Synonym Generation
A benchmark to evaluate a model's ability to generate noun synonyms in multiple languages.
Questions
52
Total Runs
19
Best Score
100/100
Leaderboard
| Rank | Model | Score | Run Date | Actions |
|---|---|---|---|---|
|
Qwen3 VL 8B (LMStudio)
5000 MB |
100
|
2026-02-28 18:32:33 | View Details | |
| 2 | GPT-5 mini |
100
|
2026-02-28 19:23:11 | View Details |
| 3 |
Gemma 3 12B (LMStudio)
8100 MB |
98
|
2026-02-28 15:48:37 | View Details |
| 4 | Claude Haiku 4.5 |
98
|
2026-02-28 19:42:57 | View Details |
| 5 |
Gemma 2 9B (LMStudio)
5800 MB |
96
|
2026-02-28 14:58:18 | View Details |
| 6 |
Qwen3 4B (LMStudio)
2800 MB |
96
|
2026-02-28 18:11:54 | View Details |
| 7 | GPT-5 nano |
96
|
2026-02-28 19:31:04 | View Details |
| 8 |
Granite 3.2 8B (LMStudio)
4900 MB |
90
|
2026-02-28 16:16:09 | View Details |
| 9 |
Qwen3 1.7B (LMStudio)
1100 MB |
88
|
2026-02-28 18:04:24 | View Details |
| 10 |
Llama 3.1 8B (LMStudio)
4900 MB |
80
|
2026-02-28 16:59:47 | View Details |
| 11 |
Llama 3 8B (LMStudio)
4900 MB |
78
|
2026-02-28 16:44:25 | View Details |
| 12 |
Gemma 2 2B (LMStudio)
1500 MB |
76
|
2026-02-28 03:20:40 | View Details |
| 13 |
OLMo 3 7B (LMStudio)
4300 MB |
76
|
2026-02-28 17:35:19 | View Details |
| 14 |
Ministral 8B (LMStudio)
4900 MB |
69
|
2026-02-28 17:21:01 | View Details |
| 15 |
Gemma 2B (LMStudio)
1500 MB |
30
|
2026-02-28 15:33:50 | View Details |
| 16 |
Llama 3.2 1B (LMStudio)
1300 MB |
21
|
2026-02-28 17:12:12 | View Details |
| 17 |
Llama 2 7B (LMStudio)
4900 MB |
17
|
2026-02-28 03:03:05 | View Details |
| 18 |
SmolLM2 1.7B (LMStudio)
1100 MB |
15
|
2026-02-28 19:18:26 | View Details |
| 19 |
Phi-3.5 Mini (LMStudio)
2500 MB |
1
|
2026-02-28 17:47:55 | View Details |
Questions
Question
Which of these words is a synonym of "hat" in English: scarf, cap, glove, coat, hood, boot
Question payload
{
"question_text": "Which of these words is a synonym of \"hat\" in English: scarf, cap, glove, coat, hood, boot",
"answer_type": "json",
"correct_answer": {
"synonym": "cap"
},
"category": "synonyms_en",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:en",
"concept:hat",
"category:clothing"
],
"choices": [
"scarf",
"cap",
"glove",
"coat",
"hood",
"boot"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "bag" in English: case, basket, sack, shelf, trunk, box
Question payload
{
"question_text": "Which of these words is a synonym of \"bag\" in English: case, basket, sack, shelf, trunk, box",
"answer_type": "json",
"correct_answer": {
"synonym": "sack"
},
"category": "synonyms_en",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:en",
"concept:bag",
"category:containers"
],
"choices": [
"case",
"basket",
"sack",
"shelf",
"trunk",
"box"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "番茄" in Chinese: 袋子, 狗, 椅子, 老虎, 帽子, 西红柿
Question payload
{
"question_text": "Which of these words is a synonym of \"番茄\" in Chinese: 袋子, 狗, 椅子, 老虎, 帽子, 西红柿",
"answer_type": "json",
"correct_answer": {
"synonym": "西红柿"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:tomato",
"category:food"
],
"choices": [
"袋子",
"狗",
"椅子",
"老虎",
"帽子",
"西红柿"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "冰箱" in Chinese: 狗, 冰柜, 帽子, 幸福, 番茄, 老虎
Question payload
{
"question_text": "Which of these words is a synonym of \"冰箱\" in Chinese: 狗, 冰柜, 帽子, 幸福, 番茄, 老虎",
"answer_type": "json",
"correct_answer": {
"synonym": "冰柜"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"狗",
"冰柜",
"帽子",
"幸福",
"番茄",
"老虎"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "老虎" in Chinese: 虎, 幸福, 椅子, 帽子, 袋子, 狗
Question payload
{
"question_text": "Which of these words is a synonym of \"老虎\" in Chinese: 虎, 幸福, 椅子, 帽子, 袋子, 狗",
"answer_type": "json",
"correct_answer": {
"synonym": "虎"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:tiger",
"category:animals"
],
"choices": [
"虎",
"幸福",
"椅子",
"帽子",
"袋子",
"狗"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "狗" in Chinese: 老虎, 帽子, 袋子, 冰箱, 幸福, 犬
Question payload
{
"question_text": "Which of these words is a synonym of \"狗\" in Chinese: 老虎, 帽子, 袋子, 冰箱, 幸福, 犬",
"answer_type": "json",
"correct_answer": {
"synonym": "犬"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:dog",
"category:animals"
],
"choices": [
"老虎",
"帽子",
"袋子",
"冰箱",
"幸福",
"犬"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "chapeau" in French: couvre-chef, sac, chien, chaise, bonheur, réfrigérateur
Question payload
{
"question_text": "Which of these words is a synonym of \"chapeau\" in French: couvre-chef, sac, chien, chaise, bonheur, réfrigérateur",
"answer_type": "json",
"correct_answer": {
"synonym": "couvre-chef"
},
"category": "synonyms_fr",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:fr",
"concept:hat",
"category:clothing"
],
"choices": [
"couvre-chef",
"sac",
"chien",
"chaise",
"bonheur",
"réfrigérateur"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "sac" in French: chaise, chien, bonheur, réfrigérateur, sacoche, chapeau
Question payload
{
"question_text": "Which of these words is a synonym of \"sac\" in French: chaise, chien, bonheur, réfrigérateur, sacoche, chapeau",
"answer_type": "json",
"correct_answer": {
"synonym": "sacoche"
},
"category": "synonyms_fr",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:fr",
"concept:bag",
"category:containers"
],
"choices": [
"chaise",
"chien",
"bonheur",
"réfrigérateur",
"sacoche",
"chapeau"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "chaise" in French: chien, sac, bonheur, siège, tomate, chapeau
Question payload
{
"question_text": "Which of these words is a synonym of \"chaise\" in French: chien, sac, bonheur, siège, tomate, chapeau",
"answer_type": "json",
"correct_answer": {
"synonym": "siège"
},
"category": "synonyms_fr",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:fr",
"concept:chair",
"category:furniture"
],
"choices": [
"chien",
"sac",
"bonheur",
"siège",
"tomate",
"chapeau"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "bonheur" in French: chapeau, réfrigérateur, joie, sac, tigre, chaise
Question payload
{
"question_text": "Which of these words is a synonym of \"bonheur\" in French: chapeau, réfrigérateur, joie, sac, tigre, chaise",
"answer_type": "json",
"correct_answer": {
"synonym": "joie"
},
"category": "synonyms_fr",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:fr",
"concept:happiness",
"category:emotions"
],
"choices": [
"chapeau",
"réfrigérateur",
"joie",
"sac",
"tigre",
"chaise"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "réfrigérateur" in French: bonheur, chapeau, chien, frigo, tomate, tigre
Question payload
{
"question_text": "Which of these words is a synonym of \"réfrigérateur\" in French: bonheur, chapeau, chien, frigo, tomate, tigre",
"answer_type": "json",
"correct_answer": {
"synonym": "frigo"
},
"category": "synonyms_fr",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:fr",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"bonheur",
"chapeau",
"chien",
"frigo",
"tomate",
"tigre"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "chien" in French: tigre, sac, bonheur, chapeau, réfrigérateur, canidé
Question payload
{
"question_text": "Which of these words is a synonym of \"chien\" in French: tigre, sac, bonheur, chapeau, réfrigérateur, canidé",
"answer_type": "json",
"correct_answer": {
"synonym": "canidé"
},
"category": "synonyms_fr",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:fr",
"concept:dog",
"category:animals"
],
"choices": [
"tigre",
"sac",
"bonheur",
"chapeau",
"réfrigérateur",
"canidé"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "chair" in English: desk, table, couch, floor, shelf, seat
Question payload
{
"question_text": "Which of these words is a synonym of \"chair\" in English: desk, table, couch, floor, shelf, seat",
"answer_type": "json",
"correct_answer": {
"synonym": "seat"
},
"category": "synonyms_en",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:en",
"concept:chair",
"category:furniture"
],
"choices": [
"desk",
"table",
"couch",
"floor",
"shelf",
"seat"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "sombrero" in Spanish: felicidad, bolsa, refrigerador, gorro, tomate, silla
Question payload
{
"question_text": "Which of these words is a synonym of \"sombrero\" in Spanish: felicidad, bolsa, refrigerador, gorro, tomate, silla",
"answer_type": "json",
"correct_answer": {
"synonym": "gorro"
},
"category": "synonyms_es",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:hat",
"category:clothing"
],
"choices": [
"felicidad",
"bolsa",
"refrigerador",
"gorro",
"tomate",
"silla"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "bolsa" in Spanish: tomate, perro, felicidad, silla, sombrero, saco
Question payload
{
"question_text": "Which of these words is a synonym of \"bolsa\" in Spanish: tomate, perro, felicidad, silla, sombrero, saco",
"answer_type": "json",
"correct_answer": {
"synonym": "saco"
},
"category": "synonyms_es",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:bag",
"category:containers"
],
"choices": [
"tomate",
"perro",
"felicidad",
"silla",
"sombrero",
"saco"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "silla" in Spanish: sombrero, refrigerador, bolsa, asiento, perro, felicidad
Question payload
{
"question_text": "Which of these words is a synonym of \"silla\" in Spanish: sombrero, refrigerador, bolsa, asiento, perro, felicidad",
"answer_type": "json",
"correct_answer": {
"synonym": "asiento"
},
"category": "synonyms_es",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:chair",
"category:furniture"
],
"choices": [
"sombrero",
"refrigerador",
"bolsa",
"asiento",
"perro",
"felicidad"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "felicidad" in Spanish: silla, bolsa, tigre, tomate, sombrero, alegría
Question payload
{
"question_text": "Which of these words is a synonym of \"felicidad\" in Spanish: silla, bolsa, tigre, tomate, sombrero, alegría",
"answer_type": "json",
"correct_answer": {
"synonym": "alegría"
},
"category": "synonyms_es",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:happiness",
"category:emotions"
],
"choices": [
"silla",
"bolsa",
"tigre",
"tomate",
"sombrero",
"alegría"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "tomate" in Spanish: felicidad, perro, silla, sombrero, refrigerador, jitomate
Question payload
{
"question_text": "Which of these words is a synonym of \"tomate\" in Spanish: felicidad, perro, silla, sombrero, refrigerador, jitomate",
"answer_type": "json",
"correct_answer": {
"synonym": "jitomate"
},
"category": "synonyms_es",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:tomato",
"category:food"
],
"choices": [
"felicidad",
"perro",
"silla",
"sombrero",
"refrigerador",
"jitomate"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "refrigerador" in Spanish: tomate, felicidad, bolsa, perro, nevera, sombrero
Question payload
{
"question_text": "Which of these words is a synonym of \"refrigerador\" in Spanish: tomate, felicidad, bolsa, perro, nevera, sombrero",
"answer_type": "json",
"correct_answer": {
"synonym": "nevera"
},
"category": "synonyms_es",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"tomate",
"felicidad",
"bolsa",
"perro",
"nevera",
"sombrero"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "perro" in Spanish: tigre, bolsa, can, sombrero, silla, tomate
Question payload
{
"question_text": "Which of these words is a synonym of \"perro\" in Spanish: tigre, bolsa, can, sombrero, silla, tomate",
"answer_type": "json",
"correct_answer": {
"synonym": "can"
},
"category": "synonyms_es",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:es",
"concept:dog",
"category:animals"
],
"choices": [
"tigre",
"bolsa",
"can",
"sombrero",
"silla",
"tomate"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "skrybėlė" in Lithuanian: šuo, laimė, kėdė, kepurė, šaldytuvas, maišelis
Question payload
{
"question_text": "Which of these words is a synonym of \"skrybėlė\" in Lithuanian: šuo, laimė, kėdė, kepurė, šaldytuvas, maišelis",
"answer_type": "json",
"correct_answer": {
"synonym": "kepurė"
},
"category": "synonyms_lt",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:lt",
"concept:hat",
"category:clothing"
],
"choices": [
"šuo",
"laimė",
"kėdė",
"kepurė",
"šaldytuvas",
"maišelis"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "maišelis" in Lithuanian: kėdė, skrybėlė, pomidoras, šuo, laimė, krepšys
Question payload
{
"question_text": "Which of these words is a synonym of \"maišelis\" in Lithuanian: kėdė, skrybėlė, pomidoras, šuo, laimė, krepšys",
"answer_type": "json",
"correct_answer": {
"synonym": "krepšys"
},
"category": "synonyms_lt",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:lt",
"concept:bag",
"category:containers"
],
"choices": [
"kėdė",
"skrybėlė",
"pomidoras",
"šuo",
"laimė",
"krepšys"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "kėdė" in Lithuanian: skrybėlė, sėdynė, tigras, laimė, maišelis, šaldytuvas
Question payload
{
"question_text": "Which of these words is a synonym of \"kėdė\" in Lithuanian: skrybėlė, sėdynė, tigras, laimė, maišelis, šaldytuvas",
"answer_type": "json",
"correct_answer": {
"synonym": "sėdynė"
},
"category": "synonyms_lt",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:lt",
"concept:chair",
"category:furniture"
],
"choices": [
"skrybėlė",
"sėdynė",
"tigras",
"laimė",
"maišelis",
"šaldytuvas"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "happiness" in English: love, anger, peace, sadness, fear, joy
Question payload
{
"question_text": "Which of these words is a synonym of \"happiness\" in English: love, anger, peace, sadness, fear, joy",
"answer_type": "json",
"correct_answer": {
"synonym": "joy"
},
"category": "synonyms_en",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:en",
"concept:happiness",
"category:emotions"
],
"choices": [
"love",
"anger",
"peace",
"sadness",
"fear",
"joy"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "laimė" in Lithuanian: šuo, kėdė, maišelis, skrybėlė, pomidoras, džiaugsmas
Question payload
{
"question_text": "Which of these words is a synonym of \"laimė\" in Lithuanian: šuo, kėdė, maišelis, skrybėlė, pomidoras, džiaugsmas",
"answer_type": "json",
"correct_answer": {
"synonym": "džiaugsmas"
},
"category": "synonyms_lt",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:lt",
"concept:happiness",
"category:emotions"
],
"choices": [
"šuo",
"kėdė",
"maišelis",
"skrybėlė",
"pomidoras",
"džiaugsmas"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "šaldytuvas" in Lithuanian: laimė, skrybėlė, tigras, pomidoras, šuo, šaldiklis
Question payload
{
"question_text": "Which of these words is a synonym of \"šaldytuvas\" in Lithuanian: laimė, skrybėlė, tigras, pomidoras, šuo, šaldiklis",
"answer_type": "json",
"correct_answer": {
"synonym": "šaldiklis"
},
"category": "synonyms_lt",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:lt",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"laimė",
"skrybėlė",
"tigras",
"pomidoras",
"šuo",
"šaldiklis"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "šuo" in Lithuanian: laimė, kėdė, skrybėlė, šuva, tigras, šaldytuvas
Question payload
{
"question_text": "Which of these words is a synonym of \"šuo\" in Lithuanian: laimė, kėdė, skrybėlė, šuva, tigras, šaldytuvas",
"answer_type": "json",
"correct_answer": {
"synonym": "šuva"
},
"category": "synonyms_lt",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:lt",
"concept:dog",
"category:animals"
],
"choices": [
"laimė",
"kėdė",
"skrybėlė",
"šuva",
"tigras",
"šaldytuvas"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "капелюх" in Ukrainian: щастя, шапка, сумка, собака, стілець, холодильник
Question payload
{
"question_text": "Which of these words is a synonym of \"капелюх\" in Ukrainian: щастя, шапка, сумка, собака, стілець, холодильник",
"answer_type": "json",
"correct_answer": {
"synonym": "шапка"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:hat",
"category:clothing"
],
"choices": [
"щастя",
"шапка",
"сумка",
"собака",
"стілець",
"холодильник"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "сумка" in Ukrainian: щастя, стілець, торба, капелюх, собака, помідор
Question payload
{
"question_text": "Which of these words is a synonym of \"сумка\" in Ukrainian: щастя, стілець, торба, капелюх, собака, помідор",
"answer_type": "json",
"correct_answer": {
"synonym": "торба"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:bag",
"category:containers"
],
"choices": [
"щастя",
"стілець",
"торба",
"капелюх",
"собака",
"помідор"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "стілець" in Ukrainian: сумка, капелюх, тигр, щастя, холодильник, сидіння
Question payload
{
"question_text": "Which of these words is a synonym of \"стілець\" in Ukrainian: сумка, капелюх, тигр, щастя, холодильник, сидіння",
"answer_type": "json",
"correct_answer": {
"synonym": "сидіння"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:chair",
"category:furniture"
],
"choices": [
"сумка",
"капелюх",
"тигр",
"щастя",
"холодильник",
"сидіння"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "щастя" in Ukrainian: собака, сумка, помідор, стілець, радість, капелюх
Question payload
{
"question_text": "Which of these words is a synonym of \"щастя\" in Ukrainian: собака, сумка, помідор, стілець, радість, капелюх",
"answer_type": "json",
"correct_answer": {
"synonym": "радість"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:happiness",
"category:emotions"
],
"choices": [
"собака",
"сумка",
"помідор",
"стілець",
"радість",
"капелюх"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "помідор" in Ukrainian: стілець, капелюх, томат, холодильник, щастя, собака
Question payload
{
"question_text": "Which of these words is a synonym of \"помідор\" in Ukrainian: стілець, капелюх, томат, холодильник, щастя, собака",
"answer_type": "json",
"correct_answer": {
"synonym": "томат"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:tomato",
"category:food"
],
"choices": [
"стілець",
"капелюх",
"томат",
"холодильник",
"щастя",
"собака"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "холодильник" in Ukrainian: сумка, тигр, помідор, холодильна шафа, щастя, капелюх
Question payload
{
"question_text": "Which of these words is a synonym of \"холодильник\" in Ukrainian: сумка, тигр, помідор, холодильна шафа, щастя, капелюх",
"answer_type": "json",
"correct_answer": {
"synonym": "холодильна шафа"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"сумка",
"тигр",
"помідор",
"холодильна шафа",
"щастя",
"капелюх"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "собака" in Ukrainian: тигр, щастя, сумка, пес, холодильник, капелюх
Question payload
{
"question_text": "Which of these words is a synonym of \"собака\" in Ukrainian: тигр, щастя, сумка, пес, холодильник, капелюх",
"answer_type": "json",
"correct_answer": {
"synonym": "пес"
},
"category": "synonyms_uk",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:uk",
"concept:dog",
"category:animals"
],
"choices": [
"тигр",
"щастя",
"сумка",
"пес",
"холодильник",
"капелюх"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "refrigerator" in English: oven, stove, kettle, toaster, microwave, fridge
Question payload
{
"question_text": "Which of these words is a synonym of \"refrigerator\" in English: oven, stove, kettle, toaster, microwave, fridge",
"answer_type": "json",
"correct_answer": {
"synonym": "fridge"
},
"category": "synonyms_en",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:en",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"oven",
"stove",
"kettle",
"toaster",
"microwave",
"fridge"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "টুপি" in Bengali: চেয়ার, মাথার টুপি, ফ্রিজ, সুখ, কুকুর, ব্যাগ
Question payload
{
"question_text": "Which of these words is a synonym of \"টুপি\" in Bengali: চেয়ার, মাথার টুপি, ফ্রিজ, সুখ, কুকুর, ব্যাগ",
"answer_type": "json",
"correct_answer": {
"synonym": "মাথার টুপি"
},
"category": "synonyms_bn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:bn",
"concept:hat",
"category:clothing"
],
"choices": [
"চেয়ার",
"মাথার টুপি",
"ফ্রিজ",
"সুখ",
"কুকুর",
"ব্যাগ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ব্যাগ" in Bengali: থলে, টুপি, সুখ, কুকুর, চেয়ার, টমেটো
Question payload
{
"question_text": "Which of these words is a synonym of \"ব্যাগ\" in Bengali: থলে, টুপি, সুখ, কুকুর, চেয়ার, টমেটো",
"answer_type": "json",
"correct_answer": {
"synonym": "থলে"
},
"category": "synonyms_bn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:bn",
"concept:bag",
"category:containers"
],
"choices": [
"থলে",
"টুপি",
"সুখ",
"কুকুর",
"চেয়ার",
"টমেটো"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "চেয়ার" in Bengali: ব্যাগ, আসন, বাঘ, ফ্রিজ, সুখ, টুপি
Question payload
{
"question_text": "Which of these words is a synonym of \"চেয়ার\" in Bengali: ব্যাগ, আসন, বাঘ, ফ্রিজ, সুখ, টুপি",
"answer_type": "json",
"correct_answer": {
"synonym": "আসন"
},
"category": "synonyms_bn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:bn",
"concept:chair",
"category:furniture"
],
"choices": [
"ব্যাগ",
"আসন",
"বাঘ",
"ফ্রিজ",
"সুখ",
"টুপি"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "সুখ" in Bengali: চেয়ার, ব্যাগ, টুপি, আনন্দ, টমেটো, বাঘ
Question payload
{
"question_text": "Which of these words is a synonym of \"সুখ\" in Bengali: চেয়ার, ব্যাগ, টুপি, আনন্দ, টমেটো, বাঘ",
"answer_type": "json",
"correct_answer": {
"synonym": "আনন্দ"
},
"category": "synonyms_bn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:bn",
"concept:happiness",
"category:emotions"
],
"choices": [
"চেয়ার",
"ব্যাগ",
"টুপি",
"আনন্দ",
"টমেটো",
"বাঘ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ফ্রিজ" in Bengali: টুপি, শীতলপেটি, বাঘ, টমেটো, সুখ, কুকুর
Question payload
{
"question_text": "Which of these words is a synonym of \"ফ্রিজ\" in Bengali: টুপি, শীতলপেটি, বাঘ, টমেটো, সুখ, কুকুর",
"answer_type": "json",
"correct_answer": {
"synonym": "শীতলপেটি"
},
"category": "synonyms_bn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:bn",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"টুপি",
"শীতলপেটি",
"বাঘ",
"টমেটো",
"সুখ",
"কুকুর"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "কুকুর" in Bengali: শ্বান, বাঘ, ফ্রিজ, ব্যাগ, টুপি, সুখ
Question payload
{
"question_text": "Which of these words is a synonym of \"কুকুর\" in Bengali: শ্বান, বাঘ, ফ্রিজ, ব্যাগ, টুপি, সুখ",
"answer_type": "json",
"correct_answer": {
"synonym": "শ্বান"
},
"category": "synonyms_bn",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:bn",
"concept:dog",
"category:animals"
],
"choices": [
"শ্বান",
"বাঘ",
"ফ্রিজ",
"ব্যাগ",
"টুপি",
"সুখ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ಟೋಪಿ" in Kannada: ಚೀಲ, ತಲೆಯ ಟೋಪಿ, ಫ್ರಿಜ್, ಕುರ್ಚಿ, ಸಂತೋಷ, ನಾಯಿ
Question payload
{
"question_text": "Which of these words is a synonym of \"ಟೋಪಿ\" in Kannada: ಚೀಲ, ತಲೆಯ ಟೋಪಿ, ಫ್ರಿಜ್, ಕುರ್ಚಿ, ಸಂತೋಷ, ನಾಯಿ",
"answer_type": "json",
"correct_answer": {
"synonym": "ತಲೆಯ ಟೋಪಿ"
},
"category": "synonyms_kn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:kn",
"concept:hat",
"category:clothing"
],
"choices": [
"ಚೀಲ",
"ತಲೆಯ ಟೋಪಿ",
"ಫ್ರಿಜ್",
"ಕುರ್ಚಿ",
"ಸಂತೋಷ",
"ನಾಯಿ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ಚೀಲ" in Kannada: ನಾಯಿ, ಚೀಲಿಕೆ, ಸಂತೋಷ, ಟೋಪಿ, ಕುರ್ಚಿ, ಟೊಮ್ಯಾಟೊ
Question payload
{
"question_text": "Which of these words is a synonym of \"ಚೀಲ\" in Kannada: ನಾಯಿ, ಚೀಲಿಕೆ, ಸಂತೋಷ, ಟೋಪಿ, ಕುರ್ಚಿ, ಟೊಮ್ಯಾಟೊ",
"answer_type": "json",
"correct_answer": {
"synonym": "ಚೀಲಿಕೆ"
},
"category": "synonyms_kn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:kn",
"concept:bag",
"category:containers"
],
"choices": [
"ನಾಯಿ",
"ಚೀಲಿಕೆ",
"ಸಂತೋಷ",
"ಟೋಪಿ",
"ಕುರ್ಚಿ",
"ಟೊಮ್ಯಾಟೊ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ಕುರ್ಚಿ" in Kannada: ಆಸನ, ಸಂತೋಷ, ಫ್ರಿಜ್, ಟೋಪಿ, ಚೀಲ, ಹುಲಿ
Question payload
{
"question_text": "Which of these words is a synonym of \"ಕುರ್ಚಿ\" in Kannada: ಆಸನ, ಸಂತೋಷ, ಫ್ರಿಜ್, ಟೋಪಿ, ಚೀಲ, ಹುಲಿ",
"answer_type": "json",
"correct_answer": {
"synonym": "ಆಸನ"
},
"category": "synonyms_kn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:kn",
"concept:chair",
"category:furniture"
],
"choices": [
"ಆಸನ",
"ಸಂತೋಷ",
"ಫ್ರಿಜ್",
"ಟೋಪಿ",
"ಚೀಲ",
"ಹುಲಿ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ಸಂತೋಷ" in Kannada: ಚೀಲ, ಟೊಮ್ಯಾಟೊ, ಟೋಪಿ, ನಾಯಿ, ಕುರ್ಚಿ, ಆನಂದ
Question payload
{
"question_text": "Which of these words is a synonym of \"ಸಂತೋಷ\" in Kannada: ಚೀಲ, ಟೊಮ್ಯಾಟೊ, ಟೋಪಿ, ನಾಯಿ, ಕುರ್ಚಿ, ಆನಂದ",
"answer_type": "json",
"correct_answer": {
"synonym": "ಆನಂದ"
},
"category": "synonyms_kn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:kn",
"concept:happiness",
"category:emotions"
],
"choices": [
"ಚೀಲ",
"ಟೊಮ್ಯಾಟೊ",
"ಟೋಪಿ",
"ನಾಯಿ",
"ಕುರ್ಚಿ",
"ಆನಂದ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "dog" in English: equine, hound, ursine, bovine, feline, otter
Question payload
{
"question_text": "Which of these words is a synonym of \"dog\" in English: equine, hound, ursine, bovine, feline, otter",
"answer_type": "json",
"correct_answer": {
"synonym": "hound"
},
"category": "synonyms_en",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:en",
"concept:dog",
"category:animals"
],
"choices": [
"equine",
"hound",
"ursine",
"bovine",
"feline",
"otter"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ಫ್ರಿಜ್" in Kannada: ಶೀತಲಪೆಟ್ಟಿಗೆ, ನಾಯಿ, ಟೊಮ್ಯಾಟೊ, ಟೋಪಿ, ಹುಲಿ, ಸಂತೋಷ
Question payload
{
"question_text": "Which of these words is a synonym of \"ಫ್ರಿಜ್\" in Kannada: ಶೀತಲಪೆಟ್ಟಿಗೆ, ನಾಯಿ, ಟೊಮ್ಯಾಟೊ, ಟೋಪಿ, ಹುಲಿ, ಸಂತೋಷ",
"answer_type": "json",
"correct_answer": {
"synonym": "ಶೀತಲಪೆಟ್ಟಿಗೆ"
},
"category": "synonyms_kn",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:kn",
"concept:refrigerator",
"category:appliances"
],
"choices": [
"ಶೀತಲಪೆಟ್ಟಿಗೆ",
"ನಾಯಿ",
"ಟೊಮ್ಯಾಟೊ",
"ಟೋಪಿ",
"ಹುಲಿ",
"ಸಂತೋಷ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "ನಾಯಿ" in Kannada: ಸಂತೋಷ, ಶ್ವಾನ, ಟೋಪಿ, ಚೀಲ, ಫ್ರಿಜ್, ಹುಲಿ
Question payload
{
"question_text": "Which of these words is a synonym of \"ನಾಯಿ\" in Kannada: ಸಂತೋಷ, ಶ್ವಾನ, ಟೋಪಿ, ಚೀಲ, ಫ್ರಿಜ್, ಹುಲಿ",
"answer_type": "json",
"correct_answer": {
"synonym": "ಶ್ವಾನ"
},
"category": "synonyms_kn",
"difficulty": "medium",
"tags": [
"synonyms",
"identification",
"lang:kn",
"concept:dog",
"category:animals"
],
"choices": [
"ಸಂತೋಷ",
"ಶ್ವಾನ",
"ಟೋಪಿ",
"ಚೀಲ",
"ಫ್ರಿಜ್",
"ಹುಲಿ"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "西红柿" in Chinese: 幸福, 袋子, 帽子, 狗, 椅子, 番茄
Question payload
{
"question_text": "Which of these words is a synonym of \"西红柿\" in Chinese: 幸福, 袋子, 帽子, 狗, 椅子, 番茄",
"answer_type": "json",
"correct_answer": {
"synonym": "番茄"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:tomato",
"category:food"
],
"choices": [
"幸福",
"袋子",
"帽子",
"狗",
"椅子",
"番茄"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "袋子" in Chinese: 椅子, 包, 幸福, 帽子, 冰箱, 老虎
Question payload
{
"question_text": "Which of these words is a synonym of \"袋子\" in Chinese: 椅子, 包, 幸福, 帽子, 冰箱, 老虎",
"answer_type": "json",
"correct_answer": {
"synonym": "包"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:bag",
"category:containers"
],
"choices": [
"椅子",
"包",
"幸福",
"帽子",
"冰箱",
"老虎"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "椅子" in Chinese: 座椅, 冰箱, 袋子, 帽子, 幸福, 老虎
Question payload
{
"question_text": "Which of these words is a synonym of \"椅子\" in Chinese: 座椅, 冰箱, 袋子, 帽子, 幸福, 老虎",
"answer_type": "json",
"correct_answer": {
"synonym": "座椅"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:chair",
"category:furniture"
],
"choices": [
"座椅",
"冰箱",
"袋子",
"帽子",
"幸福",
"老虎"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}
Question
Which of these words is a synonym of "幸福" in Chinese: 狗, 袋子, 椅子, 快乐, 冰箱, 帽子
Question payload
{
"question_text": "Which of these words is a synonym of \"幸福\" in Chinese: 狗, 袋子, 椅子, 快乐, 冰箱, 帽子",
"answer_type": "json",
"correct_answer": {
"synonym": "快乐"
},
"category": "synonyms_zh",
"difficulty": "easy",
"tags": [
"synonyms",
"identification",
"lang:zh",
"concept:happiness",
"category:emotions"
],
"choices": [
"狗",
"袋子",
"椅子",
"快乐",
"冰箱",
"帽子"
],
"schema": {
"type": "object",
"properties": {
"synonym": {
"type": "string"
}
},
"required": [
"synonym"
]
},
"evaluation_criteria": {
"exact_match": true,
"case_sensitive": false,
"contains": false,
"required_fields": [],
"tolerance": 0.0,
"alternatives": []
}
}