instruction stringclasses 5
values | input stringlengths 1 527 | output stringlengths 2 930 | parse stringlengths 10 1.27k | hypo_depth int64 2 8 |
|---|---|---|---|---|
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Kathmandu Metropolitan City (KMC), in order to promote international relations has established an International Relations Secretariat (IRC). | ['Kathmandu Metropolitan City -LRB- KMC -RRB- , has established an International Relations Secretariat -LRB- IRC -RRB- .', 'to promote international relations'] | (S (NP (NP (NNP Kathmandu) (NNP Metropolitan) (NNP City)) (NP (-LRB- -LRB-) (NP (NNP KMC)) (-RRB- -RRB-))) (, ,) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB promote) (NP (JJ international) (NNS relations)))))) (VP (VBZ has) (VP (VBN established) (NP (NP (DT an) (NML (NNP International) (NNPS Relations)) (NNP Secret... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Kathmandu Metropolitan City (KMC), in order to promote international relations has established an International Relations Secretariat (IRC). | ['in order to promote international relations'] | (S (NP (NP (NNP Kathmandu) (NNP Metropolitan) (NNP City)) (NP (-LRB- -LRB-) (NP (NNP KMC)) (-RRB- -RRB-))) (, ,) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB promote) (NP (JJ international) (NNS relations)))))) (VP (VBZ has) (VP (VBN established) (NP (NP (DT an) (NML (NNP International) (NNPS Relations)) (NNP Secret... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Kathmandu Metropolitan City (KMC), in order to promote international relations has established an International Relations Secretariat (IRC). | [] | (S (NP (NP (NNP Kathmandu) (NNP Metropolitan) (NNP City)) (NP (-LRB- -LRB-) (NP (NNP KMC)) (-RRB- -RRB-))) (, ,) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB promote) (NP (JJ international) (NNS relations)))))) (VP (VBZ has) (VP (VBN established) (NP (NP (DT an) (NML (NNP International) (NNPS Relations)) (NNP Secret... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Kathmandu Metropolitan City (KMC), in order to promote international relations has established an International Relations Secretariat (IRC). | ['Kathmandu Metropolitan City -LRB- KMC -RRB- , in order to promote international relations has established an International Relations Secretariat -LRB- IRC -RRB- .'] | (S (NP (NP (NNP Kathmandu) (NNP Metropolitan) (NNP City)) (NP (-LRB- -LRB-) (NP (NNP KMC)) (-RRB- -RRB-))) (, ,) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB promote) (NP (JJ international) (NNS relations)))))) (VP (VBZ has) (VP (VBN established) (NP (NP (DT an) (NML (NNP International) (NNPS Relations)) (NNP Secret... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Kathmandu Metropolitan City (KMC), in order to promote international relations has established an International Relations Secretariat (IRC). | [] | (S (NP (NP (NNP Kathmandu) (NNP Metropolitan) (NNP City)) (NP (-LRB- -LRB-) (NP (NNP KMC)) (-RRB- -RRB-))) (, ,) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB promote) (NP (JJ international) (NNS relations)))))) (VP (VBZ has) (VP (VBN established) (NP (NP (DT an) (NML (NNP International) (NNPS Relations)) (NNP Secret... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | As an adolescent, he had a particular love of theology and the Scriptures became the foundation of his spirituality. | ['As an adolescent , he had a particular love of theology and the Scriptures became the foundation of his spirituality .', 'he had a particular love of theology', 'the Scriptures became the foundation of his spirituality'] | (S (PP (IN As) (NP (DT an) (NN adolescent))) (, ,) (S (NP (PRP he)) (VP (VBD had) (NP (NP (DT a) (JJ particular) (NN love)) (PP (IN of) (NP (NN theology)))))) (CC and) (S (NP (DT the) (NNPS Scriptures)) (VP (VBD became) (NP (NP (DT the) (NN foundation)) (PP (IN of) (NP (PRP$ his) (NN spirituality)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | As an adolescent, he had a particular love of theology and the Scriptures became the foundation of his spirituality. | [] | (S (PP (IN As) (NP (DT an) (NN adolescent))) (, ,) (S (NP (PRP he)) (VP (VBD had) (NP (NP (DT a) (JJ particular) (NN love)) (PP (IN of) (NP (NN theology)))))) (CC and) (S (NP (DT the) (NNPS Scriptures)) (VP (VBD became) (NP (NP (DT the) (NN foundation)) (PP (IN of) (NP (PRP$ his) (NN spirituality)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | As an adolescent, he had a particular love of theology and the Scriptures became the foundation of his spirituality. | [] | (S (PP (IN As) (NP (DT an) (NN adolescent))) (, ,) (S (NP (PRP he)) (VP (VBD had) (NP (NP (DT a) (JJ particular) (NN love)) (PP (IN of) (NP (NN theology)))))) (CC and) (S (NP (DT the) (NNPS Scriptures)) (VP (VBD became) (NP (NP (DT the) (NN foundation)) (PP (IN of) (NP (PRP$ his) (NN spirituality)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | As an adolescent, he had a particular love of theology and the Scriptures became the foundation of his spirituality. | ['As an adolescent , he had a particular love of theology and the Scriptures became the foundation of his spirituality .'] | (S (PP (IN As) (NP (DT an) (NN adolescent))) (, ,) (S (NP (PRP he)) (VP (VBD had) (NP (NP (DT a) (JJ particular) (NN love)) (PP (IN of) (NP (NN theology)))))) (CC and) (S (NP (DT the) (NNPS Scriptures)) (VP (VBD became) (NP (NP (DT the) (NN foundation)) (PP (IN of) (NP (PRP$ his) (NN spirituality)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | As an adolescent, he had a particular love of theology and the Scriptures became the foundation of his spirituality. | [] | (S (PP (IN As) (NP (DT an) (NN adolescent))) (, ,) (S (NP (PRP he)) (VP (VBD had) (NP (NP (DT a) (JJ particular) (NN love)) (PP (IN of) (NP (NN theology)))))) (CC and) (S (NP (DT the) (NNPS Scriptures)) (VP (VBD became) (NP (NP (DT the) (NN foundation)) (PP (IN of) (NP (PRP$ his) (NN spirituality)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On 8 December, the United States, the United Kingdom, Canada, and the Netherlands declared war on Japan, followed by China and Australia the next day. | ['On 8 December , the United States , the United Kingdom , Canada , and the Netherlands declared war on Japan , followed by China and Australia the next day .', 'followed by China and Australia the next day'] | (S (PP (IN On) (NP (CD 8) (NNP December))) (, ,) (NP (NP (DT the) (NNP United) (NNPS States)) (, ,) (NP (DT the) (NNP United) (NNP Kingdom)) (, ,) (NP (NNP Canada)) (, ,) (CC and) (NP (DT the) (NNPS Netherlands))) (VP (VBD declared) (NP (NN war)) (PP (IN on) (NP (NNP Japan))) (, ,) (S (VP (VBN followed) (PP (IN by) (NP... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On 8 December, the United States, the United Kingdom, Canada, and the Netherlands declared war on Japan, followed by China and Australia the next day. | [] | (S (PP (IN On) (NP (CD 8) (NNP December))) (, ,) (NP (NP (DT the) (NNP United) (NNPS States)) (, ,) (NP (DT the) (NNP United) (NNP Kingdom)) (, ,) (NP (NNP Canada)) (, ,) (CC and) (NP (DT the) (NNPS Netherlands))) (VP (VBD declared) (NP (NN war)) (PP (IN on) (NP (NNP Japan))) (, ,) (S (VP (VBN followed) (PP (IN by) (NP... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | On 8 December, the United States, the United Kingdom, Canada, and the Netherlands declared war on Japan, followed by China and Australia the next day. | [] | (S (PP (IN On) (NP (CD 8) (NNP December))) (, ,) (NP (NP (DT the) (NNP United) (NNPS States)) (, ,) (NP (DT the) (NNP United) (NNP Kingdom)) (, ,) (NP (NNP Canada)) (, ,) (CC and) (NP (DT the) (NNPS Netherlands))) (VP (VBD declared) (NP (NN war)) (PP (IN on) (NP (NNP Japan))) (, ,) (S (VP (VBN followed) (PP (IN by) (NP... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | On 8 December, the United States, the United Kingdom, Canada, and the Netherlands declared war on Japan, followed by China and Australia the next day. | ['On 8 December , the United States , the United Kingdom , Canada , and the Netherlands declared war on Japan , followed by China and Australia the next day .'] | (S (PP (IN On) (NP (CD 8) (NNP December))) (, ,) (NP (NP (DT the) (NNP United) (NNPS States)) (, ,) (NP (DT the) (NNP United) (NNP Kingdom)) (, ,) (NP (NNP Canada)) (, ,) (CC and) (NP (DT the) (NNPS Netherlands))) (VP (VBD declared) (NP (NN war)) (PP (IN on) (NP (NNP Japan))) (, ,) (S (VP (VBN followed) (PP (IN by) (NP... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | On 8 December, the United States, the United Kingdom, Canada, and the Netherlands declared war on Japan, followed by China and Australia the next day. | [] | (S (PP (IN On) (NP (CD 8) (NNP December))) (, ,) (NP (NP (DT the) (NNP United) (NNPS States)) (, ,) (NP (DT the) (NNP United) (NNP Kingdom)) (, ,) (NP (NNP Canada)) (, ,) (CC and) (NP (DT the) (NNPS Netherlands))) (VP (VBD declared) (NP (NN war)) (PP (IN on) (NP (NNP Japan))) (, ,) (S (VP (VBN followed) (PP (IN by) (NP... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Earlier to their occupation, the port was known as "Carénage". | ['Earlier to their occupation , the port was known as " Carénage " .'] | (S (ADVP (RBR Earlier) (PP (IN to) (NP (PRP$ their) (NN occupation)))) (, ,) (NP (DT the) (NN port)) (VP (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP Carénage))))) (. ")) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Earlier to their occupation, the port was known as "Carénage". | [] | (S (ADVP (RBR Earlier) (PP (IN to) (NP (PRP$ their) (NN occupation)))) (, ,) (NP (DT the) (NN port)) (VP (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP Carénage))))) (. ")) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Earlier to their occupation, the port was known as "Carénage". | [] | (S (ADVP (RBR Earlier) (PP (IN to) (NP (PRP$ their) (NN occupation)))) (, ,) (NP (DT the) (NN port)) (VP (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP Carénage))))) (. ")) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Earlier to their occupation, the port was known as "Carénage". | ['Earlier to their occupation , the port was known as " Carénage " .'] | (S (ADVP (RBR Earlier) (PP (IN to) (NP (PRP$ their) (NN occupation)))) (, ,) (NP (DT the) (NN port)) (VP (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP Carénage))))) (. ")) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Earlier to their occupation, the port was known as "Carénage". | [] | (S (ADVP (RBR Earlier) (PP (IN to) (NP (PRP$ their) (NN occupation)))) (, ,) (NP (DT the) (NN port)) (VP (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP Carénage))))) (. ")) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Vernacular architecture became increasingly ornamental. | ['Vernacular architecture became increasingly ornamental .'] | (S (NP (JJ Vernacular) (NN architecture)) (VP (VBD became) (ADJP (RB increasingly) (JJ ornamental))) (. .)) | 4 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Vernacular architecture became increasingly ornamental. | [] | (S (NP (JJ Vernacular) (NN architecture)) (VP (VBD became) (ADJP (RB increasingly) (JJ ornamental))) (. .)) | 4 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Vernacular architecture became increasingly ornamental. | [] | (S (NP (JJ Vernacular) (NN architecture)) (VP (VBD became) (ADJP (RB increasingly) (JJ ornamental))) (. .)) | 4 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Vernacular architecture became increasingly ornamental. | ['Vernacular architecture became increasingly ornamental .'] | (S (NP (JJ Vernacular) (NN architecture)) (VP (VBD became) (ADJP (RB increasingly) (JJ ornamental))) (. .)) | 4 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Vernacular architecture became increasingly ornamental. | [] | (S (NP (JJ Vernacular) (NN architecture)) (VP (VBD became) (ADJP (RB increasingly) (JJ ornamental))) (. .)) | 4 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Kingsbridge Armory, often cited as the largest armory in the world, is scheduled for redevelopment as the Kingsbridge National Ice Center. | ['The Kingsbridge Armory , often cited as the largest armory in the world , is scheduled for redevelopment as the Kingsbridge National Ice Center .'] | (S (NP (NP (DT The) (NNP Kingsbridge) (NNP Armory)) (, ,) (VP (ADVP (RB often)) (VBN cited) (PP (IN as) (NP (NP (DT the) (JJS largest) (NN armory)) (PP (IN in) (NP (DT the) (NN world)))))) (, ,)) (VP (VBZ is) (VP (VBN scheduled) (PP (IN for) (NP (NP (NN redevelopment)) (PP (IN as) (NP (DT the) (NNP Kingsbridge) (NNP Na... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Kingsbridge Armory, often cited as the largest armory in the world, is scheduled for redevelopment as the Kingsbridge National Ice Center. | [] | (S (NP (NP (DT The) (NNP Kingsbridge) (NNP Armory)) (, ,) (VP (ADVP (RB often)) (VBN cited) (PP (IN as) (NP (NP (DT the) (JJS largest) (NN armory)) (PP (IN in) (NP (DT the) (NN world)))))) (, ,)) (VP (VBZ is) (VP (VBN scheduled) (PP (IN for) (NP (NP (NN redevelopment)) (PP (IN as) (NP (DT the) (NNP Kingsbridge) (NNP Na... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Kingsbridge Armory, often cited as the largest armory in the world, is scheduled for redevelopment as the Kingsbridge National Ice Center. | [] | (S (NP (NP (DT The) (NNP Kingsbridge) (NNP Armory)) (, ,) (VP (ADVP (RB often)) (VBN cited) (PP (IN as) (NP (NP (DT the) (JJS largest) (NN armory)) (PP (IN in) (NP (DT the) (NN world)))))) (, ,)) (VP (VBZ is) (VP (VBN scheduled) (PP (IN for) (NP (NP (NN redevelopment)) (PP (IN as) (NP (DT the) (NNP Kingsbridge) (NNP Na... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The Kingsbridge Armory, often cited as the largest armory in the world, is scheduled for redevelopment as the Kingsbridge National Ice Center. | ['The Kingsbridge Armory , often cited as the largest armory in the world , is scheduled for redevelopment as the Kingsbridge National Ice Center .'] | (S (NP (NP (DT The) (NNP Kingsbridge) (NNP Armory)) (, ,) (VP (ADVP (RB often)) (VBN cited) (PP (IN as) (NP (NP (DT the) (JJS largest) (NN armory)) (PP (IN in) (NP (DT the) (NN world)))))) (, ,)) (VP (VBZ is) (VP (VBN scheduled) (PP (IN for) (NP (NP (NN redevelopment)) (PP (IN as) (NP (DT the) (NNP Kingsbridge) (NNP Na... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Kingsbridge Armory, often cited as the largest armory in the world, is scheduled for redevelopment as the Kingsbridge National Ice Center. | [] | (S (NP (NP (DT The) (NNP Kingsbridge) (NNP Armory)) (, ,) (VP (ADVP (RB often)) (VBN cited) (PP (IN as) (NP (NP (DT the) (JJS largest) (NN armory)) (PP (IN in) (NP (DT the) (NN world)))))) (, ,)) (VP (VBZ is) (VP (VBN scheduled) (PP (IN for) (NP (NP (NN redevelopment)) (PP (IN as) (NP (DT the) (NNP Kingsbridge) (NNP Na... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | If there is a transient, 192 samples are taken instead of 576. | [', 192 samples are taken instead of 576 .', 'there is a transient'] | (S (SBAR (IN If) (S (NP (EX there)) (VP (VBZ is) (NP (DT a) (JJ transient))))) (, ,) (NP (CD 192) (NNS samples)) (VP (VBP are) (VP (VBN taken) (PP (CONJP (RB instead) (IN of)) (NP (CD 576))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | If there is a transient, 192 samples are taken instead of 576. | ['If there is a transient'] | (S (SBAR (IN If) (S (NP (EX there)) (VP (VBZ is) (NP (DT a) (JJ transient))))) (, ,) (NP (CD 192) (NNS samples)) (VP (VBP are) (VP (VBN taken) (PP (CONJP (RB instead) (IN of)) (NP (CD 576))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | If there is a transient, 192 samples are taken instead of 576. | [] | (S (SBAR (IN If) (S (NP (EX there)) (VP (VBZ is) (NP (DT a) (JJ transient))))) (, ,) (NP (CD 192) (NNS samples)) (VP (VBP are) (VP (VBN taken) (PP (CONJP (RB instead) (IN of)) (NP (CD 576))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | If there is a transient, 192 samples are taken instead of 576. | [] | (S (SBAR (IN If) (S (NP (EX there)) (VP (VBZ is) (NP (DT a) (JJ transient))))) (, ,) (NP (CD 192) (NNS samples)) (VP (VBP are) (VP (VBN taken) (PP (CONJP (RB instead) (IN of)) (NP (CD 576))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | If there is a transient, 192 samples are taken instead of 576. | ['If there is a transient , 192 samples are taken instead of 576 .'] | (S (SBAR (IN If) (S (NP (EX there)) (VP (VBZ is) (NP (DT a) (JJ transient))))) (, ,) (NP (CD 192) (NNS samples)) (VP (VBP are) (VP (VBN taken) (PP (CONJP (RB instead) (IN of)) (NP (CD 576))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Oklahoma City is home to the state's largest school district, Oklahoma City Public Schools. | ["Oklahoma City is home to the state 's largest school district , Oklahoma City Public Schools ."] | (S (NP (NNP Oklahoma) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (NP (DT the) (NN state) (POS 's)) (JJS largest) (NN school) (NN district)) (, ,) (NP (NML (NNP Oklahoma) (NNP City)) (NNP Public) (NNPS Schools)))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Oklahoma City is home to the state's largest school district, Oklahoma City Public Schools. | [] | (S (NP (NNP Oklahoma) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (NP (DT the) (NN state) (POS 's)) (JJS largest) (NN school) (NN district)) (, ,) (NP (NML (NNP Oklahoma) (NNP City)) (NNP Public) (NNPS Schools)))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Oklahoma City is home to the state's largest school district, Oklahoma City Public Schools. | [] | (S (NP (NNP Oklahoma) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (NP (DT the) (NN state) (POS 's)) (JJS largest) (NN school) (NN district)) (, ,) (NP (NML (NNP Oklahoma) (NNP City)) (NNP Public) (NNPS Schools)))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Oklahoma City is home to the state's largest school district, Oklahoma City Public Schools. | ["Oklahoma City is home to the state 's largest school district , Oklahoma City Public Schools ."] | (S (NP (NNP Oklahoma) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (NP (DT the) (NN state) (POS 's)) (JJS largest) (NN school) (NN district)) (, ,) (NP (NML (NNP Oklahoma) (NNP City)) (NNP Public) (NNPS Schools)))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Oklahoma City is home to the state's largest school district, Oklahoma City Public Schools. | [] | (S (NP (NNP Oklahoma) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (NP (DT the) (NN state) (POS 's)) (JJS largest) (NN school) (NN district)) (, ,) (NP (NML (NNP Oklahoma) (NNP City)) (NNP Public) (NNPS Schools)))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Each successive rank gave its holder greater pensions and legal privileges. | ['Each successive rank gave its holder greater pensions and legal privileges .'] | (S (NP (DT Each) (JJ successive) (NN rank)) (VP (VBD gave) (NP (PRP$ its) (NN holder)) (NP (JJR greater) (NML (NML (NNS pensions)) (CC and) (NML (JJ legal) (NNS privileges))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Each successive rank gave its holder greater pensions and legal privileges. | [] | (S (NP (DT Each) (JJ successive) (NN rank)) (VP (VBD gave) (NP (PRP$ its) (NN holder)) (NP (JJR greater) (NML (NML (NNS pensions)) (CC and) (NML (JJ legal) (NNS privileges))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Each successive rank gave its holder greater pensions and legal privileges. | [] | (S (NP (DT Each) (JJ successive) (NN rank)) (VP (VBD gave) (NP (PRP$ its) (NN holder)) (NP (JJR greater) (NML (NML (NNS pensions)) (CC and) (NML (JJ legal) (NNS privileges))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Each successive rank gave its holder greater pensions and legal privileges. | ['Each successive rank gave its holder greater pensions and legal privileges .'] | (S (NP (DT Each) (JJ successive) (NN rank)) (VP (VBD gave) (NP (PRP$ its) (NN holder)) (NP (JJR greater) (NML (NML (NNS pensions)) (CC and) (NML (JJ legal) (NNS privileges))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Each successive rank gave its holder greater pensions and legal privileges. | [] | (S (NP (DT Each) (JJ successive) (NN rank)) (VP (VBD gave) (NP (PRP$ its) (NN holder)) (NP (JJR greater) (NML (NML (NNS pensions)) (CC and) (NML (JJ legal) (NNS privileges))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In 1921, Mexico City had less than one million inhabitants. | ['In 1921 , Mexico City had less than one million inhabitants .'] | (S (PP (IN In) (NP (CD 1921))) (, ,) (NP (NNP Mexico) (NNP City)) (VP (VBD had) (NP (QP (JJR less) (IN than) (CD one) (CD million)) (NNS inhabitants))) (. .)) | 5 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In 1921, Mexico City had less than one million inhabitants. | [] | (S (PP (IN In) (NP (CD 1921))) (, ,) (NP (NNP Mexico) (NNP City)) (VP (VBD had) (NP (QP (JJR less) (IN than) (CD one) (CD million)) (NNS inhabitants))) (. .)) | 5 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In 1921, Mexico City had less than one million inhabitants. | [] | (S (PP (IN In) (NP (CD 1921))) (, ,) (NP (NNP Mexico) (NNP City)) (VP (VBD had) (NP (QP (JJR less) (IN than) (CD one) (CD million)) (NNS inhabitants))) (. .)) | 5 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | In 1921, Mexico City had less than one million inhabitants. | ['In 1921 , Mexico City had less than one million inhabitants .'] | (S (PP (IN In) (NP (CD 1921))) (, ,) (NP (NNP Mexico) (NNP City)) (VP (VBD had) (NP (QP (JJR less) (IN than) (CD one) (CD million)) (NNS inhabitants))) (. .)) | 5 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In 1921, Mexico City had less than one million inhabitants. | [] | (S (PP (IN In) (NP (CD 1921))) (, ,) (NP (NNP Mexico) (NNP City)) (VP (VBD had) (NP (QP (JJR less) (IN than) (CD one) (CD million)) (NNS inhabitants))) (. .)) | 5 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Two larger subdivisions appeared: the province (Estonian: kihelkond) and the land (Estonian: maakond). | ['Two larger subdivisions appeared : the province -LRB- Estonian : kihelkond -RRB- and the land -LRB- Estonian : maakond -RRB- .'] | (S (NP (CD Two) (JJR larger) (NNS subdivisions)) (VP (VBD appeared) (: :) (NP (NP (NP (DT the) (NN province)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN kihelkond))) (-RRB- -RRB-)) (CC and) (NP (NP (DT the) (NN land)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN maakond))) (-RRB- -RRB-)))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Two larger subdivisions appeared: the province (Estonian: kihelkond) and the land (Estonian: maakond). | [] | (S (NP (CD Two) (JJR larger) (NNS subdivisions)) (VP (VBD appeared) (: :) (NP (NP (NP (DT the) (NN province)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN kihelkond))) (-RRB- -RRB-)) (CC and) (NP (NP (DT the) (NN land)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN maakond))) (-RRB- -RRB-)))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Two larger subdivisions appeared: the province (Estonian: kihelkond) and the land (Estonian: maakond). | [] | (S (NP (CD Two) (JJR larger) (NNS subdivisions)) (VP (VBD appeared) (: :) (NP (NP (NP (DT the) (NN province)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN kihelkond))) (-RRB- -RRB-)) (CC and) (NP (NP (DT the) (NN land)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN maakond))) (-RRB- -RRB-)))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Two larger subdivisions appeared: the province (Estonian: kihelkond) and the land (Estonian: maakond). | ['Two larger subdivisions appeared : the province -LRB- Estonian : kihelkond -RRB- and the land -LRB- Estonian : maakond -RRB- .'] | (S (NP (CD Two) (JJR larger) (NNS subdivisions)) (VP (VBD appeared) (: :) (NP (NP (NP (DT the) (NN province)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN kihelkond))) (-RRB- -RRB-)) (CC and) (NP (NP (DT the) (NN land)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN maakond))) (-RRB- -RRB-)))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Two larger subdivisions appeared: the province (Estonian: kihelkond) and the land (Estonian: maakond). | [] | (S (NP (CD Two) (JJR larger) (NNS subdivisions)) (VP (VBD appeared) (: :) (NP (NP (NP (DT the) (NN province)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN kihelkond))) (-RRB- -RRB-)) (CC and) (NP (NP (DT the) (NN land)) (-LRB- -LRB-) (NP (NP (NNP Estonian)) (: :) (NP (NN maakond))) (-RRB- -RRB-)))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The last election was held on 25 November 2012. | ['The last election was held on 25 November 2012 .'] | (S (NP (DT The) (JJ last) (NN election)) (VP (VBD was) (VP (VBN held) (PP (IN on) (NP (CD 25) (NNP November) (CD 2012))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The last election was held on 25 November 2012. | [] | (S (NP (DT The) (JJ last) (NN election)) (VP (VBD was) (VP (VBN held) (PP (IN on) (NP (CD 25) (NNP November) (CD 2012))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The last election was held on 25 November 2012. | [] | (S (NP (DT The) (JJ last) (NN election)) (VP (VBD was) (VP (VBN held) (PP (IN on) (NP (CD 25) (NNP November) (CD 2012))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The last election was held on 25 November 2012. | ['The last election was held on 25 November 2012 .'] | (S (NP (DT The) (JJ last) (NN election)) (VP (VBD was) (VP (VBN held) (PP (IN on) (NP (CD 25) (NNP November) (CD 2012))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The last election was held on 25 November 2012. | [] | (S (NP (DT The) (JJ last) (NN election)) (VP (VBD was) (VP (VBN held) (PP (IN on) (NP (CD 25) (NNP November) (CD 2012))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Ann Arbor Business Review covers local business in the area. | ['The Ann Arbor Business Review covers local business in the area .'] | (S (NP (DT The) (NML (NNP Ann) (NNP Arbor)) (NNP Business) (NNP Review)) (VP (VBZ covers) (NP (NP (JJ local) (NN business)) (PP (IN in) (NP (DT the) (NN area))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Ann Arbor Business Review covers local business in the area. | [] | (S (NP (DT The) (NML (NNP Ann) (NNP Arbor)) (NNP Business) (NNP Review)) (VP (VBZ covers) (NP (NP (JJ local) (NN business)) (PP (IN in) (NP (DT the) (NN area))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Ann Arbor Business Review covers local business in the area. | [] | (S (NP (DT The) (NML (NNP Ann) (NNP Arbor)) (NNP Business) (NNP Review)) (VP (VBZ covers) (NP (NP (JJ local) (NN business)) (PP (IN in) (NP (DT the) (NN area))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The Ann Arbor Business Review covers local business in the area. | ['The Ann Arbor Business Review covers local business in the area .'] | (S (NP (DT The) (NML (NNP Ann) (NNP Arbor)) (NNP Business) (NNP Review)) (VP (VBZ covers) (NP (NP (JJ local) (NN business)) (PP (IN in) (NP (DT the) (NN area))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Ann Arbor Business Review covers local business in the area. | [] | (S (NP (DT The) (NML (NNP Ann) (NNP Arbor)) (NNP Business) (NNP Review)) (VP (VBZ covers) (NP (NP (JJ local) (NN business)) (PP (IN in) (NP (DT the) (NN area))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Ultraviolet LEDs in a range of wavelengths are becoming available on the market. | ['Ultraviolet LEDs in a range of wavelengths are becoming available on the market .'] | (S (NP (NP (JJ Ultraviolet) (NNS LEDs)) (PP (IN in) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NNS wavelengths)))))) (VP (VBP are) (VP (VBG becoming) (ADJP (JJ available)) (PP (IN on) (NP (DT the) (NN market))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Ultraviolet LEDs in a range of wavelengths are becoming available on the market. | [] | (S (NP (NP (JJ Ultraviolet) (NNS LEDs)) (PP (IN in) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NNS wavelengths)))))) (VP (VBP are) (VP (VBG becoming) (ADJP (JJ available)) (PP (IN on) (NP (DT the) (NN market))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Ultraviolet LEDs in a range of wavelengths are becoming available on the market. | [] | (S (NP (NP (JJ Ultraviolet) (NNS LEDs)) (PP (IN in) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NNS wavelengths)))))) (VP (VBP are) (VP (VBG becoming) (ADJP (JJ available)) (PP (IN on) (NP (DT the) (NN market))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Ultraviolet LEDs in a range of wavelengths are becoming available on the market. | ['Ultraviolet LEDs in a range of wavelengths are becoming available on the market .'] | (S (NP (NP (JJ Ultraviolet) (NNS LEDs)) (PP (IN in) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NNS wavelengths)))))) (VP (VBP are) (VP (VBG becoming) (ADJP (JJ available)) (PP (IN on) (NP (DT the) (NN market))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Ultraviolet LEDs in a range of wavelengths are becoming available on the market. | [] | (S (NP (NP (JJ Ultraviolet) (NNS LEDs)) (PP (IN in) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (NNS wavelengths)))))) (VP (VBP are) (VP (VBG becoming) (ADJP (JJ available)) (PP (IN on) (NP (DT the) (NN market))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Distinguishing motifs of Islamic architecture have always been ordered repetition, radiating structures, and rhythmic, metric patterns. | ['Distinguishing motifs of Islamic architecture have always been ordered repetition , radiating structures , and rhythmic , metric patterns .'] | (S (NP (NP (VBG Distinguishing) (NNS motifs)) (PP (IN of) (NP (JJ Islamic) (NN architecture)))) (VP (VBP have) (ADVP (RB always)) (VP (VBN been) (VP (VBN ordered) (NP (NP (NN repetition)) (, ,) (NP (VBG radiating) (NNS structures)) (, ,) (CC and) (NP (JJ rhythmic) (, ,) (JJ metric) (NNS patterns)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Distinguishing motifs of Islamic architecture have always been ordered repetition, radiating structures, and rhythmic, metric patterns. | [] | (S (NP (NP (VBG Distinguishing) (NNS motifs)) (PP (IN of) (NP (JJ Islamic) (NN architecture)))) (VP (VBP have) (ADVP (RB always)) (VP (VBN been) (VP (VBN ordered) (NP (NP (NN repetition)) (, ,) (NP (VBG radiating) (NNS structures)) (, ,) (CC and) (NP (JJ rhythmic) (, ,) (JJ metric) (NNS patterns)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Distinguishing motifs of Islamic architecture have always been ordered repetition, radiating structures, and rhythmic, metric patterns. | [] | (S (NP (NP (VBG Distinguishing) (NNS motifs)) (PP (IN of) (NP (JJ Islamic) (NN architecture)))) (VP (VBP have) (ADVP (RB always)) (VP (VBN been) (VP (VBN ordered) (NP (NP (NN repetition)) (, ,) (NP (VBG radiating) (NNS structures)) (, ,) (CC and) (NP (JJ rhythmic) (, ,) (JJ metric) (NNS patterns)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Distinguishing motifs of Islamic architecture have always been ordered repetition, radiating structures, and rhythmic, metric patterns. | ['Distinguishing motifs of Islamic architecture have always been ordered repetition , radiating structures , and rhythmic , metric patterns .'] | (S (NP (NP (VBG Distinguishing) (NNS motifs)) (PP (IN of) (NP (JJ Islamic) (NN architecture)))) (VP (VBP have) (ADVP (RB always)) (VP (VBN been) (VP (VBN ordered) (NP (NP (NN repetition)) (, ,) (NP (VBG radiating) (NNS structures)) (, ,) (CC and) (NP (JJ rhythmic) (, ,) (JJ metric) (NNS patterns)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Distinguishing motifs of Islamic architecture have always been ordered repetition, radiating structures, and rhythmic, metric patterns. | [] | (S (NP (NP (VBG Distinguishing) (NNS motifs)) (PP (IN of) (NP (JJ Islamic) (NN architecture)))) (VP (VBP have) (ADVP (RB always)) (VP (VBN been) (VP (VBN ordered) (NP (NP (NN repetition)) (, ,) (NP (VBG radiating) (NNS structures)) (, ,) (CC and) (NP (JJ rhythmic) (, ,) (JJ metric) (NNS patterns)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | One month later, the doomed Scott Expedition reached the pole. | ['One month later , the doomed Scott Expedition reached the pole .'] | (S (ADVP (NP (CD One) (NN month)) (RB later)) (, ,) (NP (DT the) (JJ doomed) (NNP Scott) (NNP Expedition)) (VP (VBD reached) (NP (DT the) (NN pole))) (. .)) | 4 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | One month later, the doomed Scott Expedition reached the pole. | [] | (S (ADVP (NP (CD One) (NN month)) (RB later)) (, ,) (NP (DT the) (JJ doomed) (NNP Scott) (NNP Expedition)) (VP (VBD reached) (NP (DT the) (NN pole))) (. .)) | 4 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | One month later, the doomed Scott Expedition reached the pole. | [] | (S (ADVP (NP (CD One) (NN month)) (RB later)) (, ,) (NP (DT the) (JJ doomed) (NNP Scott) (NNP Expedition)) (VP (VBD reached) (NP (DT the) (NN pole))) (. .)) | 4 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | One month later, the doomed Scott Expedition reached the pole. | ['One month later , the doomed Scott Expedition reached the pole .'] | (S (ADVP (NP (CD One) (NN month)) (RB later)) (, ,) (NP (DT the) (JJ doomed) (NNP Scott) (NNP Expedition)) (VP (VBD reached) (NP (DT the) (NN pole))) (. .)) | 4 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | One month later, the doomed Scott Expedition reached the pole. | [] | (S (ADVP (NP (CD One) (NN month)) (RB later)) (, ,) (NP (DT the) (JJ doomed) (NNP Scott) (NNP Expedition)) (VP (VBD reached) (NP (DT the) (NN pole))) (. .)) | 4 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Slavs are the largest Indo-European ethno-linguistic group in Europe. | ['Slavs are the largest Indo - European ethno - linguistic group in Europe .'] | (S (NP (NNS Slavs)) (VP (VBP are) (NP (NP (DT the) (JJS largest) (ADJP (JJ Indo) (HYPH -) (JJ European)) (JJ ethno) (HYPH -) (JJ linguistic) (NN group)) (PP (IN in) (NP (NNP Europe))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Slavs are the largest Indo-European ethno-linguistic group in Europe. | [] | (S (NP (NNS Slavs)) (VP (VBP are) (NP (NP (DT the) (JJS largest) (ADJP (JJ Indo) (HYPH -) (JJ European)) (JJ ethno) (HYPH -) (JJ linguistic) (NN group)) (PP (IN in) (NP (NNP Europe))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Slavs are the largest Indo-European ethno-linguistic group in Europe. | [] | (S (NP (NNS Slavs)) (VP (VBP are) (NP (NP (DT the) (JJS largest) (ADJP (JJ Indo) (HYPH -) (JJ European)) (JJ ethno) (HYPH -) (JJ linguistic) (NN group)) (PP (IN in) (NP (NNP Europe))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Slavs are the largest Indo-European ethno-linguistic group in Europe. | ['Slavs are the largest Indo - European ethno - linguistic group in Europe .'] | (S (NP (NNS Slavs)) (VP (VBP are) (NP (NP (DT the) (JJS largest) (ADJP (JJ Indo) (HYPH -) (JJ European)) (JJ ethno) (HYPH -) (JJ linguistic) (NN group)) (PP (IN in) (NP (NNP Europe))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Slavs are the largest Indo-European ethno-linguistic group in Europe. | [] | (S (NP (NNS Slavs)) (VP (VBP are) (NP (NP (DT the) (JJS largest) (ADJP (JJ Indo) (HYPH -) (JJ European)) (JJ ethno) (HYPH -) (JJ linguistic) (NN group)) (PP (IN in) (NP (NNP Europe))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Life expectancy at birth | [] | (NP (NP (NN Life) (NN expectancy)) (PP (IN at) (NP (NN birth)))) | 4 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Life expectancy at birth | [] | (NP (NP (NN Life) (NN expectancy)) (PP (IN at) (NP (NN birth)))) | 4 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Life expectancy at birth | ['Life expectancy at birth'] | (NP (NP (NN Life) (NN expectancy)) (PP (IN at) (NP (NN birth)))) | 4 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Life expectancy at birth | [] | (NP (NP (NN Life) (NN expectancy)) (PP (IN at) (NP (NN birth)))) | 4 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Life expectancy at birth | [] | (NP (NP (NN Life) (NN expectancy)) (PP (IN at) (NP (NN birth)))) | 4 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | There was little evidence of organized warfare or professional soldiers during the Uruk period, and towns were generally unwalled. | ['There was little evidence of organized warfare or professional soldiers during the Uruk period , and towns were generally unwalled .', 'There was little evidence of organized warfare or professional soldiers during the Uruk period', 'towns were generally unwalled'] | (S (S (NP (EX There)) (VP (VBD was) (NP (NP (JJ little) (NN evidence)) (PP (IN of) (NP (NP (VBN organized) (NN warfare)) (CC or) (NP (JJ professional) (NNS soldiers))))) (PP (IN during) (NP (DT the) (NNP Uruk) (NN period))))) (, ,) (CC and) (S (NP (NNS towns)) (VP (VBD were) (ADVP (RB generally)) (ADJP (JJ unwalled))))... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | There was little evidence of organized warfare or professional soldiers during the Uruk period, and towns were generally unwalled. | [] | (S (S (NP (EX There)) (VP (VBD was) (NP (NP (JJ little) (NN evidence)) (PP (IN of) (NP (NP (VBN organized) (NN warfare)) (CC or) (NP (JJ professional) (NNS soldiers))))) (PP (IN during) (NP (DT the) (NNP Uruk) (NN period))))) (, ,) (CC and) (S (NP (NNS towns)) (VP (VBD were) (ADVP (RB generally)) (ADJP (JJ unwalled))))... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | There was little evidence of organized warfare or professional soldiers during the Uruk period, and towns were generally unwalled. | [] | (S (S (NP (EX There)) (VP (VBD was) (NP (NP (JJ little) (NN evidence)) (PP (IN of) (NP (NP (VBN organized) (NN warfare)) (CC or) (NP (JJ professional) (NNS soldiers))))) (PP (IN during) (NP (DT the) (NNP Uruk) (NN period))))) (, ,) (CC and) (S (NP (NNS towns)) (VP (VBD were) (ADVP (RB generally)) (ADJP (JJ unwalled))))... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | There was little evidence of organized warfare or professional soldiers during the Uruk period, and towns were generally unwalled. | ['There was little evidence of organized warfare or professional soldiers during the Uruk period , and towns were generally unwalled .'] | (S (S (NP (EX There)) (VP (VBD was) (NP (NP (JJ little) (NN evidence)) (PP (IN of) (NP (NP (VBN organized) (NN warfare)) (CC or) (NP (JJ professional) (NNS soldiers))))) (PP (IN during) (NP (DT the) (NNP Uruk) (NN period))))) (, ,) (CC and) (S (NP (NNS towns)) (VP (VBD were) (ADVP (RB generally)) (ADJP (JJ unwalled))))... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | There was little evidence of organized warfare or professional soldiers during the Uruk period, and towns were generally unwalled. | [] | (S (S (NP (EX There)) (VP (VBD was) (NP (NP (JJ little) (NN evidence)) (PP (IN of) (NP (NP (VBN organized) (NN warfare)) (CC or) (NP (JJ professional) (NNS soldiers))))) (PP (IN during) (NP (DT the) (NNP Uruk) (NN period))))) (, ,) (CC and) (S (NP (NNS towns)) (VP (VBD were) (ADVP (RB generally)) (ADJP (JJ unwalled))))... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Painted or carved wooden relief altarpieces became common, especially as churches created many side-chapels. | ['Painted or carved wooden relief altarpieces became common , .', 'churches created many side - chapels'] | (S (NP (ADJP (VBN Painted) (CC or) (VBN carved)) (JJ wooden) (NN relief) (NNS altarpieces)) (VP (VBD became) (ADJP (JJ common)) (, ,) (SBAR (ADVP (RB especially)) (IN as) (S (NP (NNS churches)) (VP (VBD created) (NP (JJ many) (NN side) (HYPH -) (NNS chapels)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Painted or carved wooden relief altarpieces became common, especially as churches created many side-chapels. | ['especially as churches created many side - chapels'] | (S (NP (ADJP (VBN Painted) (CC or) (VBN carved)) (JJ wooden) (NN relief) (NNS altarpieces)) (VP (VBD became) (ADJP (JJ common)) (, ,) (SBAR (ADVP (RB especially)) (IN as) (S (NP (NNS churches)) (VP (VBD created) (NP (JJ many) (NN side) (HYPH -) (NNS chapels)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Painted or carved wooden relief altarpieces became common, especially as churches created many side-chapels. | [] | (S (NP (ADJP (VBN Painted) (CC or) (VBN carved)) (JJ wooden) (NN relief) (NNS altarpieces)) (VP (VBD became) (ADJP (JJ common)) (, ,) (SBAR (ADVP (RB especially)) (IN as) (S (NP (NNS churches)) (VP (VBD created) (NP (JJ many) (NN side) (HYPH -) (NNS chapels)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Painted or carved wooden relief altarpieces became common, especially as churches created many side-chapels. | [] | (S (NP (ADJP (VBN Painted) (CC or) (VBN carved)) (JJ wooden) (NN relief) (NNS altarpieces)) (VP (VBD became) (ADJP (JJ common)) (, ,) (SBAR (ADVP (RB especially)) (IN as) (S (NP (NNS churches)) (VP (VBD created) (NP (JJ many) (NN side) (HYPH -) (NNS chapels)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Painted or carved wooden relief altarpieces became common, especially as churches created many side-chapels. | ['Painted or carved wooden relief altarpieces became common , especially as churches created many side - chapels .'] | (S (NP (ADJP (VBN Painted) (CC or) (VBN carved)) (JJ wooden) (NN relief) (NNS altarpieces)) (VP (VBD became) (ADJP (JJ common)) (, ,) (SBAR (ADVP (RB especially)) (IN as) (S (NP (NNS churches)) (VP (VBD created) (NP (JJ many) (NN side) (HYPH -) (NNS chapels)))))) (. .)) | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.