dataset
string | dataset_url
string | annotations
list | instances
list |
---|---|---|---|
The Corpus of Linguistic Acceptability (Warstadt et al., Transactions of the Association for Computational Linguistics 2019) | https://nyu-mll.github.io/CoLA/ | [
{
"category": "grammaticality",
"prompt": "Given the following sentence, determine if it is grammatically correct or not. Output 1 if it is grammatical, and 0 if it is not:\n\n{{ instance }}",
"worst": 0,
"best": 1
}
] | [
{
"instance": "The sailors rode the breeze clear of the rocks.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The weights made the rope stretch over the pulley.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The mechanical doll wriggled itself loose.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "If you had eaten more, you would want less.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "As you eat the most, you want the least.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The more you would want, the less you would eat.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I demand that the more John eat, the more he pays.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary listens to the Grateful Dead, she gets depressed.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The angrier Mary got, the more she looked at pictures.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The higher the stakes, the lower his expectations are.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The more Fred is obnoxious, the less attention you should pay to him.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John was lots more obnoxious than Fred.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The more people you give beer to, the more people get sick.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The more does Bill smoke, the more Susan hates him.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The more pictures of him that appear in the news, the more embarrassed John becomes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Every senator seems to become more corrupt, as he talks to more lobbyists.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Who does John visit Sally because he likes?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Marianne did not leave.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He could not have been working.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He can not have been working.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "You will believe Bob.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John has not kissed Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I said that never in my life had I seen a place like Bangor.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mickey looked up it.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "There tended to be a lot of discussion.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John tried to be a good boy.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John is eager.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We want John to win.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The box contained the ball from the tree.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The tube was escaped by gas.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Water bubbled up out of the kettle.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The tub leaked water.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "What the water did to the bottle was fill it.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "What the water did to the whole bottle was fill it.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The tank leaked the fluid free.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John lay the ball in the box.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John owns the book.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We persuaded Mary to leave and Sue to stay.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Most people probably consider, even though the courts didn't actually find, Klaus guilty of murder.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mary beautifully plays the violin.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Clearly, John probably will immediately learn French perfectly.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sue gave to Bill a book.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The men will all leave.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John went home.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "They represented seriously to the dean Mary as a genuine linguist.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Us love they.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It is nice to go abroad.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mary intended John to go abroad.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I remembered having kissed Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I can't believe Fred won't, either.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John wants to read Fred's story, and I also want to.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We wanted to invite someone, but we couldn't decide who to.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary will read Fred's story, and Joe will read Holly's.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mary claimed that eating cabbage, Holly shouldn't.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mary came to be introduced by the bartender and I also came to be.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "If I can, I will work on it.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Joe's neuroses bother his patrons, and Sally does too.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I know which book José didn't read for class, and which book Lilly did it for him.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "This is the book which Bob reviewed, and this is the one which Fred won't do it.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I know which book Mag read, and which book Bob said that you hadn't.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I know which book Mag read, and which book Bob read my report that you hadn't.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I'm sure I would like him to eat fruit more than I would cookies.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Rusty talked about himself only after Mary did talk about him.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Fred talked about everything before Rusty did talk about something.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John often meets Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The problem perceives easily.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "A hundred men surrounded the fort.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We elected me.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which report that John was incompetent did he submit?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary has always preferred lemons to limes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He let the cats which were whining out.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "What did Bill buy?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mary saw the boy walking toward the railroad station.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A proof that the claim had been made was given that John had lied.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "He attributed to a short circuit which was caused by an overloaded transducer the fire which destroyed most of my factory.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The mayor regarded as being absurd the proposal to build a sidewalk from Dartmouth to Smith.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I want that Bill left to remain a secret.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I know a man who Tom drives as drives.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Drowning cats, which is against the law, are hard to rescue.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Muriel said nothing else than that she had been insulted.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Himself is understood by Rutherford.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I feel that Arch will show up.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The proof this set is recursive is difficult.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The madrigals which Henry plays the lute and sings sound lousy.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Tom picked these grapes, and I washed some turnips, and Suzie will prepare these grapes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Where did you go and who ate what?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which boy's did we elect guardian's employer president?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "How sane is Peter?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I live at the place where Route 150 crosses the River and my dad lives at the place where Route 150 crosses the Hudson River too.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I live at the place where Route 150 crosses the Hudson River and my dad lives at it too.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Who is she trying to make up to now?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Wind was gotten of a plot to negotiate an honorable end to the war in Vietnam.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mike talked about politics yesterday to my friends.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It was expected by the reporters that the principal would fire some teacher.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which hat did Mike quip that she never wore?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Which girl did Mike quip never wore this hat?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "We donated wire for the convicts to build cages with.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I won't have some money.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Do you believe the claim that somebody was looking for something?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I won't ask you to believe that he tried to force me to give her any money.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That Sam sometimes didn't sleep must have pleased somebody.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I talked to Winston about himself.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That the fuzz wanted him worried John, but that the fuzz wanted her didn't worry Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I'll work on it if Sam will be working on it.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I'll work on it if I can.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Here's a knife with which for you to cut up the onions.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Fluffy is sick, which not everybody knows.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Maxwell is quite a doctor.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The younger woman might have been tall and, and the older one definitely was, blond.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Sally is tall, and may be blond, and Sheila is short, and definitely is, blond.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I have to try to finish grading some papers.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The socks are ready for for you to put on to be planned.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It is easy to play sonatas on this violin.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This violin is difficult to play sonatas on.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "My mother is easy to please my father and.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Poor Bill, it had started to rain and he had no umbrella.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That the cops spoke to the janitor about it yesterday is terrible, that robbery.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Every student, and he wears socks, is a swinger.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "That girl was given my binoculars by him.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Bill didn't allege that Roger had eaten anything.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Nobody who hates to eat anything should work in a delicatessen.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Everybody around here who ever buys anything on credit talks in his sleep.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I can't remember the name of somebody who had misgivings.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "No writer, and no playwright, meets in Vienna.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "No writer, nor any playwright, meets in Vienna.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "That you will marry any student is not certain.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Felicia kicked the ball off the bench.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I sent the package halfway around the world.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sam gave the ball out of the basket.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Sam offered the ball out of the basket.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Park Square has a festive air.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The worker will have a job.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "No one can forgive that comment to you.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "We launched the rocket to the moon, but it blew up before it got there.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sarah promised Catherine her old car, but then gave it to her son instead.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I lent the book partway to Tony.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The farmer loaded the cart with apples.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The farmer dumped the cart with apples.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Martha carved the baby a toy out of wood.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The bread cuts easily.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Janet broke Bill on the finger.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Janet broke the cup.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The visitor rang the bell.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We pulled free.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That movie always shocks people.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That movie always shocks.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sharon came the room.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Bill sent a package to Tom.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That acorn will grow into an oak tree.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He turned into a frog.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I mixed the sugar into the butter.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Brian threw the fence with the stick.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mira condemned Terry for the accident.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We investigated the area for bombs.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I sensed his eagerness.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "They praised the dedication in the volunteers.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The earth was believed to be round.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sarah smiled a charming smile.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sandra beamed a cheerful welcome.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "You've really lived it up.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Paperback books lift onto the table easily.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The books lifted onto the table.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Jessica loaded boxes under the wagon.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jessica loaded boxes on the wagon.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jessica crammed boxes at the truck.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Lora buttered at the toast.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Carla shoveled the walk.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Nora sent the book.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Nora sent Peter the book.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Carla slid the book.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Carla slid at the book.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Amanda carried the package to Pamela.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Packages drive easily to New York.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The chair pushed.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "We offered a job to her.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A job offered.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Brown presented a plaque to Jones.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Carmen bought Mary a dress.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Carmen obtained the spare part at the hardware store.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Michelle kept the desk with the papers.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Frances hid the presents in the drawer.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The needle poked the cloth.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Carrie touched that cat.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Herman whipped the sugar and the cream.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Linda taped the picture to the wall.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Linda taped the picture onto the wall.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The child and her mother clung together.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This flyer and that flyer differ.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This flyer and that flyer differ apart.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The jeweller scribbled the contract with his name.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The gardener grew that acorn into an oak tree.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I shaped a loaf.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The children amused.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Susan whispered the news.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Susan whispered at Rachel.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Ellen said that melons were selling well.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Ellen said about the present conditions.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Ellen warned Helen against skating on thin ice.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Cynthia nibbled on the carrot .",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Cynthia chewed.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Paul laughed at Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Linda winked her lip.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "My heart is pounding me.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Sharon fainted from hunger.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The witch poisoned the children.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A grandfather clock ticked in the hallway.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I squeaked the door.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Over the fire there bubbled a fragrant stew.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Soaring temperatures are predicted for this weekend.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The fort fluttered with many flags.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The voices echoed in the hall.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The stream twists through the valley.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "There presented itself a wonderful opportunity yesterday.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "A wonderful opportunity presented itself to him yesterday.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Out of the box jumped a little white rabbit.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Penny skated around the rink.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jackie accompanied Rose.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "many information was provided.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John offers many advice.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The cake that Jones got was more delicious than the one that Smith got.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We recommend to eat less cake and pastry.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I saw that gas can explode.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He washed her.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Wash you!",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "They have no in.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Some my jobs are in jeopardy.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It was the policeman met that several young students in the park last night.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "did the policeman meet in the park?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John put old books in the box.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The monkeys proud of their leader.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John sounded very.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I don't know if I should agree.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John bought a book on the table.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John called the president a fool.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I forgot how good beer tastes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This teacher is a genius.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A good friend is remained to me by him.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John ate his noodle quietly.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A smith hammered the metal.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sandy removed her ballet shoes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This week will be a difficult one for us.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Benny worked in a shoe factory when he was a student.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Everyone hoped that she would sing.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This proved a decisive factor.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The crocodile devoured the doughnut.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John is afraid of Bill.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John put under the bathtub.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John placed Kim behind the garage.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Kim depends for Sandy.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John put the book in the box.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John taught English Syntax to new students.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John regards Bill as a good friend.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Kim put in the box.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The chickens seem fond of the farmer.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The rules require that the executives be polite.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That Fred was unpopular nominated Bill.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "They were taking a hard look at possible FTA.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John paid me against the book.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The committee will study the feasibility of setting up a national computer network.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We made them be rude.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "After reading the pamphlet, Judy threw it into the garbage can.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Students studying English reads Conrad's Heart of Darkness while at university.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I read some of the book.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Most of the fruit is rotten.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Neither of students failed.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I drank some of water.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It is a golden hair.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The boy in the doorway waved to his father.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That dog is so ferocious, it even tried to bite itself.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He washed yourself.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John is easy to please Kim.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "There seemed to be intelligent.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John tried to please Stephen.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We believed John to be a fountain in the park.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It tries to leave the country.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John tries to leave the country.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Under the bed seems to be a fun place to hide.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "There is believed to be sheep in the park.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I hope to would study in France.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John can kick the ball.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John will rain tomorrow.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "We expect there to will rain.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John was found in the office.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Did the child be in the school?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It did not rain.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John wants not to leave the town.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Mary likes to tour art galleries, but Bill hates to.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "They needn't take this exam.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Ann may spend her vacation in Italy.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "They love to play golf, but I do not.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "George has spent a lot of money, hasn't he?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "As a statesman, scarcely could he do anything worth mentioning.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We never found any of the unicorns.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "One of Korea's most famous poets wrote these lines.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Somebody apparently struck the unidentified victim during the early morning hours.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The car was driven.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Ricky can be relied on.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The bed was slept in.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A pound was weighed by the book.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Who do you think Tom saw?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "he had spent five thousand dollars.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Fed knows which politician her to vote for.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "How did you guess that he fixed the computer?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The committee knows whose efforts to achieve peace the world should honor.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which house does your friend live?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "the baker from whom I bought these bagels left.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I found the place where we can relax.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jack is the person with whom Jenny fell in love with.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "There is a bench to sit on.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I met the man who grows peaches.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which topic did you choose without getting his approval?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which topic did you get bored because Mary talked about?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "That is the reason why he resigned.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It bothers me that John coughs.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "To please John is easy.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Kim is eager to please Tom.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That we invaded Iraq really bites.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It annoys me that Fido barks.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Who achieved the best result was Angela.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It was the peasant girl who got it.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That kind of person is hard to find anyone to look after.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "A sick owl doesn't hunt mice.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Each candidate who has interest in semantics will be admitted to the department.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Each author whose contribution is written in any language other than English will provide a summary in English.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I'm sure we even got these tickets!",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I'm even sure we got these tickets!",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It's not because I have any sympathy for urban guerillas that I helped him.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It isn't because Sue said anything bad about me that I'm angry.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That he was hungry, John whined.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I gave Mary after the party a book.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Because she's so pleasant, as for Mary I really like her.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Though he may hate those that criticize Carter, it doesn't matter.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "With no job would John be happy.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I have much of the manuscript left to type.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He's a more reliable man.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Any trouble is what I don't want.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "They may grow as high as bamboo.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Some of them made as many errors as 20.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Sally kissed himself.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Drew believes I think Rosie loves magazine ads.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Dave, Dan, Erin, Jaime, and Alina left.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Hopefully, we'll make it through the winter without snow.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Blue leather shows herself that Betsy is pretty.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Gwen hit the baseball.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I hit that you knew the answer.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I've lost my wallet or I've lost my mind.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It was a brand new car that he bought.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He likes cookies and he hates crumb cake.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "They chased the man with the car.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I didn't have a red cent.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "the book of poems and from Blackwell takes a very long time to read.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "the one with a red cover takes a very long time to read.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John has a fear of dogs.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The building's the roof is leaking.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "the panther's the coat is dark black.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Colin asked if they could get a mortgage.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The man I saw get into the cab robbed the bank.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I know you eat asparagus.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John's drum will always bother me.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "An evil thought struck Dave.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "In the classroom John put the book on the table.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Phillip gave the medal to the soldier.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Heidi thinks that Andy to eat salmon flavored candy bars.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Heidi thinks that Andy should eat salmon flavored candy bars.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He danced.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Did Calvin his homework?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Sylvia was slapping Jeff upside the head in martial arts class.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "If I am a rich man, I'd buy a diamond ring.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "If he were a rich man, he'd buy a diamond ring.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John is likely to leave.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The manager laughed.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Was sunk.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Who did you think kissed the gorilla?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Have you seen my model airplane collection?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It seems that Lucy was mugged.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I ate a salad that was filled with lima beans.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "There were four men arriving at the station when I pulled up.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jean is reluctant to dance.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I want her to dance.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jean persuaded Robert.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jean wants Bill to do the Macarena.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The children admire their mother.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Who has Peter talked with?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Heidi likes her violin.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John thinks that Mary loves himself.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Which pictures of himself does John like?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Any owl hunts mice.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Any man didn't eat dinner.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "A pilot could be flying this plane.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Everybody who attended last week's huge rally, whoever they were, signed the petition.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Anybody who attended last week's huge rally signed the petition.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Any tiger has orange fur, marked with black stripes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Any albino tiger has orange fur, marked with black stripes.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "You must pick any flower you see.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Any pilot on duty today could be flying this plane.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "You may pick every flower, but leave a few for Mary.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The Dodgers beat the Red Sox and were beaten by the Giants.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "In which car was the man seen?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The man who Mary loves and Sally hates computed my tax.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The kennel which Mary made and Fido sleeps has been stolen.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Tom said he would and Bill actually did eat a raw eggplant.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The wealthy young man bought that piano for his secret fiancée.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The dog stole the turkey.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "a tall building.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This building is tall.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I like the book which you gave me.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Captain Wentworth wrote a letter to Anne Elliott.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "She asked was Alison coming to the party.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "They realised that never had Sir Thomas been so offended.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Fanny regretted having to talk to Aunt Norris.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Knowing the country well, he took a short cut.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He left the train with somebody else's wallet in his pocket.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Magnus went to Ireland.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Who did John send the book?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The idea dismayed the Prime Minister that the Dome was dull.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Came right in he did without so much as a knock.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Harriet admired Mr Knightley.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The book is boring.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Ethel wishes to ask you some awkward questions.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Emma made Harriet some food.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The window was broken with a hammer.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The fugitive lay motionless in order to avoid discovery.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The guard marched the prisoners round the yard.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Frank Churchill crossed the street.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Emma and Harriet were attacked yesterday.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Fiona might be here by 5 o'clock.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I am both expecting to get the job and of the opinion that it is a desirable one.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Pat was awarded the Golden Fleece Award and very upset about it.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Kim alienated cats and beating his dog.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "They knew that pictures of each other would be on sale.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Which article did Terry file papers without reading?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I want to try and buy some whiskey.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "She goes and buying some whiskey.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Kim and Terry is happy.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Kim gave a dollar to Bobbie and a dime to Jean.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "This girl in the red coat will put a picture of Bill in the mailbox and on your desk before tomorrow.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Put a picture of Bill on your desk before tomorrow, this girl in the red coat will put a picture of Bill on your desk before tomorrow.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Picture of Bill, this girl in the red coat will put a picture of Bill on your desk before tomorrow.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Ann bought a first edition of Richard III for $1000.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John became deadly afraid of flying.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "What John promised is to be gentle.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Henri wants to buy which books about cooking?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I will fix the computer for Carol.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Smith loaned a valuable collection of manuscripts to the library.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The paper is cut by Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It was from six to nine or it took place from six to nine.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Suddenly, there arrived two inspectors from the INS.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The soup cooks, thickens.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I gave money to the charity.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John asked.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I saw even the student.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John whispered Mary left.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary wonders that Bill will come.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Sophie will theater.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John finished the cake and drank the lemonade.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Herself likes Mary's mother.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Each of the boys fought with some of the other boys.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John's mother likes himself.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary revealed himself to John.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary believes that Bill saw himself.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John heard that they criticized themselves.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Mary thinks that she is smart.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Henry found that Bill is sad.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John considers himself proud of Mary.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "You should sit before there.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "There is a nurse available.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Everyone hopes everyone to sleep.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Everyone hopes that he will sleep.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Only Churchill remembered Churchill giving the Blood, Sweat and Tears speech.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "John promise Mary to shave himself.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "John convinced Bill that Mary should sleep.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I saw Bill while you did so Mary.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "What Mary did Bill was give a book.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The bears sniffed",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "to steal talismans from witches is dangerous",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Anson demonized",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "You kicked yourselves",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The book that I said that I'd never read.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Anson demonized up the Khyber",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It is not true that I might be going to the party.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Kick you!",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Jason persuaded the doctor to treat Medea",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Who did you get an accurate description of?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The Peter we all like was at the party",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The government's imposition of a fine.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Did Athena help us?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "You wanted to meet the man I saw.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Anson demonized David every day",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "There is a programme about Euripides on a Radio 4 tonight?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Medea denied poisoning the phoenix.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The elixir was hidden in a hole in the ground",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Extremely frantically, Anson danced at Trade",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "What did you ask who Medea gave?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It's Anson that I like",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Medea tried the nurse to poison her children.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I felt that I know you.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Will he can do it?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I ate that she was happy",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Anson believed himself to be handsome.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "We arrived about six o'clock",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Gilgamesh is having fought the dragon.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Anson thought that himself was happy.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Fortunately Hermione passed biology",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I might be not going to the party but washing my hair",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I thought he liked myself",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "The butler sent the poison to Dinah.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Jason happens to appear to seem to be sick.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "What did you ask who saw?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "We linguists love to argue",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "He can will go",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "How fierce the battle?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "Which king did you ask which city invaded?",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "It is some disgruntled old pigs in those ditches that humans love to eat.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "That banana is eating the monkey.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Burn them!",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "It stinks that Aphrodite is omnipotent.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Agamemnon seems to be a maniac",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Will Anson come to the party?",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I wondered who Medea had poisoned.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "I inquired when could we leave.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "They kicked them",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The monkey is ate the banana",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I would like to could swim",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I kicked myself",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "The bookcase ran",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
},
{
"instance": "I shaved myself.",
"annotations": {
"grammaticality": {
"mean_human": 1
}
}
},
{
"instance": "Anson became a muscle bound.",
"annotations": {
"grammaticality": {
"mean_human": 0
}
}
}
] |
No dataset card yet
New: Create and edit this dataset card directly on the website!
Contribute a Dataset Card- Downloads last month
- 5