premise
stringlengths 18
97
| hypothesis
stringlengths 12
48
| label
class label 2
classes | parse_premise
stringlengths 60
230
| parse_hypothesis
stringlengths 49
115
| binary_parse_premise
stringlengths 30
153
| binary_parse_hypothesis
stringlengths 20
72
| heuristic
stringclasses 3
values | subcase
stringclasses 30
values | template
stringclasses 10
values | template_name
stringclasses 10
values | rendered_input
stringlengths 56
241
| rendered_output
stringclasses 4
values |
---|---|---|---|---|---|---|---|---|---|---|---|---|
The tourist advised the students . | The students advised the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD advised) (NP (DT the) (NNS students))) (. .))) | (ROOT (S (NP (DT The) (NNS students)) (VP (VBD advised) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( advised ( the students ) ) . ) ) | ( ( The students ) ( ( advised ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist advised the students .
Question: The students advised the tourist . True or False? | False |
The doctors introduced the lawyer . | The lawyer introduced the doctors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD introduced) (NP (DT the) (NN lawyer))) (. .))) | (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD introduced) (NP (DT the) (NNS doctors))) (. .))) | ( ( The doctors ) ( ( introduced ( the lawyer ) ) . ) ) | ( ( The lawyer ) ( ( introduced ( the doctors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctors introduced the lawyer .
Question: The lawyer introduced the doctors . True or False? | False |
The manager avoided the lawyer . | The lawyer avoided the manager . | 1non-entailment
| (ROOT (S (NP (DT The) (NN manager)) (VP (VBD avoided) (NP (DT the) (NN lawyer))) (. .))) | (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD avoided) (NP (DT the) (NN manager))) (. .))) | ( ( The manager ) ( ( avoided ( the lawyer ) ) . ) ) | ( ( The lawyer ) ( ( avoided ( the manager ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The manager avoided the lawyer .
Question: The lawyer avoided the manager . True or False? | False |
The lawyer supported the judges . | The judges supported the lawyer . | 1non-entailment
| (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD supported) (NP (DT the) (NNS judges))) (. .))) | (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD supported) (NP (DT the) (NN lawyer))) (. .))) | ( ( The lawyer ) ( ( supported ( the judges ) ) . ) ) | ( ( The judges ) ( ( supported ( the lawyer ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The lawyer supported the judges .
Question: The judges supported the lawyer . True or False? | False |
The tourist advised the actor . | The actor advised the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD advised) (NP (DT the) (NN actor))) (. .))) | (ROOT (S (NP (DT The) (NN actor)) (VP (VBD advised) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( advised ( the actor ) ) . ) ) | ( ( The actor ) ( ( advised ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist advised the actor .
Question: The actor advised the tourist . True or False? | False |
The athlete stopped the banker . | The banker stopped the athlete . | 1non-entailment
| (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .))) | (ROOT (S (NP (DT The) (NN banker)) (VP (VBD stopped) (NP (DT the) (NN athlete))) (. .))) | ( ( The athlete ) ( ( stopped ( the banker ) ) . ) ) | ( ( The banker ) ( ( stopped ( the athlete ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The athlete stopped the banker .
Question: The banker stopped the athlete . True or False? | False |
The author contacted the athlete . | The athlete contacted the author . | 1non-entailment
| (ROOT (S (NP (DT The) (NN author)) (VP (VBD contacted) (NP (DT the) (NN athlete))) (. .))) | (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD contacted) (NP (DT the) (NN author))) (. .))) | ( ( The author ) ( ( contacted ( the athlete ) ) . ) ) | ( ( The athlete ) ( ( contacted ( the author ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The author contacted the athlete .
Question: The athlete contacted the author . True or False? | False |
The author mentioned the secretary . | The secretary mentioned the author . | 1non-entailment
| (ROOT (S (NP (DT The) (NN author)) (VP (VBD mentioned) (NP (DT the) (NN secretary))) (. .))) | (ROOT (S (NP (DT The) (NN secretary)) (VP (VBD mentioned) (NP (DT the) (NN author))) (. .))) | ( ( The author ) ( ( mentioned ( the secretary ) ) . ) ) | ( ( The secretary ) ( ( mentioned ( the author ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The author mentioned the secretary .
Question: The secretary mentioned the author . True or False? | False |
The judges supported the author . | The author supported the judges . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD supported) (NP (DT the) (NN author))) (. .))) | (ROOT (S (NP (DT The) (NN author)) (VP (VBD supported) (NP (DT the) (NNS judges))) (. .))) | ( ( The judges ) ( ( supported ( the author ) ) . ) ) | ( ( The author ) ( ( supported ( the judges ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judges supported the author .
Question: The author supported the judges . True or False? | False |
The senator recommended the judge . | The judge recommended the senator . | 1non-entailment
| (ROOT (S (NP (DT The) (NN senator)) (VP (VBD recommended) (NP (DT the) (NN judge))) (. .))) | (ROOT (S (NP (DT The) (NN judge)) (VP (VBD recommended) (NP (DT the) (NN senator))) (. .))) | ( ( The senator ) ( ( recommended ( the judge ) ) . ) ) | ( ( The judge ) ( ( recommended ( the senator ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The senator recommended the judge .
Question: The judge recommended the senator . True or False? | False |
The tourist encouraged the actors . | The actors encouraged the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD encouraged) (NP (DT the) (NNS actors))) (. .))) | (ROOT (S (NP (DT The) (NNS actors)) (VP (VBD encouraged) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( encouraged ( the actors ) ) . ) ) | ( ( The actors ) ( ( encouraged ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist encouraged the actors .
Question: The actors encouraged the tourist . True or False? | False |
The judges saw the artist . | The artist saw the judges . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD saw) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD saw) (NP (DT the) (NNS judges))) (. .))) | ( ( The judges ) ( ( saw ( the artist ) ) . ) ) | ( ( The artist ) ( ( saw ( the judges ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judges saw the artist .
Question: The artist saw the judges . True or False? | False |
The doctors encouraged the students . | The students encouraged the doctors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD encouraged) (NP (DT the) (NNS students))) (. .))) | (ROOT (S (NP (DT The) (NNS students)) (VP (VBD encouraged) (NP (DT the) (NNS doctors))) (. .))) | ( ( The doctors ) ( ( encouraged ( the students ) ) . ) ) | ( ( The students ) ( ( encouraged ( the doctors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctors encouraged the students .
Question: The students encouraged the doctors . True or False? | False |
The tourist helped the judges . | The judges helped the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD helped) (NP (DT the) (NNS judges))) (. .))) | (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD helped) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( helped ( the judges ) ) . ) ) | ( ( The judges ) ( ( helped ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist helped the judges .
Question: The judges helped the tourist . True or False? | False |
The judge introduced the athlete . | The athlete introduced the judge . | 1non-entailment
| (ROOT (S (NP (DT The) (NN judge)) (VP (VBD introduced) (NP (DT the) (NN athlete))) (. .))) | (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD introduced) (NP (DT the) (NN judge))) (. .))) | ( ( The judge ) ( ( introduced ( the athlete ) ) . ) ) | ( ( The athlete ) ( ( introduced ( the judge ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judge introduced the athlete .
Question: The athlete introduced the judge . True or False? | False |
The president recommended the banker . | The banker recommended the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD recommended) (NP (DT the) (NN banker))) (. .))) | (ROOT (S (NP (DT The) (NN banker)) (VP (VBD recommended) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( recommended ( the banker ) ) . ) ) | ( ( The banker ) ( ( recommended ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president recommended the banker .
Question: The banker recommended the president . True or False? | False |
The judges contacted the secretary . | The secretary contacted the judges . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD contacted) (NP (DT the) (NN secretary))) (. .))) | (ROOT (S (NP (DT The) (NN secretary)) (VP (VBD contacted) (NP (DT the) (NNS judges))) (. .))) | ( ( The judges ) ( ( contacted ( the secretary ) ) . ) ) | ( ( The secretary ) ( ( contacted ( the judges ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judges contacted the secretary .
Question: The secretary contacted the judges . True or False? | False |
The bankers helped the lawyers . | The lawyers helped the bankers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD helped) (NP (DT the) (NNS lawyers))) (. .))) | (ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD helped) (NP (DT the) (NNS bankers))) (. .))) | ( ( The bankers ) ( ( helped ( the lawyers ) ) . ) ) | ( ( The lawyers ) ( ( helped ( the bankers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The bankers helped the lawyers .
Question: The lawyers helped the bankers . True or False? | False |
The lawyers introduced the professor . | The professor introduced the lawyers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD introduced) (NP (DT the) (NN professor))) (. .))) | (ROOT (S (NP (DT The) (NN professor)) (VP (VBD introduced) (NP (DT the) (NNS lawyers))) (. .))) | ( ( The lawyers ) ( ( introduced ( the professor ) ) . ) ) | ( ( The professor ) ( ( introduced ( the lawyers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The lawyers introduced the professor .
Question: The professor introduced the lawyers . True or False? | False |
The president stopped the tourists . | The tourists stopped the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD stopped) (NP (DT the) (NNS tourists))) (. .))) | (ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD stopped) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( stopped ( the tourists ) ) . ) ) | ( ( The tourists ) ( ( stopped ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president stopped the tourists .
Question: The tourists stopped the president . True or False? | False |
The athlete saw the president . | The president saw the athlete . | 1non-entailment
| (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD saw) (NP (DT the) (NN president))) (. .))) | (ROOT (S (NP (DT The) (NN president)) (VP (VBD saw) (NP (DT the) (NN athlete))) (. .))) | ( ( The athlete ) ( ( saw ( the president ) ) . ) ) | ( ( The president ) ( ( saw ( the athlete ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The athlete saw the president .
Question: The president saw the athlete . True or False? | False |
The lawyer stopped the scientists . | The scientists stopped the lawyer . | 1non-entailment
| (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD stopped) (NP (DT the) (NNS scientists))) (. .))) | (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD stopped) (NP (DT the) (NN lawyer))) (. .))) | ( ( The lawyer ) ( ( stopped ( the scientists ) ) . ) ) | ( ( The scientists ) ( ( stopped ( the lawyer ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The lawyer stopped the scientists .
Question: The scientists stopped the lawyer . True or False? | False |
The professor supported the judge . | The judge supported the professor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN professor)) (VP (VBD supported) (NP (DT the) (NN judge))) (. .))) | (ROOT (S (NP (DT The) (NN judge)) (VP (VBD supported) (NP (DT the) (NN professor))) (. .))) | ( ( The professor ) ( ( supported ( the judge ) ) . ) ) | ( ( The judge ) ( ( supported ( the professor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The professor supported the judge .
Question: The judge supported the professor . True or False? | False |
The tourists introduced the author . | The author introduced the tourists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD introduced) (NP (DT the) (NN author))) (. .))) | (ROOT (S (NP (DT The) (NN author)) (VP (VBD introduced) (NP (DT the) (NNS tourists))) (. .))) | ( ( The tourists ) ( ( introduced ( the author ) ) . ) ) | ( ( The author ) ( ( introduced ( the tourists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourists introduced the author .
Question: The author introduced the tourists . True or False? | False |
The president advised the artist . | The artist advised the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( advised ( the artist ) ) . ) ) | ( ( The artist ) ( ( advised ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president advised the artist .
Question: The artist advised the president . True or False? | False |
The athlete believed the scientists . | The scientists believed the athlete . | 1non-entailment
| (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD believed) (NP (DT the) (NNS scientists))) (. .))) | (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD believed) (NP (DT the) (NN athlete))) (. .))) | ( ( The athlete ) ( ( believed ( the scientists ) ) . ) ) | ( ( The scientists ) ( ( believed ( the athlete ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The athlete believed the scientists .
Question: The scientists believed the athlete . True or False? | False |
The manager contacted the authors . | The authors contacted the manager . | 1non-entailment
| (ROOT (S (NP (DT The) (NN manager)) (VP (VBD contacted) (NP (DT the) (NNS authors))) (. .))) | (ROOT (S (NP (DT The) (NNS authors)) (VP (VBD contacted) (NP (DT the) (NN manager))) (. .))) | ( ( The manager ) ( ( contacted ( the authors ) ) . ) ) | ( ( The authors ) ( ( contacted ( the manager ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The manager contacted the authors .
Question: The authors contacted the manager . True or False? | False |
The actor advised the artist . | The artist advised the actor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN actor)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN actor))) (. .))) | ( ( The actor ) ( ( advised ( the artist ) ) . ) ) | ( ( The artist ) ( ( advised ( the actor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actor advised the artist .
Question: The artist advised the actor . True or False? | False |
The banker stopped the actor . | The actor stopped the banker . | 1non-entailment
| (ROOT (S (NP (DT The) (NN banker)) (VP (VBD stopped) (NP (DT the) (NN actor))) (. .))) | (ROOT (S (NP (DT The) (NN actor)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .))) | ( ( The banker ) ( ( stopped ( the actor ) ) . ) ) | ( ( The actor ) ( ( stopped ( the banker ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The banker stopped the actor .
Question: The actor stopped the banker . True or False? | False |
The president recognized the senators . | The senators recognized the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD recognized) (NP (DT the) (NNS senators))) (. .))) | (ROOT (S (NP (DT The) (NNS senators)) (VP (VBD recognized) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( recognized ( the senators ) ) . ) ) | ( ( The senators ) ( ( recognized ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president recognized the senators .
Question: The senators recognized the president . True or False? | False |
The president thanked the professor . | The professor thanked the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD thanked) (NP (DT the) (NN professor))) (. .))) | (ROOT (S (NP (DT The) (NN professor)) (VP (VBD thanked) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( thanked ( the professor ) ) . ) ) | ( ( The professor ) ( ( thanked ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president thanked the professor .
Question: The professor thanked the president . True or False? | False |
The bankers recognized the professors . | The professors recognized the bankers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD recognized) (NP (DT the) (NNS professors))) (. .))) | (ROOT (S (NP (DT The) (NNS professors)) (VP (VBD recognized) (NP (DT the) (NNS bankers))) (. .))) | ( ( The bankers ) ( ( recognized ( the professors ) ) . ) ) | ( ( The professors ) ( ( recognized ( the bankers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The bankers recognized the professors .
Question: The professors recognized the bankers . True or False? | False |
The lawyer admired the banker . | The banker admired the lawyer . | 1non-entailment
| (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD admired) (NP (DT the) (NN banker))) (. .))) | (ROOT (S (NP (DT The) (NN banker)) (VP (VBD admired) (NP (DT the) (NN lawyer))) (. .))) | ( ( The lawyer ) ( ( admired ( the banker ) ) . ) ) | ( ( The banker ) ( ( admired ( the lawyer ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The lawyer admired the banker .
Question: The banker admired the lawyer . True or False? | False |
The student mentioned the doctor . | The doctor mentioned the student . | 1non-entailment
| (ROOT (S (NP (DT The) (NN student)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .))) | (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NN student))) (. .))) | ( ( The student ) ( ( mentioned ( the doctor ) ) . ) ) | ( ( The doctor ) ( ( mentioned ( the student ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The student mentioned the doctor .
Question: The doctor mentioned the student . True or False? | False |
The actor avoided the doctor . | The doctor avoided the actor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN actor)) (VP (VBD avoided) (NP (DT the) (NN doctor))) (. .))) | (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD avoided) (NP (DT the) (NN actor))) (. .))) | ( ( The actor ) ( ( avoided ( the doctor ) ) . ) ) | ( ( The doctor ) ( ( avoided ( the actor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actor avoided the doctor .
Question: The doctor avoided the actor . True or False? | False |
The students supported the artists . | The artists supported the students . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS students)) (VP (VBD supported) (NP (DT the) (NNS artists))) (. .))) | (ROOT (S (NP (DT The) (NNS artists)) (VP (VBD supported) (NP (DT the) (NNS students))) (. .))) | ( ( The students ) ( ( supported ( the artists ) ) . ) ) | ( ( The artists ) ( ( supported ( the students ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The students supported the artists .
Question: The artists supported the students . True or False? | False |
The student encouraged the senators . | The senators encouraged the student . | 1non-entailment
| (ROOT (S (NP (DT The) (NN student)) (VP (VBD encouraged) (NP (DT the) (NNS senators))) (. .))) | (ROOT (S (NP (DT The) (NNS senators)) (VP (VBD encouraged) (NP (DT the) (NN student))) (. .))) | ( ( The student ) ( ( encouraged ( the senators ) ) . ) ) | ( ( The senators ) ( ( encouraged ( the student ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The student encouraged the senators .
Question: The senators encouraged the student . True or False? | False |
The scientists called the doctors . | The doctors called the scientists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD called) (NP (DT the) (NNS doctors))) (. .))) | (ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD called) (NP (DT the) (NNS scientists))) (. .))) | ( ( The scientists ) ( ( called ( the doctors ) ) . ) ) | ( ( The doctors ) ( ( called ( the scientists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientists called the doctors .
Question: The doctors called the scientists . True or False? | False |
The tourists believed the doctor . | The doctor believed the tourists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD believed) (NP (DT the) (NN doctor))) (. .))) | (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD believed) (NP (DT the) (NNS tourists))) (. .))) | ( ( The tourists ) ( ( believed ( the doctor ) ) . ) ) | ( ( The doctor ) ( ( believed ( the tourists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourists believed the doctor .
Question: The doctor believed the tourists . True or False? | False |
The doctor recommended the scientist . | The scientist recommended the doctor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD recommended) (NP (DT the) (NN scientist))) (. .))) | (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD recommended) (NP (DT the) (NN doctor))) (. .))) | ( ( The doctor ) ( ( recommended ( the scientist ) ) . ) ) | ( ( The scientist ) ( ( recommended ( the doctor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctor recommended the scientist .
Question: The scientist recommended the doctor . True or False? | False |
The judges believed the managers . | The managers believed the judges . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD believed) (NP (DT the) (NNS managers))) (. .))) | (ROOT (S (NP (DT The) (NNS managers)) (VP (VBD believed) (NP (DT the) (NNS judges))) (. .))) | ( ( The judges ) ( ( believed ( the managers ) ) . ) ) | ( ( The managers ) ( ( believed ( the judges ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judges believed the managers .
Question: The managers believed the judges . True or False? | False |
The managers advised the scientist . | The scientist advised the managers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS managers)) (VP (VBD advised) (NP (DT the) (NN scientist))) (. .))) | (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD advised) (NP (DT the) (NNS managers))) (. .))) | ( ( The managers ) ( ( advised ( the scientist ) ) . ) ) | ( ( The scientist ) ( ( advised ( the managers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The managers advised the scientist .
Question: The scientist advised the managers . True or False? | False |
The tourists helped the senators . | The senators helped the tourists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD helped) (NP (DT the) (NNS senators))) (. .))) | (ROOT (S (NP (DT The) (NNS senators)) (VP (VBD helped) (NP (DT the) (NNS tourists))) (. .))) | ( ( The tourists ) ( ( helped ( the senators ) ) . ) ) | ( ( The senators ) ( ( helped ( the tourists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourists helped the senators .
Question: The senators helped the tourists . True or False? | False |
The managers recognized the authors . | The authors recognized the managers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS managers)) (VP (VBD recognized) (NP (DT the) (NNS authors))) (. .))) | (ROOT (S (NP (DT The) (NNS authors)) (VP (VBD recognized) (NP (DT the) (NNS managers))) (. .))) | ( ( The managers ) ( ( recognized ( the authors ) ) . ) ) | ( ( The authors ) ( ( recognized ( the managers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The managers recognized the authors .
Question: The authors recognized the managers . True or False? | False |
The president helped the scientists . | The scientists helped the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD helped) (NP (DT the) (NNS scientists))) (. .))) | (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( helped ( the scientists ) ) . ) ) | ( ( The scientists ) ( ( helped ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president helped the scientists .
Question: The scientists helped the president . True or False? | False |
The author recognized the doctors . | The doctors recognized the author . | 1non-entailment
| (ROOT (S (NP (DT The) (NN author)) (VP (VBD recognized) (NP (DT the) (NNS doctors))) (. .))) | (ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD recognized) (NP (DT the) (NN author))) (. .))) | ( ( The author ) ( ( recognized ( the doctors ) ) . ) ) | ( ( The doctors ) ( ( recognized ( the author ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The author recognized the doctors .
Question: The doctors recognized the author . True or False? | False |
The professor contacted the bankers . | The bankers contacted the professor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN professor)) (VP (VBD contacted) (NP (DT the) (NNS bankers))) (. .))) | (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD contacted) (NP (DT the) (NN professor))) (. .))) | ( ( The professor ) ( ( contacted ( the bankers ) ) . ) ) | ( ( The bankers ) ( ( contacted ( the professor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The professor contacted the bankers .
Question: The bankers contacted the professor . True or False? | False |
The athletes saw the manager . | The manager saw the athletes . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD saw) (NP (DT the) (NN manager))) (. .))) | (ROOT (S (NP (DT The) (NN manager)) (VP (VBD saw) (NP (DT the) (NNS athletes))) (. .))) | ( ( The athletes ) ( ( saw ( the manager ) ) . ) ) | ( ( The manager ) ( ( saw ( the athletes ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The athletes saw the manager .
Question: The manager saw the athletes . True or False? | False |
The senator helped the scientist . | The scientist helped the senator . | 1non-entailment
| (ROOT (S (NP (DT The) (NN senator)) (VP (VBD helped) (NP (DT the) (NN scientist))) (. .))) | (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD helped) (NP (DT the) (NN senator))) (. .))) | ( ( The senator ) ( ( helped ( the scientist ) ) . ) ) | ( ( The scientist ) ( ( helped ( the senator ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The senator helped the scientist .
Question: The scientist helped the senator . True or False? | False |
The doctor mentioned the judges . | The judges mentioned the doctor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NNS judges))) (. .))) | (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .))) | ( ( The doctor ) ( ( mentioned ( the judges ) ) . ) ) | ( ( The judges ) ( ( mentioned ( the doctor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctor mentioned the judges .
Question: The judges mentioned the doctor . True or False? | False |
The artist recommended the athletes . | The athletes recommended the artist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN artist)) (VP (VBD recommended) (NP (DT the) (NNS athletes))) (. .))) | (ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD recommended) (NP (DT the) (NN artist))) (. .))) | ( ( The artist ) ( ( recommended ( the athletes ) ) . ) ) | ( ( The athletes ) ( ( recommended ( the artist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The artist recommended the athletes .
Question: The athletes recommended the artist . True or False? | False |
The students encouraged the authors . | The authors encouraged the students . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS students)) (VP (VBD encouraged) (NP (DT the) (NNS authors))) (. .))) | (ROOT (S (NP (DT The) (NNS authors)) (VP (VBD encouraged) (NP (DT the) (NNS students))) (. .))) | ( ( The students ) ( ( encouraged ( the authors ) ) . ) ) | ( ( The authors ) ( ( encouraged ( the students ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The students encouraged the authors .
Question: The authors encouraged the students . True or False? | False |
The actors called the students . | The students called the actors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS actors)) (VP (VBD called) (NP (DT the) (NNS students))) (. .))) | (ROOT (S (NP (DT The) (NNS students)) (VP (VBD called) (NP (DT the) (NNS actors))) (. .))) | ( ( The actors ) ( ( called ( the students ) ) . ) ) | ( ( The students ) ( ( called ( the actors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actors called the students .
Question: The students called the actors . True or False? | False |
The lawyer helped the scientists . | The scientists helped the lawyer . | 1non-entailment
| (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD helped) (NP (DT the) (NNS scientists))) (. .))) | (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (DT the) (NN lawyer))) (. .))) | ( ( The lawyer ) ( ( helped ( the scientists ) ) . ) ) | ( ( The scientists ) ( ( helped ( the lawyer ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The lawyer helped the scientists .
Question: The scientists helped the lawyer . True or False? | False |
The manager advised the artist . | The artist advised the manager . | 1non-entailment
| (ROOT (S (NP (DT The) (NN manager)) (VP (VBD advised) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD advised) (NP (DT the) (NN manager))) (. .))) | ( ( The manager ) ( ( advised ( the artist ) ) . ) ) | ( ( The artist ) ( ( advised ( the manager ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The manager advised the artist .
Question: The artist advised the manager . True or False? | False |
The author recognized the athlete . | The athlete recognized the author . | 1non-entailment
| (ROOT (S (NP (DT The) (NN author)) (VP (VBD recognized) (NP (DT the) (NN athlete))) (. .))) | (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD recognized) (NP (DT the) (NN author))) (. .))) | ( ( The author ) ( ( recognized ( the athlete ) ) . ) ) | ( ( The athlete ) ( ( recognized ( the author ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The author recognized the athlete .
Question: The athlete recognized the author . True or False? | False |
The artist stopped the athletes . | The athletes stopped the artist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN artist)) (VP (VBD stopped) (NP (DT the) (NNS athletes))) (. .))) | (ROOT (S (NP (DT The) (NNS athletes)) (VP (VBD stopped) (NP (DT the) (NN artist))) (. .))) | ( ( The artist ) ( ( stopped ( the athletes ) ) . ) ) | ( ( The athletes ) ( ( stopped ( the artist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The artist stopped the athletes .
Question: The athletes stopped the artist . True or False? | False |
The judges mentioned the lawyer . | The lawyer mentioned the judges . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD mentioned) (NP (DT the) (NN lawyer))) (. .))) | (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD mentioned) (NP (DT the) (NNS judges))) (. .))) | ( ( The judges ) ( ( mentioned ( the lawyer ) ) . ) ) | ( ( The lawyer ) ( ( mentioned ( the judges ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judges mentioned the lawyer .
Question: The lawyer mentioned the judges . True or False? | False |
The artists contacted the lawyer . | The lawyer contacted the artists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS artists)) (VP (VBD contacted) (NP (DT the) (NN lawyer))) (. .))) | (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD contacted) (NP (DT the) (NNS artists))) (. .))) | ( ( The artists ) ( ( contacted ( the lawyer ) ) . ) ) | ( ( The lawyer ) ( ( contacted ( the artists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The artists contacted the lawyer .
Question: The lawyer contacted the artists . True or False? | False |
The tourist helped the scientists . | The scientists helped the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD helped) (NP (DT the) (NNS scientists))) (. .))) | (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD helped) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( helped ( the scientists ) ) . ) ) | ( ( The scientists ) ( ( helped ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist helped the scientists .
Question: The scientists helped the tourist . True or False? | False |
The artist mentioned the professors . | The professors mentioned the artist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN artist)) (VP (VBD mentioned) (NP (DT the) (NNS professors))) (. .))) | (ROOT (S (NP (DT The) (NNS professors)) (VP (VBD mentioned) (NP (DT the) (NN artist))) (. .))) | ( ( The artist ) ( ( mentioned ( the professors ) ) . ) ) | ( ( The professors ) ( ( mentioned ( the artist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The artist mentioned the professors .
Question: The professors mentioned the artist . True or False? | False |
The secretary admired the bankers . | The bankers admired the secretary . | 1non-entailment
| (ROOT (S (NP (DT The) (NN secretary)) (VP (VBD admired) (NP (DT the) (NNS bankers))) (. .))) | (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD admired) (NP (DT the) (NN secretary))) (. .))) | ( ( The secretary ) ( ( admired ( the bankers ) ) . ) ) | ( ( The bankers ) ( ( admired ( the secretary ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The secretary admired the bankers .
Question: The bankers admired the secretary . True or False? | False |
The doctor introduced the athlete . | The athlete introduced the doctor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD introduced) (NP (DT the) (NN athlete))) (. .))) | (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD introduced) (NP (DT the) (NN doctor))) (. .))) | ( ( The doctor ) ( ( introduced ( the athlete ) ) . ) ) | ( ( The athlete ) ( ( introduced ( the doctor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctor introduced the athlete .
Question: The athlete introduced the doctor . True or False? | False |
The scientists encouraged the actor . | The actor encouraged the scientists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD encouraged) (NP (DT the) (NN actor))) (. .))) | (ROOT (S (NP (DT The) (NN actor)) (VP (VBD encouraged) (NP (DT the) (NNS scientists))) (. .))) | ( ( The scientists ) ( ( encouraged ( the actor ) ) . ) ) | ( ( The actor ) ( ( encouraged ( the scientists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientists encouraged the actor .
Question: The actor encouraged the scientists . True or False? | False |
The professor believed the students . | The students believed the professor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN professor)) (VP (VBD believed) (NP (DT the) (NNS students))) (. .))) | (ROOT (S (NP (DT The) (NNS students)) (VP (VBD believed) (NP (DT the) (NN professor))) (. .))) | ( ( The professor ) ( ( believed ( the students ) ) . ) ) | ( ( The students ) ( ( believed ( the professor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The professor believed the students .
Question: The students believed the professor . True or False? | False |
The professors helped the students . | The students helped the professors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS professors)) (VP (VBD helped) (NP (DT the) (NNS students))) (. .))) | (ROOT (S (NP (DT The) (NNS students)) (VP (VBD helped) (NP (DT the) (NNS professors))) (. .))) | ( ( The professors ) ( ( helped ( the students ) ) . ) ) | ( ( The students ) ( ( helped ( the professors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The professors helped the students .
Question: The students helped the professors . True or False? | False |
The banker stopped the artists . | The artists stopped the banker . | 1non-entailment
| (ROOT (S (NP (DT The) (NN banker)) (VP (VBD stopped) (NP (DT the) (NNS artists))) (. .))) | (ROOT (S (NP (DT The) (NNS artists)) (VP (VBD stopped) (NP (DT the) (NN banker))) (. .))) | ( ( The banker ) ( ( stopped ( the artists ) ) . ) ) | ( ( The artists ) ( ( stopped ( the banker ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The banker stopped the artists .
Question: The artists stopped the banker . True or False? | False |
The managers thanked the senator . | The senator thanked the managers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS managers)) (VP (VBD thanked) (NP (DT the) (NN senator))) (. .))) | (ROOT (S (NP (DT The) (NN senator)) (VP (VBD thanked) (NP (DT the) (NNS managers))) (. .))) | ( ( The managers ) ( ( thanked ( the senator ) ) . ) ) | ( ( The senator ) ( ( thanked ( the managers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The managers thanked the senator .
Question: The senator thanked the managers . True or False? | False |
The athlete stopped the artist . | The artist stopped the athlete . | 1non-entailment
| (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD stopped) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD stopped) (NP (DT the) (NN athlete))) (. .))) | ( ( The athlete ) ( ( stopped ( the artist ) ) . ) ) | ( ( The artist ) ( ( stopped ( the athlete ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The athlete stopped the artist .
Question: The artist stopped the athlete . True or False? | False |
The scientist contacted the senator . | The senator contacted the scientist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD contacted) (NP (DT the) (NN senator))) (. .))) | (ROOT (S (NP (DT The) (NN senator)) (VP (VBD contacted) (NP (DT the) (NN scientist))) (. .))) | ( ( The scientist ) ( ( contacted ( the senator ) ) . ) ) | ( ( The senator ) ( ( contacted ( the scientist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientist contacted the senator .
Question: The senator contacted the scientist . True or False? | False |
The senators avoided the tourist . | The tourist avoided the senators . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS senators)) (VP (VBD avoided) (NP (DT the) (NN tourist))) (. .))) | (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD avoided) (NP (DT the) (NNS senators))) (. .))) | ( ( The senators ) ( ( avoided ( the tourist ) ) . ) ) | ( ( The tourist ) ( ( avoided ( the senators ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The senators avoided the tourist .
Question: The tourist avoided the senators . True or False? | False |
The scientists stopped the judges . | The judges stopped the scientists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD stopped) (NP (DT the) (NNS judges))) (. .))) | (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD stopped) (NP (DT the) (NNS scientists))) (. .))) | ( ( The scientists ) ( ( stopped ( the judges ) ) . ) ) | ( ( The judges ) ( ( stopped ( the scientists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientists stopped the judges .
Question: The judges stopped the scientists . True or False? | False |
The scientist thanked the senator . | The senator thanked the scientist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD thanked) (NP (DT the) (NN senator))) (. .))) | (ROOT (S (NP (DT The) (NN senator)) (VP (VBD thanked) (NP (DT the) (NN scientist))) (. .))) | ( ( The scientist ) ( ( thanked ( the senator ) ) . ) ) | ( ( The senator ) ( ( thanked ( the scientist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientist thanked the senator .
Question: The senator thanked the scientist . True or False? | False |
The actors believed the banker . | The banker believed the actors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS actors)) (VP (VBD believed) (NP (DT the) (NN banker))) (. .))) | (ROOT (S (NP (DT The) (NN banker)) (VP (VBD believed) (NP (DT the) (NNS actors))) (. .))) | ( ( The actors ) ( ( believed ( the banker ) ) . ) ) | ( ( The banker ) ( ( believed ( the actors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actors believed the banker .
Question: The banker believed the actors . True or False? | False |
The author believed the artists . | The artists believed the author . | 1non-entailment
| (ROOT (S (NP (DT The) (NN author)) (VP (VBD believed) (NP (DT the) (NNS artists))) (. .))) | (ROOT (S (NP (DT The) (NNS artists)) (VP (VBD believed) (NP (DT the) (NN author))) (. .))) | ( ( The author ) ( ( believed ( the artists ) ) . ) ) | ( ( The artists ) ( ( believed ( the author ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The author believed the artists .
Question: The artists believed the author . True or False? | False |
The lawyers mentioned the artist . | The artist mentioned the lawyers . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD mentioned) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD mentioned) (NP (DT the) (NNS lawyers))) (. .))) | ( ( The lawyers ) ( ( mentioned ( the artist ) ) . ) ) | ( ( The artist ) ( ( mentioned ( the lawyers ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The lawyers mentioned the artist .
Question: The artist mentioned the lawyers . True or False? | False |
The judge supported the artist . | The artist supported the judge . | 1non-entailment
| (ROOT (S (NP (DT The) (NN judge)) (VP (VBD supported) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD supported) (NP (DT the) (NN judge))) (. .))) | ( ( The judge ) ( ( supported ( the artist ) ) . ) ) | ( ( The artist ) ( ( supported ( the judge ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judge supported the artist .
Question: The artist supported the judge . True or False? | False |
The artist thanked the professors . | The professors thanked the artist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN artist)) (VP (VBD thanked) (NP (DT the) (NNS professors))) (. .))) | (ROOT (S (NP (DT The) (NNS professors)) (VP (VBD thanked) (NP (DT the) (NN artist))) (. .))) | ( ( The artist ) ( ( thanked ( the professors ) ) . ) ) | ( ( The professors ) ( ( thanked ( the artist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The artist thanked the professors .
Question: The professors thanked the artist . True or False? | False |
The actor supported the bankers . | The bankers supported the actor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN actor)) (VP (VBD supported) (NP (DT the) (NNS bankers))) (. .))) | (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD supported) (NP (DT the) (NN actor))) (. .))) | ( ( The actor ) ( ( supported ( the bankers ) ) . ) ) | ( ( The bankers ) ( ( supported ( the actor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actor supported the bankers .
Question: The bankers supported the actor . True or False? | False |
The presidents saw the doctor . | The doctor saw the presidents . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD saw) (NP (DT the) (NN doctor))) (. .))) | (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD saw) (NP (DT the) (NNS presidents))) (. .))) | ( ( The presidents ) ( ( saw ( the doctor ) ) . ) ) | ( ( The doctor ) ( ( saw ( the presidents ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The presidents saw the doctor .
Question: The doctor saw the presidents . True or False? | False |
The presidents advised the actor . | The actor advised the presidents . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD advised) (NP (DT the) (NN actor))) (. .))) | (ROOT (S (NP (DT The) (NN actor)) (VP (VBD advised) (NP (DT the) (NNS presidents))) (. .))) | ( ( The presidents ) ( ( advised ( the actor ) ) . ) ) | ( ( The actor ) ( ( advised ( the presidents ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The presidents advised the actor .
Question: The actor advised the presidents . True or False? | False |
The president believed the scientist . | The scientist believed the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD believed) (NP (DT the) (NN scientist))) (. .))) | (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD believed) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( believed ( the scientist ) ) . ) ) | ( ( The scientist ) ( ( believed ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president believed the scientist .
Question: The scientist believed the president . True or False? | False |
The tourist called the doctor . | The doctor called the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD called) (NP (DT the) (NN doctor))) (. .))) | (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD called) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( called ( the doctor ) ) . ) ) | ( ( The doctor ) ( ( called ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist called the doctor .
Question: The doctor called the tourist . True or False? | False |
The author avoided the actor . | The actor avoided the author . | 1non-entailment
| (ROOT (S (NP (DT The) (NN author)) (VP (VBD avoided) (NP (DT the) (NN actor))) (. .))) | (ROOT (S (NP (DT The) (NN actor)) (VP (VBD avoided) (NP (DT the) (NN author))) (. .))) | ( ( The author ) ( ( avoided ( the actor ) ) . ) ) | ( ( The actor ) ( ( avoided ( the author ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The author avoided the actor .
Question: The actor avoided the author . True or False? | False |
The artists thanked the lawyers . | The lawyers thanked the artists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS artists)) (VP (VBD thanked) (NP (DT the) (NNS lawyers))) (. .))) | (ROOT (S (NP (DT The) (NNS lawyers)) (VP (VBD thanked) (NP (DT the) (NNS artists))) (. .))) | ( ( The artists ) ( ( thanked ( the lawyers ) ) . ) ) | ( ( The lawyers ) ( ( thanked ( the artists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The artists thanked the lawyers .
Question: The lawyers thanked the artists . True or False? | False |
The tourists saw the judges . | The judges saw the tourists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD saw) (NP (DT the) (NNS judges))) (. .))) | (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD saw) (NP (DT the) (NNS tourists))) (. .))) | ( ( The tourists ) ( ( saw ( the judges ) ) . ) ) | ( ( The judges ) ( ( saw ( the tourists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourists saw the judges .
Question: The judges saw the tourists . True or False? | False |
The actors called the presidents . | The presidents called the actors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS actors)) (VP (VBD called) (NP (DT the) (NNS presidents))) (. .))) | (ROOT (S (NP (DT The) (NNS presidents)) (VP (VBD called) (NP (DT the) (NNS actors))) (. .))) | ( ( The actors ) ( ( called ( the presidents ) ) . ) ) | ( ( The presidents ) ( ( called ( the actors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actors called the presidents .
Question: The presidents called the actors . True or False? | False |
The scientists supported the managers . | The managers supported the scientists . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS scientists)) (VP (VBD supported) (NP (DT the) (NNS managers))) (. .))) | (ROOT (S (NP (DT The) (NNS managers)) (VP (VBD supported) (NP (DT the) (NNS scientists))) (. .))) | ( ( The scientists ) ( ( supported ( the managers ) ) . ) ) | ( ( The managers ) ( ( supported ( the scientists ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientists supported the managers .
Question: The managers supported the scientists . True or False? | False |
The doctors introduced the bankers . | The bankers introduced the doctors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS doctors)) (VP (VBD introduced) (NP (DT the) (NNS bankers))) (. .))) | (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD introduced) (NP (DT the) (NNS doctors))) (. .))) | ( ( The doctors ) ( ( introduced ( the bankers ) ) . ) ) | ( ( The bankers ) ( ( introduced ( the doctors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctors introduced the bankers .
Question: The bankers introduced the doctors . True or False? | False |
The judges recommended the bankers . | The bankers recommended the judges . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS judges)) (VP (VBD recommended) (NP (DT the) (NNS bankers))) (. .))) | (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD recommended) (NP (DT the) (NNS judges))) (. .))) | ( ( The judges ) ( ( recommended ( the bankers ) ) . ) ) | ( ( The bankers ) ( ( recommended ( the judges ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The judges recommended the bankers .
Question: The bankers recommended the judges . True or False? | False |
The doctor mentioned the tourist . | The tourist mentioned the doctor . | 1non-entailment
| (ROOT (S (NP (DT The) (NN doctor)) (VP (VBD mentioned) (NP (DT the) (NN tourist))) (. .))) | (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD mentioned) (NP (DT the) (NN doctor))) (. .))) | ( ( The doctor ) ( ( mentioned ( the tourist ) ) . ) ) | ( ( The tourist ) ( ( mentioned ( the doctor ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The doctor mentioned the tourist .
Question: The tourist mentioned the doctor . True or False? | False |
The tourist saw the students . | The students saw the tourist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN tourist)) (VP (VBD saw) (NP (DT the) (NNS students))) (. .))) | (ROOT (S (NP (DT The) (NNS students)) (VP (VBD saw) (NP (DT the) (NN tourist))) (. .))) | ( ( The tourist ) ( ( saw ( the students ) ) . ) ) | ( ( The students ) ( ( saw ( the tourist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The tourist saw the students .
Question: The students saw the tourist . True or False? | False |
The president recommended the lawyer . | The lawyer recommended the president . | 1non-entailment
| (ROOT (S (NP (DT The) (NN president)) (VP (VBD recommended) (NP (DT the) (NN lawyer))) (. .))) | (ROOT (S (NP (DT The) (NN lawyer)) (VP (VBD recommended) (NP (DT the) (NN president))) (. .))) | ( ( The president ) ( ( recommended ( the lawyer ) ) . ) ) | ( ( The lawyer ) ( ( recommended ( the president ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The president recommended the lawyer .
Question: The lawyer recommended the president . True or False? | False |
The secretaries believed the athlete . | The athlete believed the secretaries . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS secretaries)) (VP (VBD believed) (NP (DT the) (NN athlete))) (. .))) | (ROOT (S (NP (DT The) (NN athlete)) (VP (VBD believed) (NP (DT the) (NNS secretaries))) (. .))) | ( ( The secretaries ) ( ( believed ( the athlete ) ) . ) ) | ( ( The athlete ) ( ( believed ( the secretaries ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The secretaries believed the athlete .
Question: The athlete believed the secretaries . True or False? | False |
The secretary advised the authors . | The authors advised the secretary . | 1non-entailment
| (ROOT (S (NP (DT The) (NN secretary)) (VP (VBD advised) (NP (DT the) (NNS authors))) (. .))) | (ROOT (S (NP (DT The) (NNS authors)) (VP (VBD advised) (NP (DT the) (NN secretary))) (. .))) | ( ( The secretary ) ( ( advised ( the authors ) ) . ) ) | ( ( The authors ) ( ( advised ( the secretary ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The secretary advised the authors .
Question: The authors advised the secretary . True or False? | False |
The banker recommended the judge . | The judge recommended the banker . | 1non-entailment
| (ROOT (S (NP (DT The) (NN banker)) (VP (VBD recommended) (NP (DT the) (NN judge))) (. .))) | (ROOT (S (NP (DT The) (NN judge)) (VP (VBD recommended) (NP (DT the) (NN banker))) (. .))) | ( ( The banker ) ( ( recommended ( the judge ) ) . ) ) | ( ( The judge ) ( ( recommended ( the banker ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The banker recommended the judge .
Question: The judge recommended the banker . True or False? | False |
The senators encouraged the professor . | The professor encouraged the senators . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS senators)) (VP (VBD encouraged) (NP (DT the) (NN professor))) (. .))) | (ROOT (S (NP (DT The) (NN professor)) (VP (VBD encouraged) (NP (DT the) (NNS senators))) (. .))) | ( ( The senators ) ( ( encouraged ( the professor ) ) . ) ) | ( ( The professor ) ( ( encouraged ( the senators ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The senators encouraged the professor .
Question: The professor encouraged the senators . True or False? | False |
The actors advised the tourists . | The tourists advised the actors . | 1non-entailment
| (ROOT (S (NP (DT The) (NNS actors)) (VP (VBD advised) (NP (DT the) (NNS tourists))) (. .))) | (ROOT (S (NP (DT The) (NNS tourists)) (VP (VBD advised) (NP (DT the) (NNS actors))) (. .))) | ( ( The actors ) ( ( advised ( the tourists ) ) . ) ) | ( ( The tourists ) ( ( advised ( the actors ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The actors advised the tourists .
Question: The tourists advised the actors . True or False? | False |
The scientist thanked the artist . | The artist thanked the scientist . | 1non-entailment
| (ROOT (S (NP (DT The) (NN scientist)) (VP (VBD thanked) (NP (DT the) (NN artist))) (. .))) | (ROOT (S (NP (DT The) (NN artist)) (VP (VBD thanked) (NP (DT the) (NN scientist))) (. .))) | ( ( The scientist ) ( ( thanked ( the artist ) ) . ) ) | ( ( The artist ) ( ( thanked ( the scientist ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The scientist thanked the artist .
Question: The artist thanked the scientist . True or False? | False |
The senator saw the bankers . | The bankers saw the senator . | 1non-entailment
| (ROOT (S (NP (DT The) (NN senator)) (VP (VBD saw) (NP (DT the) (NNS bankers))) (. .))) | (ROOT (S (NP (DT The) (NNS bankers)) (VP (VBD saw) (NP (DT the) (NN senator))) (. .))) | ( ( The senator ) ( ( saw ( the bankers ) ) . ) ) | ( ( The bankers ) ( ( saw ( the senator ) ) . ) ) | lexical_overlap | ln_subject/object_swap | {{premise}}
Question: {{hypothesis}} True or False? ||| {{ answer_choices[label] }} | GPT-3 style | The senator saw the bankers .
Question: The bankers saw the senator . True or False? | False |