inputs stringlengths 884 1.17k | targets stringclasses 12
values | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Those dancers had approached themselves.
Student: | good | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
Some dancers insult themselves.
Ex Output:
good
Ex Input:
Douglas is visiting themselves.
Ex Output:
bad
Ex Input:
The Lutherans had scared themselves.
Ex Output:
| good
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
instruction:
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
question:
Regina was upsetting herself.
answer:
good
question:
A library alarms themselves.
answer:
bad
question:
Michelle was embarrassing herself.
answer:
| good
| 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: Diana had listened to themselves.
Solution: | bad | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
--------
Question: These students don't boast about itself.
Answer: bad
Question: Those students could return to herself.
Answer: bad
Question: The students boasted about themselves.
Answer: | good
| 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example is below.
Q: Bob helped himself to some food.
A: good
Rationale: The use of himself agrees with the singular subject Bob.
Q: Robert talked about himself.
A: | good | 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Example solution: good
Example explanation: The use of himself agrees with the singular subject Bob.
Problem: Some ladies disagree with himself.
| Solution: bad | 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
Donald does cure himself.
Ex Output:
good
Ex Input:
Many women found themselves.
Ex Output:
good
Ex Input:
All men can hug themselves.
Ex Output:
| good
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example Input: Richard returned to himself.
Example Output: good
Example Input: The company upsets themselves.
Example Output: bad
Example Input: Alan bored themselves.
Example Output: | bad
| 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: Helen shouldn't conceal herself.
Output: | good | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: Many banks confused herself.
Output: | bad | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
--------
Question: Claire won't conceal themselves.
Answer: bad
Question: The cashiers astounded themselves.
Answer: good
Question: Marla won't hurt themselves.
Answer: | bad
| 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Q: Those dancers disagree with themselves.
A: good
****
Q: Steve scared themselves.
A: bad
****
Q: Helen shouldn't conceal herself.
A: | good
****
| 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example Input: Beth had upset herself.
Example Output: good
Example Input: A lot of girls had bothered themselves.
Example Output: good
Example Input: Emily had distracted themselves.
Example Output: | bad
| 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: All people haven't discussed himself.
Output: | bad | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
TASK DEFINITION: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
PROBLEM: Donald hadn't kissed themselves.
SOLUTION: bad
PROBLEM: Naomi won't hide herself.
SOLUTION: good
PROBLEM: Linda does talk to herself.
SOLUTION: | good
| 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Q: The school bothers itself.
A: good
****
Q: Helen shouldn't conceal herself.
A: good
****
Q: All banks had upset himself.
A: | bad
****
| 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[Q]: Rhonda does flee from herself.
[A]: good
[Q]: Most cashiers have distracted themselves.
[A]: good
[Q]: Joel wasn't appreciating himself.
[A]: | good
| 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Part 1. Definition
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Part 2. Example
Bob helped himself to some food.
Answer: good
Explanation: The use of himself agrees with the singular subject Bob.
Part 3. Exercise
Laurie was hiding herself.
Answer: | good | 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Let me give you an example: Bob helped himself to some food.
The answer to this example can be: good
Here is why: The use of himself agrees with the singular subject Bob.
OK. solve this:
All drivers haven't insulted themselves.
Answer: | good | 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example is below.
Q: Bob helped himself to some food.
A: good
Rationale: The use of himself agrees with the singular subject Bob.
Q: Laurie has described herself.
A: | good | 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Input: Consider Input: Theresa hadn't noticed themselves.
Output: bad
Input: Consider Input: Those customers praise herself.
Output: bad
Input: Consider Input: Laurie was hiding herself.
| Output: good
| 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: All customers hide itself.
Solution: | bad | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
These doctors help herself.
Ex Output:
bad
Ex Input:
Actresses hadn't hidden themselves.
Ex Output:
good
Ex Input:
Nina wasn't leaving herself.
Ex Output:
| good
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[EX Q]: The Impressionists couldn't listen to himself.
[EX A]: bad
[EX Q]: These museums should insult itself.
[EX A]: bad
[EX Q]: Many actors thought about itself.
[EX A]: | bad
| 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: Mary returned to themselves.
Solution: | bad | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
Randolf might approach himself.
Ex Output:
good
Ex Input:
A lot of teenagers have visited themselves.
Ex Output:
good
Ex Input:
All actresses approached himself.
Ex Output:
| bad
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Part 1. Definition
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Part 2. Example
Bob helped himself to some food.
Answer: good
Explanation: The use of himself agrees with the singular subject Bob.
Part 3. Exercise
A lot of committees have astounded itself.
Answer: | bad | 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: The governments hadn't alarmed themselves.
Output: | good | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Q: The guests know themselves.
A: good
****
Q: Many girls insulted herself.
A: bad
****
Q: Senators might talk about itself.
A: | bad
****
| 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: Ann hasn't bothered herself.
Output: | good | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
instruction:
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
question:
The guys talked to himself.
answer:
bad
question:
Some men dislike itself.
answer:
bad
question:
Becca praised herself.
answer:
| good
| 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Input: Consider Input: Waitresses aren't listening to itself.
Output: bad
Input: Consider Input: All pedestrians hire themselves.
Output: good
Input: Consider Input: Noah does conceal themselves.
| Output: bad
| 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
This dancer shouldn't aggravate themselves.
Ex Output:
bad
Ex Input:
Cynthia wasn't escaping from herself.
Ex Output:
good
Ex Input:
A lot of teachers escape from themselves.
Ex Output:
| good
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: Those women weren't impressing themselves.
Solution: | good | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Sandra had distracted themselves.
Student: | bad | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
Stephen has helped themselves.
Ex Output:
bad
Ex Input:
All actors aren't noticing themselves.
Ex Output:
good
Ex Input:
Women have watched themselves.
Ex Output:
| good
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: Children did conceal itself.
Output: | bad | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: These companies wouldn't aggravate itself.
Solution: | bad | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example is below.
Q: Bob helped himself to some food.
A: good
Rationale: The use of himself agrees with the singular subject Bob.
Q: Melissa will approach herself.
A: | good | 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: A documentary isn't disagreeing with itself.
Solution: | good | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: All senators complained about himself.
Output: | bad | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example input: Bob helped himself to some food.
Example output: good
Example explanation: The use of himself agrees with the singular subject Bob.
Q: Donald hired themselves.
A: | bad | 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Mary has seen herself.
Student: | good | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Input: Consider Input: Diane hadn't seen herself.
Output: good
Input: Consider Input: Janice will respect herself.
Output: good
Input: Consider Input: A lot of cashiers aren't working with themselves.
| Output: good
| 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[Q]: Eva approached themselves.
[A]: bad
[Q]: Some men could notice themselves.
[A]: good
[Q]: The Lutherans can't admire themselves.
[A]: | good
| 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
Stephen has helped themselves.
Ex Output:
bad
Ex Input:
The doctors described itself.
Ex Output:
bad
Ex Input:
Kayla scared herself.
Ex Output:
| good
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example Input: Mitchell wasn't disturbing himself.
Example Output: good
Example Input: All cashiers hurt themselves.
Example Output: good
Example Input: Steve is helping themselves.
Example Output: | bad
| 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Example solution: good
Example explanation: The use of himself agrees with the singular subject Bob.
Problem: Steve is helping themselves.
| Solution: bad | 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Part 1. Definition
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Part 2. Example
Bob helped himself to some food.
Answer: good
Explanation: The use of himself agrees with the singular subject Bob.
Part 3. Exercise
Irene wasn't concealing themselves.
Answer: | bad | 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Gary thought about himself.
good
The guy had admired themselves.
bad
Donald had worked with themselves.
| bad
| 0 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example Input: Janice will respect herself.
Example Output: good
Example Input: Most pedestrians have kissed herself.
Example Output: bad
Example Input: Carla can talk to themselves.
Example Output: | bad
| 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[Q]: Lawrence had thought about himself.
[A]: good
[Q]: The teachers are talking to themselves.
[A]: good
[Q]: Peter noticed himself.
[A]: | good
| 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[EX Q]: Melanie won't kiss herself.
[EX A]: good
[EX Q]: Jane hasn't escaped from herself.
[EX A]: good
[EX Q]: Derek should hug himself.
[EX A]: | good
| 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: Derek should hug himself.
Solution: | good | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[EX Q]: Donald hadn't kissed themselves.
[EX A]: bad
[EX Q]: A lot of girls had bothered themselves.
[EX A]: good
[EX Q]: The Clintons wouldn't kiss itself.
[EX A]: | bad
| 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Rachelle hasn't healed herself.
Student: | good | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example is below.
Q: Bob helped himself to some food.
A: good
Rationale: The use of himself agrees with the singular subject Bob.
Q: Those cashiers hadn't kissed themselves.
A: | good | 9 | NIv2 | task1560_blimp_binary_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.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Bob helped himself to some food.
Solution: good
Why? The use of himself agrees with the singular subject Bob.
New input: Some dancers insult themselves.
Solution: | good | 0 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example Input: Steven has hurt himself.
Example Output: good
Example Input: Many banks confused herself.
Example Output: bad
Example Input: A lot of drivers do boast about themselves.
Example Output: | good
| 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[EX Q]: All drivers could notice themselves.
[EX A]: good
[EX Q]: All doctors had thought about themselves.
[EX A]: good
[EX Q]: Kevin doesn't care for themselves.
[EX A]: | bad
| 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example input: Bob helped himself to some food.
Example output: good
Example explanation: The use of himself agrees with the singular subject Bob.
Q: A lot of associations do upset themselves.
A: | good | 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Example solution: good
Example explanation: The use of himself agrees with the singular subject Bob.
Problem: Sarah had boasted about themselves.
| Solution: bad | 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: Margaret healed themselves.
Solution: | bad | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
TASK DEFINITION: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
PROBLEM: A lot of girls weren't shocking herself.
SOLUTION: bad
PROBLEM: David is questioning themselves.
SOLUTION: bad
PROBLEM: Stacy astounded herself.
SOLUTION: | good
| 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: The ladies are leaving themselves.
Output: | good | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Q: Those customers praise herself.
A: bad
****
Q: The Lutherans saw themselves.
A: good
****
Q: Douglas hasn't bothered himself.
A: | good
****
| 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: Many teenagers distracted herself.
Solution: | bad | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example input: Bob helped himself to some food.
Example output: good
Example explanation: The use of himself agrees with the singular subject Bob.
Q: Many people watched itself.
A: | bad | 3 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Part 1. Definition
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Part 2. Example
Bob helped himself to some food.
Answer: good
Explanation: The use of himself agrees with the singular subject Bob.
Part 3. Exercise
Senators haven't embarrassed itself.
Answer: | bad | 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example is below.
Q: Bob helped himself to some food.
A: good
Rationale: The use of himself agrees with the singular subject Bob.
Q: Marcus saw themselves.
A: | bad | 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Let me give you an example: Bob helped himself to some food.
The answer to this example can be: good
Here is why: The use of himself agrees with the singular subject Bob.
OK. solve this:
Alan escaped from themselves.
Answer: | bad | 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Tara wasn't referencing herself.
Student: | good | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Example solution: good
Example explanation: The use of himself agrees with the singular subject Bob.
Problem: Veronica was healing themselves.
| Solution: bad | 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
Stacey couldn't irritate themselves.
Ex Output:
bad
Ex Input:
The guys talked to himself.
Ex Output:
bad
Ex Input:
Donald respected themselves.
Ex Output:
| bad
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Let me give you an example: Bob helped himself to some food.
The answer to this example can be: good
Here is why: The use of himself agrees with the singular subject Bob.
OK. solve this:
Rose loved themselves.
Answer: | bad | 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Example solution: good
Example explanation: The use of himself agrees with the singular subject Bob.
Problem: Bill is discovering himself.
| Solution: good | 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
instruction:
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
question:
Natalie hadn't fired herself.
answer:
good
question:
This government alarms itself.
answer:
good
question:
Stephanie couldn't talk to themselves.
answer:
| bad
| 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Let me give you an example: Bob helped himself to some food.
The answer to this example can be: good
Here is why: The use of himself agrees with the singular subject Bob.
OK. solve this:
Most cashiers have distracted themselves.
Answer: | good | 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: Adults hadn't hidden herself.
Solution: | bad | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: Carol had hated themselves.
Solution: | bad | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Example: Bob helped himself to some food.
Output: good
The use of himself agrees with the singular subject Bob.
New input case for you: The Clintons admired himself.
Output: | bad | 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
--------
Question: Melanie would reference themselves.
Answer: bad
Question: Thomas was hurting himself.
Answer: good
Question: All patients care for herself.
Answer: | bad
| 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example is below.
Q: Bob helped himself to some food.
A: good
Rationale: The use of himself agrees with the singular subject Bob.
Q: The Impressionists do approach themselves.
A: | good | 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Part 1. Definition
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Part 2. Example
Bob helped himself to some food.
Answer: good
Explanation: The use of himself agrees with the singular subject Bob.
Part 3. Exercise
A lot of pedestrians help himself.
Answer: | bad | 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: Melanie hasn't visited themselves.
Solution: | bad | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Candice isn't visiting themselves.
Student: | bad | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Input: Consider Input: Richard returned to himself.
Output: good
Input: Consider Input: Some actors investigate themselves.
Output: good
Input: Consider Input: The governments embarrassed herself.
| Output: bad
| 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Ex Input:
A lot of actresses were attacking itself.
Ex Output:
bad
Ex Input:
The Borgias have talked about himself.
Ex Output:
bad
Ex Input:
A lot of pedestrians help himself.
Ex Output:
| bad
| 1 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
[Q]: Debra was scaring herself.
[A]: good
[Q]: The guests know themselves.
[A]: good
[Q]: Melanie hasn't visited themselves.
[A]: | bad
| 5 | NIv2 | task1560_blimp_binary_classification | fs_opt |
instruction:
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
question:
All doctors had thought about themselves.
answer:
good
question:
An association annoys itself.
answer:
good
question:
Naomi won't hide herself.
answer:
| good
| 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Let me give you an example: Bob helped himself to some food.
The answer to this example can be: good
Here is why: The use of himself agrees with the singular subject Bob.
OK. solve this:
A lot of girls can watch herself.
Answer: | bad | 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
--------
Question: Brenda wasn't concealing herself.
Answer: good
Question: Marla won't hurt themselves.
Answer: bad
Question: A lot of girls can watch herself.
Answer: | bad
| 7 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
One example: Bob helped himself to some food.
Solution is here: good
Explanation: The use of himself agrees with the singular subject Bob.
Now, solve this: Valerie shouldn't shock themselves.
Solution: | bad | 6 | NIv2 | task1560_blimp_binary_classification | fs_opt |
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Let me give you an example: Bob helped himself to some food.
The answer to this example can be: good
Here is why: The use of himself agrees with the singular subject Bob.
OK. solve this:
Those pedestrians aren't healing themselves.
Answer: | good | 8 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Joel escaped from himself.
Student: | good | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
instruction:
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
question:
Waitresses aren't listening to itself.
answer:
bad
question:
A lot of teenagers hadn't attacked themselves.
answer:
good
question:
Most girls conceal themselves.
answer:
| good
| 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
See one example below:
Problem: Bob helped himself to some food.
Solution: good
Explanation: The use of himself agrees with the singular subject Bob.
Problem: The Borgias are admiring itself.
Solution: | bad | 4 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Teacher: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Bob helped himself to some food.
Solution: good
Reason: The use of himself agrees with the singular subject Bob.
Now, solve this instance: Grace cared for themselves.
Student: | bad | 2 | NIv2 | task1560_blimp_binary_classification | fs_opt |
instruction:
In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match.
question:
Those cashiers had sounded like himself.
answer:
bad
question:
The bank shocks itself.
answer:
good
question:
These guests had insulted themselves.
answer:
| good
| 9 | NIv2 | task1560_blimp_binary_classification | fs_opt |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.