id
stringlengths
32
32
text
stringlengths
28
201
sentences
list
coref_chains
sequence
genre
stringclasses
1 value
meta_data
dict
0a2d5e008aa3889b17baeff273000610
The bee landed on the flower because it had pollen.
[ { "end_char": 51, "id": 1, "speaker": null, "start_char": 0, "text": "The bee landed on the flower because it had pollen.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bee", "start_char": 4, "text": "bee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "land", "start_char": 8, "text": "landed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 17, "feats": null, "head": 6, "id": 4, "lemma": "on", "start_char": 15, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 21, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 18, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "flower", "start_char": 22, "text": "flower", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 9, "id": 7, "lemma": "because", "start_char": 29, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "it", "start_char": 37, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "have", "start_char": 40, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 50, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "pollen", "start_char": 44, "text": "pollen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 3, "id": 11, "lemma": ".", "start_char": 50, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
a5a04fd1a85262c3d9c92f16ebf6d053
The bee landed on the flower because it wanted pollen.
[ { "end_char": 54, "id": 1, "speaker": null, "start_char": 0, "text": "The bee landed on the flower because it wanted pollen.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bee", "start_char": 4, "text": "bee", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "land", "start_char": 8, "text": "landed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 17, "feats": null, "head": 6, "id": 4, "lemma": "on", "start_char": 15, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 21, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 18, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "flower", "start_char": 22, "text": "flower", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 9, "id": 7, "lemma": "because", "start_char": 29, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "it", "start_char": 37, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "want", "start_char": 40, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 53, "feats": "Number=Sing", "head": 9, "id": 10, "lemma": "pollen", "start_char": 47, "text": "pollen", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 54, "feats": null, "head": 3, "id": 11, "lemma": ".", "start_char": 53, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 7, 7 ] ], [ [ 0, 4, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
3ef9f12ad82b2bc21969b657cf940c06
When Debbie splashed Tina, she got in trouble.
[ { "end_char": 46, "id": 1, "speaker": null, "start_char": 0, "text": "When Debbie splashed Tina, she got in trouble.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "start_char": 0, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Debbie", "start_char": 5, "text": "Debbie", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "splash", "start_char": 12, "text": "splashed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Tina", "start_char": 21, "text": "Tina", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 26, "feats": null, "head": 7, "id": 5, "lemma": ",", "start_char": 25, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 30, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "she", "start_char": 27, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "get", "start_char": 31, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 37, "feats": null, "head": 9, "id": 8, "lemma": "in", "start_char": 35, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 45, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "trouble", "start_char": 38, "text": "trouble", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 7, "id": 10, "lemma": ".", "start_char": 45, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 5, 5 ] ], [ [ 0, 3, 3 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
707c6edcef7d695800ee1ba2d6ec3a7d
When Debbie splashed Tina, she got wet.
[ { "end_char": 39, "id": 1, "speaker": null, "start_char": 0, "text": "When Debbie splashed Tina, she got wet.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": "PronType=Int", "head": 3, "id": 1, "lemma": "when", "start_char": 0, "text": "When", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Debbie", "start_char": 5, "text": "Debbie", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "splash", "start_char": 12, "text": "splashed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Tina", "start_char": 21, "text": "Tina", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 26, "feats": null, "head": 7, "id": 5, "lemma": ",", "start_char": 25, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 30, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "she", "start_char": 27, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 7, "lemma": "get", "start_char": 31, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 38, "feats": "Degree=Pos", "head": 7, "id": 8, "lemma": "wet", "start_char": 35, "text": "wet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 7, "id": 9, "lemma": ".", "start_char": 38, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 3, 3 ], [ 0, 5, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
6490eaf742d9e7849b6ad219a5903bd5
The bus driver yelled at a kid after she drove her vehicle.
[ { "end_char": 59, "id": 1, "speaker": null, "start_char": 0, "text": "The bus driver yelled at a kid after she drove her vehicle.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bus", "start_char": 4, "text": "bus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 14, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "driver", "start_char": 8, "text": "driver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 21, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "yell", "start_char": 15, "text": "yelled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 24, "feats": null, "head": 7, "id": 5, "lemma": "at", "start_char": 22, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 26, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "start_char": 25, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "kid", "start_char": 27, "text": "kid", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 10, "id": 8, "lemma": "after", "start_char": 31, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 40, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "she", "start_char": 37, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 10, "lemma": "drive", "start_char": 41, "text": "drove", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 50, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "her", "start_char": 47, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 58, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "vehicle", "start_char": 51, "text": "vehicle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 4, "id": 13, "lemma": ".", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 2 ], [ 0, 8, 8 ] ], [ [ 0, 5, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
9b5131ae060a3885a1e53fbdf5da43c5
The bus driver yelled at a kid after she broke a window.
[ { "end_char": 56, "id": 1, "speaker": null, "start_char": 0, "text": "The bus driver yelled at a kid after she broke a window.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bus", "start_char": 4, "text": "bus", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 14, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "driver", "start_char": 8, "text": "driver", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 21, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "yell", "start_char": 15, "text": "yelled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 24, "feats": null, "head": 7, "id": 5, "lemma": "at", "start_char": 22, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 26, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "start_char": 25, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "kid", "start_char": 27, "text": "kid", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 10, "id": 8, "lemma": "after", "start_char": 31, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 40, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "she", "start_char": 37, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 10, "lemma": "break", "start_char": 41, "text": "broke", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 48, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "start_char": 47, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 55, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "window", "start_char": 49, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 4, "id": 13, "lemma": ".", "start_char": 55, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 2 ] ], [ [ 0, 5, 6 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
6c279f0d5ad0329f676d8eeadc0a800f
Jimbo was running from Bobbert because he smelled awful.
[ { "end_char": 56, "id": 1, "speaker": null, "start_char": 0, "text": "Jimbo was running from Bobbert because he smelled awful.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Jimbo", "start_char": 0, "text": "Jimbo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 6, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 17, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "run", "start_char": 10, "text": "running", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 5, "id": 4, "lemma": "from", "start_char": 18, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Bobbert", "start_char": 23, "text": "Bobbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 38, "feats": null, "head": 8, "id": 6, "lemma": "because", "start_char": 31, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 41, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "he", "start_char": 39, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 49, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "smell", "start_char": 42, "text": "smelled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 55, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "awful", "start_char": 50, "text": "awful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 55, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
3508dfc02f5d449100f785f02da78d28
Jimbo was running from Bobbert because he wanted to get to the car first.
[ { "end_char": 73, "id": 1, "speaker": null, "start_char": 0, "text": "Jimbo was running from Bobbert because he wanted to get to the car first.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Jimbo", "start_char": 0, "text": "Jimbo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 6, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 17, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "run", "start_char": 10, "text": "running", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 5, "id": 4, "lemma": "from", "start_char": 18, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Bobbert", "start_char": 23, "text": "Bobbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 38, "feats": null, "head": 8, "id": 6, "lemma": "because", "start_char": 31, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 41, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "he", "start_char": 39, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "want", "start_char": 42, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 51, "feats": null, "head": 10, "id": 9, "lemma": "to", "start_char": 49, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 55, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "get", "start_char": 52, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 58, "feats": null, "head": 13, "id": 11, "lemma": "to", "start_char": 56, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 62, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "start_char": 59, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 66, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "car", "start_char": 63, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 72, "feats": "NumType=Ord", "head": 10, "id": 14, "lemma": "first", "start_char": 67, "text": "first", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 3, "id": 15, "lemma": ".", "start_char": 72, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
96995e6f51fa148de134a896b83fb16a
Jimbo attacked Bobbert because he stole an elephant from the zoo.
[ { "end_char": 65, "id": 1, "speaker": null, "start_char": 0, "text": "Jimbo attacked Bobbert because he stole an elephant from the zoo.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jimbo", "start_char": 0, "text": "Jimbo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "attack", "start_char": 6, "text": "attacked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Bobbert", "start_char": 15, "text": "Bobbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 30, "feats": null, "head": 6, "id": 4, "lemma": "because", "start_char": 23, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "start_char": 31, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 39, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "steal", "start_char": 34, "text": "stole", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 42, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "start_char": 40, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 51, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "elephant", "start_char": 43, "text": "elephant", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 56, "feats": null, "head": 11, "id": 9, "lemma": "from", "start_char": 52, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 60, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "start_char": 57, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 64, "feats": "Number=Sing", "head": 6, "id": 11, "lemma": "zoo", "start_char": 61, "text": "zoo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 65, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 64, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
d4b2356c27ac2def6f3ceb4e48d7edbd
Jimbo attacked Bobbert because he could not control his rage.
[ { "end_char": 61, "id": 1, "speaker": null, "start_char": 0, "text": "Jimbo attacked Bobbert because he could not control his rage.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jimbo", "start_char": 0, "text": "Jimbo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "attack", "start_char": 6, "text": "attacked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Bobbert", "start_char": 15, "text": "Bobbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 30, "feats": null, "head": 8, "id": 4, "lemma": "because", "start_char": 23, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "he", "start_char": 31, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 39, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "could", "start_char": 34, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 43, "feats": null, "head": 8, "id": 7, "lemma": "not", "start_char": 40, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 51, "feats": "VerbForm=Inf", "head": 2, "id": 8, "lemma": "control", "start_char": 44, "text": "control", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 55, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 10, "id": 9, "lemma": "his", "start_char": 52, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 60, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "rage", "start_char": 56, "text": "rage", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 61, "feats": null, "head": 2, "id": 11, "lemma": ".", "start_char": 60, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
e5fdf77685f72d0bf29febeafa870aff
Jimbo was afraid of Bobbert because she gets scared around new people.
[ { "end_char": 70, "id": 1, "speaker": null, "start_char": 0, "text": "Jimbo was afraid of Bobbert because she gets scared around new people.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Jimbo", "start_char": 0, "text": "Jimbo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 6, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 16, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "afraid", "start_char": 10, "text": "afraid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "of", "start_char": 17, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 27, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Bobbert", "start_char": 20, "text": "Bobbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 35, "feats": null, "head": 8, "id": 6, "lemma": "because", "start_char": 28, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "she", "start_char": 36, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 44, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "get", "start_char": 40, "text": "gets", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 51, "feats": "Degree=Pos", "head": 8, "id": 9, "lemma": "scared", "start_char": 45, "text": "scared", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 58, "feats": null, "head": 12, "id": 10, "lemma": "around", "start_char": 52, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "amod", "end_char": 62, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "new", "start_char": 59, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 69, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "person", "start_char": 63, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 70, "feats": null, "head": 3, "id": 13, "lemma": ".", "start_char": 69, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
63d038ef4a6e6b2753cd725fbc310d62
Jimbo was afraid of Bobbert because she was running around with a bloody spear.
[ { "end_char": 79, "id": 1, "speaker": null, "start_char": 0, "text": "Jimbo was afraid of Bobbert because she was running around with a bloody spear.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Jimbo", "start_char": 0, "text": "Jimbo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 6, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 16, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "afraid", "start_char": 10, "text": "afraid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "of", "start_char": 17, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 27, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Bobbert", "start_char": 20, "text": "Bobbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 35, "feats": null, "head": 9, "id": 6, "lemma": "because", "start_char": 28, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "she", "start_char": 36, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "start_char": 40, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 51, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 9, "lemma": "run", "start_char": 44, "text": "running", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 58, "feats": null, "head": 9, "id": 10, "lemma": "around", "start_char": 52, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 63, "feats": null, "head": 14, "id": 11, "lemma": "with", "start_char": 59, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 65, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "start_char": 64, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 72, "feats": "Degree=Pos", "head": 14, "id": 13, "lemma": "bloody", "start_char": 66, "text": "bloody", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 78, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "spear", "start_char": 73, "text": "spear", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 3, "id": 15, "lemma": ".", "start_char": 78, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
5d119755fc136602e6c144930962386a
The man stole the neighbor's bike because he needed one.
[ { "end_char": 56, "id": 1, "speaker": null, "start_char": 0, "text": "The man stole the neighbor's bike because he needed one.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "man", "start_char": 4, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "steal", "start_char": 8, "text": "stole", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 17, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 14, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "neighbor", "start_char": 18, "text": "neighbor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 5, "id": 6, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 33, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "bike", "start_char": 29, "text": "bike", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 41, "feats": null, "head": 10, "id": 8, "lemma": "because", "start_char": 34, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 44, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "start_char": 42, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "need", "start_char": 45, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 55, "feats": "NumForm=Word|NumType=Card", "head": 10, "id": 11, "lemma": "one", "start_char": 52, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 55, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 8, 8 ] ], [ [ 0, 3, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
732b4d97c2006906234e89ddcda35a34
The man stole the neighbor's bike because he had one extra.
[ { "end_char": 59, "id": 1, "speaker": null, "start_char": 0, "text": "The man stole the neighbor's bike because he had one extra.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "man", "start_char": 4, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "steal", "start_char": 8, "text": "stole", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 17, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 14, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "neighbor", "start_char": 18, "text": "neighbor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 5, "id": 6, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 33, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "bike", "start_char": 29, "text": "bike", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 41, "feats": null, "head": 10, "id": 8, "lemma": "because", "start_char": 34, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 44, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "start_char": 42, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "have", "start_char": 45, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nummod", "end_char": 52, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "one", "start_char": 49, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 58, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "extra", "start_char": 53, "text": "extra", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 3, "id": 13, "lemma": ".", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 5 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
5e61957bba1d98a3d6e7c1dfa75cdc10
The bird ate the pie and it died.
[ { "end_char": 33, "id": 1, "speaker": null, "start_char": 0, "text": "The bird ate the pie and it died.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bird", "start_char": 4, "text": "bird", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "eat", "start_char": 9, "text": "ate", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 16, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 13, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 20, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "pie", "start_char": 17, "text": "pie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 24, "feats": null, "head": 8, "id": 6, "lemma": "and", "start_char": 21, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 27, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "it", "start_char": 25, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 32, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "die", "start_char": 28, "text": "died", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 33, "feats": null, "head": 3, "id": 9, "lemma": ".", "start_char": 32, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 6, 6 ] ], [ [ 0, 3, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
4c65e20ff981f55d9e70e627a6104284
The bird ate the pie and it was ruined.
[ { "end_char": 39, "id": 1, "speaker": null, "start_char": 0, "text": "The bird ate the pie and it was ruined.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bird", "start_char": 4, "text": "bird", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "eat", "start_char": 9, "text": "ate", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 16, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 13, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 20, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "pie", "start_char": 17, "text": "pie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 24, "feats": null, "head": 9, "id": 6, "lemma": "and", "start_char": 21, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 27, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "it", "start_char": 25, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 31, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "start_char": 28, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 38, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 9, "lemma": "ruin", "start_char": 32, "text": "ruined", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 38, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
f17c90cb3cb25c1ebd86449d91e2ea53
The bird perched on the limb and it bent.
[ { "end_char": 41, "id": 1, "speaker": null, "start_char": 0, "text": "The bird perched on the limb and it bent.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bird", "start_char": 4, "text": "bird", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "perch", "start_char": 9, "text": "perched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 6, "id": 4, "lemma": "on", "start_char": 17, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 23, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 20, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "limb", "start_char": 24, "text": "limb", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 32, "feats": null, "head": 9, "id": 7, "lemma": "and", "start_char": 29, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "it", "start_char": 33, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "bend", "start_char": 36, "text": "bent", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 41, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 40, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
60a5dc27a64e1804145880f7abf17f3e
The bird perched on the limb and it sang.
[ { "end_char": 41, "id": 1, "speaker": null, "start_char": 0, "text": "The bird perched on the limb and it sang.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "bird", "start_char": 4, "text": "bird", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "perch", "start_char": 9, "text": "perched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 6, "id": 4, "lemma": "on", "start_char": 17, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 23, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 20, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "limb", "start_char": 24, "text": "limb", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 32, "feats": null, "head": 9, "id": 7, "lemma": "and", "start_char": 29, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "it", "start_char": 33, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "sing", "start_char": 36, "text": "sang", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 41, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 40, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 7, 7 ] ], [ [ 0, 4, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
7441a93a3741f9984902962dd84f0b6b
Mary cleaned Susan's room and she was thankful.
[ { "end_char": 47, "id": 1, "speaker": null, "start_char": 0, "text": "Mary cleaned Susan's room and she was thankful.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Mary", "start_char": 0, "text": "Mary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "clean", "start_char": 5, "text": "cleaned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Susan", "start_char": 13, "text": "Susan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 20, "feats": null, "head": 3, "id": 4, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "room", "start_char": 21, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 29, "feats": null, "head": 9, "id": 6, "lemma": "and", "start_char": 26, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "she", "start_char": 30, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 37, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "start_char": 34, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 46, "feats": "Degree=Pos", "head": 2, "id": 9, "lemma": "thankful", "start_char": 38, "text": "thankful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 47, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 46, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 3 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
e2c13aee46697d7253679cab20f1ac52
Mary cleaned Susan's room and she asked a favor.
[ { "end_char": 48, "id": 1, "speaker": null, "start_char": 0, "text": "Mary cleaned Susan's room and she asked a favor.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Mary", "start_char": 0, "text": "Mary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "clean", "start_char": 5, "text": "cleaned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Susan", "start_char": 13, "text": "Susan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 20, "feats": null, "head": 3, "id": 4, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "room", "start_char": 21, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 29, "feats": null, "head": 8, "id": 6, "lemma": "and", "start_char": 26, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "she", "start_char": 30, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 39, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "ask", "start_char": 34, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 41, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "start_char": 40, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 47, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "favor", "start_char": 42, "text": "favor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 48, "feats": null, "head": 2, "id": 11, "lemma": ".", "start_char": 47, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 2, 3 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
5361e8431355e329930736bb1161d60e
Mary stabbed Jennifer, so John took her to the hospital.
[ { "end_char": 56, "id": 1, "speaker": null, "start_char": 0, "text": "Mary stabbed Jennifer, so John took her to the hospital.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Mary", "start_char": 0, "text": "Mary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "stab", "start_char": 5, "text": "stabbed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Jennifer", "start_char": 13, "text": "Jennifer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 22, "feats": null, "head": 7, "id": 4, "lemma": ",", "start_char": 21, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 7, "id": 5, "lemma": "so", "start_char": 23, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 30, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "John", "start_char": 26, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "parataxis", "end_char": 35, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "take", "start_char": 31, "text": "took", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 39, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 8, "lemma": "her", "start_char": 36, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 42, "feats": null, "head": 11, "id": 9, "lemma": "to", "start_char": 40, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 46, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "start_char": 43, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 55, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "hospital", "start_char": 47, "text": "hospital", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 55, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
50a14527bc613540fb667d034d34cd33
Mary stabbed Jennifer, so John reported her to the police.
[ { "end_char": 58, "id": 1, "speaker": null, "start_char": 0, "text": "Mary stabbed Jennifer, so John reported her to the police.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Mary", "start_char": 0, "text": "Mary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "stab", "start_char": 5, "text": "stabbed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Jennifer", "start_char": 13, "text": "Jennifer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 22, "feats": null, "head": 2, "id": 4, "lemma": ",", "start_char": 21, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 7, "id": 5, "lemma": "so", "start_char": 23, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 30, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "John", "start_char": 26, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "parataxis", "end_char": 39, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "report", "start_char": 31, "text": "reported", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 43, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 8, "lemma": "her", "start_char": 40, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 11, "id": 9, "lemma": "to", "start_char": 44, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 50, "feats": "Definite=Def|PronType=Art", "head": 11, "id": 10, "lemma": "the", "start_char": 47, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 57, "feats": "Number=Sing", "head": 7, "id": 11, "lemma": "police", "start_char": 51, "text": "police", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 58, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 57, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b22ba594407877bf82ee3a684f5364d8
Lions eat zebras because they are predators.
[ { "end_char": 44, "id": 1, "speaker": null, "start_char": 0, "text": "Lions eat zebras because they are predators.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "lion", "start_char": 0, "text": "Lions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "eat", "start_char": 6, "text": "eat", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "zebra", "start_char": 10, "text": "zebras", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 24, "feats": null, "head": 7, "id": 4, "lemma": "because", "start_char": 17, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 29, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "they", "start_char": 25, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 33, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "start_char": 30, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 43, "feats": "Number=Plur", "head": 2, "id": 7, "lemma": "predator", "start_char": 34, "text": "predators", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 44, "feats": null, "head": 2, "id": 8, "lemma": ".", "start_char": 43, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b8d9b6f07d19944b89973cba85521da3
Lions eat zebras because they are meaty.
[ { "end_char": 40, "id": 1, "speaker": null, "start_char": 0, "text": "Lions eat zebras because they are meaty.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Plur", "head": 2, "id": 1, "lemma": "lion", "start_char": 0, "text": "Lions", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "eat", "start_char": 6, "text": "eat", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Plur", "head": 2, "id": 3, "lemma": "zebra", "start_char": 10, "text": "zebras", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 24, "feats": null, "head": 7, "id": 4, "lemma": "because", "start_char": 17, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 29, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "they", "start_char": 25, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 33, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "start_char": 30, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 39, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "meaty", "start_char": 34, "text": "meaty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 40, "feats": null, "head": 2, "id": 8, "lemma": ".", "start_char": 39, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b3cfd69786d851a93c33c7407adef766
The coach criticized the player because he did not adhere to the team's formation.
[ { "end_char": 82, "id": 1, "speaker": null, "start_char": 0, "text": "The coach criticized the player because he did not adhere to the team's formation.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "coach", "start_char": 4, "text": "coach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "criticize", "start_char": 10, "text": "criticized", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 24, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 21, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "player", "start_char": 25, "text": "player", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 39, "feats": null, "head": 10, "id": 6, "lemma": "because", "start_char": 32, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "he", "start_char": 40, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "do", "start_char": 43, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 50, "feats": null, "head": 10, "id": 9, "lemma": "not", "start_char": 47, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 57, "feats": "VerbForm=Inf", "head": 3, "id": 10, "lemma": "adhere", "start_char": 51, "text": "adhere", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 60, "feats": null, "head": 15, "id": 11, "lemma": "to", "start_char": 58, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 64, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "start_char": 61, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "team", "start_char": 65, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 71, "feats": null, "head": 13, "id": 14, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 81, "feats": "Number=Sing", "head": 10, "id": 15, "lemma": "formation", "start_char": 72, "text": "formation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 82, "feats": null, "head": 3, "id": 16, "lemma": ".", "start_char": 81, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
0348840d64506cfa876ad4e520b2bb01
The coach criticized the player because he explicitly told everyone not to break the team's formation.
[ { "end_char": 102, "id": 1, "speaker": null, "start_char": 0, "text": "The coach criticized the player because he explicitly told everyone not to break the team's formation.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "coach", "start_char": 4, "text": "coach", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "criticize", "start_char": 10, "text": "criticized", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 24, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 21, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "player", "start_char": 25, "text": "player", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 39, "feats": null, "head": 9, "id": 6, "lemma": "because", "start_char": 32, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "he", "start_char": 40, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 53, "feats": null, "head": 9, "id": 8, "lemma": "explicitly", "start_char": 43, "text": "explicitly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 58, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "tell", "start_char": 54, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 67, "feats": "Number=Sing|PronType=Tot", "head": 9, "id": 10, "lemma": "everyone", "start_char": 59, "text": "everyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "advmod", "end_char": 71, "feats": null, "head": 13, "id": 11, "lemma": "not", "start_char": 68, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 74, "feats": null, "head": 13, "id": 12, "lemma": "to", "start_char": 72, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 80, "feats": "VerbForm=Inf", "head": 9, "id": 13, "lemma": "break", "start_char": 75, "text": "break", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 84, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "start_char": 81, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "team", "start_char": 85, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 91, "feats": null, "head": 15, "id": 16, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 101, "feats": "Number=Sing", "head": 13, "id": 17, "lemma": "formation", "start_char": 92, "text": "formation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 102, "feats": null, "head": 3, "id": 18, "lemma": ".", "start_char": 101, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 6, 6 ] ], [ [ 0, 3, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
a34b7248273052689b7a63e88d6b7c2b
The academic clubs lost their members because they were poorly funded.
[ { "end_char": 70, "id": 1, "speaker": null, "start_char": 0, "text": "The academic clubs lost their members because they were poorly funded.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 12, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "academic", "start_char": 4, "text": "academic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 18, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "club", "start_char": 13, "text": "clubs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 23, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "lose", "start_char": 19, "text": "lost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 29, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "their", "start_char": 24, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 37, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "member", "start_char": 30, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 11, "id": 7, "lemma": "because", "start_char": 38, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 50, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "they", "start_char": 46, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 55, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "start_char": 51, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 62, "feats": null, "head": 11, "id": 10, "lemma": "poorly", "start_char": 56, "text": "poorly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 69, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 11, "lemma": "fund", "start_char": 63, "text": "funded", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 70, "feats": null, "head": 4, "id": 12, "lemma": ".", "start_char": 69, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 2 ], [ 0, 7, 7 ] ], [ [ 0, 4, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
fa3c07f01d692aaa1a8ea72a2d2f8a80
The academic clubs lost their members because they did not have free time.
[ { "end_char": 74, "id": 1, "speaker": null, "start_char": 0, "text": "The academic clubs lost their members because they did not have free time.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 3, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 12, "feats": "Degree=Pos", "head": 3, "id": 2, "lemma": "academic", "start_char": 4, "text": "academic", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 18, "feats": "Number=Plur", "head": 4, "id": 3, "lemma": "club", "start_char": 13, "text": "clubs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 23, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "lose", "start_char": 19, "text": "lost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 29, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 6, "id": 5, "lemma": "their", "start_char": 24, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 37, "feats": "Number=Plur", "head": 4, "id": 6, "lemma": "member", "start_char": 30, "text": "members", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 11, "id": 7, "lemma": "because", "start_char": 38, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 50, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "they", "start_char": 46, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 54, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "do", "start_char": 51, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 58, "feats": null, "head": 11, "id": 10, "lemma": "not", "start_char": 55, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 63, "feats": "VerbForm=Inf", "head": 4, "id": 11, "lemma": "have", "start_char": 59, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "amod", "end_char": 68, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "free", "start_char": 64, "text": "free", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 73, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "time", "start_char": 69, "text": "time", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 4, "id": 14, "lemma": ".", "start_char": 73, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 2 ] ], [ [ 0, 4, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
771ae3ebbfec018f48db50c9673d0ec9
James asked Robert for a favor, but he refused.
[ { "end_char": 47, "id": 1, "speaker": null, "start_char": 0, "text": "James asked Robert for a favor, but he refused.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "James", "start_char": 0, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "ask", "start_char": 6, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Robert", "start_char": 12, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 6, "id": 4, "lemma": "for", "start_char": 19, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 24, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "start_char": 23, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "favor", "start_char": 25, "text": "favor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 31, "feats": null, "head": 10, "id": 7, "lemma": ",", "start_char": 30, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 35, "feats": null, "head": 10, "id": 8, "lemma": "but", "start_char": 32, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 38, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "start_char": 36, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 10, "lemma": "refuse", "start_char": 39, "text": "refused", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 47, "feats": null, "head": 2, "id": 11, "lemma": ".", "start_char": 46, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
c2c47b00da04ed84d17a406277995a3f
James asked Robert for a favor, but he was refused.
[ { "end_char": 51, "id": 1, "speaker": null, "start_char": 0, "text": "James asked Robert for a favor, but he was refused.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "James", "start_char": 0, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "ask", "start_char": 6, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Robert", "start_char": 12, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 6, "id": 4, "lemma": "for", "start_char": 19, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 24, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "start_char": 23, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "favor", "start_char": 25, "text": "favor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 31, "feats": null, "head": 11, "id": 7, "lemma": ",", "start_char": 30, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 35, "feats": null, "head": 11, "id": 8, "lemma": "but", "start_char": 32, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 38, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "start_char": 36, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 42, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "start_char": 39, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 50, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 11, "lemma": "refuse", "start_char": 43, "text": "refused", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 50, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
3f69a6235bc44674b6332b275890b71d
The teacher did not recommend William because he was not a good student.
[ { "end_char": 72, "id": 1, "speaker": null, "start_char": 0, "text": "The teacher did not recommend William because he was not a good student.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "teacher", "start_char": 4, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "start_char": 12, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "not", "start_char": 16, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 29, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "recommend", "start_char": 20, "text": "recommend", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 37, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "William", "start_char": 30, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 13, "id": 7, "lemma": "because", "start_char": 38, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 48, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 8, "lemma": "he", "start_char": 46, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 52, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 9, "lemma": "be", "start_char": 49, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 56, "feats": null, "head": 13, "id": 10, "lemma": "not", "start_char": 53, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 58, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "start_char": 57, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 63, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "good", "start_char": 59, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 71, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "student", "start_char": 64, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 72, "feats": null, "head": 5, "id": 14, "lemma": ".", "start_char": 71, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 5, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
373a873e6c8755ddbd4e34bc755cebba
The teacher did not recommend William because he had high standards.
[ { "end_char": 68, "id": 1, "speaker": null, "start_char": 0, "text": "The teacher did not recommend William because he had high standards.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "teacher", "start_char": 4, "text": "teacher", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "start_char": 12, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "not", "start_char": 16, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 29, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "recommend", "start_char": 20, "text": "recommend", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 37, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "William", "start_char": 30, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 9, "id": 7, "lemma": "because", "start_char": 38, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 48, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "start_char": 46, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 52, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 9, "lemma": "have", "start_char": 49, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "amod", "end_char": 57, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "high", "start_char": 53, "text": "high", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 67, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "standard", "start_char": 58, "text": "standards", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 68, "feats": null, "head": 5, "id": 12, "lemma": ".", "start_char": 67, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 7, 7 ] ], [ [ 0, 5, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
88e7920b53f75b3aba390da4625caf55
The doctor told Susan that she had cancer.
[ { "end_char": 42, "id": 1, "speaker": null, "start_char": 0, "text": "The doctor told Susan that she had cancer.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "doctor", "start_char": 4, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "tell", "start_char": 11, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 21, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Susan", "start_char": 16, "text": "Susan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 26, "feats": null, "head": 7, "id": 5, "lemma": "that", "start_char": 22, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 30, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "she", "start_char": 27, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 7, "lemma": "have", "start_char": 31, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 41, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "cancer", "start_char": 35, "text": "cancer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 3, "id": 9, "lemma": ".", "start_char": 41, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 3 ], [ 0, 5, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
43c7172720cb7346723f43eb61943c3a
The doctor told Susan that she had been busy.
[ { "end_char": 45, "id": 1, "speaker": null, "start_char": 0, "text": "The doctor told Susan that she had been busy.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "doctor", "start_char": 4, "text": "doctor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "tell", "start_char": 11, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 21, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Susan", "start_char": 16, "text": "Susan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 26, "feats": null, "head": 9, "id": 5, "lemma": "that", "start_char": 22, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 30, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "she", "start_char": 27, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 7, "lemma": "have", "start_char": 31, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "cop", "end_char": 39, "feats": "Tense=Past|VerbForm=Part", "head": 9, "id": 8, "lemma": "be", "start_char": 35, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "ccomp", "end_char": 44, "feats": "Degree=Pos", "head": 3, "id": 9, "lemma": "busy", "start_char": 40, "text": "busy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 45, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 44, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 5, 5 ] ], [ [ 0, 3, 3 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
f3894c129097a7ebc0eb9c58d02f2115
The professor grading the student's paper said that he was stupid.
[ { "end_char": 66, "id": 1, "speaker": null, "start_char": 0, "text": "The professor grading the student's paper said that he was stupid.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 13, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "professor", "start_char": 4, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 21, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "grade", "start_char": 14, "text": "grading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 25, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 22, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "student", "start_char": 26, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 35, "feats": null, "head": 5, "id": 6, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 41, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "paper", "start_char": 36, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "say", "start_char": 42, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 51, "feats": null, "head": 12, "id": 9, "lemma": "that", "start_char": 47, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 54, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "start_char": 52, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 58, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "start_char": 55, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 65, "feats": "Degree=Pos", "head": 8, "id": 12, "lemma": "stupid", "start_char": 59, "text": "stupid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 8, "id": 13, "lemma": ".", "start_char": 65, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 5 ], [ 0, 9, 9 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
42691b9ee7ddbbf0e52634a87ae9f706
The professor grading the student's paper said that he loved it.
[ { "end_char": 64, "id": 1, "speaker": null, "start_char": 0, "text": "The professor grading the student's paper said that he loved it.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 13, "feats": "Number=Sing", "head": 8, "id": 2, "lemma": "professor", "start_char": 4, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 21, "feats": "VerbForm=Ger", "head": 2, "id": 3, "lemma": "grade", "start_char": 14, "text": "grading", "upos": "VERB", "xpos": "VBG" }, { "deprel": "det", "end_char": 25, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 22, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "student", "start_char": 26, "text": "student", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 35, "feats": null, "head": 5, "id": 6, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 41, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "paper", "start_char": 36, "text": "paper", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "say", "start_char": 42, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 51, "feats": null, "head": 11, "id": 9, "lemma": "that", "start_char": 47, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 54, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "he", "start_char": 52, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 60, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 11, "lemma": "love", "start_char": 55, "text": "loved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 63, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "it", "start_char": 61, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 64, "feats": null, "head": 8, "id": 13, "lemma": ".", "start_char": 63, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 9, 9 ] ], [ [ 0, 3, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b8c74bb6e3d7d80d3b37d0a501cee834
Jeremy annoyed Justin so he can leave the room.
[ { "end_char": 47, "id": 1, "speaker": null, "start_char": 0, "text": "Jeremy annoyed Justin so he can leave the room.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jeremy", "start_char": 0, "text": "Jeremy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "annoy", "start_char": 7, "text": "annoyed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Justin", "start_char": 15, "text": "Justin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 24, "feats": null, "head": 7, "id": 4, "lemma": "so", "start_char": 22, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 27, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "he", "start_char": 25, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 31, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "can", "start_char": 28, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 37, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "leave", "start_char": 32, "text": "leave", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 41, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "start_char": 38, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 46, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "room", "start_char": 42, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 47, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 46, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
51d8f369070e6c297038afc201e76020
Jeremy annoyed Justin so he can have the room.
[ { "end_char": 46, "id": 1, "speaker": null, "start_char": 0, "text": "Jeremy annoyed Justin so he can have the room.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jeremy", "start_char": 0, "text": "Jeremy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "annoy", "start_char": 7, "text": "annoyed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Justin", "start_char": 15, "text": "Justin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 24, "feats": null, "head": 7, "id": 4, "lemma": "so", "start_char": 22, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 27, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "he", "start_char": 25, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 31, "feats": "VerbForm=Fin", "head": 7, "id": 6, "lemma": "can", "start_char": 28, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 36, "feats": "VerbForm=Inf", "head": 2, "id": 7, "lemma": "have", "start_char": 32, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 40, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "start_char": 37, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 45, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "room", "start_char": 41, "text": "room", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 45, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
d6efdc6e22597650765353b16d2bf6a2
Paula liked Ness more than Pokey because he was nice to her.
[ { "end_char": 60, "id": 1, "speaker": null, "start_char": 0, "text": "Paula liked Ness more than Pokey because he was nice to her.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Paula", "start_char": 0, "text": "Paula", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "like", "start_char": 6, "text": "liked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Ness", "start_char": 12, "text": "Ness", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 21, "feats": "Degree=Cmp", "head": 2, "id": 4, "lemma": "more", "start_char": 17, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 6, "id": 5, "lemma": "than", "start_char": 22, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 32, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Pokey", "start_char": 27, "text": "Pokey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 40, "feats": null, "head": 10, "id": 7, "lemma": "because", "start_char": 33, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 43, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "he", "start_char": 41, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 47, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "start_char": 44, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 52, "feats": "Degree=Pos", "head": 2, "id": 10, "lemma": "nice", "start_char": 48, "text": "nice", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 55, "feats": null, "head": 12, "id": 11, "lemma": "to", "start_char": 53, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 59, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 12, "lemma": "her", "start_char": 56, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 2, "id": 13, "lemma": ".", "start_char": 59, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 7, 7 ] ], [ [ 0, 5, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
741c815a28838019b1750559a7cdcdc6
Paula liked Ness more than Pokey because he was mean to her.
[ { "end_char": 60, "id": 1, "speaker": null, "start_char": 0, "text": "Paula liked Ness more than Pokey because he was mean to her.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Paula", "start_char": 0, "text": "Paula", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "like", "start_char": 6, "text": "liked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Ness", "start_char": 12, "text": "Ness", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 21, "feats": "Degree=Cmp", "head": 2, "id": 4, "lemma": "more", "start_char": 17, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 6, "id": 5, "lemma": "than", "start_char": 22, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 32, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Pokey", "start_char": 27, "text": "Pokey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 40, "feats": null, "head": 10, "id": 7, "lemma": "because", "start_char": 33, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 43, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "he", "start_char": 41, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 47, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "start_char": 44, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 52, "feats": "Degree=Pos", "head": 2, "id": 10, "lemma": "mean", "start_char": 48, "text": "mean", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 55, "feats": null, "head": 12, "id": 11, "lemma": "to", "start_char": 53, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 59, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 12, "lemma": "her", "start_char": 56, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 2, "id": 13, "lemma": ".", "start_char": 59, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 5, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
d3b470bfc26ceb87de4cd00d2ec852c3
Rocky lost to Clubber Lang because he was not ready for the fight.
[ { "end_char": 66, "id": 1, "speaker": null, "start_char": 0, "text": "Rocky lost to Clubber Lang because he was not ready for the fight.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Rocky", "start_char": 0, "text": "Rocky", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "lose", "start_char": 6, "text": "lost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 4, "id": 3, "lemma": "to", "start_char": 11, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Clubber", "start_char": 14, "text": "Clubber", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 26, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Lang", "start_char": 22, "text": "Lang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 10, "id": 6, "lemma": "because", "start_char": 27, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 37, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "he", "start_char": 35, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "start_char": 38, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 45, "feats": null, "head": 10, "id": 9, "lemma": "not", "start_char": 42, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 51, "feats": "Degree=Pos", "head": 2, "id": 10, "lemma": "ready", "start_char": 46, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 55, "feats": null, "head": 13, "id": 11, "lemma": "for", "start_char": 52, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 59, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "start_char": 56, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 65, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "fight", "start_char": 60, "text": "fight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 2, "id": 14, "lemma": ".", "start_char": 65, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 3, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
4820a9609286ee1c9b6564e42165bc14
Rocky lost to Clubber Lang because he was ready for the fight.
[ { "end_char": 62, "id": 1, "speaker": null, "start_char": 0, "text": "Rocky lost to Clubber Lang because he was ready for the fight.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Rocky", "start_char": 0, "text": "Rocky", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "lose", "start_char": 6, "text": "lost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 4, "id": 3, "lemma": "to", "start_char": 11, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 21, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Clubber", "start_char": 14, "text": "Clubber", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 26, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Lang", "start_char": 22, "text": "Lang", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 9, "id": 6, "lemma": "because", "start_char": 27, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 37, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "he", "start_char": 35, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "start_char": 38, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 47, "feats": "Degree=Pos", "head": 2, "id": 9, "lemma": "ready", "start_char": 42, "text": "ready", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 51, "feats": null, "head": 12, "id": 10, "lemma": "for", "start_char": 48, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Def|PronType=Art", "head": 12, "id": 11, "lemma": "the", "start_char": 52, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 61, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "fight", "start_char": 56, "text": "fight", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 62, "feats": null, "head": 2, "id": 13, "lemma": ".", "start_char": 61, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b4d58d5ed3b8a78456995b850561efa5
Aaron kissed Dan because he wanted to.
[ { "end_char": 38, "id": 1, "speaker": null, "start_char": 0, "text": "Aaron kissed Dan because he wanted to.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Aaron", "start_char": 0, "text": "Aaron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "kiss", "start_char": 6, "text": "kissed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Dan", "start_char": 13, "text": "Dan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 24, "feats": null, "head": 6, "id": 4, "lemma": "because", "start_char": 17, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 27, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "start_char": 25, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "want", "start_char": 28, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 37, "feats": null, "head": 6, "id": 7, "lemma": "to", "start_char": 35, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 2, "id": 8, "lemma": ".", "start_char": 37, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
15791ce67e4d20dc7b12abbd9042198c
Aaron kissed Dan because he wanted him to.
[ { "end_char": 42, "id": 1, "speaker": null, "start_char": 0, "text": "Aaron kissed Dan because he wanted him to.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Aaron", "start_char": 0, "text": "Aaron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "kiss", "start_char": 6, "text": "kissed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 16, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Dan", "start_char": 13, "text": "Dan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 24, "feats": null, "head": 6, "id": 4, "lemma": "because", "start_char": 17, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 27, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "start_char": 25, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "want", "start_char": 28, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 38, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "he", "start_char": 35, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 41, "feats": null, "head": 6, "id": 8, "lemma": "to", "start_char": 39, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 2, "id": 9, "lemma": ".", "start_char": 41, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
874fe96bed14dd14b827a9833380a95a
The students fell asleep during the professor's lectures because they were boring.
[ { "end_char": 82, "id": 1, "speaker": null, "start_char": 0, "text": "The students fell asleep during the professor's lectures because they were boring.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "student", "start_char": 4, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 17, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "fall", "start_char": 13, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 24, "feats": null, "head": 3, "id": 4, "lemma": "asleep", "start_char": 18, "text": "asleep", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 31, "feats": null, "head": 9, "id": 5, "lemma": "during", "start_char": 25, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 35, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "start_char": 32, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "professor", "start_char": 36, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 47, "feats": null, "head": 7, "id": 8, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 56, "feats": "Number=Plur", "head": 3, "id": 9, "lemma": "lecture", "start_char": 48, "text": "lectures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 64, "feats": null, "head": 13, "id": 10, "lemma": "because", "start_char": 57, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 69, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "they", "start_char": 65, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 74, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "start_char": 70, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 81, "feats": "Degree=Pos", "head": 3, "id": 13, "lemma": "boring", "start_char": 75, "text": "boring", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 82, "feats": null, "head": 3, "id": 14, "lemma": ".", "start_char": 81, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 5, 8 ], [ 0, 10, 10 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
2a888089308cc47f2620bf63039267a2
The students fell asleep during the professor's lectures because they were bored.
[ { "end_char": 81, "id": 1, "speaker": null, "start_char": 0, "text": "The students fell asleep during the professor's lectures because they were bored.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "student", "start_char": 4, "text": "students", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 17, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "fall", "start_char": 13, "text": "fell", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 24, "feats": null, "head": 3, "id": 4, "lemma": "asleep", "start_char": 18, "text": "asleep", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 31, "feats": null, "head": 9, "id": 5, "lemma": "during", "start_char": 25, "text": "during", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 35, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "start_char": 32, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "professor", "start_char": 36, "text": "professor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 47, "feats": null, "head": 7, "id": 8, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 56, "feats": "Number=Plur", "head": 3, "id": 9, "lemma": "lecture", "start_char": 48, "text": "lectures", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 64, "feats": null, "head": 13, "id": 10, "lemma": "because", "start_char": 57, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 69, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "they", "start_char": 65, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 74, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "start_char": 70, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 80, "feats": "Degree=Pos", "head": 3, "id": 13, "lemma": "bored", "start_char": 75, "text": "bored", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 3, "id": 14, "lemma": ".", "start_char": 80, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 10, 10 ] ], [ [ 0, 5, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
04eb5448e568023f144b9df7e0ee76f7
Derrick begged his boss for a raise but he did not get one.
[ { "end_char": 59, "id": 1, "speaker": null, "start_char": 0, "text": "Derrick begged his boss for a raise but he did not get one.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Derrick", "start_char": 0, "text": "Derrick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "beg", "start_char": 8, "text": "begged", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 18, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "start_char": 15, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "boss", "start_char": 19, "text": "boss", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 7, "id": 5, "lemma": "for", "start_char": 24, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 29, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "start_char": 28, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "raise", "start_char": 30, "text": "raise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 39, "feats": null, "head": 12, "id": 8, "lemma": "but", "start_char": 36, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "he", "start_char": 40, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "do", "start_char": 43, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 50, "feats": null, "head": 12, "id": 11, "lemma": "not", "start_char": 47, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 54, "feats": "VerbForm=Inf", "head": 2, "id": 12, "lemma": "get", "start_char": 51, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 58, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 13, "lemma": "one", "start_char": 55, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 2, "id": 14, "lemma": ".", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ] ], [ [ 0, 2, 3 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
c55128f80342901fa8d2ef74a43b624e
Derrick begged his boss for a raise but he did not give one.
[ { "end_char": 60, "id": 1, "speaker": null, "start_char": 0, "text": "Derrick begged his boss for a raise but he did not give one.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Derrick", "start_char": 0, "text": "Derrick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "beg", "start_char": 8, "text": "begged", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 18, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 4, "id": 3, "lemma": "his", "start_char": 15, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "boss", "start_char": 19, "text": "boss", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 7, "id": 5, "lemma": "for", "start_char": 24, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 29, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 6, "lemma": "a", "start_char": 28, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "raise", "start_char": 30, "text": "raise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 39, "feats": null, "head": 12, "id": 8, "lemma": "but", "start_char": 36, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "he", "start_char": 40, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "do", "start_char": 43, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 50, "feats": null, "head": 12, "id": 11, "lemma": "not", "start_char": 47, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 55, "feats": "VerbForm=Inf", "head": 2, "id": 12, "lemma": "give", "start_char": 51, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 59, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 13, "lemma": "one", "start_char": 56, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 2, "id": 14, "lemma": ".", "start_char": 59, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 3 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
6582473fa9af9f4d32eac88a537f389c
The jurors deliberated on the defendants' fate for hours, but they did not reach a verdict.
[ { "end_char": 91, "id": 1, "speaker": null, "start_char": 0, "text": "The jurors deliberated on the defendants' fate for hours, but they did not reach a verdict.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "juror", "start_char": 4, "text": "jurors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 22, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "deliberate", "start_char": 11, "text": "deliberated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 25, "feats": null, "head": 8, "id": 4, "lemma": "on", "start_char": 23, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 29, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 26, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 40, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "defendant", "start_char": 30, "text": "defendants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 41, "feats": null, "head": 6, "id": 7, "lemma": "'s", "start_char": 40, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 46, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "fate", "start_char": 42, "text": "fate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 50, "feats": null, "head": 10, "id": 9, "lemma": "for", "start_char": 47, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 56, "feats": "Number=Plur", "head": 3, "id": 10, "lemma": "hour", "start_char": 51, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 16, "id": 11, "lemma": ",", "start_char": 56, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 61, "feats": null, "head": 16, "id": 12, "lemma": "but", "start_char": 58, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 66, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 13, "lemma": "they", "start_char": 62, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 70, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 14, "lemma": "do", "start_char": 67, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 74, "feats": null, "head": 16, "id": 15, "lemma": "not", "start_char": 71, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 80, "feats": "VerbForm=Inf", "head": 3, "id": 16, "lemma": "reach", "start_char": 75, "text": "reach", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 82, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "start_char": 81, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 90, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "verdict", "start_char": 83, "text": "verdict", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 91, "feats": null, "head": 3, "id": 19, "lemma": ".", "start_char": 90, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 12, 12 ] ], [ [ 0, 4, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
cb519d90a2ada041a33ccf0812be2bcd
The jurors deliberated on the defendants' fate for hours, but they didn't receive the death penalty.
[ { "end_char": 100, "id": 1, "speaker": null, "start_char": 0, "text": "The jurors deliberated on the defendants' fate for hours, but they didn't receive the death penalty.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "juror", "start_char": 4, "text": "jurors", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 22, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "deliberate", "start_char": 11, "text": "deliberated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 25, "feats": null, "head": 8, "id": 4, "lemma": "on", "start_char": 23, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 29, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 26, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod:poss", "end_char": 40, "feats": "Number=Plur", "head": 8, "id": 6, "lemma": "defendant", "start_char": 30, "text": "defendants", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 41, "feats": null, "head": 6, "id": 7, "lemma": "'s", "start_char": 40, "text": "'", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 46, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "fate", "start_char": 42, "text": "fate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 50, "feats": null, "head": 10, "id": 9, "lemma": "for", "start_char": 47, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 56, "feats": "Number=Plur", "head": 3, "id": 10, "lemma": "hour", "start_char": 51, "text": "hours", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 16, "id": 11, "lemma": ",", "start_char": 56, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 61, "feats": null, "head": 16, "id": 12, "lemma": "but", "start_char": 58, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 66, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 16, "id": 13, "lemma": "they", "start_char": 62, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": null, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 14, "lemma": "do", "start_char": 67, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 73, "feats": null, "head": 16, "id": 15, "lemma": "not", "start_char": null, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 81, "feats": "VerbForm=Inf", "head": 3, "id": 16, "lemma": "receive", "start_char": 74, "text": "receive", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 85, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 17, "lemma": "the", "start_char": 82, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 91, "feats": "Number=Sing", "head": 19, "id": 18, "lemma": "death", "start_char": 86, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 99, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "penalty", "start_char": 92, "text": "penalty", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 100, "feats": null, "head": 3, "id": 20, "lemma": ".", "start_char": 99, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 5 ], [ 0, 12, 12 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
ba213084c263d6c09d350938fdb3214b
The orchestra was booed by the audience because they had performed poorly.
[ { "end_char": 74, "id": 1, "speaker": null, "start_char": 0, "text": "The orchestra was booed by the audience because they had performed poorly.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 13, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "orchestra", "start_char": 4, "text": "orchestra", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 17, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "start_char": 14, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 23, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "booe", "start_char": 18, "text": "booed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 7, "id": 5, "lemma": "by", "start_char": 24, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 30, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "start_char": 27, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 39, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "audience", "start_char": 31, "text": "audience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 47, "feats": null, "head": 11, "id": 8, "lemma": "because", "start_char": 40, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "they", "start_char": 48, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 56, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "start_char": 53, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 66, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 11, "lemma": "perform", "start_char": 57, "text": "performed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 73, "feats": null, "head": 11, "id": 12, "lemma": "poorly", "start_char": 67, "text": "poorly", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 4, "id": 13, "lemma": ".", "start_char": 73, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 8, 8 ] ], [ [ 0, 5, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
e646352915e2a7ed985a63c680eed273
The orchestra was booed by the audience because they had expected a rock band.
[ { "end_char": 78, "id": 1, "speaker": null, "start_char": 0, "text": "The orchestra was booed by the audience because they had expected a rock band.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj:pass", "end_char": 13, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "orchestra", "start_char": 4, "text": "orchestra", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 17, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "start_char": 14, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 23, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "booe", "start_char": 18, "text": "booed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 7, "id": 5, "lemma": "by", "start_char": 24, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 30, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "start_char": 27, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 39, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "audience", "start_char": 31, "text": "audience", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 47, "feats": null, "head": 11, "id": 8, "lemma": "because", "start_char": 40, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "they", "start_char": 48, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 56, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "have", "start_char": 53, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 65, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 11, "lemma": "expect", "start_char": 57, "text": "expected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 67, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 12, "lemma": "a", "start_char": 66, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 72, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "rock", "start_char": 68, "text": "rock", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 77, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "band", "start_char": 73, "text": "band", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 78, "feats": null, "head": 4, "id": 15, "lemma": ".", "start_char": 77, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 5, 6 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
7d465e2b855471c2a20b6ce88214c925
Jacob gave William money because he needed some.
[ { "end_char": 48, "id": 1, "speaker": null, "start_char": 0, "text": "Jacob gave William money because he needed some.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jacob", "start_char": 0, "text": "Jacob", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "give", "start_char": 6, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "William", "start_char": 11, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 24, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "money", "start_char": 19, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 32, "feats": null, "head": 7, "id": 5, "lemma": "because", "start_char": 25, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "start_char": 33, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 42, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "need", "start_char": 36, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 47, "feats": null, "head": 7, "id": 8, "lemma": "some", "start_char": 43, "text": "some", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 48, "feats": null, "head": 2, "id": 9, "lemma": ".", "start_char": 47, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 5, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
f36cf753d30c634488043f13986ff041
Jacob gave William money because he sold the car.
[ { "end_char": 49, "id": 1, "speaker": null, "start_char": 0, "text": "Jacob gave William money because he sold the car.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jacob", "start_char": 0, "text": "Jacob", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "give", "start_char": 6, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "William", "start_char": 11, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 24, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "money", "start_char": 19, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 32, "feats": null, "head": 7, "id": 5, "lemma": "because", "start_char": 25, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "start_char": 33, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 7, "lemma": "sell", "start_char": 36, "text": "sold", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 44, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "start_char": 41, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 48, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "car", "start_char": 45, "text": "car", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 49, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 48, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 5, 5 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
4a49bee79b6a6c50beea4caabe2ace91
Alexandra told Kelly not to get a tattoo because she raised her conservatively.
[ { "end_char": 79, "id": 1, "speaker": null, "start_char": 0, "text": "Alexandra told Kelly not to get a tattoo because she raised her conservatively.", "tokens": [ { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Alexandra", "start_char": 0, "text": "Alexandra", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "tell", "start_char": 10, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 20, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Kelly", "start_char": 15, "text": "Kelly", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 24, "feats": null, "head": 6, "id": 4, "lemma": "not", "start_char": 21, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 27, "feats": null, "head": 6, "id": 5, "lemma": "to", "start_char": 25, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 31, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "get", "start_char": 28, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 33, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "start_char": 32, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 40, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "tattoo", "start_char": 34, "text": "tattoo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 11, "id": 9, "lemma": "because", "start_char": 41, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "she", "start_char": 49, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 11, "lemma": "raise", "start_char": 53, "text": "raised", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 63, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "her", "start_char": 60, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 78, "feats": null, "head": 11, "id": 13, "lemma": "conservatively", "start_char": 64, "text": "conservatively", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 2, "id": 14, "lemma": ".", "start_char": 78, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 9, 9 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
005f194e78875e70575665863f2fec88
Alexandra told Kelly not to get a tattoo because she would seem unprofessional.
[ { "end_char": 79, "id": 1, "speaker": null, "start_char": 0, "text": "Alexandra told Kelly not to get a tattoo because she would seem unprofessional.", "tokens": [ { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Alexandra", "start_char": 0, "text": "Alexandra", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "tell", "start_char": 10, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 20, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Kelly", "start_char": 15, "text": "Kelly", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 24, "feats": null, "head": 6, "id": 4, "lemma": "not", "start_char": 21, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "mark", "end_char": 27, "feats": null, "head": 6, "id": 5, "lemma": "to", "start_char": 25, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 31, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "get", "start_char": 28, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 33, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "start_char": 32, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 40, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "tattoo", "start_char": 34, "text": "tattoo", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 12, "id": 9, "lemma": "because", "start_char": 41, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "she", "start_char": 49, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 58, "feats": "VerbForm=Fin", "head": 12, "id": 11, "lemma": "would", "start_char": 53, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 63, "feats": "VerbForm=Inf", "head": 6, "id": 12, "lemma": "seem", "start_char": 59, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 78, "feats": "Degree=Pos", "head": 12, "id": 13, "lemma": "unprofessional", "start_char": 64, "text": "unprofessional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 2, "id": 14, "lemma": ".", "start_char": 78, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 9, 9 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
91214910e5d919fd465381b25357cc83
Olivia tried to counsel Emily, but she was not interested.
[ { "end_char": 58, "id": 1, "speaker": null, "start_char": 0, "text": "Olivia tried to counsel Emily, but she was not interested.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Olivia", "start_char": 0, "text": "Olivia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "try", "start_char": 7, "text": "tried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 15, "feats": null, "head": 4, "id": 3, "lemma": "to", "start_char": 13, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 23, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "counsel", "start_char": 16, "text": "counsel", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 29, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Emily", "start_char": 24, "text": "Emily", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 11, "id": 6, "lemma": ",", "start_char": 29, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 34, "feats": null, "head": 11, "id": 7, "lemma": "but", "start_char": 31, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 38, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "she", "start_char": 35, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 42, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "start_char": 39, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 46, "feats": null, "head": 11, "id": 10, "lemma": "not", "start_char": 43, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 57, "feats": "Degree=Pos", "head": 2, "id": 11, "lemma": "interested", "start_char": 47, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 58, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 57, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
465c8d2d1cda63607237339bd2a9f9f6
Olivia tried to counsel Emily, but she was rejected.
[ { "end_char": 52, "id": 1, "speaker": null, "start_char": 0, "text": "Olivia tried to counsel Emily, but she was rejected.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Olivia", "start_char": 0, "text": "Olivia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "try", "start_char": 7, "text": "tried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 15, "feats": null, "head": 4, "id": 3, "lemma": "to", "start_char": 13, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 23, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "counsel", "start_char": 16, "text": "counsel", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 29, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Emily", "start_char": 24, "text": "Emily", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 10, "id": 6, "lemma": ",", "start_char": 29, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 34, "feats": null, "head": 10, "id": 7, "lemma": "but", "start_char": 31, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 38, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "she", "start_char": 35, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 42, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "start_char": 39, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 51, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 10, "lemma": "reject", "start_char": 43, "text": "rejected", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 52, "feats": null, "head": 2, "id": 11, "lemma": ".", "start_char": 51, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
eb894f40e86c5df46e2a777d283f8654
James went to Sully's arcade and he asked for tickets.
[ { "end_char": 54, "id": 1, "speaker": null, "start_char": 0, "text": "James went to Sully's arcade and he asked for tickets.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "James", "start_char": 0, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "start_char": 6, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 6, "id": 3, "lemma": "to", "start_char": 11, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Sully", "start_char": 14, "text": "Sully", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 21, "feats": null, "head": 4, "id": 5, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 28, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "arcade", "start_char": 22, "text": "arcade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 32, "feats": null, "head": 9, "id": 7, "lemma": "and", "start_char": 29, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "start_char": 33, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "ask", "start_char": 36, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 45, "feats": null, "head": 11, "id": 10, "lemma": "for", "start_char": 42, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 53, "feats": "Number=Plur", "head": 9, "id": 11, "lemma": "ticket", "start_char": 46, "text": "tickets", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 54, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 53, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 3, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
a37732ecd9158eb1699256d3411db362
James went to Sully's arcade but he refused to let him in.
[ { "end_char": 58, "id": 1, "speaker": null, "start_char": 0, "text": "James went to Sully's arcade but he refused to let him in.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "James", "start_char": 0, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "go", "start_char": 6, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 6, "id": 3, "lemma": "to", "start_char": 11, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Sully", "start_char": 14, "text": "Sully", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 21, "feats": null, "head": 4, "id": 5, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 28, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "arcade", "start_char": 22, "text": "arcade", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 32, "feats": null, "head": 9, "id": 7, "lemma": "but", "start_char": 29, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "start_char": 33, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "refuse", "start_char": 36, "text": "refused", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 11, "id": 10, "lemma": "to", "start_char": 44, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 50, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "let", "start_char": 47, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 54, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "he", "start_char": 51, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 57, "feats": null, "head": 11, "id": 13, "lemma": "in", "start_char": 55, "text": "in", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 58, "feats": null, "head": 2, "id": 14, "lemma": ".", "start_char": 57, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 4 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
948837cb3702a8c50e9738d4e2dcec18
Kurt flew in Alex's plane, and he thanked him.
[ { "end_char": 46, "id": 1, "speaker": null, "start_char": 0, "text": "Kurt flew in Alex's plane, and he thanked him.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Kurt", "start_char": 0, "text": "Kurt", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "fly", "start_char": 5, "text": "flew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 12, "feats": null, "head": 6, "id": 3, "lemma": "in", "start_char": 10, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Alex", "start_char": 13, "text": "Alex", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 4, "id": 5, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 25, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "plane", "start_char": 20, "text": "plane", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 26, "feats": null, "head": 10, "id": 7, "lemma": ",", "start_char": 25, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 30, "feats": null, "head": 10, "id": 8, "lemma": "and", "start_char": 27, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "start_char": 31, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 10, "lemma": "thank", "start_char": 34, "text": "thanked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 45, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "he", "start_char": 42, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 45, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ] ], [ [ 0, 3, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
01eec400f515d478b7d0737900b00e50
Kurt flew in Alex's plane, and he asked him to come again.
[ { "end_char": 58, "id": 1, "speaker": null, "start_char": 0, "text": "Kurt flew in Alex's plane, and he asked him to come again.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Kurt", "start_char": 0, "text": "Kurt", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "fly", "start_char": 5, "text": "flew", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 12, "feats": null, "head": 6, "id": 3, "lemma": "in", "start_char": 10, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": null, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Alex", "start_char": 13, "text": "Alex", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 4, "id": 5, "lemma": "'s", "start_char": null, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obl", "end_char": 25, "feats": "Number=Sing", "head": 2, "id": 6, "lemma": "plane", "start_char": 20, "text": "plane", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 26, "feats": null, "head": 10, "id": 7, "lemma": ",", "start_char": 25, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 30, "feats": null, "head": 10, "id": 8, "lemma": "and", "start_char": 27, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "start_char": 31, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 39, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 10, "lemma": "ask", "start_char": 34, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 43, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "he", "start_char": 40, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 13, "id": 12, "lemma": "to", "start_char": 44, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 51, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "come", "start_char": 47, "text": "come", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 57, "feats": null, "head": 13, "id": 14, "lemma": "again", "start_char": 52, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 58, "feats": null, "head": 2, "id": 15, "lemma": ".", "start_char": 57, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 4 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
4758c9ce51c7b4ce2053fa3d31e49214
Bill was robbed by John, so the officer arrested him.
[ { "end_char": 53, "id": 1, "speaker": null, "start_char": 0, "text": "Bill was robbed by John, so the officer arrested him.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 4, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Bill", "start_char": 0, "text": "Bill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 5, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 15, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "rob", "start_char": 9, "text": "robbed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 5, "id": 4, "lemma": "by", "start_char": 16, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 23, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "John", "start_char": 19, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 24, "feats": null, "head": 10, "id": 6, "lemma": ",", "start_char": 23, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 27, "feats": null, "head": 10, "id": 7, "lemma": "so", "start_char": 25, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 31, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "start_char": 28, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 39, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "officer", "start_char": 32, "text": "officer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "arrest", "start_char": 40, "text": "arrested", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 52, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "he", "start_char": 49, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 52, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 10, 10 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
ff033f18247570f319e4902e89f831d7
Bill was robbed by John, so the officer helped him.
[ { "end_char": 51, "id": 1, "speaker": null, "start_char": 0, "text": "Bill was robbed by John, so the officer helped him.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 4, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Bill", "start_char": 0, "text": "Bill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 5, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 15, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "rob", "start_char": 9, "text": "robbed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 5, "id": 4, "lemma": "by", "start_char": 16, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 23, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "John", "start_char": 19, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 24, "feats": null, "head": 10, "id": 6, "lemma": ",", "start_char": 23, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 27, "feats": null, "head": 10, "id": 7, "lemma": "so", "start_char": 25, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 31, "feats": "Definite=Def|PronType=Art", "head": 9, "id": 8, "lemma": "the", "start_char": 28, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 39, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "officer", "start_char": 32, "text": "officer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "parataxis", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 10, "lemma": "help", "start_char": 40, "text": "helped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 50, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "he", "start_char": 47, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 50, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 10, 10 ] ], [ [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
a7f88afa2b1213645703f3261a9ced18
He put snow on the smiley face because it was wet.
[ { "end_char": 50, "id": 1, "speaker": null, "start_char": 0, "text": "He put snow on the smiley face because it was wet.", "tokens": [ { "deprel": "nsubj", "end_char": 2, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "start_char": 0, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 6, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "put", "start_char": 3, "text": "put", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 11, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "snow", "start_char": 7, "text": "snow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 7, "id": 4, "lemma": "on", "start_char": 12, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "start_char": 15, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 25, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "smiley", "start_char": 19, "text": "smiley", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "face", "start_char": 26, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 38, "feats": null, "head": 11, "id": 8, "lemma": "because", "start_char": 31, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 41, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "it", "start_char": 39, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "start_char": 42, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 49, "feats": "Degree=Pos", "head": 2, "id": 11, "lemma": "wet", "start_char": 46, "text": "wet", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 49, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 8, 8 ] ], [ [ 0, 4, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
051f37af77e1cda75653c517983b9361
He put snow on the smiley face because it was dry.
[ { "end_char": 50, "id": 1, "speaker": null, "start_char": 0, "text": "He put snow on the smiley face because it was dry.", "tokens": [ { "deprel": "nsubj", "end_char": 2, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 2, "id": 1, "lemma": "he", "start_char": 0, "text": "He", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 6, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "put", "start_char": 3, "text": "put", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 11, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "snow", "start_char": 7, "text": "snow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 7, "id": 4, "lemma": "on", "start_char": 12, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "start_char": 15, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 25, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "smiley", "start_char": 19, "text": "smiley", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 30, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "face", "start_char": 26, "text": "face", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 38, "feats": null, "head": 11, "id": 8, "lemma": "because", "start_char": 31, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 41, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "it", "start_char": 39, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "start_char": 42, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 49, "feats": "Degree=Pos", "head": 2, "id": 11, "lemma": "dry", "start_char": 46, "text": "dry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 2, "id": 12, "lemma": ".", "start_char": 49, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 4, 6 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
f981032b829f5f885fde3ba4347c9dd5
The kitten played with the yarn because it was fun.
[ { "end_char": 51, "id": 1, "speaker": null, "start_char": 0, "text": "The kitten played with the yarn because it was fun.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "kitten", "start_char": 4, "text": "kitten", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 17, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "play", "start_char": 11, "text": "played", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 6, "id": 4, "lemma": "with", "start_char": 18, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 26, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 23, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "yarn", "start_char": 27, "text": "yarn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 39, "feats": null, "head": 10, "id": 7, "lemma": "because", "start_char": 32, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "it", "start_char": 40, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "start_char": 43, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 50, "feats": "Degree=Pos", "head": 3, "id": 10, "lemma": "fun", "start_char": 47, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 3, "id": 11, "lemma": ".", "start_char": 50, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
c536878cd9910cd340507a9196701f9c
The kitten played with the yarn because it was bored.
[ { "end_char": 53, "id": 1, "speaker": null, "start_char": 0, "text": "The kitten played with the yarn because it was bored.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "kitten", "start_char": 4, "text": "kitten", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 17, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "play", "start_char": 11, "text": "played", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 6, "id": 4, "lemma": "with", "start_char": 18, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 26, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 23, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "yarn", "start_char": 27, "text": "yarn", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 39, "feats": null, "head": 10, "id": 7, "lemma": "because", "start_char": 32, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "it", "start_char": 40, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "start_char": 43, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 52, "feats": "Degree=Pos", "head": 3, "id": 10, "lemma": "bored", "start_char": 47, "text": "bored", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 3, "id": 11, "lemma": ".", "start_char": 52, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 7, 7 ] ], [ [ 0, 4, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
6bf9cb67981fb822a0cb35d3807c4140
I chopped down the tree with my axe because it was tall.
[ { "end_char": 56, "id": 1, "speaker": null, "start_char": 0, "text": "I chopped down the tree with my axe because it was tall.", "tokens": [ { "deprel": "nsubj", "end_char": 1, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "start_char": 0, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "chop", "start_char": 2, "text": "chopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 5, "id": 3, "lemma": "down", "start_char": 10, "text": "down", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 15, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "tree", "start_char": 19, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 8, "id": 6, "lemma": "with", "start_char": 24, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 31, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "start_char": 29, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "axe", "start_char": 32, "text": "axe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 43, "feats": null, "head": 12, "id": 9, "lemma": "because", "start_char": 36, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "it", "start_char": 44, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 50, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "start_char": 47, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 55, "feats": "Degree=Pos", "head": 2, "id": 12, "lemma": "tall", "start_char": 51, "text": "tall", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 2, "id": 13, "lemma": ".", "start_char": 55, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 4 ], [ 0, 9, 9 ] ], [ [ 0, 6, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
6006ee8e8e8bfb99607b94fddf5dcdde
I chopped down the tree with my axe because it was sharp.
[ { "end_char": 57, "id": 1, "speaker": null, "start_char": 0, "text": "I chopped down the tree with my axe because it was sharp.", "tokens": [ { "deprel": "nsubj", "end_char": 1, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 2, "id": 1, "lemma": "I", "start_char": 0, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "chop", "start_char": 2, "text": "chopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 5, "id": 3, "lemma": "down", "start_char": 10, "text": "down", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 15, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "tree", "start_char": 19, "text": "tree", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 8, "id": 6, "lemma": "with", "start_char": 24, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 31, "feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "my", "start_char": 29, "text": "my", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 2, "id": 8, "lemma": "axe", "start_char": 32, "text": "axe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 43, "feats": null, "head": 12, "id": 9, "lemma": "because", "start_char": 36, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "it", "start_char": 44, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 50, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "start_char": 47, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 56, "feats": "Degree=Pos", "head": 2, "id": 12, "lemma": "sharp", "start_char": 51, "text": "sharp", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 2, "id": 13, "lemma": ".", "start_char": 56, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 4 ] ], [ [ 0, 6, 7 ], [ 0, 9, 9 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
ebf8e2301d6f101093add7a54e6cab6c
Spiderman defeated Magnito because he is a good guy.
[ { "end_char": 52, "id": 1, "speaker": null, "start_char": 0, "text": "Spiderman defeated Magnito because he is a good guy.", "tokens": [ { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Spiderman", "start_char": 0, "text": "Spiderman", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 18, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "defeat", "start_char": 10, "text": "defeated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 26, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Magnito", "start_char": 19, "text": "Magnito", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 9, "id": 4, "lemma": "because", "start_char": 27, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 37, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 5, "lemma": "he", "start_char": 35, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 6, "lemma": "be", "start_char": 38, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 42, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "start_char": 41, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 47, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "good", "start_char": 43, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 51, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "guy", "start_char": 48, "text": "guy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 52, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 51, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
1fcc762416206008cd713f75e60020b2
Spiderman defeated Magnito because he is a bad guy.
[ { "end_char": 51, "id": 1, "speaker": null, "start_char": 0, "text": "Spiderman defeated Magnito because he is a bad guy.", "tokens": [ { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Spiderman", "start_char": 0, "text": "Spiderman", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 18, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "defeat", "start_char": 10, "text": "defeated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 26, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Magnito", "start_char": 19, "text": "Magnito", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 9, "id": 4, "lemma": "because", "start_char": 27, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 37, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 5, "lemma": "he", "start_char": 35, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 6, "lemma": "be", "start_char": 38, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 42, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "start_char": 41, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 46, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "bad", "start_char": 43, "text": "bad", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 50, "feats": "Number=Sing", "head": 2, "id": 9, "lemma": "guy", "start_char": 47, "text": "guy", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 50, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
bb21167d695617c19d3172bd25ad17e5
The citizens rebelled against the government because they were being repressed.
[ { "end_char": 79, "id": 1, "speaker": null, "start_char": 0, "text": "The citizens rebelled against the government because they were being repressed.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "citizen", "start_char": 4, "text": "citizens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 21, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "rebel", "start_char": 13, "text": "rebelled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 6, "id": 4, "lemma": "against", "start_char": 22, "text": "against", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 33, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 30, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 44, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "government", "start_char": 34, "text": "government", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 11, "id": 7, "lemma": "because", "start_char": 45, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 57, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "they", "start_char": 53, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 62, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "start_char": 58, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "aux:pass", "end_char": 68, "feats": "VerbForm=Ger", "head": 11, "id": 10, "lemma": "be", "start_char": 63, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 78, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 3, "id": 11, "lemma": "repress", "start_char": 69, "text": "repressed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 78, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 7, 7 ] ], [ [ 0, 4, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
d0480f3194ca2761e6f22ddf6d3f44c0
The citizens rebelled against the government because they were being mean.
[ { "end_char": 74, "id": 1, "speaker": null, "start_char": 0, "text": "The citizens rebelled against the government because they were being mean.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Plur", "head": 3, "id": 2, "lemma": "citizen", "start_char": 4, "text": "citizens", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "root", "end_char": 21, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "rebel", "start_char": 13, "text": "rebelled", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 6, "id": 4, "lemma": "against", "start_char": 22, "text": "against", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 33, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "start_char": 30, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 44, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "government", "start_char": 34, "text": "government", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 11, "id": 7, "lemma": "because", "start_char": 45, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 57, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "they", "start_char": 53, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 62, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "start_char": 58, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "cop", "end_char": 68, "feats": "VerbForm=Ger", "head": 11, "id": 10, "lemma": "be", "start_char": 63, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advcl", "end_char": 73, "feats": "Degree=Pos", "head": 3, "id": 11, "lemma": "mean", "start_char": 69, "text": "mean", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 73, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
84aa3ffb97f68530da70ed0b12c46c0b
Cats are smarter than dogs because they always land on their feet.
[ { "end_char": 66, "id": 1, "speaker": null, "start_char": 0, "text": "Cats are smarter than dogs because they always land on their feet.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "cat", "start_char": 0, "text": "Cats", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 8, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 5, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 16, "feats": "Degree=Cmp", "head": 0, "id": 3, "lemma": "smart", "start_char": 9, "text": "smarter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 21, "feats": null, "head": 5, "id": 4, "lemma": "than", "start_char": 17, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 26, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "dog", "start_char": 22, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 9, "id": 6, "lemma": "because", "start_char": 27, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "they", "start_char": 35, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 46, "feats": null, "head": 9, "id": 8, "lemma": "always", "start_char": 40, "text": "always", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 51, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 9, "lemma": "land", "start_char": 47, "text": "land", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 12, "id": 10, "lemma": "on", "start_char": 52, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 60, "feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "their", "start_char": 55, "text": "their", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 65, "feats": "Number=Plur", "head": 9, "id": 12, "lemma": "foot", "start_char": 61, "text": "feet", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 3, "id": 13, "lemma": ".", "start_char": 65, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
c8e87d45b2af3bde143b6f8d50854726
Cats are smarter than dogs because they bark for no reason.
[ { "end_char": 59, "id": 1, "speaker": null, "start_char": 0, "text": "Cats are smarter than dogs because they bark for no reason.", "tokens": [ { "deprel": "nsubj", "end_char": 4, "feats": "Number=Plur", "head": 3, "id": 1, "lemma": "cat", "start_char": 0, "text": "Cats", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 8, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "start_char": 5, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 16, "feats": "Degree=Cmp", "head": 0, "id": 3, "lemma": "smart", "start_char": 9, "text": "smarter", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 21, "feats": null, "head": 5, "id": 4, "lemma": "than", "start_char": 17, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 26, "feats": "Number=Plur", "head": 3, "id": 5, "lemma": "dog", "start_char": 22, "text": "dogs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 8, "id": 6, "lemma": "because", "start_char": 27, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "they", "start_char": 35, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 44, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "bark", "start_char": 40, "text": "bark", "upos": "VERB", "xpos": "VBP" }, { "deprel": "case", "end_char": 48, "feats": null, "head": 11, "id": 9, "lemma": "for", "start_char": 45, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 51, "feats": null, "head": 11, "id": 10, "lemma": "no", "start_char": 49, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 58, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "reason", "start_char": 52, "text": "reason", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b1279a22bb21f0e5433898c2eac76e34
The ball hit the window and Bill repaired it.
[ { "end_char": 45, "id": 1, "speaker": null, "start_char": 0, "text": "The ball hit the window and Bill repaired it.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "ball", "start_char": 4, "text": "ball", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hit", "start_char": 9, "text": "hit", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 16, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 13, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 23, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "window", "start_char": 17, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 27, "feats": null, "head": 8, "id": 6, "lemma": "and", "start_char": 24, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 32, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Bill", "start_char": 28, "text": "Bill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "repair", "start_char": 33, "text": "repaired", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 44, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 9, "lemma": "it", "start_char": 42, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 45, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 44, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 4 ], [ 0, 8, 8 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
9c6f9336d7b1a50106893cb4f4b3b7e0
The ball hit the window and Bill caught it.
[ { "end_char": 43, "id": 1, "speaker": null, "start_char": 0, "text": "The ball hit the window and Bill caught it.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "ball", "start_char": 4, "text": "ball", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "hit", "start_char": 9, "text": "hit", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 16, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "start_char": 13, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 23, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "window", "start_char": 17, "text": "window", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 27, "feats": null, "head": 8, "id": 6, "lemma": "and", "start_char": 24, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 32, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Bill", "start_char": 28, "text": "Bill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 39, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 8, "lemma": "catch", "start_char": 33, "text": "caught", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 42, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 9, "lemma": "it", "start_char": 40, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 43, "feats": null, "head": 3, "id": 10, "lemma": ".", "start_char": 42, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 8, 8 ] ], [ [ 0, 3, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
18826b9541d7f3529a0d912154aef69e
Robert fired Chris because he couldn't do the job.
[ { "end_char": 50, "id": 1, "speaker": null, "start_char": 0, "text": "Robert fired Chris because he couldn't do the job.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Robert", "start_char": 0, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "fire", "start_char": 7, "text": "fired", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Chris", "start_char": 13, "text": "Chris", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 26, "feats": null, "head": 8, "id": 4, "lemma": "because", "start_char": 19, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 29, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "he", "start_char": 27, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": null, "feats": "VerbForm=Fin", "head": 8, "id": 6, "lemma": "could", "start_char": 30, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 38, "feats": null, "head": 8, "id": 7, "lemma": "not", "start_char": null, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 41, "feats": "VerbForm=Inf", "head": 2, "id": 8, "lemma": "do", "start_char": 39, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 45, "feats": "Definite=Def|PronType=Art", "head": 10, "id": 9, "lemma": "the", "start_char": 42, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 49, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "job", "start_char": 46, "text": "job", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 2, "id": 11, "lemma": ".", "start_char": 49, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b1a526df81059593fb68b660eb07384e
Robert fired Chris because he no longer needed workers.
[ { "end_char": 55, "id": 1, "speaker": null, "start_char": 0, "text": "Robert fired Chris because he no longer needed workers.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Robert", "start_char": 0, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "fire", "start_char": 7, "text": "fired", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Chris", "start_char": 13, "text": "Chris", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 26, "feats": null, "head": 8, "id": 4, "lemma": "because", "start_char": 19, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 29, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 5, "lemma": "he", "start_char": 27, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 32, "feats": null, "head": 7, "id": 6, "lemma": "no", "start_char": 30, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 39, "feats": "Degree=Cmp", "head": 8, "id": 7, "lemma": "long", "start_char": 33, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "advcl", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 8, "lemma": "need", "start_char": 40, "text": "needed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 54, "feats": "Number=Plur", "head": 8, "id": 9, "lemma": "worker", "start_char": 47, "text": "workers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 55, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 54, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
b43fb3169434b61388490ee8583d667d
Steve scratched Johnny because he was angry.
[ { "end_char": 44, "id": 1, "speaker": null, "start_char": 0, "text": "Steve scratched Johnny because he was angry.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Steve", "start_char": 0, "text": "Steve", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "scratch", "start_char": 6, "text": "scratched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Johnny", "start_char": 16, "text": "Johnny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 30, "feats": null, "head": 7, "id": 4, "lemma": "because", "start_char": 23, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "he", "start_char": 31, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 37, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "start_char": 34, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 43, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "angry", "start_char": 38, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 44, "feats": null, "head": 2, "id": 8, "lemma": ".", "start_char": 43, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
29152fa51d9740ebcde3d2fe8a1c737f
Steve scratched Johnny so he became angry.
[ { "end_char": 42, "id": 1, "speaker": null, "start_char": 0, "text": "Steve scratched Johnny so he became angry.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Steve", "start_char": 0, "text": "Steve", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "scratch", "start_char": 6, "text": "scratched", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Johnny", "start_char": 16, "text": "Johnny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 6, "id": 4, "lemma": "so", "start_char": 23, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 28, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "he", "start_char": 26, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 35, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 6, "lemma": "become", "start_char": 29, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "xcomp", "end_char": 41, "feats": "Degree=Pos", "head": 6, "id": 7, "lemma": "angry", "start_char": 36, "text": "angry", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 2, "id": 8, "lemma": ".", "start_char": 41, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
5f9c2fce63060d7154929d20579f3c0f
The youth outran the old man because he was in shape.
[ { "end_char": 53, "id": 1, "speaker": null, "start_char": 0, "text": "The youth outran the old man because he was in shape.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "youth", "start_char": 4, "text": "youth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "outran", "start_char": 10, "text": "outran", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 20, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "start_char": 17, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 24, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "old", "start_char": 21, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "man", "start_char": 25, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 11, "id": 7, "lemma": "because", "start_char": 29, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "he", "start_char": 37, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "start_char": 40, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 11, "id": 10, "lemma": "in", "start_char": 44, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 52, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "shape", "start_char": 47, "text": "shape", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 53, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 52, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 7, 7 ] ], [ [ 0, 3, 5 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
ed56487d3ff6a63dde9d11b8f7c5d31e
The youth outran the old man because he broke his hip.
[ { "end_char": 54, "id": 1, "speaker": null, "start_char": 0, "text": "The youth outran the old man because he broke his hip.", "tokens": [ { "deprel": "det", "end_char": 3, "feats": "Definite=Def|PronType=Art", "head": 2, "id": 1, "lemma": "the", "start_char": 0, "text": "The", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "youth", "start_char": 4, "text": "youth", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "outran", "start_char": 10, "text": "outran", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 20, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 4, "lemma": "the", "start_char": 17, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 24, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "old", "start_char": 21, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "man", "start_char": 25, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 9, "id": 7, "lemma": "because", "start_char": 29, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 39, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "start_char": 37, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "break", "start_char": 40, "text": "broke", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 49, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "his", "start_char": 46, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 53, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "hip", "start_char": 50, "text": "hip", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 54, "feats": null, "head": 3, "id": 12, "lemma": ".", "start_char": 53, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 3, 5 ], [ 0, 7, 7 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
da441801768ef9a94c0ae5c9ad99daad
Video games are outselling movies because they are fun to play.
[ { "end_char": 63, "id": 1, "speaker": null, "start_char": 0, "text": "Video games are outselling movies because they are fun to play.", "tokens": [ { "deprel": "compound", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "video", "start_char": 0, "text": "Video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "game", "start_char": 6, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 15, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "start_char": 12, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 26, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "outsel", "start_char": 16, "text": "outselling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 33, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "movie", "start_char": 27, "text": "movies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 41, "feats": null, "head": 9, "id": 6, "lemma": "because", "start_char": 34, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "they", "start_char": 42, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 50, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "start_char": 47, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 54, "feats": "Degree=Pos", "head": 4, "id": 9, "lemma": "fun", "start_char": 51, "text": "fun", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 57, "feats": null, "head": 11, "id": 10, "lemma": "to", "start_char": 55, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 62, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "play", "start_char": 58, "text": "play", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 63, "feats": null, "head": 4, "id": 12, "lemma": ".", "start_char": 62, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
81d560c2516ce62e070bd38f0aa8cba1
Video games are outselling movies because they are an old medium.
[ { "end_char": 65, "id": 1, "speaker": null, "start_char": 0, "text": "Video games are outselling movies because they are an old medium.", "tokens": [ { "deprel": "compound", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "video", "start_char": 0, "text": "Video", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Plur", "head": 4, "id": 2, "lemma": "game", "start_char": 6, "text": "games", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "aux", "end_char": 15, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "start_char": 12, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 26, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "outsel", "start_char": 16, "text": "outselling", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 33, "feats": "Number=Plur", "head": 4, "id": 5, "lemma": "movie", "start_char": 27, "text": "movies", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 41, "feats": null, "head": 11, "id": 6, "lemma": "because", "start_char": 34, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 11, "id": 7, "lemma": "they", "start_char": 42, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 50, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 8, "lemma": "be", "start_char": 47, "text": "are", "upos": "AUX", "xpos": "VBP" }, { "deprel": "det", "end_char": 53, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 9, "lemma": "a", "start_char": 51, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 57, "feats": "Degree=Pos", "head": 11, "id": 10, "lemma": "old", "start_char": 54, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 64, "feats": "Number=Sing", "head": 4, "id": 11, "lemma": "medium", "start_char": 58, "text": "medium", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 65, "feats": null, "head": 4, "id": 12, "lemma": ".", "start_char": 64, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 1 ] ], [ [ 0, 4, 4 ], [ 0, 6, 6 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
29cec8a2808503c4f63e58d231d41f5b
Google bought Motorola because they want its customer base.
[ { "end_char": 59, "id": 1, "speaker": null, "start_char": 0, "text": "Google bought Motorola because they want its customer base.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Google", "start_char": 0, "text": "Google", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "buy", "start_char": 7, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Motorola", "start_char": 14, "text": "Motorola", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 30, "feats": null, "head": 6, "id": 4, "lemma": "because", "start_char": 23, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 6, "id": 5, "lemma": "they", "start_char": 31, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 40, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 6, "lemma": "want", "start_char": 36, "text": "want", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 44, "feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 9, "id": 7, "lemma": "its", "start_char": 41, "text": "its", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 53, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "customer", "start_char": 45, "text": "customer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 58, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "base", "start_char": 54, "text": "base", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 2, "id": 10, "lemma": ".", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 4, 4 ] ], [ [ 0, 2, 2 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }
502ef2ffd1902c408ef1efa2b619f02f
Google bought Motorola because they were bankrupt.
[ { "end_char": 50, "id": 1, "speaker": null, "start_char": 0, "text": "Google bought Motorola because they were bankrupt.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Google", "start_char": 0, "text": "Google", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 2, "lemma": "buy", "start_char": 7, "text": "bought", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Motorola", "start_char": 14, "text": "Motorola", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 30, "feats": null, "head": 7, "id": 4, "lemma": "because", "start_char": 23, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "they", "start_char": 31, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 40, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "start_char": 36, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 49, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "bankrupt", "start_char": 41, "text": "bankrupt", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 2, "id": 8, "lemma": ".", "start_char": 49, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
generated_by_undergraduate_students
{ "comment": "detokenizer=source" }

This dataset was generated by reformatting coref-data/dpr_raw into the indiscrim coreference format. See that repo for dataset details.

See ianporada/coref-data for additional conversion details and the conversion script.

Please create an issue in the repo above or in this dataset repo for any questions.

Downloads last month
0
Edit dataset card

Collection including coref-data/dpr_indiscrim