Part of Speech
A benchmark to evaluate a model's ability to identify the part of speech of a specific word in a sentence.
Questions
40
Leaderboard Entries
24
Best Score
100/100
Leaderboard
| Rank | Model | Score | Run Date | Actions |
|---|---|---|---|---|
|
Qwen3.5 4B (LMStudio)
3400 MB |
100
1343.0ms median
|
2026-03-03 21:19:52 | View Details | |
| 2 |
Qwen3.5 9B (LMStudio)
6600 MB |
100
2000.5ms median
|
2026-03-03 20:23:18 | View Details |
| 3 |
Phi-4 (LMStudio)
9100 MB |
100
1422.5ms median
|
2026-03-03 00:56:03 | View Details |
| 4 |
Gemma 3 12B (LMStudio)
8100 MB |
100
1830.5ms median
|
2026-03-02 23:30:03 | View Details |
| 5 |
Gemma 4 12B (LMStudio)
7560 MB |
98
1449.5ms median
|
2026-06-03 19:27:36 | View Details |
| 6 | GPT-5.4 nano |
98
734.0ms median
|
2026-03-17 19:20:04 | View Details |
| 7 | GPT-5.4 mini |
98
712.5ms median
|
2026-03-17 18:57:58 | View Details |
| 8 |
Qwen3.5 2B (LMStudio)
2700 MB |
98
572.5ms median
|
2026-03-03 19:23:17 | View Details |
| 9 | GPT-5 mini |
98
1125.5ms median
|
2026-03-03 06:04:44 | View Details |
| 10 | Claude Haiku 4.5 |
98
597.0ms median
|
2026-03-03 05:56:04 | View Details |
| 11 |
Llama 3 8B (LMStudio)
4900 MB |
98
758.0ms median
|
2026-03-03 00:04:52 | View Details |
| 12 |
Gemma 2 9B (LMStudio)
5800 MB |
98
1102.0ms median
|
2026-03-02 23:03:41 | View Details |
| 13 | GPT-5 nano |
98
919.5ms median
|
2026-03-02 19:46:04 | View Details |
| 14 |
Gemma 4 E4B IT (LMStudio)
3200 MB |
95
942.0ms median
|
2026-04-02 21:17:33 | View Details |
| 15 |
Ministral 8B (LMStudio)
4900 MB |
95
785.0ms median
|
2026-03-03 00:17:52 | View Details |
| 16 |
Granite 3.2 8B (LMStudio)
4900 MB |
95
971.5ms median
|
2026-03-02 23:45:59 | View Details |
| 17 |
Llama 3.1 8B (LMStudio)
4900 MB |
95
815.5ms median
|
2026-03-02 20:36:14 | View Details |
| 18 |
OLMo 3 7B (LMStudio)
4300 MB |
95
716.0ms median
|
2026-03-02 20:23:16 | View Details |
| 19 |
Gemma 2 2B (LMStudio)
1500 MB |
92
835.0ms median
|
2026-03-02 22:57:27 | View Details |
| 20 |
Llama 2 7B (LMStudio)
4900 MB |
90
831.0ms median
|
2026-03-02 23:58:26 | View Details |
| 21 |
SmolLM2 1.7B (LMStudio)
1100 MB |
78
264.5ms median
|
2026-03-03 05:50:57 | View Details |
| 22 |
Llama 3.2 1B (LMStudio)
1300 MB |
70
272.0ms median
|
2026-03-03 00:14:16 | View Details |
| 23 |
Gemma 2B (LMStudio)
1500 MB |
70
412.0ms median
|
2026-03-02 23:11:59 | View Details |
| 24 |
Phi-3.5 Mini (LMStudio)
2500 MB |
10
523.0ms median
|
2026-03-03 00:28:59 | View Details |
Questions
Question
In the sentence 'The large dog ran across the garden.', what is the part of speech of the word 'ran'?
Question payload
{
"question_text": "In the sentence 'The large dog ran across the garden.', what is the part of speech of the word 'ran'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "verb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She quickly finished her homework.', what is the part of speech of the word 'quickly'?
Question payload
{
"question_text": "In the sentence 'She quickly finished her homework.', what is the part of speech of the word 'quickly'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adverb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The old man walked slowly with his cane.', what is the part of speech of the word 'with'?
Question payload
{
"question_text": "In the sentence 'The old man walked slowly with his cane.', what is the part of speech of the word 'with'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "preposition"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She bought a new dress for the party.', what is the part of speech of the word 'new'?
Question payload
{
"question_text": "In the sentence 'She bought a new dress for the party.', what is the part of speech of the word 'new'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The children played happily in the park.', what is the part of speech of the word 'happily'?
Question payload
{
"question_text": "In the sentence 'The children played happily in the park.', what is the part of speech of the word 'happily'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adverb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'They went to the beach but forgot sunscreen.', what is the part of speech of the word 'but'?
Question payload
{
"question_text": "In the sentence 'They went to the beach but forgot sunscreen.', what is the part of speech of the word 'but'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "conjunction"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The bird sang sweetly from the tree.', what is the part of speech of the word 'bird'?
Question payload
{
"question_text": "In the sentence 'The bird sang sweetly from the tree.', what is the part of speech of the word 'bird'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "noun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'That book belongs to me.', what is the part of speech of the word 'That'?
Question payload
{
"question_text": "In the sentence 'That book belongs to me.', what is the part of speech of the word 'That'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "determiner"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The brave knight fought the dragon.', what is the part of speech of the word 'brave'?
Question payload
{
"question_text": "In the sentence 'The brave knight fought the dragon.', what is the part of speech of the word 'brave'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She carefully placed the vase on the table.', what is the part of speech of the word 'carefully'?
Question payload
{
"question_text": "In the sentence 'She carefully placed the vase on the table.', what is the part of speech of the word 'carefully'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adverb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'He checked his notes before he spoke.', what is the part of speech of the word 'before'?
Question payload
{
"question_text": "In the sentence 'He checked his notes before he spoke.', what is the part of speech of the word 'before'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "conjunction"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The team cheered when they won the game.', what is the part of speech of the word 'when'?
Question payload
{
"question_text": "In the sentence 'The team cheered when they won the game.', what is the part of speech of the word 'when'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "conjunction"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The red car stopped at the traffic light.', what is the part of speech of the word 'red'?
Question payload
{
"question_text": "In the sentence 'The red car stopped at the traffic light.', what is the part of speech of the word 'red'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'Wow, that cake looks delicious!', what is the part of speech of the word 'Wow'?
Question payload
{
"question_text": "In the sentence 'Wow, that cake looks delicious!', what is the part of speech of the word 'Wow'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "interjection"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat sat on a warm windowsill.', what is the part of speech of the word 'The'?
Question payload
{
"question_text": "In the sentence 'The cat sat on a warm windowsill.', what is the part of speech of the word 'The'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "determiner"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The small cat chased the bright red ball across the yard.', what is the part of speech of the word 'small'?
Question payload
{
"question_text": "In the sentence 'The small cat chased the bright red ball across the yard.', what is the part of speech of the word 'small'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat slept on the warm windowsill.', what is the part of speech of the word 'cat'?
Question payload
{
"question_text": "In the sentence 'The cat slept on the warm windowsill.', what is the part of speech of the word 'cat'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "noun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The bright lamp lit the small room.', what is the part of speech of the word 'bright'?
Question payload
{
"question_text": "In the sentence 'The bright lamp lit the small room.', what is the part of speech of the word 'bright'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She gave her friend a thoughtful gift.', what is the part of speech of the word 'She'?
Question payload
{
"question_text": "In the sentence 'She gave her friend a thoughtful gift.', what is the part of speech of the word 'She'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "pronoun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The bright moon cast a soft glow over the quiet lake.', what is the part of speech of the word 'bright'?
Question payload
{
"question_text": "In the sentence 'The bright moon cast a soft glow over the quiet lake.', what is the part of speech of the word 'bright'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'I wanted to go for a walk, but it started to rain.', what is the part of speech of the word 'but'?
Question payload
{
"question_text": "In the sentence 'I wanted to go for a walk, but it started to rain.', what is the part of speech of the word 'but'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "conjunction"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The ancient tree shaded the quiet park.', what is the part of speech of the word 'ancient'?
Question payload
{
"question_text": "In the sentence 'The ancient tree shaded the quiet park.', what is the part of speech of the word 'ancient'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She gave him the book before leaving.', what is the part of speech of the word 'him'?
Question payload
{
"question_text": "In the sentence 'She gave him the book before leaving.', what is the part of speech of the word 'him'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "pronoun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'He gave the book to his friend.', what is the part of speech of the word 'book'?
Question payload
{
"question_text": "In the sentence 'He gave the book to his friend.', what is the part of speech of the word 'book'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "noun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'I wanted to go for a walk but it started to rain.', what is the part of speech of the word 'but'?
Question payload
{
"question_text": "In the sentence 'I wanted to go for a walk but it started to rain.', what is the part of speech of the word 'but'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "conjunction"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat chased the mouse across the kitchen floor.', what is the part of speech of the word 'cat'?
Question payload
{
"question_text": "In the sentence 'The cat chased the mouse across the kitchen floor.', what is the part of speech of the word 'cat'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "noun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The dog chased the ball across the yard.', what is the part of speech of the word 'chased'?
Question payload
{
"question_text": "In the sentence 'The dog chased the ball across the yard.', what is the part of speech of the word 'chased'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "verb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'Wow, that sunset is absolutely breathtaking.', what is the part of speech of the word 'Wow'?
Question payload
{
"question_text": "In the sentence 'Wow, that sunset is absolutely breathtaking.', what is the part of speech of the word 'Wow'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "interjection"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She quickly finished her homework before dinner.', what is the part of speech of the word 'quickly'?
Question payload
{
"question_text": "In the sentence 'She quickly finished her homework before dinner.', what is the part of speech of the word 'quickly'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adverb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat slept on the sunny windowsill.', what is the part of speech of the word 'cat'?
Question payload
{
"question_text": "In the sentence 'The cat slept on the sunny windowsill.', what is the part of speech of the word 'cat'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "noun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat slept under the warm blanket.', what is the part of speech of the word 'under'?
Question payload
{
"question_text": "In the sentence 'The cat slept under the warm blanket.', what is the part of speech of the word 'under'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "preposition"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat slept under the warm blanket.', what is the part of speech of the word 'under'?
Question payload
{
"question_text": "In the sentence 'The cat slept under the warm blanket.', what is the part of speech of the word 'under'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "preposition"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'Wow, that sunset is absolutely breathtaking.', what is the part of speech of the word 'Wow'?
Question payload
{
"question_text": "In the sentence 'Wow, that sunset is absolutely breathtaking.', what is the part of speech of the word 'Wow'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "interjection"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat chased the red ball across the yard.', what is the part of speech of the word 'chased'?
Question payload
{
"question_text": "In the sentence 'The cat chased the red ball across the yard.', what is the part of speech of the word 'chased'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "verb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The cat jumped over the fence.', what is the part of speech of the word 'over'?
Question payload
{
"question_text": "In the sentence 'The cat jumped over the fence.', what is the part of speech of the word 'over'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "preposition"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'I saw her at the store yesterday.', what is the part of speech of the word 'yesterday'?
Question payload
{
"question_text": "In the sentence 'I saw her at the store yesterday.', what is the part of speech of the word 'yesterday'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adverb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The beautiful butterfly landed on the flower.', what is the part of speech of the word 'beautiful'?
Question payload
{
"question_text": "In the sentence 'The beautiful butterfly landed on the flower.', what is the part of speech of the word 'beautiful'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "adjective"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'She and her sister went to the movie.', what is the part of speech of the word 'and'?
Question payload
{
"question_text": "In the sentence 'She and her sister went to the movie.', what is the part of speech of the word 'and'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "conjunction"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'The teacher explained the lesson clearly.', what is the part of speech of the word 'teacher'?
Question payload
{
"question_text": "In the sentence 'The teacher explained the lesson clearly.', what is the part of speech of the word 'teacher'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "noun"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}
Question
In the sentence 'He shouted loudly to get attention.', what is the part of speech of the word 'shouted'?
Question payload
{
"question_text": "In the sentence 'He shouted loudly to get attention.', what is the part of speech of the word 'shouted'?",
"answer_type": "json",
"correct_answer": {
"part_of_speech": "verb"
},
"category": "grammar",
"difficulty": "medium",
"tags": [
"grammar",
"part-of-speech",
"linguistics"
],
"schema": {
"type": "object",
"properties": {
"part_of_speech": {
"type": "string",
"description": "The part of speech of the target word"
}
},
"required": [
"part_of_speech"
]
},
"evaluation_criteria": {
"exact_match": false,
"case_sensitive": false,
"contains": false,
"required_fields": [
"part_of_speech"
],
"tolerance": 0.0,
"alternatives": []
}
}