inputs stringlengths 424 693 | targets stringclasses 18
values | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Let me give you an example: X: turtle, Y: flow
The answer to this example can be: RANDOM
Here is why: Turtle and flow have no relation, so RANDOM is the correct label.
OK. solve this:
X: gross, Y: coarse
Answer: | HYPER | 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: fox, Y: elector
A: RANDOM
****
Q: X: dove, Y: blackbird
A: COORD
****
Q: X: tiger, Y: coyote
A: | COORD
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example: X: turtle, Y: flow
Solution is here: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this: X: sail, Y: place
Solution: | RANDOM | 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
--------
Question: X: villa, Y: religious
Answer: RANDOM
Question: X: rabbit, Y: whale
Answer: COORD
Question: X: vulture, Y: graze
Answer: | RANDOM
| 7 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
[Q]: X: party, Y: craft
[A]: RANDOM
[Q]: X: goat, Y: mix
[A]: RANDOM
[Q]: X: tiger, Y: jaguar
[A]: | COORD
| 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Ex Input:
X: cauliflower, Y: accountable
Ex Output:
RANDOM
Ex Input:
X: coffee, Y: relational
Ex Output:
RANDOM
Ex Input:
X: nose, Y: locate
Ex Output:
| HYPER
| 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: moth, Y: grasshopper
COORD
X: clam, Y: seafood
HYPER
X: snake, Y: place
| RANDOM
| 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: crow, Y: falcon
COORD
X: instructive, Y: useful
HYPER
X: lead, Y: advantage
| HYPER
| 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: washer, Y: rough
A: RANDOM
****
Q: X: sheep, Y: rat
A: COORD
****
Q: X: jet, Y: bomber
A: | COORD
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example is below.
Q: X: turtle, Y: flow
A: RANDOM
Rationale: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: jet, Y: bomber
A: | COORD | 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example Input: X: trumpet, Y: disinfectant
Example Output: RANDOM
Example Input: X: tanker, Y: palace
Example Output: RANDOM
Example Input: X: coat, Y: principal
Example Output: | RANDOM
| 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
[EX Q]: X: woodpecker, Y: owl
[EX A]: COORD
[EX Q]: X: elephant, Y: bull
[EX A]: COORD
[EX Q]: X: van, Y: unite
[EX A]: | RANDOM
| 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Example solution: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: bank, Y: edge
| Solution: RANDOM | 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Teacher: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Teacher: Now, understand the problem? If you are still confused, see the following example:
X: turtle, Y: flow
Solution: RANDOM
Reason: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this instance: X: bowl, Y: place
Student: | RANDOM | 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example: X: turtle, Y: flow
Solution is here: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this: X: walk, Y: work
Solution: | RANDOM | 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example: X: turtle, Y: flow
Solution is here: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this: X: invalid, Y: bad
Solution: | HYPER | 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example Input: X: column, Y: classification
Example Output: RANDOM
Example Input: X: rat, Y: deer
Example Output: COORD
Example Input: X: crow, Y: weapon
Example Output: | RANDOM
| 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: turtle, Y: flow
Solution: RANDOM
Why? Turtle and flow have no relation, so RANDOM is the correct label.
New input: X: residence, Y: device
Solution: | RANDOM | 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: crow, Y: penguin
Solution: | COORD | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: blouse, Y: protect
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example is below.
Q: X: turtle, Y: flow
A: RANDOM
Rationale: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: flesh, Y: color
A: | HYPER | 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example is below.
Q: X: turtle, Y: flow
A: RANDOM
Rationale: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: redirect, Y: passerine
A: | RANDOM | 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example input: X: turtle, Y: flow
Example output: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: ant, Y: midweek
A: | RANDOM | 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: rice, Y: grain
A: HYPER
****
Q: X: potato, Y: perceive
A: RANDOM
****
Q: X: jacket, Y: celebratory
A: | RANDOM
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
TASK DEFINITION: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
PROBLEM: X: onion, Y: broccoli
SOLUTION: COORD
PROBLEM: X: flower, Y: offend
SOLUTION: RANDOM
PROBLEM: X: ant, Y: midweek
SOLUTION: | RANDOM
| 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Input: Consider Input: X: sheep, Y: rat
Output: COORD
Input: Consider Input: X: pistol, Y: syndrome
Output: RANDOM
Input: Consider Input: X: run, Y: sport
| Output: HYPER
| 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: woodpecker, Y: robin
Solution: | COORD | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: stove, Y: litter
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: baby, Y: change
A: RANDOM
****
Q: X: match, Y: embody
A: RANDOM
****
Q: X: education, Y: culture
A: | HYPER
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: barley, Y: string
A: RANDOM
****
Q: X: coyote, Y: beaver
A: COORD
****
Q: X: elephant, Y: rabbit
A: | COORD
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
instruction:
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
question:
X: toaster, Y: class
answer:
RANDOM
question:
X: gun, Y: object
answer:
HYPER
question:
X: cherry, Y: form
answer:
| RANDOM
| 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: cherry, Y: form
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example input: X: turtle, Y: flow
Example output: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: telephone, Y: device
A: | HYPER | 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Example solution: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: cello, Y: bear
| Solution: RANDOM | 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
TASK DEFINITION: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
PROBLEM: X: coffee, Y: relational
SOLUTION: RANDOM
PROBLEM: X: battle, Y: function
SOLUTION: RANDOM
PROBLEM: X: historic, Y: device
SOLUTION: | RANDOM
| 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example Input: X: meat, Y: muscle
Example Output: HYPER
Example Input: X: death, Y: produce
Example Output: RANDOM
Example Input: X: head, Y: object
Example Output: | HYPER
| 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Output: RANDOM
Turtle and flow have no relation, so RANDOM is the correct label.
New input case for you: X: make, Y: vessel
Output: | RANDOM | 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Input: Consider Input: X: squirrel, Y: mammal
Output: HYPER
Input: Consider Input: X: villa, Y: religious
Output: RANDOM
Input: Consider Input: X: trout, Y: fasten
| Output: RANDOM
| 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: endemic, Y: inside
Solution: | HYPER | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Teacher: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Teacher: Now, understand the problem? If you are still confused, see the following example:
X: turtle, Y: flow
Solution: RANDOM
Reason: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this instance: X: sheep, Y: bear
Student: | COORD | 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: frame, Y: creature
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: parsley, Y: chameleon
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example input: X: turtle, Y: flow
Example output: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: goldfish, Y: poker
A: | RANDOM | 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Part 1. Definition
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Part 2. Example
X: turtle, Y: flow
Answer: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Part 3. Exercise
X: desk, Y: attack
Answer: | RANDOM | 7 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Input: Consider Input: X: close, Y: grain
Output: RANDOM
Input: Consider Input: X: dove, Y: blackbird
Output: COORD
Input: Consider Input: X: parsley, Y: chameleon
| Output: RANDOM
| 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: unknown, Y: wear
RANDOM
X: vague, Y: unclear
HYPER
X: column, Y: beam
| HYPER
| 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: giraffe, Y: horse
Solution: | COORD | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
instruction:
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
question:
X: van, Y: co-ordinate
answer:
RANDOM
question:
X: puppy, Y: good
answer:
RANDOM
question:
X: throw, Y: light
answer:
| RANDOM
| 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Ex Input:
X: pit, Y: place
Ex Output:
RANDOM
Ex Input:
X: bull, Y: considerable
Ex Output:
RANDOM
Ex Input:
X: object, Y: matter
Ex Output:
| HYPER
| 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Part 1. Definition
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Part 2. Example
X: turtle, Y: flow
Answer: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Part 3. Exercise
X: ship, Y: vessel
Answer: | HYPER | 7 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example Input: X: column, Y: classification
Example Output: RANDOM
Example Input: X: mantle, Y: shelf
Example Output: HYPER
Example Input: X: ship, Y: vessel
Example Output: | HYPER
| 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Let me give you an example: X: turtle, Y: flow
The answer to this example can be: RANDOM
Here is why: Turtle and flow have no relation, so RANDOM is the correct label.
OK. solve this:
X: desk, Y: proud
Answer: | RANDOM | 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: revolver, Y: billiards
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: scarf, Y: septicaemia
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example is below.
Q: X: turtle, Y: flow
A: RANDOM
Rationale: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: cockroach, Y: Darwinian
A: | RANDOM | 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
See one example below:
Problem: X: turtle, Y: flow
Solution: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: spoon, Y: remaining
Solution: | RANDOM | 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Example solution: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: unstructured, Y: structure
| Solution: RANDOM | 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
TASK DEFINITION: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
PROBLEM: X: musket, Y: sword
SOLUTION: COORD
PROBLEM: X: action, Y: play
SOLUTION: HYPER
PROBLEM: X: saw, Y: fork
SOLUTION: | COORD
| 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Output: RANDOM
Turtle and flow have no relation, so RANDOM is the correct label.
New input case for you: X: dishwasher, Y: celebration
Output: | RANDOM | 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: turtle, Y: flow
Solution: RANDOM
Why? Turtle and flow have no relation, so RANDOM is the correct label.
New input: X: wardrobe, Y: pertain
Solution: | RANDOM | 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
[Q]: X: villa, Y: actress
[A]: RANDOM
[Q]: X: parsley, Y: chameleon
[A]: RANDOM
[Q]: X: dishwasher, Y: celebration
[A]: | RANDOM
| 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example input: X: turtle, Y: flow
Example output: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: triangle, Y: biological
A: | RANDOM | 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example is below.
Q: X: turtle, Y: flow
A: RANDOM
Rationale: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: rent, Y: end
A: | RANDOM | 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: plum, Y: peach
COORD
X: pistol, Y: syndrome
RANDOM
X: triangle, Y: biological
| RANDOM
| 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example is below.
Q: X: turtle, Y: flow
A: RANDOM
Rationale: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: document, Y: record
A: | HYPER | 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Part 1. Definition
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Part 2. Example
X: turtle, Y: flow
Answer: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Part 3. Exercise
X: gorilla, Y: rabbit
Answer: | COORD | 7 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Input: Consider Input: X: twinkle, Y: food
Output: RANDOM
Input: Consider Input: X: screwdriver, Y: medallion
Output: RANDOM
Input: Consider Input: X: peach, Y: produce
| Output: HYPER
| 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
TASK DEFINITION: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
PROBLEM: X: moth, Y: grasshopper
SOLUTION: COORD
PROBLEM: X: cranberry, Y: lime
SOLUTION: COORD
PROBLEM: X: robe, Y: bra
SOLUTION: | COORD
| 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: turtle, Y: flow
Solution: RANDOM
Why? Turtle and flow have no relation, so RANDOM is the correct label.
New input: X: library, Y: important
Solution: | RANDOM | 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: dishwasher, Y: freezer
A: COORD
****
Q: X: meat, Y: muscle
A: HYPER
****
Q: X: woodpecker, Y: pheasant
A: | COORD
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Input: Consider Input: X: tsetse, Y: alcohol
Output: RANDOM
Input: Consider Input: X: stove, Y: word
Output: RANDOM
Input: Consider Input: X: ram, Y: sheep
| Output: HYPER
| 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
instruction:
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
question:
X: bottle, Y: machine
answer:
RANDOM
question:
X: death, Y: produce
answer:
RANDOM
question:
X: giraffe, Y: sheep
answer:
| COORD
| 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Part 1. Definition
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Part 2. Example
X: turtle, Y: flow
Answer: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Part 3. Exercise
X: battleship, Y: artefact
Answer: | HYPER | 7 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example: X: turtle, Y: flow
Solution is here: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this: X: giraffe, Y: sheep
Solution: | COORD | 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example input: X: turtle, Y: flow
Example output: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: bowl, Y: preserve
A: | RANDOM | 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example: X: turtle, Y: flow
Solution is here: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this: X: cottage, Y: regard
Solution: | RANDOM | 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Ex Input:
X: farmland, Y: move
Ex Output:
RANDOM
Ex Input:
X: metal, Y: crustacean
Ex Output:
RANDOM
Ex Input:
X: digestive, Y: hungry
Ex Output:
| HYPER
| 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
instruction:
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
question:
X: penguin, Y: committee
answer:
RANDOM
question:
X: rest, Y: support
answer:
HYPER
question:
X: strawberry, Y: visionary
answer:
| RANDOM
| 9 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
One example: X: turtle, Y: flow
Solution is here: RANDOM
Explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this: X: apple, Y: trough
Solution: | RANDOM | 6 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
X: turtle, Y: flow
Solution: RANDOM
Why? Turtle and flow have no relation, so RANDOM is the correct label.
New input: X: tiger, Y: spurious
Solution: | RANDOM | 0 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
TASK DEFINITION: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
PROBLEM: X: sheep, Y: rat
SOLUTION: COORD
PROBLEM: X: bus, Y: transport
SOLUTION: HYPER
PROBLEM: X: tiger, Y: spurious
SOLUTION: | RANDOM
| 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: cow, Y: inflict
A: RANDOM
****
Q: X: sweater, Y: artifact
A: HYPER
****
Q: X: cat, Y: Macedonian
A: | RANDOM
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Teacher: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Teacher: Now, understand the problem? If you are still confused, see the following example:
X: turtle, Y: flow
Solution: RANDOM
Reason: Turtle and flow have no relation, so RANDOM is the correct label.
Now, solve this instance: X: falcon, Y: creature
Student: | HYPER | 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Example solution: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: scale, Y: cover
| Solution: HYPER | 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Example solution: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: paint, Y: work
| Solution: RANDOM | 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example Input: X: chemical, Y: wave
Example Output: RANDOM
Example Input: X: hornet, Y: beetle
Example Output: COORD
Example Input: X: cauliflower, Y: garlic
Example Output: | COORD
| 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Let me give you an example: X: turtle, Y: flow
The answer to this example can be: RANDOM
Here is why: Turtle and flow have no relation, so RANDOM is the correct label.
OK. solve this:
X: bull, Y: inform
Answer: | RANDOM | 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Ex Input:
X: birch, Y: malaria
Ex Output:
RANDOM
Ex Input:
X: slider, Y: burger
Ex Output:
HYPER
Ex Input:
X: snake, Y: slaughter
Ex Output:
| RANDOM
| 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example input: X: turtle, Y: flow
Example output: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Q: X: audition, Y: play
A: | HYPER | 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example Input: X: van, Y: co-ordinate
Example Output: RANDOM
Example Input: X: freezer, Y: television
Example Output: COORD
Example Input: X: audition, Y: play
Example Output: | HYPER
| 3 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Let me give you an example: X: turtle, Y: flow
The answer to this example can be: RANDOM
Here is why: Turtle and flow have no relation, so RANDOM is the correct label.
OK. solve this:
X: artist, Y: argue
Answer: | RANDOM | 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Ex Input:
X: dress, Y: increase
Ex Output:
RANDOM
Ex Input:
X: disgust, Y: ungulate
Ex Output:
RANDOM
Ex Input:
X: document, Y: communication
Ex Output:
| HYPER
| 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Let me give you an example: X: turtle, Y: flow
The answer to this example can be: RANDOM
Here is why: Turtle and flow have no relation, so RANDOM is the correct label.
OK. solve this:
X: fire, Y: determine
Answer: | RANDOM | 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Let me give you an example: X: turtle, Y: flow
The answer to this example can be: RANDOM
Here is why: Turtle and flow have no relation, so RANDOM is the correct label.
OK. solve this:
X: state, Y: place
Answer: | HYPER | 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Q: X: hat, Y: appliance
A: RANDOM
****
Q: X: saxophone, Y: clarinet
A: COORD
****
Q: X: fire, Y: determine
A: | RANDOM
****
| 4 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Example solution: RANDOM
Example explanation: Turtle and flow have no relation, so RANDOM is the correct label.
Problem: X: ambulance, Y: equation
| Solution: RANDOM | 5 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
--------
Question: X: death, Y: state
Answer: HYPER
Question: X: fridge, Y: oven
Answer: COORD
Question: X: train, Y: linger
Answer: | RANDOM
| 7 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Example: X: turtle, Y: flow
Output: RANDOM
Turtle and flow have no relation, so RANDOM is the correct label.
New input case for you: X: cherry, Y: lime
Output: | COORD | 1 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
Input: Consider Input: X: pneumatic, Y: mechanical
Output: HYPER
Input: Consider Input: X: scooter, Y: commercial
Output: RANDOM
Input: Consider Input: X: phone, Y: computer
| Output: COORD
| 2 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
TASK DEFINITION: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific instance of Y. If niether COORD nor HYPER are applicable then the relationship is RANDOM.
PROBLEM: X: saxophone, Y: clarinet
SOLUTION: COORD
PROBLEM: X: garlic, Y: turnip
SOLUTION: COORD
PROBLEM: X: artist, Y: utensil
SOLUTION: | RANDOM
| 8 | NIv2 | task1505_root09_semantic_relation_classification | fs_opt |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5