0032_part_of_speech:pos:0 |
100 |
1884 |
{
"prompt": "In the sentence 'The large dog ran across the garden.', what is the part of speech of the word 'ran'?",
"model_answer": {
"part_of_speech": "verb"
},
"expected_answer": {
"part_of_speech": "verb"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:1 |
100 |
495 |
{
"prompt": "In the sentence 'She quickly finished her homework.', what is the part of speech of the word 'quickly'?",
"model_answer": {
"part_of_speech": "adverb"
},
"expected_answer": {
"part_of_speech": "adverb"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:10 |
100 |
440 |
{
"prompt": "In the sentence 'The old man walked slowly with his cane.', what is the part of speech of the word 'with'?",
"model_answer": {
"part_of_speech": "preposition"
},
"expected_answer": {
"part_of_speech": "preposition"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:11 |
100 |
461 |
{
"prompt": "In the sentence 'She bought a new dress for the party.', what is the part of speech of the word 'new'?",
"model_answer": {
"part_of_speech": "adjective"
},
"expected_answer": {
"part_of_speech": "adjective"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:12 |
100 |
455 |
{
"prompt": "In the sentence 'The children played happily in the park.', what is the part of speech of the word 'happily'?",
"model_answer": {
"part_of_speech": "adverb"
},
"expected_answer": {
"part_of_speech": "adverb"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:13 |
100 |
469 |
{
"prompt": "In the sentence 'They went to the beach but forgot sunscreen.', what is the part of speech of the word 'but'?",
"model_answer": {
"part_of_speech": "conjunction"
},
"expected_answer": {
"part_of_speech": "conjunction"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:14 |
100 |
431 |
{
"prompt": "In the sentence 'The bird sang sweetly from the tree.', what is the part of speech of the word 'bird'?",
"model_answer": {
"part_of_speech": "noun"
},
"expected_answer": {
"part_of_speech": "noun"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:15 |
100 |
424 |
{
"prompt": "In the sentence 'That book belongs to me.', what is the part of speech of the word 'That'?",
"model_answer": {
"part_of_speech": "determiner"
},
"expected_answer": {
"part_of_speech": "determiner"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:16 |
100 |
448 |
{
"prompt": "In the sentence 'The brave knight fought the dragon.', what is the part of speech of the word 'brave'?",
"model_answer": {
"part_of_speech": "adjective"
},
"expected_answer": {
"part_of_speech": "adjective"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:17 |
100 |
427 |
{
"prompt": "In the sentence 'She carefully placed the vase on the table.', what is the part of speech of the word 'carefully'?",
"model_answer": {
"part_of_speech": "adverb"
},
"expected_answer": {
"part_of_speech": "adverb"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:18 |
0 |
437 |
{
"prompt": "In the sentence 'He always arrives before the meeting starts.', what is the part of speech of the word 'before'?",
"model_answer": {
"part_of_speech": "adverb"
},
"expected_answer": {
"part_of_speech": "preposition"
},
"is_correct": false
} |
[+]
Question Information:
{
"question_text": "In the sentence 'He always arrives before the meeting starts.', what is the part of speech of the word 'before'?",
"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
}
}
|
0032_part_of_speech:pos:19 |
100 |
465 |
{
"prompt": "In the sentence 'The team cheered when they won the game.', what is the part of speech of the word 'when'?",
"model_answer": {
"part_of_speech": "conjunction"
},
"expected_answer": {
"part_of_speech": "conjunction"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:2 |
100 |
511 |
{
"prompt": "In the sentence 'The red car stopped at the traffic light.', what is the part of speech of the word 'red'?",
"model_answer": {
"part_of_speech": "adjective"
},
"expected_answer": {
"part_of_speech": "adjective"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:3 |
100 |
420 |
{
"prompt": "In the sentence 'He gave the book to his friend.', what is the part of speech of the word 'book'?",
"model_answer": {
"part_of_speech": "noun"
},
"expected_answer": {
"part_of_speech": "noun"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:4 |
0 |
422 |
{
"prompt": "In the sentence 'The cat jumped over the fence.', what is the part of speech of the word 'over'?",
"model_answer": {
"part_of_speech": "adverb"
},
"expected_answer": {
"part_of_speech": "preposition"
},
"is_correct": false
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:5 |
100 |
428 |
{
"prompt": "In the sentence 'I saw her at the store yesterday.', what is the part of speech of the word 'yesterday'?",
"model_answer": {
"part_of_speech": "adverb"
},
"expected_answer": {
"part_of_speech": "adverb"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:6 |
100 |
454 |
{
"prompt": "In the sentence 'The beautiful butterfly landed on the flower.', what is the part of speech of the word 'beautiful'?",
"model_answer": {
"part_of_speech": "adjective"
},
"expected_answer": {
"part_of_speech": "adjective"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:7 |
100 |
464 |
{
"prompt": "In the sentence 'She and her sister went to the movie.', what is the part of speech of the word 'and'?",
"model_answer": {
"part_of_speech": "conjunction"
},
"expected_answer": {
"part_of_speech": "conjunction"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:8 |
100 |
403 |
{
"prompt": "In the sentence 'The teacher explained the lesson clearly.', what is the part of speech of the word 'teacher'?",
"model_answer": {
"part_of_speech": "noun"
},
"expected_answer": {
"part_of_speech": "noun"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|
0032_part_of_speech:pos:9 |
100 |
406 |
{
"prompt": "In the sentence 'He shouted loudly to get attention.', what is the part of speech of the word 'shouted'?",
"model_answer": {
"part_of_speech": "verb"
},
"expected_answer": {
"part_of_speech": "verb"
},
"is_correct": true
} |
[+]
Question Information:
{
"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
}
}
|