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 []. | In this case, the body of any wild animal killed or wounded becomes government property. | ['In this case , the body of any wild animal killed or wounded becomes government property .'] | (S (PP (IN In) (NP (DT this) (NN case))) (, ,) (NP (NP (DT the) (NN body)) (PP (IN of) (NP (NP (DT any) (JJ wild) (NN animal)) (VP (VBN killed) (CC or) (VBN wounded))))) (VP (VBZ becomes) (NP (NN government) (NN property))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In this case, the body of any wild animal killed or wounded becomes government property. | [] | (S (PP (IN In) (NP (DT this) (NN case))) (, ,) (NP (NP (DT the) (NN body)) (PP (IN of) (NP (NP (DT any) (JJ wild) (NN animal)) (VP (VBN killed) (CC or) (VBN wounded))))) (VP (VBZ becomes) (NP (NN government) (NN property))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In this case, the body of any wild animal killed or wounded becomes government property. | [] | (S (PP (IN In) (NP (DT this) (NN case))) (, ,) (NP (NP (DT the) (NN body)) (PP (IN of) (NP (NP (DT any) (JJ wild) (NN animal)) (VP (VBN killed) (CC or) (VBN wounded))))) (VP (VBZ becomes) (NP (NN government) (NN property))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | In this case, the body of any wild animal killed or wounded becomes government property. | ['In this case , the body of any wild animal killed or wounded becomes government property .'] | (S (PP (IN In) (NP (DT this) (NN case))) (, ,) (NP (NP (DT the) (NN body)) (PP (IN of) (NP (NP (DT any) (JJ wild) (NN animal)) (VP (VBN killed) (CC or) (VBN wounded))))) (VP (VBZ becomes) (NP (NN government) (NN property))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In this case, the body of any wild animal killed or wounded becomes government property. | [] | (S (PP (IN In) (NP (DT this) (NN case))) (, ,) (NP (NP (DT the) (NN body)) (PP (IN of) (NP (NP (DT any) (JJ wild) (NN animal)) (VP (VBN killed) (CC or) (VBN wounded))))) (VP (VBZ becomes) (NP (NN government) (NN property))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | It would also reorganize its relationship with the Sheffield Scientific School. | ['It would also reorganize its relationship with the Sheffield Scientific School .'] | (S (NP (PRP It)) (VP (MD would) (ADVP (RB also)) (VP (VB reorganize) (NP (NP (PRP$ its) (NN relationship)) (PP (IN with) (NP (DT the) (NNP Sheffield) (NNP Scientific) (NNP School)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | It would also reorganize its relationship with the Sheffield Scientific School. | [] | (S (NP (PRP It)) (VP (MD would) (ADVP (RB also)) (VP (VB reorganize) (NP (NP (PRP$ its) (NN relationship)) (PP (IN with) (NP (DT the) (NNP Sheffield) (NNP Scientific) (NNP School)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | It would also reorganize its relationship with the Sheffield Scientific School. | [] | (S (NP (PRP It)) (VP (MD would) (ADVP (RB also)) (VP (VB reorganize) (NP (NP (PRP$ its) (NN relationship)) (PP (IN with) (NP (DT the) (NNP Sheffield) (NNP Scientific) (NNP School)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | It would also reorganize its relationship with the Sheffield Scientific School. | ['It would also reorganize its relationship with the Sheffield Scientific School .'] | (S (NP (PRP It)) (VP (MD would) (ADVP (RB also)) (VP (VB reorganize) (NP (NP (PRP$ its) (NN relationship)) (PP (IN with) (NP (DT the) (NNP Sheffield) (NNP Scientific) (NNP School)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | It would also reorganize its relationship with the Sheffield Scientific School. | [] | (S (NP (PRP It)) (VP (MD would) (ADVP (RB also)) (VP (VB reorganize) (NP (NP (PRP$ its) (NN relationship)) (PP (IN with) (NP (DT the) (NNP Sheffield) (NNP Scientific) (NNP School)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The name Burma has been in use in English since the 18th century. | ['The name Burma has been in use in English since the 18th century .'] | (S (NP (DT The) (NN name) (NNP Burma)) (VP (VBZ has) (VP (VBN been) (PP (IN in) (NP (NN use))) (PP (IN in) (NP (NNP English))) (PP (IN since) (NP (DT the) (JJ 18th) (NN century))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The name Burma has been in use in English since the 18th century. | [] | (S (NP (DT The) (NN name) (NNP Burma)) (VP (VBZ has) (VP (VBN been) (PP (IN in) (NP (NN use))) (PP (IN in) (NP (NNP English))) (PP (IN since) (NP (DT the) (JJ 18th) (NN century))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The name Burma has been in use in English since the 18th century. | [] | (S (NP (DT The) (NN name) (NNP Burma)) (VP (VBZ has) (VP (VBN been) (PP (IN in) (NP (NN use))) (PP (IN in) (NP (NNP English))) (PP (IN since) (NP (DT the) (JJ 18th) (NN century))))) (. .)) | 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 name Burma has been in use in English since the 18th century. | ['The name Burma has been in use in English since the 18th century .'] | (S (NP (DT The) (NN name) (NNP Burma)) (VP (VBZ has) (VP (VBN been) (PP (IN in) (NP (NN use))) (PP (IN in) (NP (NNP English))) (PP (IN since) (NP (DT the) (JJ 18th) (NN century))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The name Burma has been in use in English since the 18th century. | [] | (S (NP (DT The) (NN name) (NNP Burma)) (VP (VBZ has) (VP (VBN been) (PP (IN in) (NP (NN use))) (PP (IN in) (NP (NNP English))) (PP (IN since) (NP (DT the) (JJ 18th) (NN century))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The World Tuberculosis Day was established on 24 March for this reason. | ['The World Tuberculosis Day was established on 24 March for this reason .'] | (S (NP (DT The) (NNP World) (NNP Tuberculosis) (NNP Day)) (VP (VBD was) (VP (VBN established) (PP (IN on) (NP (CD 24) (NNP March))) (PP (IN for) (NP (DT this) (NN reason))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The World Tuberculosis Day was established on 24 March for this reason. | [] | (S (NP (DT The) (NNP World) (NNP Tuberculosis) (NNP Day)) (VP (VBD was) (VP (VBN established) (PP (IN on) (NP (CD 24) (NNP March))) (PP (IN for) (NP (DT this) (NN reason))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The World Tuberculosis Day was established on 24 March for this reason. | [] | (S (NP (DT The) (NNP World) (NNP Tuberculosis) (NNP Day)) (VP (VBD was) (VP (VBN established) (PP (IN on) (NP (CD 24) (NNP March))) (PP (IN for) (NP (DT this) (NN reason))))) (. .)) | 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 World Tuberculosis Day was established on 24 March for this reason. | ['The World Tuberculosis Day was established on 24 March for this reason .'] | (S (NP (DT The) (NNP World) (NNP Tuberculosis) (NNP Day)) (VP (VBD was) (VP (VBN established) (PP (IN on) (NP (CD 24) (NNP March))) (PP (IN for) (NP (DT this) (NN reason))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The World Tuberculosis Day was established on 24 March for this reason. | [] | (S (NP (DT The) (NNP World) (NNP Tuberculosis) (NNP Day)) (VP (VBD was) (VP (VBN established) (PP (IN on) (NP (CD 24) (NNP March))) (PP (IN for) (NP (DT this) (NN reason))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Hundreds of thousands of U.S. troops remained stationed in West Germany, with others in Belgium, the Netherlands and the United Kingdom, until the 1990s in anticipation of a possible Soviet attack. | ['Hundreds of thousands of U.S. troops remained stationed in West Germany , with others in Belgium , the Netherlands and the United Kingdom , until the 1990s in anticipation of a possible Soviet attack .'] | (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT ... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Hundreds of thousands of U.S. troops remained stationed in West Germany, with others in Belgium, the Netherlands and the United Kingdom, until the 1990s in anticipation of a possible Soviet attack. | [] | (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT ... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Hundreds of thousands of U.S. troops remained stationed in West Germany, with others in Belgium, the Netherlands and the United Kingdom, until the 1990s in anticipation of a possible Soviet attack. | [] | (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT ... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Hundreds of thousands of U.S. troops remained stationed in West Germany, with others in Belgium, the Netherlands and the United Kingdom, until the 1990s in anticipation of a possible Soviet attack. | ['Hundreds of thousands of U.S. troops remained stationed in West Germany , with others in Belgium , the Netherlands and the United Kingdom , until the 1990s in anticipation of a possible Soviet attack .'] | (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT ... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Hundreds of thousands of U.S. troops remained stationed in West Germany, with others in Belgium, the Netherlands and the United Kingdom, until the 1990s in anticipation of a possible Soviet attack. | [] | (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT ... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Following the announcement of Nasser's death, Egypt and the Arab world were in a state of shock. | ["Following the announcement of Nasser 's death , Egypt and the Arab world were in a state of shock ."] | (S (PP (VBG Following) (NP (NP (DT the) (NN announcement)) (PP (IN of) (NP (NP (NNP Nasser) (POS 's)) (NN death))))) (, ,) (NP (NP (NNP Egypt)) (CC and) (NP (DT the) (JJ Arab) (NN world))) (VP (VBD were) (PP (IN in) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN shock)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Following the announcement of Nasser's death, Egypt and the Arab world were in a state of shock. | [] | (S (PP (VBG Following) (NP (NP (DT the) (NN announcement)) (PP (IN of) (NP (NP (NNP Nasser) (POS 's)) (NN death))))) (, ,) (NP (NP (NNP Egypt)) (CC and) (NP (DT the) (JJ Arab) (NN world))) (VP (VBD were) (PP (IN in) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN shock)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Following the announcement of Nasser's death, Egypt and the Arab world were in a state of shock. | [] | (S (PP (VBG Following) (NP (NP (DT the) (NN announcement)) (PP (IN of) (NP (NP (NNP Nasser) (POS 's)) (NN death))))) (, ,) (NP (NP (NNP Egypt)) (CC and) (NP (DT the) (JJ Arab) (NN world))) (VP (VBD were) (PP (IN in) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN shock)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Following the announcement of Nasser's death, Egypt and the Arab world were in a state of shock. | ["Following the announcement of Nasser 's death , Egypt and the Arab world were in a state of shock ."] | (S (PP (VBG Following) (NP (NP (DT the) (NN announcement)) (PP (IN of) (NP (NP (NNP Nasser) (POS 's)) (NN death))))) (, ,) (NP (NP (NNP Egypt)) (CC and) (NP (DT the) (JJ Arab) (NN world))) (VP (VBD were) (PP (IN in) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN shock)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Following the announcement of Nasser's death, Egypt and the Arab world were in a state of shock. | [] | (S (PP (VBG Following) (NP (NP (DT the) (NN announcement)) (PP (IN of) (NP (NP (NNP Nasser) (POS 's)) (NN death))))) (, ,) (NP (NP (NNP Egypt)) (CC and) (NP (DT the) (JJ Arab) (NN world))) (VP (VBD were) (PP (IN in) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN shock)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Lee Strasberg Theatre and Film Institute is in Union Square, and Tisch School of the Arts is based at New York University, while Central Park SummerStage presents performances of free plays and music in Central Park. | ['The Lee Strasberg Theatre and Film Institute is in Union Square , and Tisch School of the Arts is based at New York University , .', 'The Lee Strasberg Theatre and Film Institute is in Union Square', 'Tisch School of the Arts is based at New York University', 'Central Park SummerStage presents performances of free pl... | (S (S (NP (DT The) (NML (NNP Lee) (NNP Strasberg)) (NML (NNP Theatre) (CC and) (NNP Film)) (NNP Institute)) (VP (VBZ is) (PP (IN in) (NP (NNP Union) (NNP Square))))) (, ,) (CC and) (S (NP (NP (NNP Tisch) (NNP School)) (PP (IN of) (NP (DT the) (NNP Arts)))) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NML (NNP New) (NN... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Lee Strasberg Theatre and Film Institute is in Union Square, and Tisch School of the Arts is based at New York University, while Central Park SummerStage presents performances of free plays and music in Central Park. | ['while Central Park SummerStage presents performances of free plays and music in Central Park'] | (S (S (NP (DT The) (NML (NNP Lee) (NNP Strasberg)) (NML (NNP Theatre) (CC and) (NNP Film)) (NNP Institute)) (VP (VBZ is) (PP (IN in) (NP (NNP Union) (NNP Square))))) (, ,) (CC and) (S (NP (NP (NNP Tisch) (NNP School)) (PP (IN of) (NP (DT the) (NNP Arts)))) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NML (NNP New) (NN... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Lee Strasberg Theatre and Film Institute is in Union Square, and Tisch School of the Arts is based at New York University, while Central Park SummerStage presents performances of free plays and music in Central Park. | [] | (S (S (NP (DT The) (NML (NNP Lee) (NNP Strasberg)) (NML (NNP Theatre) (CC and) (NNP Film)) (NNP Institute)) (VP (VBZ is) (PP (IN in) (NP (NNP Union) (NNP Square))))) (, ,) (CC and) (S (NP (NP (NNP Tisch) (NNP School)) (PP (IN of) (NP (DT the) (NNP Arts)))) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NML (NNP New) (NN... | 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 Lee Strasberg Theatre and Film Institute is in Union Square, and Tisch School of the Arts is based at New York University, while Central Park SummerStage presents performances of free plays and music in Central Park. | [] | (S (S (NP (DT The) (NML (NNP Lee) (NNP Strasberg)) (NML (NNP Theatre) (CC and) (NNP Film)) (NNP Institute)) (VP (VBZ is) (PP (IN in) (NP (NNP Union) (NNP Square))))) (, ,) (CC and) (S (NP (NP (NNP Tisch) (NNP School)) (PP (IN of) (NP (DT the) (NNP Arts)))) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NML (NNP New) (NN... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Lee Strasberg Theatre and Film Institute is in Union Square, and Tisch School of the Arts is based at New York University, while Central Park SummerStage presents performances of free plays and music in Central Park. | ['The Lee Strasberg Theatre and Film Institute is in Union Square , and Tisch School of the Arts is based at New York University , while Central Park SummerStage presents performances of free plays and music in Central Park .'] | (S (S (NP (DT The) (NML (NNP Lee) (NNP Strasberg)) (NML (NNP Theatre) (CC and) (NNP Film)) (NNP Institute)) (VP (VBZ is) (PP (IN in) (NP (NNP Union) (NNP Square))))) (, ,) (CC and) (S (NP (NP (NNP Tisch) (NNP School)) (PP (IN of) (NP (DT the) (NNP Arts)))) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NML (NNP New) (NN... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | By 1989 Germany was nearing reunification and the Cold War was coming to a close. | ['By 1989 Germany was nearing reunification and the Cold War was coming to a close .', 'Germany was nearing reunification', 'the Cold War was coming to a close'] | (S (PP (IN By) (NP (CD 1989))) (S (NP (NNP Germany)) (VP (VBD was) (VP (VBG nearing) (NP (NN reunification))))) (CC and) (S (NP (DT the) (NNP Cold) (NNP War)) (VP (VBD was) (VP (VBG coming) (PP (IN to) (NP (DT a) (NN close)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | By 1989 Germany was nearing reunification and the Cold War was coming to a close. | [] | (S (PP (IN By) (NP (CD 1989))) (S (NP (NNP Germany)) (VP (VBD was) (VP (VBG nearing) (NP (NN reunification))))) (CC and) (S (NP (DT the) (NNP Cold) (NNP War)) (VP (VBD was) (VP (VBG coming) (PP (IN to) (NP (DT a) (NN close)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | By 1989 Germany was nearing reunification and the Cold War was coming to a close. | [] | (S (PP (IN By) (NP (CD 1989))) (S (NP (NNP Germany)) (VP (VBD was) (VP (VBG nearing) (NP (NN reunification))))) (CC and) (S (NP (DT the) (NNP Cold) (NNP War)) (VP (VBD was) (VP (VBG coming) (PP (IN to) (NP (DT a) (NN close)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | By 1989 Germany was nearing reunification and the Cold War was coming to a close. | ['By 1989 Germany was nearing reunification and the Cold War was coming to a close .'] | (S (PP (IN By) (NP (CD 1989))) (S (NP (NNP Germany)) (VP (VBD was) (VP (VBG nearing) (NP (NN reunification))))) (CC and) (S (NP (DT the) (NNP Cold) (NNP War)) (VP (VBD was) (VP (VBG coming) (PP (IN to) (NP (DT a) (NN close)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | By 1989 Germany was nearing reunification and the Cold War was coming to a close. | [] | (S (PP (IN By) (NP (CD 1989))) (S (NP (NNP Germany)) (VP (VBD was) (VP (VBG nearing) (NP (NN reunification))))) (CC and) (S (NP (DT the) (NNP Cold) (NNP War)) (VP (VBD was) (VP (VBG coming) (PP (IN to) (NP (DT a) (NN close)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Although born into slavery, the Hemings children were legally white under Virginia law of the time. | [', the Hemings children were legally white under Virginia law of the time .', 'born into slavery'] | (S (SBAR (IN Although) (S (VP (VBN born) (PP (IN into) (NP (NN slavery)))))) (, ,) (NP (DT the) (NNP Hemings) (NNS children)) (VP (VBD were) (ADJP (RB legally) (JJ white)) (PP (IN under) (NP (NP (NNP Virginia) (NN law)) (PP (IN of) (NP (DT the) (NN time)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Although born into slavery, the Hemings children were legally white under Virginia law of the time. | ['Although born into slavery'] | (S (SBAR (IN Although) (S (VP (VBN born) (PP (IN into) (NP (NN slavery)))))) (, ,) (NP (DT the) (NNP Hemings) (NNS children)) (VP (VBD were) (ADJP (RB legally) (JJ white)) (PP (IN under) (NP (NP (NNP Virginia) (NN law)) (PP (IN of) (NP (DT the) (NN time)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Although born into slavery, the Hemings children were legally white under Virginia law of the time. | [] | (S (SBAR (IN Although) (S (VP (VBN born) (PP (IN into) (NP (NN slavery)))))) (, ,) (NP (DT the) (NNP Hemings) (NNS children)) (VP (VBD were) (ADJP (RB legally) (JJ white)) (PP (IN under) (NP (NP (NNP Virginia) (NN law)) (PP (IN of) (NP (DT the) (NN time)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Although born into slavery, the Hemings children were legally white under Virginia law of the time. | ['Although born into slavery , the Hemings children were legally white under Virginia law of the time .'] | (S (SBAR (IN Although) (S (VP (VBN born) (PP (IN into) (NP (NN slavery)))))) (, ,) (NP (DT the) (NNP Hemings) (NNS children)) (VP (VBD were) (ADJP (RB legally) (JJ white)) (PP (IN under) (NP (NP (NNP Virginia) (NN law)) (PP (IN of) (NP (DT the) (NN time)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Although born into slavery, the Hemings children were legally white under Virginia law of the time. | [] | (S (SBAR (IN Although) (S (VP (VBN born) (PP (IN into) (NP (NN slavery)))))) (, ,) (NP (DT the) (NNP Hemings) (NNS children)) (VP (VBD were) (ADJP (RB legally) (JJ white)) (PP (IN under) (NP (NP (NNP Virginia) (NN law)) (PP (IN of) (NP (DT the) (NN time)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In parliamentary systems fashioned after the Westminster system, the prime minister is the presiding and actual head of government and head of the executive branch. | ['In parliamentary systems fashioned after the Westminster system , the prime minister is the presiding and actual head of government and head of the executive branch .'] | (S (PP (IN In) (NP (NP (JJ parliamentary) (NNS systems)) (VP (VBN fashioned) (PP (IN after) (NP (DT the) (NNP Westminster) (NN system)))))) (, ,) (NP (DT the) (JJ prime) (NN minister)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (ADJP (VBG presiding))) (CC and) (NP (JJ actual) (NN head))) (PP (IN of) (NP (NN government)))) (... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In parliamentary systems fashioned after the Westminster system, the prime minister is the presiding and actual head of government and head of the executive branch. | [] | (S (PP (IN In) (NP (NP (JJ parliamentary) (NNS systems)) (VP (VBN fashioned) (PP (IN after) (NP (DT the) (NNP Westminster) (NN system)))))) (, ,) (NP (DT the) (JJ prime) (NN minister)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (ADJP (VBG presiding))) (CC and) (NP (JJ actual) (NN head))) (PP (IN of) (NP (NN government)))) (... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In parliamentary systems fashioned after the Westminster system, the prime minister is the presiding and actual head of government and head of the executive branch. | [] | (S (PP (IN In) (NP (NP (JJ parliamentary) (NNS systems)) (VP (VBN fashioned) (PP (IN after) (NP (DT the) (NNP Westminster) (NN system)))))) (, ,) (NP (DT the) (JJ prime) (NN minister)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (ADJP (VBG presiding))) (CC and) (NP (JJ actual) (NN head))) (PP (IN of) (NP (NN government)))) (... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | In parliamentary systems fashioned after the Westminster system, the prime minister is the presiding and actual head of government and head of the executive branch. | ['In parliamentary systems fashioned after the Westminster system , the prime minister is the presiding and actual head of government and head of the executive branch .'] | (S (PP (IN In) (NP (NP (JJ parliamentary) (NNS systems)) (VP (VBN fashioned) (PP (IN after) (NP (DT the) (NNP Westminster) (NN system)))))) (, ,) (NP (DT the) (JJ prime) (NN minister)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (ADJP (VBG presiding))) (CC and) (NP (JJ actual) (NN head))) (PP (IN of) (NP (NN government)))) (... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In parliamentary systems fashioned after the Westminster system, the prime minister is the presiding and actual head of government and head of the executive branch. | [] | (S (PP (IN In) (NP (NP (JJ parliamentary) (NNS systems)) (VP (VBN fashioned) (PP (IN after) (NP (DT the) (NNP Westminster) (NN system)))))) (, ,) (NP (DT the) (JJ prime) (NN minister)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (ADJP (VBG presiding))) (CC and) (NP (JJ actual) (NN head))) (PP (IN of) (NP (NN government)))) (... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | John's first period of rule in Ireland was not a success. | ["John 's first period of rule in Ireland was not a success ."] | (S (NP (NP (NP (NNP John) (POS 's)) (JJ first) (NN period)) (PP (IN of) (NP (NN rule))) (PP (IN in) (NP (NNP Ireland)))) (VP (VBD was) (RB not) (NP (DT a) (NN success))) (. .)) | 5 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | John's first period of rule in Ireland was not a success. | [] | (S (NP (NP (NP (NNP John) (POS 's)) (JJ first) (NN period)) (PP (IN of) (NP (NN rule))) (PP (IN in) (NP (NNP Ireland)))) (VP (VBD was) (RB not) (NP (DT a) (NN success))) (. .)) | 5 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | John's first period of rule in Ireland was not a success. | [] | (S (NP (NP (NP (NNP John) (POS 's)) (JJ first) (NN period)) (PP (IN of) (NP (NN rule))) (PP (IN in) (NP (NNP Ireland)))) (VP (VBD was) (RB not) (NP (DT a) (NN success))) (. .)) | 5 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | John's first period of rule in Ireland was not a success. | ["John 's first period of rule in Ireland was not a success ."] | (S (NP (NP (NP (NNP John) (POS 's)) (JJ first) (NN period)) (PP (IN of) (NP (NN rule))) (PP (IN in) (NP (NNP Ireland)))) (VP (VBD was) (RB not) (NP (DT a) (NN success))) (. .)) | 5 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | John's first period of rule in Ireland was not a success. | [] | (S (NP (NP (NP (NNP John) (POS 's)) (JJ first) (NN period)) (PP (IN of) (NP (NN rule))) (PP (IN in) (NP (NNP Ireland)))) (VP (VBD was) (RB not) (NP (DT a) (NN success))) (. .)) | 5 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The orator group which confers this title – the Faleiva (House of Nine) – is based at Leulumoega. | ['The orator group – the Faleiva -LRB- House of Nine -RRB- – is based at Leulumoega .', 'confers this title'] | (S (NP (NP (NP (DT The) (NN orator) (NN group)) (SBAR (WHNP (WDT which)) (S (VP (VBZ confers) (NP (DT this) (NN title)))))) (: –) (NP (NP (DT the) (NNP Faleiva)) (-LRB- -LRB-) (NP (NP (NNP House)) (PP (IN of) (NP (CD Nine)))) (-RRB- -RRB-)) (: –)) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NNP Leulumoega))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The orator group which confers this title – the Faleiva (House of Nine) – is based at Leulumoega. | ['which confers this title'] | (S (NP (NP (NP (DT The) (NN orator) (NN group)) (SBAR (WHNP (WDT which)) (S (VP (VBZ confers) (NP (DT this) (NN title)))))) (: –) (NP (NP (DT the) (NNP Faleiva)) (-LRB- -LRB-) (NP (NP (NNP House)) (PP (IN of) (NP (CD Nine)))) (-RRB- -RRB-)) (: –)) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NNP Leulumoega))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The orator group which confers this title – the Faleiva (House of Nine) – is based at Leulumoega. | [] | (S (NP (NP (NP (DT The) (NN orator) (NN group)) (SBAR (WHNP (WDT which)) (S (VP (VBZ confers) (NP (DT this) (NN title)))))) (: –) (NP (NP (DT the) (NNP Faleiva)) (-LRB- -LRB-) (NP (NP (NNP House)) (PP (IN of) (NP (CD Nine)))) (-RRB- -RRB-)) (: –)) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NNP Leulumoega))))) (. .)) | 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 orator group which confers this title – the Faleiva (House of Nine) – is based at Leulumoega. | [] | (S (NP (NP (NP (DT The) (NN orator) (NN group)) (SBAR (WHNP (WDT which)) (S (VP (VBZ confers) (NP (DT this) (NN title)))))) (: –) (NP (NP (DT the) (NNP Faleiva)) (-LRB- -LRB-) (NP (NP (NNP House)) (PP (IN of) (NP (CD Nine)))) (-RRB- -RRB-)) (: –)) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NNP Leulumoega))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The orator group which confers this title – the Faleiva (House of Nine) – is based at Leulumoega. | ['The orator group which confers this title – the Faleiva -LRB- House of Nine -RRB- – is based at Leulumoega .'] | (S (NP (NP (NP (DT The) (NN orator) (NN group)) (SBAR (WHNP (WDT which)) (S (VP (VBZ confers) (NP (DT this) (NN title)))))) (: –) (NP (NP (DT the) (NNP Faleiva)) (-LRB- -LRB-) (NP (NP (NNP House)) (PP (IN of) (NP (CD Nine)))) (-RRB- -RRB-)) (: –)) (VP (VBZ is) (VP (VBN based) (PP (IN at) (NP (NNP Leulumoega))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | There are also ecumenical bodies at regional, national and local levels across the globe; but schisms still far outnumber unifications. | ['There are also ecumenical bodies at regional , national and local levels across the globe ; but schisms still far outnumber unifications .', 'There are also ecumenical bodies at regional , national and local levels across the globe', 'schisms still far outnumber unifications'] | (S (S (NP (EX There)) (VP (VBP are) (ADVP (RB also)) (NP (JJ ecumenical) (NNS bodies)) (PP (IN at) (NP (ADJP (JJ regional) (, ,) (JJ national) (CC and) (JJ local)) (NNS levels))) (PP (IN across) (NP (DT the) (NN globe))))) (: ;) (CC but) (S (NP (NNS schisms)) (ADVP (RB still)) (ADVP (RB far)) (VP (VBP outnumber) (NP (N... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | There are also ecumenical bodies at regional, national and local levels across the globe; but schisms still far outnumber unifications. | [] | (S (S (NP (EX There)) (VP (VBP are) (ADVP (RB also)) (NP (JJ ecumenical) (NNS bodies)) (PP (IN at) (NP (ADJP (JJ regional) (, ,) (JJ national) (CC and) (JJ local)) (NNS levels))) (PP (IN across) (NP (DT the) (NN globe))))) (: ;) (CC but) (S (NP (NNS schisms)) (ADVP (RB still)) (ADVP (RB far)) (VP (VBP outnumber) (NP (N... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | There are also ecumenical bodies at regional, national and local levels across the globe; but schisms still far outnumber unifications. | [] | (S (S (NP (EX There)) (VP (VBP are) (ADVP (RB also)) (NP (JJ ecumenical) (NNS bodies)) (PP (IN at) (NP (ADJP (JJ regional) (, ,) (JJ national) (CC and) (JJ local)) (NNS levels))) (PP (IN across) (NP (DT the) (NN globe))))) (: ;) (CC but) (S (NP (NNS schisms)) (ADVP (RB still)) (ADVP (RB far)) (VP (VBP outnumber) (NP (N... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | There are also ecumenical bodies at regional, national and local levels across the globe; but schisms still far outnumber unifications. | ['There are also ecumenical bodies at regional , national and local levels across the globe ; but schisms still far outnumber unifications .'] | (S (S (NP (EX There)) (VP (VBP are) (ADVP (RB also)) (NP (JJ ecumenical) (NNS bodies)) (PP (IN at) (NP (ADJP (JJ regional) (, ,) (JJ national) (CC and) (JJ local)) (NNS levels))) (PP (IN across) (NP (DT the) (NN globe))))) (: ;) (CC but) (S (NP (NNS schisms)) (ADVP (RB still)) (ADVP (RB far)) (VP (VBP outnumber) (NP (N... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | There are also ecumenical bodies at regional, national and local levels across the globe; but schisms still far outnumber unifications. | [] | (S (S (NP (EX There)) (VP (VBP are) (ADVP (RB also)) (NP (JJ ecumenical) (NNS bodies)) (PP (IN at) (NP (ADJP (JJ regional) (, ,) (JJ national) (CC and) (JJ local)) (NNS levels))) (PP (IN across) (NP (DT the) (NN globe))))) (: ;) (CC but) (S (NP (NNS schisms)) (ADVP (RB still)) (ADVP (RB far)) (VP (VBP outnumber) (NP (N... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Irish newspapers are also available in the UK, and Irish state and private television is widely available in Northern Ireland.[citation needed] | ['Irish newspapers are also available in the UK , and Irish state and private television is widely available in Northern Ireland.-LSB-citation needed -RSB-', 'Irish newspapers are also available in the UK', 'Irish state and private television is widely available in Northern Ireland.-LSB-citation needed'] | (S (S (NP (JJ Irish) (NNS newspapers)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ available)) (PP (IN in) (NP (DT the) (NNP UK))))) (, ,) (CC and) (S (NP (JJ Irish) (ADJP (NN state) (CC and) (JJ private)) (NN television)) (VP (VBZ is) (ADJP (RB widely) (JJ available)) (PP (IN in) (NP (NP (NNP Northern) (NN Ireland.-LSB-c... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Irish newspapers are also available in the UK, and Irish state and private television is widely available in Northern Ireland.[citation needed] | [] | (S (S (NP (JJ Irish) (NNS newspapers)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ available)) (PP (IN in) (NP (DT the) (NNP UK))))) (, ,) (CC and) (S (NP (JJ Irish) (ADJP (NN state) (CC and) (JJ private)) (NN television)) (VP (VBZ is) (ADJP (RB widely) (JJ available)) (PP (IN in) (NP (NP (NNP Northern) (NN Ireland.-LSB-c... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Irish newspapers are also available in the UK, and Irish state and private television is widely available in Northern Ireland.[citation needed] | [] | (S (S (NP (JJ Irish) (NNS newspapers)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ available)) (PP (IN in) (NP (DT the) (NNP UK))))) (, ,) (CC and) (S (NP (JJ Irish) (ADJP (NN state) (CC and) (JJ private)) (NN television)) (VP (VBZ is) (ADJP (RB widely) (JJ available)) (PP (IN in) (NP (NP (NNP Northern) (NN Ireland.-LSB-c... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Irish newspapers are also available in the UK, and Irish state and private television is widely available in Northern Ireland.[citation needed] | ['Irish newspapers are also available in the UK , and Irish state and private television is widely available in Northern Ireland.-LSB-citation needed -RSB-'] | (S (S (NP (JJ Irish) (NNS newspapers)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ available)) (PP (IN in) (NP (DT the) (NNP UK))))) (, ,) (CC and) (S (NP (JJ Irish) (ADJP (NN state) (CC and) (JJ private)) (NN television)) (VP (VBZ is) (ADJP (RB widely) (JJ available)) (PP (IN in) (NP (NP (NNP Northern) (NN Ireland.-LSB-c... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Irish newspapers are also available in the UK, and Irish state and private television is widely available in Northern Ireland.[citation needed] | [] | (S (S (NP (JJ Irish) (NNS newspapers)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ available)) (PP (IN in) (NP (DT the) (NNP UK))))) (, ,) (CC and) (S (NP (JJ Irish) (ADJP (NN state) (CC and) (JJ private)) (NN television)) (VP (VBZ is) (ADJP (RB widely) (JJ available)) (PP (IN in) (NP (NP (NNP Northern) (NN Ireland.-LSB-c... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Without predation, herbivores began to over-graze many woody browse species, affecting the area's plant populations. | ["Without predation , herbivores began to over - graze many woody browse species , affecting the area 's plant populations .", 'to over - graze many woody browse species', "affecting the area 's plant populations"] | (S (PP (IN Without) (NP (NN predation))) (, ,) (NP (NNS herbivores)) (VP (VBD began) (S (VP (TO to) (VP (RB over) (HYPH -) (VB graze) (NP (JJ many) (JJ woody) (NN browse) (NNS species))))) (, ,) (S (VP (VBG affecting) (NP (NP (DT the) (NN area) (POS 's)) (NN plant) (NNS populations))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Without predation, herbivores began to over-graze many woody browse species, affecting the area's plant populations. | [] | (S (PP (IN Without) (NP (NN predation))) (, ,) (NP (NNS herbivores)) (VP (VBD began) (S (VP (TO to) (VP (RB over) (HYPH -) (VB graze) (NP (JJ many) (JJ woody) (NN browse) (NNS species))))) (, ,) (S (VP (VBG affecting) (NP (NP (DT the) (NN area) (POS 's)) (NN plant) (NNS populations))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Without predation, herbivores began to over-graze many woody browse species, affecting the area's plant populations. | [] | (S (PP (IN Without) (NP (NN predation))) (, ,) (NP (NNS herbivores)) (VP (VBD began) (S (VP (TO to) (VP (RB over) (HYPH -) (VB graze) (NP (JJ many) (JJ woody) (NN browse) (NNS species))))) (, ,) (S (VP (VBG affecting) (NP (NP (DT the) (NN area) (POS 's)) (NN plant) (NNS populations))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Without predation, herbivores began to over-graze many woody browse species, affecting the area's plant populations. | ["Without predation , herbivores began to over - graze many woody browse species , affecting the area 's plant populations ."] | (S (PP (IN Without) (NP (NN predation))) (, ,) (NP (NNS herbivores)) (VP (VBD began) (S (VP (TO to) (VP (RB over) (HYPH -) (VB graze) (NP (JJ many) (JJ woody) (NN browse) (NNS species))))) (, ,) (S (VP (VBG affecting) (NP (NP (DT the) (NN area) (POS 's)) (NN plant) (NNS populations))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Without predation, herbivores began to over-graze many woody browse species, affecting the area's plant populations. | [] | (S (PP (IN Without) (NP (NN predation))) (, ,) (NP (NNS herbivores)) (VP (VBD began) (S (VP (TO to) (VP (RB over) (HYPH -) (VB graze) (NP (JJ many) (JJ woody) (NN browse) (NNS species))))) (, ,) (S (VP (VBG affecting) (NP (NP (DT the) (NN area) (POS 's)) (NN plant) (NNS populations))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Carnival has been celebrated for centuries. | ['Carnival has been celebrated for centuries .'] | (S (NP (NN Carnival)) (VP (VBZ has) (VP (VBN been) (VP (VBN celebrated) (PP (IN for) (NP (NNS centuries)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Carnival has been celebrated for centuries. | [] | (S (NP (NN Carnival)) (VP (VBZ has) (VP (VBN been) (VP (VBN celebrated) (PP (IN for) (NP (NNS centuries)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Carnival has been celebrated for centuries. | [] | (S (NP (NN Carnival)) (VP (VBZ has) (VP (VBN been) (VP (VBN celebrated) (PP (IN for) (NP (NNS centuries)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Carnival has been celebrated for centuries. | ['Carnival has been celebrated for centuries .'] | (S (NP (NN Carnival)) (VP (VBZ has) (VP (VBN been) (VP (VBN celebrated) (PP (IN for) (NP (NNS centuries)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Carnival has been celebrated for centuries. | [] | (S (NP (NN Carnival)) (VP (VBZ has) (VP (VBN been) (VP (VBN celebrated) (PP (IN for) (NP (NNS centuries)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Federal District does not have a Judicial Power of its own. | ['The Federal District does not have a Judicial Power of its own .'] | (S (NP (DT The) (NNP Federal) (NNP District)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT a) (NNP Judicial) (NNP Power)) (PP (IN of) (NP (PRP$ its) (JJ own)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Federal District does not have a Judicial Power of its own. | [] | (S (NP (DT The) (NNP Federal) (NNP District)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT a) (NNP Judicial) (NNP Power)) (PP (IN of) (NP (PRP$ its) (JJ own)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Federal District does not have a Judicial Power of its own. | [] | (S (NP (DT The) (NNP Federal) (NNP District)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT a) (NNP Judicial) (NNP Power)) (PP (IN of) (NP (PRP$ its) (JJ own)))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | The Federal District does not have a Judicial Power of its own. | ['The Federal District does not have a Judicial Power of its own .'] | (S (NP (DT The) (NNP Federal) (NNP District)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT a) (NNP Judicial) (NNP Power)) (PP (IN of) (NP (PRP$ its) (JJ own)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Federal District does not have a Judicial Power of its own. | [] | (S (NP (DT The) (NNP Federal) (NNP District)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT a) (NNP Judicial) (NNP Power)) (PP (IN of) (NP (PRP$ its) (JJ own)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Earlier in the day, Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker. | ['Earlier in the day , Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker .', 'blowing up a rice bunker'] | (S (ADVP (RBR Earlier) (PP (IN in) (NP (DT the) (NN day)))) (, ,) (NP (NNP Kerry)) (VP (VBD received) (NP (NP (DT a) (JJ slight) (NN shrapnel) (NN wound)) (PP (IN in) (NP (DT the) (NNS buttocks)))) (PP (IN from) (S (VP (VBG blowing) (PRT (RP up)) (NP (DT a) (NN rice) (NN bunker)))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Earlier in the day, Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker. | [] | (S (ADVP (RBR Earlier) (PP (IN in) (NP (DT the) (NN day)))) (, ,) (NP (NNP Kerry)) (VP (VBD received) (NP (NP (DT a) (JJ slight) (NN shrapnel) (NN wound)) (PP (IN in) (NP (DT the) (NNS buttocks)))) (PP (IN from) (S (VP (VBG blowing) (PRT (RP up)) (NP (DT a) (NN rice) (NN bunker)))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Earlier in the day, Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker. | [] | (S (ADVP (RBR Earlier) (PP (IN in) (NP (DT the) (NN day)))) (, ,) (NP (NNP Kerry)) (VP (VBD received) (NP (NP (DT a) (JJ slight) (NN shrapnel) (NN wound)) (PP (IN in) (NP (DT the) (NNS buttocks)))) (PP (IN from) (S (VP (VBG blowing) (PRT (RP up)) (NP (DT a) (NN rice) (NN bunker)))))) (. .)) | 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 in the day, Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker. | ['Earlier in the day , Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker .'] | (S (ADVP (RBR Earlier) (PP (IN in) (NP (DT the) (NN day)))) (, ,) (NP (NNP Kerry)) (VP (VBD received) (NP (NP (DT a) (JJ slight) (NN shrapnel) (NN wound)) (PP (IN in) (NP (DT the) (NNS buttocks)))) (PP (IN from) (S (VP (VBG blowing) (PRT (RP up)) (NP (DT a) (NN rice) (NN bunker)))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Earlier in the day, Kerry received a slight shrapnel wound in the buttocks from blowing up a rice bunker. | [] | (S (ADVP (RBR Earlier) (PP (IN in) (NP (DT the) (NN day)))) (, ,) (NP (NNP Kerry)) (VP (VBD received) (NP (NP (DT a) (JJ slight) (NN shrapnel) (NN wound)) (PP (IN in) (NP (DT the) (NNS buttocks)))) (PP (IN from) (S (VP (VBG blowing) (PRT (RP up)) (NP (DT a) (NN rice) (NN bunker)))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | While not recorded in the Gospel accounts, Mary cradling the dead body of her son is a common motif in art, called a "pietà" or "pity". | [', Mary cradling the dead body of her son is a common motif in art , called a " pietà " or " pity " .', 'not recorded in the Gospel accounts', 'a " pietà " or " pity'] | (S (SBAR (IN While) (S (RB not) (VP (VBN recorded) (PP (IN in) (NP (DT the) (NNP Gospel) (NNS accounts)))))) (, ,) (NP (NP (NNP Mary)) (VP (VBG cradling) (NP (NP (DT the) (JJ dead) (NN body)) (PP (IN of) (NP (PRP$ her) (NN son)))))) (VP (VBZ is) (NP (NP (NP (DT a) (JJ common) (NN motif)) (PP (IN in) (NP (NN art)))) (, ... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | While not recorded in the Gospel accounts, Mary cradling the dead body of her son is a common motif in art, called a "pietà" or "pity". | ['While not recorded in the Gospel accounts'] | (S (SBAR (IN While) (S (RB not) (VP (VBN recorded) (PP (IN in) (NP (DT the) (NNP Gospel) (NNS accounts)))))) (, ,) (NP (NP (NNP Mary)) (VP (VBG cradling) (NP (NP (DT the) (JJ dead) (NN body)) (PP (IN of) (NP (PRP$ her) (NN son)))))) (VP (VBZ is) (NP (NP (NP (DT a) (JJ common) (NN motif)) (PP (IN in) (NP (NN art)))) (, ... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | While not recorded in the Gospel accounts, Mary cradling the dead body of her son is a common motif in art, called a "pietà" or "pity". | [] | (S (SBAR (IN While) (S (RB not) (VP (VBN recorded) (PP (IN in) (NP (DT the) (NNP Gospel) (NNS accounts)))))) (, ,) (NP (NP (NNP Mary)) (VP (VBG cradling) (NP (NP (DT the) (JJ dead) (NN body)) (PP (IN of) (NP (PRP$ her) (NN son)))))) (VP (VBZ is) (NP (NP (NP (DT a) (JJ common) (NN motif)) (PP (IN in) (NP (NN art)))) (, ... | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | While not recorded in the Gospel accounts, Mary cradling the dead body of her son is a common motif in art, called a "pietà" or "pity". | ['While not recorded in the Gospel accounts , Mary cradling the dead body of her son is a common motif in art , called a " pietà " or " pity " .'] | (S (SBAR (IN While) (S (RB not) (VP (VBN recorded) (PP (IN in) (NP (DT the) (NNP Gospel) (NNS accounts)))))) (, ,) (NP (NP (NNP Mary)) (VP (VBG cradling) (NP (NP (DT the) (JJ dead) (NN body)) (PP (IN of) (NP (PRP$ her) (NN son)))))) (VP (VBZ is) (NP (NP (NP (DT a) (JJ common) (NN motif)) (PP (IN in) (NP (NN art)))) (, ... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | While not recorded in the Gospel accounts, Mary cradling the dead body of her son is a common motif in art, called a "pietà" or "pity". | [] | (S (SBAR (IN While) (S (RB not) (VP (VBN recorded) (PP (IN in) (NP (DT the) (NNP Gospel) (NNS accounts)))))) (, ,) (NP (NP (NNP Mary)) (VP (VBG cradling) (NP (NP (DT the) (JJ dead) (NN body)) (PP (IN of) (NP (PRP$ her) (NN son)))))) (VP (VBZ is) (NP (NP (NP (DT a) (JJ common) (NN motif)) (PP (IN in) (NP (NN art)))) (, ... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The suburbs to the immediate north and west lie in the transition zone from a humid subtropical (Cfa) to a humid continental climate (Dfa). | ['The suburbs to the immediate north and west lie in the transition zone from a humid subtropical -LRB- Cfa -RRB- to a humid continental climate -LRB- Dfa -RRB- .'] | (S (NP (NP (DT The) (NNS suburbs)) (PP (IN to) (NP (DT the) (JJ immediate) (NN north) (CC and) (NN west)))) (VP (VBP lie) (PP (IN in) (NP (NP (DT the) (NN transition) (NN zone)) (PP (IN from) (NP (DT a) (JJ humid) (JJ subtropical) (-LRB- -LRB-) (NP (NNP Cfa)) (-RRB- -RRB-))) (PP (IN to) (NP (NP (DT a) (JJ humid) (JJ co... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The suburbs to the immediate north and west lie in the transition zone from a humid subtropical (Cfa) to a humid continental climate (Dfa). | [] | (S (NP (NP (DT The) (NNS suburbs)) (PP (IN to) (NP (DT the) (JJ immediate) (NN north) (CC and) (NN west)))) (VP (VBP lie) (PP (IN in) (NP (NP (DT the) (NN transition) (NN zone)) (PP (IN from) (NP (DT a) (JJ humid) (JJ subtropical) (-LRB- -LRB-) (NP (NNP Cfa)) (-RRB- -RRB-))) (PP (IN to) (NP (NP (DT a) (JJ humid) (JJ co... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The suburbs to the immediate north and west lie in the transition zone from a humid subtropical (Cfa) to a humid continental climate (Dfa). | [] | (S (NP (NP (DT The) (NNS suburbs)) (PP (IN to) (NP (DT the) (JJ immediate) (NN north) (CC and) (NN west)))) (VP (VBP lie) (PP (IN in) (NP (NP (DT the) (NN transition) (NN zone)) (PP (IN from) (NP (DT a) (JJ humid) (JJ subtropical) (-LRB- -LRB-) (NP (NNP Cfa)) (-RRB- -RRB-))) (PP (IN to) (NP (NP (DT a) (JJ humid) (JJ co... | 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 suburbs to the immediate north and west lie in the transition zone from a humid subtropical (Cfa) to a humid continental climate (Dfa). | ['The suburbs to the immediate north and west lie in the transition zone from a humid subtropical -LRB- Cfa -RRB- to a humid continental climate -LRB- Dfa -RRB- .'] | (S (NP (NP (DT The) (NNS suburbs)) (PP (IN to) (NP (DT the) (JJ immediate) (NN north) (CC and) (NN west)))) (VP (VBP lie) (PP (IN in) (NP (NP (DT the) (NN transition) (NN zone)) (PP (IN from) (NP (DT a) (JJ humid) (JJ subtropical) (-LRB- -LRB-) (NP (NNP Cfa)) (-RRB- -RRB-))) (PP (IN to) (NP (NP (DT a) (JJ humid) (JJ co... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The suburbs to the immediate north and west lie in the transition zone from a humid subtropical (Cfa) to a humid continental climate (Dfa). | [] | (S (NP (NP (DT The) (NNS suburbs)) (PP (IN to) (NP (DT the) (JJ immediate) (NN north) (CC and) (NN west)))) (VP (VBP lie) (PP (IN in) (NP (NP (DT the) (NN transition) (NN zone)) (PP (IN from) (NP (DT a) (JJ humid) (JJ subtropical) (-LRB- -LRB-) (NP (NNP Cfa)) (-RRB- -RRB-))) (PP (IN to) (NP (NP (DT a) (JJ humid) (JJ co... | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.