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 []. | While her loyal sons are marching, onward to victory!" | [', onward to victory ! "', 'her loyal sons are marching'] | (S (SBAR (IN While) (S (NP (PRP$ her) (JJ loyal) (NNS sons)) (VP (VBP are) (VP (VBG marching))))) (, ,) (ADVP (RB onward) (PP (IN to) (NP (NN victory)))) (. !) ('' ")) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | While her loyal sons are marching, onward to victory!" | ['While her loyal sons are marching'] | (S (SBAR (IN While) (S (NP (PRP$ her) (JJ loyal) (NNS sons)) (VP (VBP are) (VP (VBG marching))))) (, ,) (ADVP (RB onward) (PP (IN to) (NP (NN victory)))) (. !) ('' ")) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | While her loyal sons are marching, onward to victory!" | [] | (S (SBAR (IN While) (S (NP (PRP$ her) (JJ loyal) (NNS sons)) (VP (VBP are) (VP (VBG marching))))) (, ,) (ADVP (RB onward) (PP (IN to) (NP (NN victory)))) (. !) ('' ")) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | While her loyal sons are marching, onward to victory!" | [] | (S (SBAR (IN While) (S (NP (PRP$ her) (JJ loyal) (NNS sons)) (VP (VBP are) (VP (VBG marching))))) (, ,) (ADVP (RB onward) (PP (IN to) (NP (NN victory)))) (. !) ('' ")) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | While her loyal sons are marching, onward to victory!" | ['While her loyal sons are marching , onward to victory ! "'] | (S (SBAR (IN While) (S (NP (PRP$ her) (JJ loyal) (NNS sons)) (VP (VBP are) (VP (VBG marching))))) (, ,) (ADVP (RB onward) (PP (IN to) (NP (NN victory)))) (. !) ('' ")) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | This robbed the senatorial aristocracy of its prestige, and made it increasingly subservient to him. | ['This robbed the senatorial aristocracy of its prestige , and made it increasingly subservient to him .', 'it increasingly subservient to him'] | (S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | This robbed the senatorial aristocracy of its prestige, and made it increasingly subservient to him. | [] | (S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | This robbed the senatorial aristocracy of its prestige, and made it increasingly subservient to him. | [] | (S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | This robbed the senatorial aristocracy of its prestige, and made it increasingly subservient to him. | ['This robbed the senatorial aristocracy of its prestige , and made it increasingly subservient to him .'] | (S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | This robbed the senatorial aristocracy of its prestige, and made it increasingly subservient to him. | [] | (S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Seahawks have advanced to the Super Bowl three times: 2005, 2013 and 2014. | ['The Seahawks have advanced to the Super Bowl three times : 2005 , 2013 and 2014 .'] | (S (NP (DT The) (NNPS Seahawks)) (VP (VBP have) (VP (VBN advanced) (PP (IN to) (NP (DT the) (NNP Super) (NNP Bowl))) (NP (NP (CD three) (NNS times)) (: :) (NP (CD 2005) (, ,) (CD 2013) (CC and) (CD 2014))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Seahawks have advanced to the Super Bowl three times: 2005, 2013 and 2014. | [] | (S (NP (DT The) (NNPS Seahawks)) (VP (VBP have) (VP (VBN advanced) (PP (IN to) (NP (DT the) (NNP Super) (NNP Bowl))) (NP (NP (CD three) (NNS times)) (: :) (NP (CD 2005) (, ,) (CD 2013) (CC and) (CD 2014))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Seahawks have advanced to the Super Bowl three times: 2005, 2013 and 2014. | [] | (S (NP (DT The) (NNPS Seahawks)) (VP (VBP have) (VP (VBN advanced) (PP (IN to) (NP (DT the) (NNP Super) (NNP Bowl))) (NP (NP (CD three) (NNS times)) (: :) (NP (CD 2005) (, ,) (CD 2013) (CC and) (CD 2014))))) (. .)) | 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 Seahawks have advanced to the Super Bowl three times: 2005, 2013 and 2014. | ['The Seahawks have advanced to the Super Bowl three times : 2005 , 2013 and 2014 .'] | (S (NP (DT The) (NNPS Seahawks)) (VP (VBP have) (VP (VBN advanced) (PP (IN to) (NP (DT the) (NNP Super) (NNP Bowl))) (NP (NP (CD three) (NNS times)) (: :) (NP (CD 2005) (, ,) (CD 2013) (CC and) (CD 2014))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Seahawks have advanced to the Super Bowl three times: 2005, 2013 and 2014. | [] | (S (NP (DT The) (NNPS Seahawks)) (VP (VBP have) (VP (VBN advanced) (PP (IN to) (NP (DT the) (NNP Super) (NNP Bowl))) (NP (NP (CD three) (NNS times)) (: :) (NP (CD 2005) (, ,) (CD 2013) (CC and) (CD 2014))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Identities do not define people, people define identities. | ['Identities do not define people , people define identities .', 'Identities do not define people', 'people define identities'] | (S (S (NP (NNS Identities)) (VP (VBP do) (RB not) (VP (VB define) (NP (NNS people))))) (, ,) (S (NP (NNS people)) (VP (VBP define) (NP (NNS identities)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Identities do not define people, people define identities. | [] | (S (S (NP (NNS Identities)) (VP (VBP do) (RB not) (VP (VB define) (NP (NNS people))))) (, ,) (S (NP (NNS people)) (VP (VBP define) (NP (NNS identities)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Identities do not define people, people define identities. | [] | (S (S (NP (NNS Identities)) (VP (VBP do) (RB not) (VP (VB define) (NP (NNS people))))) (, ,) (S (NP (NNS people)) (VP (VBP define) (NP (NNS identities)))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Identities do not define people, people define identities. | ['Identities do not define people , people define identities .'] | (S (S (NP (NNS Identities)) (VP (VBP do) (RB not) (VP (VB define) (NP (NNS people))))) (, ,) (S (NP (NNS people)) (VP (VBP define) (NP (NNS identities)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Identities do not define people, people define identities. | [] | (S (S (NP (NNS Identities)) (VP (VBP do) (RB not) (VP (VB define) (NP (NNS people))))) (, ,) (S (NP (NNS people)) (VP (VBP define) (NP (NNS identities)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Six of these questions assess sexual attraction, four assess sexual behavior, and two assess sexual orientation identity. | ['Six of these questions assess sexual attraction , four assess sexual behavior , and two assess sexual orientation identity .', 'Six of these questions assess sexual attraction', 'four assess sexual behavior', 'two assess sexual orientation identity'] | (S (S (NP (NP (CD Six)) (PP (IN of) (NP (DT these) (NNS questions)))) (VP (VBP assess) (NP (JJ sexual) (NN attraction)))) (, ,) (S (NP (CD four)) (VP (VBP assess) (NP (JJ sexual) (NN behavior)))) (, ,) (CC and) (S (NP (CD two)) (VP (VBP assess) (NP (NML (JJ sexual) (NN orientation)) (NN identity)))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Six of these questions assess sexual attraction, four assess sexual behavior, and two assess sexual orientation identity. | [] | (S (S (NP (NP (CD Six)) (PP (IN of) (NP (DT these) (NNS questions)))) (VP (VBP assess) (NP (JJ sexual) (NN attraction)))) (, ,) (S (NP (CD four)) (VP (VBP assess) (NP (JJ sexual) (NN behavior)))) (, ,) (CC and) (S (NP (CD two)) (VP (VBP assess) (NP (NML (JJ sexual) (NN orientation)) (NN identity)))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Six of these questions assess sexual attraction, four assess sexual behavior, and two assess sexual orientation identity. | [] | (S (S (NP (NP (CD Six)) (PP (IN of) (NP (DT these) (NNS questions)))) (VP (VBP assess) (NP (JJ sexual) (NN attraction)))) (, ,) (S (NP (CD four)) (VP (VBP assess) (NP (JJ sexual) (NN behavior)))) (, ,) (CC and) (S (NP (CD two)) (VP (VBP assess) (NP (NML (JJ sexual) (NN orientation)) (NN identity)))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Six of these questions assess sexual attraction, four assess sexual behavior, and two assess sexual orientation identity. | ['Six of these questions assess sexual attraction , four assess sexual behavior , and two assess sexual orientation identity .'] | (S (S (NP (NP (CD Six)) (PP (IN of) (NP (DT these) (NNS questions)))) (VP (VBP assess) (NP (JJ sexual) (NN attraction)))) (, ,) (S (NP (CD four)) (VP (VBP assess) (NP (JJ sexual) (NN behavior)))) (, ,) (CC and) (S (NP (CD two)) (VP (VBP assess) (NP (NML (JJ sexual) (NN orientation)) (NN identity)))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Six of these questions assess sexual attraction, four assess sexual behavior, and two assess sexual orientation identity. | [] | (S (S (NP (NP (CD Six)) (PP (IN of) (NP (DT these) (NNS questions)))) (VP (VBP assess) (NP (JJ sexual) (NN attraction)))) (, ,) (S (NP (CD four)) (VP (VBP assess) (NP (JJ sexual) (NN behavior)))) (, ,) (CC and) (S (NP (CD two)) (VP (VBP assess) (NP (NML (JJ sexual) (NN orientation)) (NN identity)))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Parts of the London building are open to the public, including the Library. | ['Parts of the London building are open to the public , including the Library .'] | (S (NP (NP (NNS Parts)) (PP (IN of) (NP (DT the) (NNP London) (NN building)))) (VP (VBP are) (ADJP (JJ open) (PP (IN to) (NP (NP (DT the) (NN public)) (, ,) (PP (VBG including) (NP (DT the) (NNP Library))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Parts of the London building are open to the public, including the Library. | [] | (S (NP (NP (NNS Parts)) (PP (IN of) (NP (DT the) (NNP London) (NN building)))) (VP (VBP are) (ADJP (JJ open) (PP (IN to) (NP (NP (DT the) (NN public)) (, ,) (PP (VBG including) (NP (DT the) (NNP Library))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Parts of the London building are open to the public, including the Library. | [] | (S (NP (NP (NNS Parts)) (PP (IN of) (NP (DT the) (NNP London) (NN building)))) (VP (VBP are) (ADJP (JJ open) (PP (IN to) (NP (NP (DT the) (NN public)) (, ,) (PP (VBG including) (NP (DT the) (NNP Library))))))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Parts of the London building are open to the public, including the Library. | ['Parts of the London building are open to the public , including the Library .'] | (S (NP (NP (NNS Parts)) (PP (IN of) (NP (DT the) (NNP London) (NN building)))) (VP (VBP are) (ADJP (JJ open) (PP (IN to) (NP (NP (DT the) (NN public)) (, ,) (PP (VBG including) (NP (DT the) (NNP Library))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Parts of the London building are open to the public, including the Library. | [] | (S (NP (NP (NNS Parts)) (PP (IN of) (NP (DT the) (NNP London) (NN building)))) (VP (VBP are) (ADJP (JJ open) (PP (IN to) (NP (NP (DT the) (NN public)) (, ,) (PP (VBG including) (NP (DT the) (NNP Library))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | What is the difference?" | ['is the difference'] | (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (DT the) (NN difference)))) (. ?) ('' ")) | 5 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | What is the difference?" | [] | (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (DT the) (NN difference)))) (. ?) ('' ")) | 5 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | What is the difference?" | ['What is the difference ? "'] | (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (DT the) (NN difference)))) (. ?) ('' ")) | 5 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | What is the difference?" | [] | (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (DT the) (NN difference)))) (. ?) ('' ")) | 5 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | What is the difference?" | [] | (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (DT the) (NN difference)))) (. ?) ('' ")) | 5 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On December 17, 2010, Kanye West was voted as the MTV Man of the Year by MTV. | ['On December 17 , 2010 , Kanye West was voted as the MTV Man of the Year by MTV .'] | (S (PP (IN On) (NP (NNP December) (CD 17) (, ,) (CD 2010))) (, ,) (NP (NNP Kanye) (NNP West)) (VP (VBD was) (VP (VBN voted) (PP (IN as) (NP (NP (DT the) (NNP MTV) (NNP Man)) (PP (IN of) (NP (DT the) (NNP Year))))) (PP (IN by) (NP (NNP MTV))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | On December 17, 2010, Kanye West was voted as the MTV Man of the Year by MTV. | [] | (S (PP (IN On) (NP (NNP December) (CD 17) (, ,) (CD 2010))) (, ,) (NP (NNP Kanye) (NNP West)) (VP (VBD was) (VP (VBN voted) (PP (IN as) (NP (NP (DT the) (NNP MTV) (NNP Man)) (PP (IN of) (NP (DT the) (NNP Year))))) (PP (IN by) (NP (NNP MTV))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | On December 17, 2010, Kanye West was voted as the MTV Man of the Year by MTV. | [] | (S (PP (IN On) (NP (NNP December) (CD 17) (, ,) (CD 2010))) (, ,) (NP (NNP Kanye) (NNP West)) (VP (VBD was) (VP (VBN voted) (PP (IN as) (NP (NP (DT the) (NNP MTV) (NNP Man)) (PP (IN of) (NP (DT the) (NNP Year))))) (PP (IN by) (NP (NNP MTV))))) (. .)) | 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 December 17, 2010, Kanye West was voted as the MTV Man of the Year by MTV. | ['On December 17 , 2010 , Kanye West was voted as the MTV Man of the Year by MTV .'] | (S (PP (IN On) (NP (NNP December) (CD 17) (, ,) (CD 2010))) (, ,) (NP (NNP Kanye) (NNP West)) (VP (VBD was) (VP (VBN voted) (PP (IN as) (NP (NP (DT the) (NNP MTV) (NNP Man)) (PP (IN of) (NP (DT the) (NNP Year))))) (PP (IN by) (NP (NNP MTV))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | On December 17, 2010, Kanye West was voted as the MTV Man of the Year by MTV. | [] | (S (PP (IN On) (NP (NNP December) (CD 17) (, ,) (CD 2010))) (, ,) (NP (NNP Kanye) (NNP West)) (VP (VBD was) (VP (VBN voted) (PP (IN as) (NP (NP (DT the) (NNP MTV) (NNP Man)) (PP (IN of) (NP (DT the) (NNP Year))))) (PP (IN by) (NP (NNP MTV))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The MGB constituents Furka-Oberalp-Bahn (FO) and Brig-Visp-Zermatt Bahn (BVZ) introduced their electric services in 1941 and 1929 respectively, adopting the already proven RhB system. | ['The MGB constituents Furka - Oberalp - Bahn -LRB- FO -RRB- and Brig - Visp - Zermatt Bahn -LRB- BVZ -RRB- introduced their electric services in 1941 and 1929 respectively , adopting the already proven RhB system .', 'adopting the already proven RhB system'] | (S (NP (NP (DT The) (NNP MGB) (NNS constituents)) (NP (NML (NP (NNP Furka) (HYPH -) (NNP Oberalp) (HYPH -) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP FO)) (-RRB- -RRB-)) (CC and) (NML (NML (NNP Brig) (HYPH -) (NNP Visp) (HYPH -) (NNP Zermatt) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP BVZ)) (-RRB- -RRB-)))) (VP (VBD introduced) (NP (P... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The MGB constituents Furka-Oberalp-Bahn (FO) and Brig-Visp-Zermatt Bahn (BVZ) introduced their electric services in 1941 and 1929 respectively, adopting the already proven RhB system. | [] | (S (NP (NP (DT The) (NNP MGB) (NNS constituents)) (NP (NML (NP (NNP Furka) (HYPH -) (NNP Oberalp) (HYPH -) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP FO)) (-RRB- -RRB-)) (CC and) (NML (NML (NNP Brig) (HYPH -) (NNP Visp) (HYPH -) (NNP Zermatt) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP BVZ)) (-RRB- -RRB-)))) (VP (VBD introduced) (NP (P... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The MGB constituents Furka-Oberalp-Bahn (FO) and Brig-Visp-Zermatt Bahn (BVZ) introduced their electric services in 1941 and 1929 respectively, adopting the already proven RhB system. | [] | (S (NP (NP (DT The) (NNP MGB) (NNS constituents)) (NP (NML (NP (NNP Furka) (HYPH -) (NNP Oberalp) (HYPH -) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP FO)) (-RRB- -RRB-)) (CC and) (NML (NML (NNP Brig) (HYPH -) (NNP Visp) (HYPH -) (NNP Zermatt) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP BVZ)) (-RRB- -RRB-)))) (VP (VBD introduced) (NP (P... | 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 MGB constituents Furka-Oberalp-Bahn (FO) and Brig-Visp-Zermatt Bahn (BVZ) introduced their electric services in 1941 and 1929 respectively, adopting the already proven RhB system. | ['The MGB constituents Furka - Oberalp - Bahn -LRB- FO -RRB- and Brig - Visp - Zermatt Bahn -LRB- BVZ -RRB- introduced their electric services in 1941 and 1929 respectively , adopting the already proven RhB system .'] | (S (NP (NP (DT The) (NNP MGB) (NNS constituents)) (NP (NML (NP (NNP Furka) (HYPH -) (NNP Oberalp) (HYPH -) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP FO)) (-RRB- -RRB-)) (CC and) (NML (NML (NNP Brig) (HYPH -) (NNP Visp) (HYPH -) (NNP Zermatt) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP BVZ)) (-RRB- -RRB-)))) (VP (VBD introduced) (NP (P... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The MGB constituents Furka-Oberalp-Bahn (FO) and Brig-Visp-Zermatt Bahn (BVZ) introduced their electric services in 1941 and 1929 respectively, adopting the already proven RhB system. | [] | (S (NP (NP (DT The) (NNP MGB) (NNS constituents)) (NP (NML (NP (NNP Furka) (HYPH -) (NNP Oberalp) (HYPH -) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP FO)) (-RRB- -RRB-)) (CC and) (NML (NML (NNP Brig) (HYPH -) (NNP Visp) (HYPH -) (NNP Zermatt) (NNP Bahn)) (-LRB- -LRB-) (NP (NNP BVZ)) (-RRB- -RRB-)))) (VP (VBD introduced) (NP (P... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The city of Nanjing was razed after the Sui dynasty took over it. | ['The city of Nanjing was razed .', 'the Sui dynasty took over it'] | (S (NP (NP (DT The) (NN city)) (PP (IN of) (NP (NNP Nanjing)))) (VP (VBD was) (VP (VBN razed) (SBAR (IN after) (S (NP (DT the) (NNP Sui) (NN dynasty)) (VP (VBD took) (PRT (RP over)) (NP (PRP it))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The city of Nanjing was razed after the Sui dynasty took over it. | ['after the Sui dynasty took over it'] | (S (NP (NP (DT The) (NN city)) (PP (IN of) (NP (NNP Nanjing)))) (VP (VBD was) (VP (VBN razed) (SBAR (IN after) (S (NP (DT the) (NNP Sui) (NN dynasty)) (VP (VBD took) (PRT (RP over)) (NP (PRP it))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The city of Nanjing was razed after the Sui dynasty took over it. | [] | (S (NP (NP (DT The) (NN city)) (PP (IN of) (NP (NNP Nanjing)))) (VP (VBD was) (VP (VBN razed) (SBAR (IN after) (S (NP (DT the) (NNP Sui) (NN dynasty)) (VP (VBD took) (PRT (RP over)) (NP (PRP it))))))) (. .)) | 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 city of Nanjing was razed after the Sui dynasty took over it. | [] | (S (NP (NP (DT The) (NN city)) (PP (IN of) (NP (NNP Nanjing)))) (VP (VBD was) (VP (VBN razed) (SBAR (IN after) (S (NP (DT the) (NNP Sui) (NN dynasty)) (VP (VBD took) (PRT (RP over)) (NP (PRP it))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The city of Nanjing was razed after the Sui dynasty took over it. | ['The city of Nanjing was razed after the Sui dynasty took over it .'] | (S (NP (NP (DT The) (NN city)) (PP (IN of) (NP (NNP Nanjing)))) (VP (VBD was) (VP (VBN razed) (SBAR (IN after) (S (NP (DT the) (NNP Sui) (NN dynasty)) (VP (VBD took) (PRT (RP over)) (NP (PRP it))))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Some of the most famous people in the world are buried in Parisian cemeteries. | ['Some of the most famous people in the world are buried in Parisian cemeteries .'] | (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (JJ famous)) (NNS people)) (PP (IN in) (NP (DT the) (NN world)))))) (VP (VBP are) (VP (VBN buried) (PP (IN in) (NP (JJ Parisian) (NNS cemeteries))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Some of the most famous people in the world are buried in Parisian cemeteries. | [] | (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (JJ famous)) (NNS people)) (PP (IN in) (NP (DT the) (NN world)))))) (VP (VBP are) (VP (VBN buried) (PP (IN in) (NP (JJ Parisian) (NNS cemeteries))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Some of the most famous people in the world are buried in Parisian cemeteries. | [] | (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (JJ famous)) (NNS people)) (PP (IN in) (NP (DT the) (NN world)))))) (VP (VBP are) (VP (VBN buried) (PP (IN in) (NP (JJ Parisian) (NNS cemeteries))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Some of the most famous people in the world are buried in Parisian cemeteries. | ['Some of the most famous people in the world are buried in Parisian cemeteries .'] | (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (JJ famous)) (NNS people)) (PP (IN in) (NP (DT the) (NN world)))))) (VP (VBP are) (VP (VBN buried) (PP (IN in) (NP (JJ Parisian) (NNS cemeteries))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Some of the most famous people in the world are buried in Parisian cemeteries. | [] | (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (ADJP (RBS most) (JJ famous)) (NNS people)) (PP (IN in) (NP (DT the) (NN world)))))) (VP (VBP are) (VP (VBN buried) (PP (IN in) (NP (JJ Parisian) (NNS cemeteries))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Realizing that war was imminent, Prussia preemptively struck Saxony and quickly overran it. | ['Realizing , Prussia preemptively struck Saxony and quickly overran it .', 'Realizing', 'war was imminent'] | (S (S (VP (VBG Realizing) (SBAR (IN that) (S (NP (NN war)) (VP (VBD was) (ADJP (JJ imminent))))))) (, ,) (NP (NNP Prussia)) (ADVP (RB preemptively)) (VP (VP (VBD struck) (NP (NNP Saxony))) (CC and) (ADVP (RB quickly)) (VP (VBD overran) (NP (PRP it)))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Realizing that war was imminent, Prussia preemptively struck Saxony and quickly overran it. | ['that war was imminent'] | (S (S (VP (VBG Realizing) (SBAR (IN that) (S (NP (NN war)) (VP (VBD was) (ADJP (JJ imminent))))))) (, ,) (NP (NNP Prussia)) (ADVP (RB preemptively)) (VP (VP (VBD struck) (NP (NNP Saxony))) (CC and) (ADVP (RB quickly)) (VP (VBD overran) (NP (PRP it)))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Realizing that war was imminent, Prussia preemptively struck Saxony and quickly overran it. | [] | (S (S (VP (VBG Realizing) (SBAR (IN that) (S (NP (NN war)) (VP (VBD was) (ADJP (JJ imminent))))))) (, ,) (NP (NNP Prussia)) (ADVP (RB preemptively)) (VP (VP (VBD struck) (NP (NNP Saxony))) (CC and) (ADVP (RB quickly)) (VP (VBD overran) (NP (PRP it)))) (. .)) | 8 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Realizing that war was imminent, Prussia preemptively struck Saxony and quickly overran it. | [] | (S (S (VP (VBG Realizing) (SBAR (IN that) (S (NP (NN war)) (VP (VBD was) (ADJP (JJ imminent))))))) (, ,) (NP (NNP Prussia)) (ADVP (RB preemptively)) (VP (VP (VBD struck) (NP (NNP Saxony))) (CC and) (ADVP (RB quickly)) (VP (VBD overran) (NP (PRP it)))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Realizing that war was imminent, Prussia preemptively struck Saxony and quickly overran it. | ['Realizing that war was imminent , Prussia preemptively struck Saxony and quickly overran it .'] | (S (S (VP (VBG Realizing) (SBAR (IN that) (S (NP (NN war)) (VP (VBD was) (ADJP (JJ imminent))))))) (, ,) (NP (NNP Prussia)) (ADVP (RB preemptively)) (VP (VP (VBD struck) (NP (NNP Saxony))) (CC and) (ADVP (RB quickly)) (VP (VBD overran) (NP (PRP it)))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Roughly half of the walls, 13 of the original towers, and six gates survive. | ['Roughly half of the walls , 13 of the original towers , and six gates survive .'] | (S (NP (NP (NP (QP (RB Roughly) (NN half))) (PP (IN of) (NP (DT the) (NNS walls)))) (, ,) (NP (NP (CD 13)) (PP (IN of) (NP (DT the) (JJ original) (NNS towers)))) (, ,) (CC and) (NP (CD six) (NNS gates))) (VP (VBP survive)) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Roughly half of the walls, 13 of the original towers, and six gates survive. | [] | (S (NP (NP (NP (QP (RB Roughly) (NN half))) (PP (IN of) (NP (DT the) (NNS walls)))) (, ,) (NP (NP (CD 13)) (PP (IN of) (NP (DT the) (JJ original) (NNS towers)))) (, ,) (CC and) (NP (CD six) (NNS gates))) (VP (VBP survive)) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Roughly half of the walls, 13 of the original towers, and six gates survive. | [] | (S (NP (NP (NP (QP (RB Roughly) (NN half))) (PP (IN of) (NP (DT the) (NNS walls)))) (, ,) (NP (NP (CD 13)) (PP (IN of) (NP (DT the) (JJ original) (NNS towers)))) (, ,) (CC and) (NP (CD six) (NNS gates))) (VP (VBP survive)) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Roughly half of the walls, 13 of the original towers, and six gates survive. | ['Roughly half of the walls , 13 of the original towers , and six gates survive .'] | (S (NP (NP (NP (QP (RB Roughly) (NN half))) (PP (IN of) (NP (DT the) (NNS walls)))) (, ,) (NP (NP (CD 13)) (PP (IN of) (NP (DT the) (JJ original) (NNS towers)))) (, ,) (CC and) (NP (CD six) (NNS gates))) (VP (VBP survive)) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Roughly half of the walls, 13 of the original towers, and six gates survive. | [] | (S (NP (NP (NP (QP (RB Roughly) (NN half))) (PP (IN of) (NP (DT the) (NNS walls)))) (, ,) (NP (NP (CD 13)) (PP (IN of) (NP (DT the) (JJ original) (NNS towers)))) (, ,) (CC and) (NP (CD six) (NNS gates))) (VP (VBP survive)) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The city and greater area also has a growing immigrant population of South Asians, including the tenth-largest Indian community in the country. | ['The city and greater area also has a growing immigrant population of South Asians , including the tenth - largest Indian community in the country .'] | (S (NP (DT The) (NML (NML (NN city)) (CC and) (NML (JJR greater) (NN area)))) (ADVP (RB also)) (VP (VBZ has) (NP (NP (DT a) (VBG growing) (JJ immigrant) (NN population)) (PP (IN of) (NP (NNP South) (NNPS Asians))) (, ,) (PP (VBG including) (NP (NP (DT the) (ADJP (RB tenth) (HYPH -) (JJS largest)) (JJ Indian) (NN commun... | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The city and greater area also has a growing immigrant population of South Asians, including the tenth-largest Indian community in the country. | [] | (S (NP (DT The) (NML (NML (NN city)) (CC and) (NML (JJR greater) (NN area)))) (ADVP (RB also)) (VP (VBZ has) (NP (NP (DT a) (VBG growing) (JJ immigrant) (NN population)) (PP (IN of) (NP (NNP South) (NNPS Asians))) (, ,) (PP (VBG including) (NP (NP (DT the) (ADJP (RB tenth) (HYPH -) (JJS largest)) (JJ Indian) (NN commun... | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The city and greater area also has a growing immigrant population of South Asians, including the tenth-largest Indian community in the country. | [] | (S (NP (DT The) (NML (NML (NN city)) (CC and) (NML (JJR greater) (NN area)))) (ADVP (RB also)) (VP (VBZ has) (NP (NP (DT a) (VBG growing) (JJ immigrant) (NN population)) (PP (IN of) (NP (NNP South) (NNPS Asians))) (, ,) (PP (VBG including) (NP (NP (DT the) (ADJP (RB tenth) (HYPH -) (JJS largest)) (JJ Indian) (NN commun... | 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 city and greater area also has a growing immigrant population of South Asians, including the tenth-largest Indian community in the country. | ['The city and greater area also has a growing immigrant population of South Asians , including the tenth - largest Indian community in the country .'] | (S (NP (DT The) (NML (NML (NN city)) (CC and) (NML (JJR greater) (NN area)))) (ADVP (RB also)) (VP (VBZ has) (NP (NP (DT a) (VBG growing) (JJ immigrant) (NN population)) (PP (IN of) (NP (NNP South) (NNPS Asians))) (, ,) (PP (VBG including) (NP (NP (DT the) (ADJP (RB tenth) (HYPH -) (JJS largest)) (JJ Indian) (NN commun... | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The city and greater area also has a growing immigrant population of South Asians, including the tenth-largest Indian community in the country. | [] | (S (NP (DT The) (NML (NML (NN city)) (CC and) (NML (JJR greater) (NN area)))) (ADVP (RB also)) (VP (VBZ has) (NP (NP (DT a) (VBG growing) (JJ immigrant) (NN population)) (PP (IN of) (NP (NNP South) (NNPS Asians))) (, ,) (PP (VBG including) (NP (NP (DT the) (ADJP (RB tenth) (HYPH -) (JJS largest)) (JJ Indian) (NN commun... | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Surgical treatment rarely provides lasting relief. | ['Surgical treatment rarely provides lasting relief .'] | (S (NP (JJ Surgical) (NN treatment)) (ADVP (RB rarely)) (VP (VBZ provides) (NP (JJ lasting) (NN relief))) (. .)) | 4 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Surgical treatment rarely provides lasting relief. | [] | (S (NP (JJ Surgical) (NN treatment)) (ADVP (RB rarely)) (VP (VBZ provides) (NP (JJ lasting) (NN relief))) (. .)) | 4 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Surgical treatment rarely provides lasting relief. | [] | (S (NP (JJ Surgical) (NN treatment)) (ADVP (RB rarely)) (VP (VBZ provides) (NP (JJ lasting) (NN relief))) (. .)) | 4 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Surgical treatment rarely provides lasting relief. | ['Surgical treatment rarely provides lasting relief .'] | (S (NP (JJ Surgical) (NN treatment)) (ADVP (RB rarely)) (VP (VBZ provides) (NP (JJ lasting) (NN relief))) (. .)) | 4 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Surgical treatment rarely provides lasting relief. | [] | (S (NP (JJ Surgical) (NN treatment)) (ADVP (RB rarely)) (VP (VBZ provides) (NP (JJ lasting) (NN relief))) (. .)) | 4 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | A multilateral treaty is concluded among several countries. | ['A multilateral treaty is concluded among several countries .'] | (S (NP (DT A) (JJ multilateral) (NN treaty)) (VP (VBZ is) (VP (VBN concluded) (PP (IN among) (NP (JJ several) (NNS countries))))) (. .)) | 6 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | A multilateral treaty is concluded among several countries. | [] | (S (NP (DT A) (JJ multilateral) (NN treaty)) (VP (VBZ is) (VP (VBN concluded) (PP (IN among) (NP (JJ several) (NNS countries))))) (. .)) | 6 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | A multilateral treaty is concluded among several countries. | [] | (S (NP (DT A) (JJ multilateral) (NN treaty)) (VP (VBZ is) (VP (VBN concluded) (PP (IN among) (NP (JJ several) (NNS countries))))) (. .)) | 6 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | A multilateral treaty is concluded among several countries. | ['A multilateral treaty is concluded among several countries .'] | (S (NP (DT A) (JJ multilateral) (NN treaty)) (VP (VBZ is) (VP (VBN concluded) (PP (IN among) (NP (JJ several) (NNS countries))))) (. .)) | 6 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | A multilateral treaty is concluded among several countries. | [] | (S (NP (DT A) (JJ multilateral) (NN treaty)) (VP (VBZ is) (VP (VBN concluded) (PP (IN among) (NP (JJ several) (NNS countries))))) (. .)) | 6 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Late Cretaceous spans from 100 million to 65 million years ago. | ['The Late Cretaceous spans from 100 million to 65 million years ago .'] | (S (NP (DT The) (NNP Late) (NNP Cretaceous)) (VP (VBZ spans) (PP (PP (IN from) (NP (QP (CD 100) (CD million)))) (PP (IN to) (ADVP (NP (QP (CD 65) (CD million)) (NNS years)) (RB ago))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | The Late Cretaceous spans from 100 million to 65 million years ago. | [] | (S (NP (DT The) (NNP Late) (NNP Cretaceous)) (VP (VBZ spans) (PP (PP (IN from) (NP (QP (CD 100) (CD million)))) (PP (IN to) (ADVP (NP (QP (CD 65) (CD million)) (NNS years)) (RB ago))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | The Late Cretaceous spans from 100 million to 65 million years ago. | [] | (S (NP (DT The) (NNP Late) (NNP Cretaceous)) (VP (VBZ spans) (PP (PP (IN from) (NP (QP (CD 100) (CD million)))) (PP (IN to) (ADVP (NP (QP (CD 65) (CD million)) (NNS years)) (RB ago))))) (. .)) | 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 Late Cretaceous spans from 100 million to 65 million years ago. | ['The Late Cretaceous spans from 100 million to 65 million years ago .'] | (S (NP (DT The) (NNP Late) (NNP Cretaceous)) (VP (VBZ spans) (PP (PP (IN from) (NP (QP (CD 100) (CD million)))) (PP (IN to) (ADVP (NP (QP (CD 65) (CD million)) (NNS years)) (RB ago))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | The Late Cretaceous spans from 100 million to 65 million years ago. | [] | (S (NP (DT The) (NNP Late) (NNP Cretaceous)) (VP (VBZ spans) (PP (PP (IN from) (NP (QP (CD 100) (CD million)))) (PP (IN to) (ADVP (NP (QP (CD 65) (CD million)) (NNS years)) (RB ago))))) (. .)) | 8 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In addition, tourism also plays an important role in Melbourne's economy, with about 7.6 million domestic visitors and 1.88 million international visitors in 2004. | ["In addition , tourism also plays an important role in Melbourne 's economy , with about 7.6 million domestic visitors and 1.88 million international visitors in 2004 ."] | (S (PP (IN In) (NP (NN addition))) (, ,) (NP (NN tourism)) (ADVP (RB also)) (VP (VBZ plays) (NP (DT an) (JJ important) (NN role)) (PP (IN in) (NP (NP (NNP Melbourne) (POS 's)) (NN economy))) (, ,) (PP (IN with) (NP (NP (QP (RB about) (CD 7.6) (CD million)) (JJ domestic) (NNS visitors)) (CC and) (NP (QP (CD 1.88) (CD mi... | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In addition, tourism also plays an important role in Melbourne's economy, with about 7.6 million domestic visitors and 1.88 million international visitors in 2004. | [] | (S (PP (IN In) (NP (NN addition))) (, ,) (NP (NN tourism)) (ADVP (RB also)) (VP (VBZ plays) (NP (DT an) (JJ important) (NN role)) (PP (IN in) (NP (NP (NNP Melbourne) (POS 's)) (NN economy))) (, ,) (PP (IN with) (NP (NP (QP (RB about) (CD 7.6) (CD million)) (JJ domestic) (NNS visitors)) (CC and) (NP (QP (CD 1.88) (CD mi... | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In addition, tourism also plays an important role in Melbourne's economy, with about 7.6 million domestic visitors and 1.88 million international visitors in 2004. | [] | (S (PP (IN In) (NP (NN addition))) (, ,) (NP (NN tourism)) (ADVP (RB also)) (VP (VBZ plays) (NP (DT an) (JJ important) (NN role)) (PP (IN in) (NP (NP (NNP Melbourne) (POS 's)) (NN economy))) (, ,) (PP (IN with) (NP (NP (QP (RB about) (CD 7.6) (CD million)) (JJ domestic) (NNS visitors)) (CC and) (NP (QP (CD 1.88) (CD mi... | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | In addition, tourism also plays an important role in Melbourne's economy, with about 7.6 million domestic visitors and 1.88 million international visitors in 2004. | ["In addition , tourism also plays an important role in Melbourne 's economy , with about 7.6 million domestic visitors and 1.88 million international visitors in 2004 ."] | (S (PP (IN In) (NP (NN addition))) (, ,) (NP (NN tourism)) (ADVP (RB also)) (VP (VBZ plays) (NP (DT an) (JJ important) (NN role)) (PP (IN in) (NP (NP (NNP Melbourne) (POS 's)) (NN economy))) (, ,) (PP (IN with) (NP (NP (QP (RB about) (CD 7.6) (CD million)) (JJ domestic) (NNS visitors)) (CC and) (NP (QP (CD 1.88) (CD mi... | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In addition, tourism also plays an important role in Melbourne's economy, with about 7.6 million domestic visitors and 1.88 million international visitors in 2004. | [] | (S (PP (IN In) (NP (NN addition))) (, ,) (NP (NN tourism)) (ADVP (RB also)) (VP (VBZ plays) (NP (DT an) (JJ important) (NN role)) (PP (IN in) (NP (NP (NNP Melbourne) (POS 's)) (NN economy))) (, ,) (PP (IN with) (NP (NP (QP (RB about) (CD 7.6) (CD million)) (JJ domestic) (NNS visitors)) (CC and) (NP (QP (CD 1.88) (CD mi... | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Glaciers cover about 10 percent of Earth's land surface. | ["Glaciers cover about 10 percent of Earth 's land surface ."] | (S (NP (NNS Glaciers)) (VP (VBP cover) (NP (NP (QP (RB about) (CD 10)) (NN percent)) (PP (IN of) (NP (NP (NNP Earth) (POS 's)) (NN land) (NN surface))))) (. .)) | 7 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | Glaciers cover about 10 percent of Earth's land surface. | [] | (S (NP (NNS Glaciers)) (VP (VBP cover) (NP (NP (QP (RB about) (CD 10)) (NN percent)) (PP (IN of) (NP (NP (NNP Earth) (POS 's)) (NN land) (NN surface))))) (. .)) | 7 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | Glaciers cover about 10 percent of Earth's land surface. | [] | (S (NP (NNS Glaciers)) (VP (VBP cover) (NP (NP (QP (RB about) (CD 10)) (NN percent)) (PP (IN of) (NP (NP (NNP Earth) (POS 's)) (NN land) (NN surface))))) (. .)) | 7 |
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return []. | Glaciers cover about 10 percent of Earth's land surface. | ["Glaciers cover about 10 percent of Earth 's land surface ."] | (S (NP (NNS Glaciers)) (VP (VBP cover) (NP (NP (QP (RB about) (CD 10)) (NN percent)) (PP (IN of) (NP (NP (NNP Earth) (POS 's)) (NN land) (NN surface))))) (. .)) | 7 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | Glaciers cover about 10 percent of Earth's land surface. | [] | (S (NP (NNS Glaciers)) (VP (VBP cover) (NP (NP (QP (RB about) (CD 10)) (NN percent)) (PP (IN of) (NP (NP (NNP Earth) (POS 's)) (NN land) (NN surface))))) (. .)) | 7 |
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In 1857 the store moved into a five-story white marble dry goods palace known as the Marble House. | ['In 1857 the store moved into a five - story white marble dry goods palace known as the Marble House .'] | (S (PP (IN In) (NP (CD 1857))) (NP (DT the) (NN store)) (VP (VBD moved) (PP (IN into) (NP (NP (DT a) (NML (CD five) (HYPH -) (NN story)) (JJ white) (NN marble) (NML (JJ dry) (NNS goods)) (NN palace)) (VP (VBN known) (PP (IN as) (NP (DT the) (NNP Marble) (NNP House))))))) (. .)) | 8 |
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return []. | In 1857 the store moved into a five-story white marble dry goods palace known as the Marble House. | [] | (S (PP (IN In) (NP (CD 1857))) (NP (DT the) (NN store)) (VP (VBD moved) (PP (IN into) (NP (NP (DT a) (NML (CD five) (HYPH -) (NN story)) (JJ white) (NN marble) (NML (JJ dry) (NNS goods)) (NN palace)) (VP (VBN known) (PP (IN as) (NP (DT the) (NNP Marble) (NNP House))))))) (. .)) | 8 |
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return []. | In 1857 the store moved into a five-story white marble dry goods palace known as the Marble House. | [] | (S (PP (IN In) (NP (CD 1857))) (NP (DT the) (NN store)) (VP (VBD moved) (PP (IN into) (NP (NP (DT a) (NML (CD five) (HYPH -) (NN story)) (JJ white) (NN marble) (NML (JJ dry) (NNS goods)) (NN palace)) (VP (VBN known) (PP (IN as) (NP (DT the) (NNP Marble) (NNP House))))))) (. .)) | 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 1857 the store moved into a five-story white marble dry goods palace known as the Marble House. | ['In 1857 the store moved into a five - story white marble dry goods palace known as the Marble House .'] | (S (PP (IN In) (NP (CD 1857))) (NP (DT the) (NN store)) (VP (VBD moved) (PP (IN into) (NP (NP (DT a) (NML (CD five) (HYPH -) (NN story)) (JJ white) (NN marble) (NML (JJ dry) (NNS goods)) (NN palace)) (VP (VBN known) (PP (IN as) (NP (DT the) (NNP Marble) (NNP House))))))) (. .)) | 8 |
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return []. | In 1857 the store moved into a five-story white marble dry goods palace known as the Marble House. | [] | (S (PP (IN In) (NP (CD 1857))) (NP (DT the) (NN store)) (VP (VBD moved) (PP (IN into) (NP (NP (DT a) (NML (CD five) (HYPH -) (NN story)) (JJ white) (NN marble) (NML (JJ dry) (NNS goods)) (NN palace)) (VP (VBN known) (PP (IN as) (NP (DT the) (NNP Marble) (NNP House))))))) (. .)) | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.