prompt stringlengths 206 1.65k | instruction stringclasses 4
values | input stringlengths 3 1.41k | output stringlengths 2 2.86k | parse_tree stringlengths 10 4.05k | total_depth int64 3 67 | max_sbar_depth int64 0 7 | row_id int64 0 60.6k |
|---|---|---|---|---|---|---|---|
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Where the two systems produced different dates there was generally a compromise so... | Extract all C clauses from the following sentence. | Where the two systems produced different dates there was generally a compromise so that both churches were able to celebrate on the same day. | ["there was generally a compromise ."] | (S (SBAR (WHADVP (WRB Where)) (S (NP (DT the) (CD two) (NNS systems)) (VP (VBD produced) (NP (JJ different) (NNS dates))))) (NP (EX there)) (VP (VBD was) (ADVP (RB generally)) (NP (NP (DT a) (NN compromise)) (SBAR (IN so) (IN that) (S (NP (DT both) (NNS churches)) (VP (VBD were) (ADJP (JJ able) (S (VP (TO to) (VP (VB c... | 14 | 1 | 0 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Where the two systems produced different dates there was generally a compromise so that both churches were able to ce... | Extract all DC clauses from the following sentence. | Where the two systems produced different dates there was generally a compromise so that both churches were able to celebrate on the same day. | ["Where the two systems produced different dates", "so that both churches were able to celebrate on the same day"] | (S (SBAR (WHADVP (WRB Where)) (S (NP (DT the) (CD two) (NNS systems)) (VP (VBD produced) (NP (JJ different) (NNS dates))))) (NP (EX there)) (VP (VBD was) (ADVP (RB generally)) (NP (NP (DT a) (NN compromise)) (SBAR (IN so) (IN that) (S (NP (DT both) (NNS churches)) (VP (VBD were) (ADJP (JJ able) (S (VP (TO to) (VP (VB c... | 14 | 1 | 0 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Where the two systems produced different dates there was generally a compromise so that both churches were a... | Determine if this sentence is tagged as T (Simple T-unit): | Where the two systems produced different dates there was generally a compromise so that both churches were able to celebrate on the same day. | [] | (S (SBAR (WHADVP (WRB Where)) (S (NP (DT the) (CD two) (NNS systems)) (VP (VBD produced) (NP (JJ different) (NNS dates))))) (NP (EX there)) (VP (VBD was) (ADVP (RB generally)) (NP (NP (DT a) (NN compromise)) (SBAR (IN so) (IN that) (S (NP (DT both) (NNS churches)) (VP (VBD were) (ADJP (JJ able) (S (VP (TO to) (VP (VB c... | 14 | 1 | 0 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Where the two systems produced different dates there was generally a compromise so that both ch... | Determine if this sentence is tagged as CT (Complex T-unit): | Where the two systems produced different dates there was generally a compromise so that both churches were able to celebrate on the same day. | ["Where the two systems produced different dates there was generally a compromise so that both churches were able to celebrate on the same day."] | (S (SBAR (WHADVP (WRB Where)) (S (NP (DT the) (CD two) (NNS systems)) (VP (VBD produced) (NP (JJ different) (NNS dates))))) (NP (EX there)) (VP (VBD was) (ADVP (RB generally)) (NP (NP (DT a) (NN compromise)) (SBAR (IN so) (IN that) (S (NP (DT both) (NNS churches)) (VP (VBD were) (ADJP (JJ able) (S (VP (TO to) (VP (VB c... | 14 | 1 | 0 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Topographically, a remarkable feature of Galicia is the presence of many firth-lik... | Extract all C clauses from the following sentence. | Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, estuaries that were drowned with rising sea levels after the ice age. | ["Topographically , a remarkable feature of Galicia is the presence of many firth - like inlets along the coast , estuaries ."] | (S (ADVP (RB Topographically)) (, ,) (NP (NP (DT a) (JJ remarkable) (NN feature)) (PP (IN of) (NP (NNP Galicia)))) (VP (VBZ is) (NP (NP (DT the) (NN presence)) (PP (IN of) (NP (NP (NP (JJ many) (ADJP (NN firth) (HYPH -) (JJ like)) (NNS inlets)) (PP (IN along) (NP (DT the) (NN coast)))) (, ,) (NP (NP (NNS estuaries)) (S... | 14 | 1 | 1 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, estuaries... | Extract all DC clauses from the following sentence. | Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, estuaries that were drowned with rising sea levels after the ice age. | ["that were drowned with rising sea levels after the ice age"] | (S (ADVP (RB Topographically)) (, ,) (NP (NP (DT a) (JJ remarkable) (NN feature)) (PP (IN of) (NP (NNP Galicia)))) (VP (VBZ is) (NP (NP (DT the) (NN presence)) (PP (IN of) (NP (NP (NP (JJ many) (ADJP (NN firth) (HYPH -) (JJ like)) (NNS inlets)) (PP (IN along) (NP (DT the) (NN coast)))) (, ,) (NP (NP (NNS estuaries)) (S... | 14 | 1 | 1 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, ... | Determine if this sentence is tagged as T (Simple T-unit): | Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, estuaries that were drowned with rising sea levels after the ice age. | [] | (S (ADVP (RB Topographically)) (, ,) (NP (NP (DT a) (JJ remarkable) (NN feature)) (PP (IN of) (NP (NNP Galicia)))) (VP (VBZ is) (NP (NP (DT the) (NN presence)) (PP (IN of) (NP (NP (NP (JJ many) (ADJP (NN firth) (HYPH -) (JJ like)) (NNS inlets)) (PP (IN along) (NP (DT the) (NN coast)))) (, ,) (NP (NP (NNS estuaries)) (S... | 14 | 1 | 1 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets alon... | Determine if this sentence is tagged as CT (Complex T-unit): | Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, estuaries that were drowned with rising sea levels after the ice age. | ["Topographically, a remarkable feature of Galicia is the presence of many firth-like inlets along the coast, estuaries that were drowned with rising sea levels after the ice age."] | (S (ADVP (RB Topographically)) (, ,) (NP (NP (DT a) (JJ remarkable) (NN feature)) (PP (IN of) (NP (NNP Galicia)))) (VP (VBZ is) (NP (NP (DT the) (NN presence)) (PP (IN of) (NP (NP (NP (JJ many) (ADJP (NN firth) (HYPH -) (JJ like)) (NNS inlets)) (PP (IN along) (NP (DT the) (NN coast)))) (, ,) (NP (NP (NNS estuaries)) (S... | 14 | 1 | 1 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: San Sebastián, Spain (1990) and Plymouth, United States (2001). | Extract all C clauses from the following sentence. | San Sebastián, Spain (1990) and Plymouth, United States (2001). | [] | (NP (NP (NP (NP (NNP San) (NNP Sebastián)) (, ,) (NP (NNP Spain))) (-LRB- -LRB-) (NP (CD 1990)) (-RRB- -RRB-)) (CC and) (NP (NP (NP (NNP Plymouth)) (, ,) (NP (NNP United) (NNPS States))) (-LRB- -LRB-) (NP (CD 2001)) (-RRB- -RRB-)) (. .)) | 6 | 0 | 2 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: San Sebastián, Spain (1990) and Plymouth, United States (2001). | Extract all DC clauses from the following sentence. | San Sebastián, Spain (1990) and Plymouth, United States (2001). | [] | (NP (NP (NP (NP (NNP San) (NNP Sebastián)) (, ,) (NP (NNP Spain))) (-LRB- -LRB-) (NP (CD 1990)) (-RRB- -RRB-)) (CC and) (NP (NP (NP (NNP Plymouth)) (, ,) (NP (NNP United) (NNPS States))) (-LRB- -LRB-) (NP (CD 2001)) (-RRB- -RRB-)) (. .)) | 6 | 0 | 2 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: San Sebastián, Spain (1990) and Plymouth, United States (2001). | Determine if this sentence is tagged as T (Simple T-unit): | San Sebastián, Spain (1990) and Plymouth, United States (2001). | [] | (NP (NP (NP (NP (NNP San) (NNP Sebastián)) (, ,) (NP (NNP Spain))) (-LRB- -LRB-) (NP (CD 1990)) (-RRB- -RRB-)) (CC and) (NP (NP (NP (NNP Plymouth)) (, ,) (NP (NNP United) (NNPS States))) (-LRB- -LRB-) (NP (CD 2001)) (-RRB- -RRB-)) (. .)) | 6 | 0 | 2 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: San Sebastián, Spain (1990) and Plymouth, United States (2001). | Determine if this sentence is tagged as CT (Complex T-unit): | San Sebastián, Spain (1990) and Plymouth, United States (2001). | [] | (NP (NP (NP (NP (NNP San) (NNP Sebastián)) (, ,) (NP (NNP Spain))) (-LRB- -LRB-) (NP (CD 1990)) (-RRB- -RRB-)) (CC and) (NP (NP (NP (NNP Plymouth)) (, ,) (NP (NNP United) (NNPS States))) (-LRB- -LRB-) (NP (CD 2001)) (-RRB- -RRB-)) (. .)) | 6 | 0 | 2 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the un... | Extract all C clauses from the following sentence. | Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman within is same as ātman in another person and all of Brahman – the eternal, unchanging, entirety of cosmic principles and true reality. | ["Jīvanmukti -LRB- liberation during life -RRB- can be achieved through Self - knowledge , the understanding ."] | (S (NP (NP (NNP Jīvanmukti)) (-LRB- -LRB-) (NP (NP (NN liberation)) (PP (IN during) (NP (NN life)))) (-RRB- -RRB-)) (VP (MD can) (VP (VB be) (VP (VBN achieved) (PP (IN through) (NP (NP (NN Self) (HYPH -) (NN knowledge)) (, ,) (NP (DT the) (NN understanding) (SBAR (IN that) (S (NP (NP (NNP ātman)) (PP (IN within))) (VP ... | 20 | 1 | 3 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman within is sa... | Extract all DC clauses from the following sentence. | Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman within is same as ātman in another person and all of Brahman – the eternal, unchanging, entirety of cosmic principles and true reality. | ["that ātman within is same as ātman in another person and all of Brahman – the eternal , unchanging , entirety of cosmic principles and true reality"] | (S (NP (NP (NNP Jīvanmukti)) (-LRB- -LRB-) (NP (NP (NN liberation)) (PP (IN during) (NP (NN life)))) (-RRB- -RRB-)) (VP (MD can) (VP (VB be) (VP (VBN achieved) (PP (IN through) (NP (NP (NN Self) (HYPH -) (NN knowledge)) (, ,) (NP (DT the) (NN understanding) (SBAR (IN that) (S (NP (NP (NNP ātman)) (PP (IN within))) (VP ... | 20 | 1 | 3 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman wit... | Determine if this sentence is tagged as T (Simple T-unit): | Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman within is same as ātman in another person and all of Brahman – the eternal, unchanging, entirety of cosmic principles and true reality. | [] | (S (NP (NP (NNP Jīvanmukti)) (-LRB- -LRB-) (NP (NP (NN liberation)) (PP (IN during) (NP (NN life)))) (-RRB- -RRB-)) (VP (MD can) (VP (VB be) (VP (VBN achieved) (PP (IN through) (NP (NP (NN Self) (HYPH -) (NN knowledge)) (, ,) (NP (DT the) (NN understanding) (SBAR (IN that) (S (NP (NP (NNP ātman)) (PP (IN within))) (VP ... | 20 | 1 | 3 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding t... | Determine if this sentence is tagged as CT (Complex T-unit): | Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman within is same as ātman in another person and all of Brahman – the eternal, unchanging, entirety of cosmic principles and true reality. | ["Jīvanmukti (liberation during life) can be achieved through Self-knowledge, the understanding that ātman within is same as ātman in another person and all of Brahman – the eternal, unchanging, entirety of cosmic principles and true reality."] | (S (NP (NP (NNP Jīvanmukti)) (-LRB- -LRB-) (NP (NP (NN liberation)) (PP (IN during) (NP (NN life)))) (-RRB- -RRB-)) (VP (MD can) (VP (VB be) (VP (VBN achieved) (PP (IN through) (NP (NP (NN Self) (HYPH -) (NN knowledge)) (, ,) (NP (DT the) (NN understanding) (SBAR (IN that) (S (NP (NP (NNP ātman)) (PP (IN within))) (VP ... | 20 | 1 | 3 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: During the time of the Thirty Years' War, two new fortifications – the so-called b... | Extract all C clauses from the following sentence. | During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entrenchment) – were built to protect the whole area of the peninsula. | ["During the time of the Thirty Years ' War , two new fortifications – the so - called big and small Schanze -LRB- entrenchment -RRB- – were built to protect the whole area of the peninsula ."] | (S (PP (IN During) (NP (NP (DT the) (NN time)) (PP (IN of) (NP (NP (DT the) (CD Thirty) (NNS Years) (POS ')) (NNP War))))) (, ,) (NP (NP (CD two) (JJ new) (NNS fortifications)) (: –) (NP (NP (DT the) (ADJP (ADJP (RB so) (HYPH -) (VBN called)) (ADJP (JJ big) (CC and) (JJ small))) (NNP Schanze)) (-LRB- -LRB-) (NP (NN ent... | 11 | 0 | 4 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entrenchment)... | Extract all DC clauses from the following sentence. | During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entrenchment) – were built to protect the whole area of the peninsula. | [] | (S (PP (IN During) (NP (NP (DT the) (NN time)) (PP (IN of) (NP (NP (DT the) (CD Thirty) (NNS Years) (POS ')) (NNP War))))) (, ,) (NP (NP (CD two) (JJ new) (NNS fortifications)) (: –) (NP (NP (DT the) (ADJP (ADJP (RB so) (HYPH -) (VBN called)) (ADJP (JJ big) (CC and) (JJ small))) (NNP Schanze)) (-LRB- -LRB-) (NP (NN ent... | 11 | 0 | 4 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entr... | Determine if this sentence is tagged as T (Simple T-unit): | During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entrenchment) – were built to protect the whole area of the peninsula. | ["During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entrenchment) – were built to protect the whole area of the peninsula."] | (S (PP (IN During) (NP (NP (DT the) (NN time)) (PP (IN of) (NP (NP (DT the) (CD Thirty) (NNS Years) (POS ')) (NNP War))))) (, ,) (NP (NP (CD two) (JJ new) (NNS fortifications)) (: –) (NP (NP (DT the) (ADJP (ADJP (RB so) (HYPH -) (VBN called)) (ADJP (JJ big) (CC and) (JJ small))) (NNP Schanze)) (-LRB- -LRB-) (NP (NN ent... | 11 | 0 | 4 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: During the time of the Thirty Years' War, two new fortifications – the so-called big and small ... | Determine if this sentence is tagged as CT (Complex T-unit): | During the time of the Thirty Years' War, two new fortifications – the so-called big and small Schanze (entrenchment) – were built to protect the whole area of the peninsula. | [] | (S (PP (IN During) (NP (NP (DT the) (NN time)) (PP (IN of) (NP (NP (DT the) (CD Thirty) (NNS Years) (POS ')) (NNP War))))) (, ,) (NP (NP (CD two) (JJ new) (NNS fortifications)) (: –) (NP (NP (DT the) (ADJP (ADJP (RB so) (HYPH -) (VBN called)) (ADJP (JJ big) (CC and) (JJ small))) (NNP Schanze)) (-LRB- -LRB-) (NP (NN ent... | 11 | 0 | 4 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: What is the superorder containing the Anseriformes? | Extract all C clauses from the following sentence. | What is the superorder containing the Anseriformes? | ["What is the superorder containing the Anseriformes ?"] | (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NP (DT the) (NN superorder)) (VP (VBG containing) (NP (DT the) (NNPS Anseriformes))))) (. ?)) | 7 | 0 | 5 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: What is the superorder containing the Anseriformes? | Extract all DC clauses from the following sentence. | What is the superorder containing the Anseriformes? | [] | (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NP (DT the) (NN superorder)) (VP (VBG containing) (NP (DT the) (NNPS Anseriformes))))) (. ?)) | 7 | 0 | 5 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: What is the superorder containing the Anseriformes? | Determine if this sentence is tagged as T (Simple T-unit): | What is the superorder containing the Anseriformes? | ["What is the superorder containing the Anseriformes?"] | (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NP (DT the) (NN superorder)) (VP (VBG containing) (NP (DT the) (NNPS Anseriformes))))) (. ?)) | 7 | 0 | 5 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: What is the superorder containing the Anseriformes? | Determine if this sentence is tagged as CT (Complex T-unit): | What is the superorder containing the Anseriformes? | [] | (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NP (DT the) (NN superorder)) (VP (VBG containing) (NP (DT the) (NNPS Anseriformes))))) (. ?)) | 7 | 0 | 5 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Cao Cao died in March 220 AD. | Extract all C clauses from the following sentence. | Cao Cao died in March 220 AD. | ["Cao Cao died in March 220 AD ."] | (S (NP (NNP Cao) (NNP Cao)) (VP (VBD died) (PP (IN in) (NP (NNP March) (CD 220) (NNP AD)))) (. .)) | 6 | 0 | 6 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Cao Cao died in March 220 AD. | Extract all DC clauses from the following sentence. | Cao Cao died in March 220 AD. | [] | (S (NP (NNP Cao) (NNP Cao)) (VP (VBD died) (PP (IN in) (NP (NNP March) (CD 220) (NNP AD)))) (. .)) | 6 | 0 | 6 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Cao Cao died in March 220 AD. | Determine if this sentence is tagged as T (Simple T-unit): | Cao Cao died in March 220 AD. | ["Cao Cao died in March 220 AD."] | (S (NP (NNP Cao) (NNP Cao)) (VP (VBD died) (PP (IN in) (NP (NNP March) (CD 220) (NNP AD)))) (. .)) | 6 | 0 | 6 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Cao Cao died in March 220 AD. | Determine if this sentence is tagged as CT (Complex T-unit): | Cao Cao died in March 220 AD. | [] | (S (NP (NNP Cao) (NNP Cao)) (VP (VBD died) (PP (IN in) (NP (NNP March) (CD 220) (NNP AD)))) (. .)) | 6 | 0 | 6 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public li... | Extract all C clauses from the following sentence. | Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose ownership is considerably different from that of other football clubs. | ["Arsenal 's parent company , Arsenal Holdings plc , operates as a non - quoted public limited company , ."] | (S (NP (NP (NP (NNP Arsenal) (POS 's)) (NN parent) (NN company)) (, ,) (NP (NNP Arsenal) (NNPS Holdings) (NNP plc)) (, ,)) (VP (VBZ operates) (PP (IN as) (NP (NP (DT a) (ADJP (RB non) (HYPH -) (JJ quoted)) (JJ public) (JJ limited) (NN company)) (, ,) (SBAR (WHNP (WP$ whose) (NN ownership)) (S (VP (VBZ is) (ADJP (RB con... | 14 | 1 | 7 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose ownership is c... | Extract all DC clauses from the following sentence. | Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose ownership is considerably different from that of other football clubs. | ["whose ownership is considerably different from that of other football clubs"] | (S (NP (NP (NP (NNP Arsenal) (POS 's)) (NN parent) (NN company)) (, ,) (NP (NNP Arsenal) (NNPS Holdings) (NNP plc)) (, ,)) (VP (VBZ operates) (PP (IN as) (NP (NP (DT a) (ADJP (RB non) (HYPH -) (JJ quoted)) (JJ public) (JJ limited) (NN company)) (, ,) (SBAR (WHNP (WP$ whose) (NN ownership)) (S (VP (VBZ is) (ADJP (RB con... | 14 | 1 | 7 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose owner... | Determine if this sentence is tagged as T (Simple T-unit): | Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose ownership is considerably different from that of other football clubs. | [] | (S (NP (NP (NP (NNP Arsenal) (POS 's)) (NN parent) (NN company)) (, ,) (NP (NNP Arsenal) (NNPS Holdings) (NNP plc)) (, ,)) (VP (VBZ operates) (PP (IN as) (NP (NP (DT a) (ADJP (RB non) (HYPH -) (JJ quoted)) (JJ public) (JJ limited) (NN company)) (, ,) (SBAR (WHNP (WP$ whose) (NN ownership)) (S (VP (VBZ is) (ADJP (RB con... | 14 | 1 | 7 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company... | Determine if this sentence is tagged as CT (Complex T-unit): | Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose ownership is considerably different from that of other football clubs. | ["Arsenal's parent company, Arsenal Holdings plc, operates as a non-quoted public limited company, whose ownership is considerably different from that of other football clubs."] | (S (NP (NP (NP (NNP Arsenal) (POS 's)) (NN parent) (NN company)) (, ,) (NP (NNP Arsenal) (NNPS Holdings) (NNP plc)) (, ,)) (VP (VBZ operates) (PP (IN as) (NP (NP (DT a) (ADJP (RB non) (HYPH -) (JJ quoted)) (JJ public) (JJ limited) (NN company)) (, ,) (SBAR (WHNP (WP$ whose) (NN ownership)) (S (VP (VBZ is) (ADJP (RB con... | 14 | 1 | 7 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in A... | Extract all C clauses from the following sentence. | Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, designed by the colonial architect William Buckland and modelled on the Villa Pisani at Montagnana, Italy as depicted in Andrea Palladio's I quattro libri | ["Perhaps the best remaining house is the pristine Hammond - Harwood House -LRB- 1774 -RRB- in Annapolis , Maryland , designed by the colonial architect William Buckland and modelled on the Villa Pisani at Montagnana , Italy"] | (S (ADVP (RB Perhaps)) (NP (DT the) (JJS best) (VBG remaining) (NN house)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (JJ pristine) (NML (NNP Hammond) (HYPH -) (NNP Harwood)) (NNP House)) (-LRB- -LRB-) (NP (CD 1774)) (-RRB- -RRB-)) (PP (IN in) (NP (NP (NNP Annapolis)) (, ,) (NP (NNP Maryland))))) (, ,) (VP (VP (VBN designed... | 13 | 1 | 8 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, designed by the... | Extract all DC clauses from the following sentence. | Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, designed by the colonial architect William Buckland and modelled on the Villa Pisani at Montagnana, Italy as depicted in Andrea Palladio's I quattro libri | ["as depicted in Andrea Palladio 's I quattro libri"] | (S (ADVP (RB Perhaps)) (NP (DT the) (JJS best) (VBG remaining) (NN house)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (JJ pristine) (NML (NNP Hammond) (HYPH -) (NNP Harwood)) (NNP House)) (-LRB- -LRB-) (NP (CD 1774)) (-RRB- -RRB-)) (PP (IN in) (NP (NP (NNP Annapolis)) (, ,) (NP (NNP Maryland))))) (, ,) (VP (VP (VBN designed... | 13 | 1 | 8 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, design... | Determine if this sentence is tagged as T (Simple T-unit): | Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, designed by the colonial architect William Buckland and modelled on the Villa Pisani at Montagnana, Italy as depicted in Andrea Palladio's I quattro libri | [] | (S (ADVP (RB Perhaps)) (NP (DT the) (JJS best) (VBG remaining) (NN house)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (JJ pristine) (NML (NNP Hammond) (HYPH -) (NNP Harwood)) (NNP House)) (-LRB- -LRB-) (NP (CD 1774)) (-RRB- -RRB-)) (PP (IN in) (NP (NP (NNP Annapolis)) (, ,) (NP (NNP Maryland))))) (, ,) (VP (VP (VBN designed... | 13 | 1 | 8 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Mar... | Determine if this sentence is tagged as CT (Complex T-unit): | Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, designed by the colonial architect William Buckland and modelled on the Villa Pisani at Montagnana, Italy as depicted in Andrea Palladio's I quattro libri | ["Perhaps the best remaining house is the pristine Hammond-Harwood House (1774) in Annapolis, Maryland, designed by the colonial architect William Buckland and modelled on the Villa Pisani at Montagnana, Italy as depicted in Andrea Palladio's I quattro libri"] | (S (ADVP (RB Perhaps)) (NP (DT the) (JJS best) (VBG remaining) (NN house)) (VP (VBZ is) (NP (NP (NP (NP (DT the) (JJ pristine) (NML (NNP Hammond) (HYPH -) (NNP Harwood)) (NNP House)) (-LRB- -LRB-) (NP (CD 1774)) (-RRB- -RRB-)) (PP (IN in) (NP (NP (NNP Annapolis)) (, ,) (NP (NNP Maryland))))) (, ,) (VP (VP (VBN designed... | 13 | 1 | 8 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Referring to great power relations pre-1960, Joshua Baron highlights that starting... | Extract all C clauses from the following sentence. | Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th century and the rise of several European great powers, military conflicts and confrontations was the defining characteristic of diplomacy and relations between such powers. | ["Referring to great power relations pre-1960 , Joshua Baron highlights ."] | (S (S (VP (VBG Referring) (PP (IN to) (NP (NP (JJ great) (NN power) (NNS relations)) (ADJP (CD pre-1960)))))) (, ,) (NP (NNP Joshua) (NNP Baron)) (VP (VBZ highlights) (SBAR (IN that) (S (S (VP (VBG starting) (PP (PP (IN from) (PP (IN around) (NP (DT the) (JJ 16th) (NN century)))) (CC and) (NP (NP (DT the) (NN rise)) (P... | 13 | 1 | 9 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th century and t... | Extract all DC clauses from the following sentence. | Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th century and the rise of several European great powers, military conflicts and confrontations was the defining characteristic of diplomacy and relations between such powers. | ["that starting from around the 16th century and the rise of several European great powers , military conflicts and confrontations was the defining characteristic of diplomacy and relations between such powers"] | (S (S (VP (VBG Referring) (PP (IN to) (NP (NP (JJ great) (NN power) (NNS relations)) (ADJP (CD pre-1960)))))) (, ,) (NP (NNP Joshua) (NNP Baron)) (VP (VBZ highlights) (SBAR (IN that) (S (S (VP (VBG starting) (PP (PP (IN from) (PP (IN around) (NP (DT the) (JJ 16th) (NN century)))) (CC and) (NP (NP (DT the) (NN rise)) (P... | 13 | 1 | 9 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th cent... | Determine if this sentence is tagged as T (Simple T-unit): | Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th century and the rise of several European great powers, military conflicts and confrontations was the defining characteristic of diplomacy and relations between such powers. | [] | (S (S (VP (VBG Referring) (PP (IN to) (NP (NP (JJ great) (NN power) (NNS relations)) (ADJP (CD pre-1960)))))) (, ,) (NP (NNP Joshua) (NNP Baron)) (VP (VBZ highlights) (SBAR (IN that) (S (S (VP (VBG starting) (PP (PP (IN from) (PP (IN around) (NP (DT the) (JJ 16th) (NN century)))) (CC and) (NP (NP (DT the) (NN rise)) (P... | 13 | 1 | 9 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Referring to great power relations pre-1960, Joshua Baron highlights that starting from around ... | Determine if this sentence is tagged as CT (Complex T-unit): | Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th century and the rise of several European great powers, military conflicts and confrontations was the defining characteristic of diplomacy and relations between such powers. | ["Referring to great power relations pre-1960, Joshua Baron highlights that starting from around the 16th century and the rise of several European great powers, military conflicts and confrontations was the defining characteristic of diplomacy and relations between such powers."] | (S (S (VP (VBG Referring) (PP (IN to) (NP (NP (JJ great) (NN power) (NNS relations)) (ADJP (CD pre-1960)))))) (, ,) (NP (NNP Joshua) (NNP Baron)) (VP (VBZ highlights) (SBAR (IN that) (S (S (VP (VBG starting) (PP (PP (IN from) (PP (IN around) (NP (DT the) (JJ 16th) (NN century)))) (CC and) (NP (NP (DT the) (NN rise)) (P... | 13 | 1 | 9 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: The climate varies from hot and subhumid tropical in the southern tracts to, with ... | Extract all C clauses from the following sentence. | The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpine, and glacial in the northern and eastern mountain ranges. | ["The climate varies from hot and subhumid tropical in the southern tracts to , with more elevation , cold , alpine , and glacial in the northern and eastern mountain ranges ."] | (S (NP (DT The) (NN climate)) (VP (VBZ varies) (PP (PP (IN from) (NP (ADJP (JJ hot) (CC and) (JJ subhumid)) (JJ tropical))) (PP (IN in) (NP (DT the) (JJ southern) (NNS tracts)))) (PP (IN to) (, ,) (PP (IN with) (NP (JJR more) (NN elevation))) (, ,) (NP (ADJP (JJ cold) (, ,) (JJ alpine) (, ,) (CC and) (JJ glacial)) (PP ... | 9 | 0 | 10 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpine, and g... | Extract all DC clauses from the following sentence. | The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpine, and glacial in the northern and eastern mountain ranges. | [] | (S (NP (DT The) (NN climate)) (VP (VBZ varies) (PP (PP (IN from) (NP (ADJP (JJ hot) (CC and) (JJ subhumid)) (JJ tropical))) (PP (IN in) (NP (DT the) (JJ southern) (NNS tracts)))) (PP (IN to) (, ,) (PP (IN with) (NP (JJR more) (NN elevation))) (, ,) (NP (ADJP (JJ cold) (, ,) (JJ alpine) (, ,) (CC and) (JJ glacial)) (PP ... | 9 | 0 | 10 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpi... | Determine if this sentence is tagged as T (Simple T-unit): | The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpine, and glacial in the northern and eastern mountain ranges. | ["The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpine, and glacial in the northern and eastern mountain ranges."] | (S (NP (DT The) (NN climate)) (VP (VBZ varies) (PP (PP (IN from) (NP (ADJP (JJ hot) (CC and) (JJ subhumid)) (JJ tropical))) (PP (IN in) (NP (DT the) (JJ southern) (NNS tracts)))) (PP (IN to) (, ,) (PP (IN with) (NP (JJR more) (NN elevation))) (, ,) (NP (ADJP (JJ cold) (, ,) (JJ alpine) (, ,) (CC and) (JJ glacial)) (PP ... | 9 | 0 | 10 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: The climate varies from hot and subhumid tropical in the southern tracts to, with more elevatio... | Determine if this sentence is tagged as CT (Complex T-unit): | The climate varies from hot and subhumid tropical in the southern tracts to, with more elevation, cold, alpine, and glacial in the northern and eastern mountain ranges. | [] | (S (NP (DT The) (NN climate)) (VP (VBZ varies) (PP (PP (IN from) (NP (ADJP (JJ hot) (CC and) (JJ subhumid)) (JJ tropical))) (PP (IN in) (NP (DT the) (JJ southern) (NNS tracts)))) (PP (IN to) (, ,) (PP (IN with) (NP (JJR more) (NN elevation))) (, ,) (NP (ADJP (JJ cold) (, ,) (JJ alpine) (, ,) (CC and) (JJ glacial)) (PP ... | 9 | 0 | 10 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: How many libraries are on the Evanston campus? | Extract all C clauses from the following sentence. | How many libraries are on the Evanston campus? | ["How many libraries are on the Evanston campus ?"] | (SBARQ (WHNP (WHADJP (WRB How) (JJ many)) (NNS libraries)) (SQ (VBP are) (PP (IN on) (NP (DT the) (NNP Evanston) (NN campus)))) (. ?)) | 6 | 0 | 11 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: How many libraries are on the Evanston campus? | Extract all DC clauses from the following sentence. | How many libraries are on the Evanston campus? | [] | (SBARQ (WHNP (WHADJP (WRB How) (JJ many)) (NNS libraries)) (SQ (VBP are) (PP (IN on) (NP (DT the) (NNP Evanston) (NN campus)))) (. ?)) | 6 | 0 | 11 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: How many libraries are on the Evanston campus? | Determine if this sentence is tagged as T (Simple T-unit): | How many libraries are on the Evanston campus? | ["How many libraries are on the Evanston campus?"] | (SBARQ (WHNP (WHADJP (WRB How) (JJ many)) (NNS libraries)) (SQ (VBP are) (PP (IN on) (NP (DT the) (NNP Evanston) (NN campus)))) (. ?)) | 6 | 0 | 11 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: How many libraries are on the Evanston campus? | Determine if this sentence is tagged as CT (Complex T-unit): | How many libraries are on the Evanston campus? | [] | (SBARQ (WHNP (WHADJP (WRB How) (JJ many)) (NNS libraries)) (SQ (VBP are) (PP (IN on) (NP (DT the) (NNP Evanston) (NN campus)))) (. ?)) | 6 | 0 | 11 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the ... | Extract all C clauses from the following sentence. | In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which combined restitutionist views with end time prophecy. | ["In 1876 , Russell met Nelson H. Barbour ; later that year they jointly produced the book Three Worlds , ."] | (S (S (PP (IN In) (NP (CD 1876))) (, ,) (NP (NNP Russell)) (VP (VBD met) (NP (NNP Nelson) (NNP H.) (NNP Barbour)))) (: ;) (S (NP (ADVP (RB later)) (DT that) (NN year)) (NP (PRP they)) (ADVP (RB jointly)) (VP (VBD produced) (NP (NP (NP (DT the) (NN book)) (NP (CD Three) (NNPS Worlds))) (, ,) (SBAR (WHNP (WDT which)) (S ... | 12 | 1 | 12 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which combined r... | Extract all DC clauses from the following sentence. | In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which combined restitutionist views with end time prophecy. | ["which combined restitutionist views with end time prophecy"] | (S (S (PP (IN In) (NP (CD 1876))) (, ,) (NP (NNP Russell)) (VP (VBD met) (NP (NNP Nelson) (NNP H.) (NNP Barbour)))) (: ;) (S (NP (ADVP (RB later)) (DT that) (NN year)) (NP (PRP they)) (ADVP (RB jointly)) (VP (VBD produced) (NP (NP (NP (DT the) (NN book)) (NP (CD Three) (NNPS Worlds))) (, ,) (SBAR (WHNP (WDT which)) (S ... | 12 | 1 | 12 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which c... | Determine if this sentence is tagged as T (Simple T-unit): | In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which combined restitutionist views with end time prophecy. | [] | (S (S (PP (IN In) (NP (CD 1876))) (, ,) (NP (NNP Russell)) (VP (VBD met) (NP (NNP Nelson) (NNP H.) (NNP Barbour)))) (: ;) (S (NP (ADVP (RB later)) (DT that) (NN year)) (NP (PRP they)) (ADVP (RB jointly)) (VP (VBD produced) (NP (NP (NP (DT the) (NN book)) (NP (CD Three) (NNPS Worlds))) (, ,) (SBAR (WHNP (WDT which)) (S ... | 12 | 1 | 12 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Wo... | Determine if this sentence is tagged as CT (Complex T-unit): | In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which combined restitutionist views with end time prophecy. | ["In 1876, Russell met Nelson H. Barbour; later that year they jointly produced the book Three Worlds, which combined restitutionist views with end time prophecy."] | (S (S (PP (IN In) (NP (CD 1876))) (, ,) (NP (NNP Russell)) (VP (VBD met) (NP (NNP Nelson) (NNP H.) (NNP Barbour)))) (: ;) (S (NP (ADVP (RB later)) (DT that) (NN year)) (NP (PRP they)) (ADVP (RB jointly)) (VP (VBD produced) (NP (NP (NP (DT the) (NN book)) (NP (CD Three) (NNPS Worlds))) (, ,) (SBAR (WHNP (WDT which)) (S ... | 12 | 1 | 12 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Art... | Extract all C clauses from the following sentence. | Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | ["Apollo is the son of Zeus and Leto , and has a twin sister , the chaste huntress Artemis ."] | (S (NP (NNP Apollo)) (VP (VP (VBZ is) (NP (NP (DT the) (NN son)) (PP (IN of) (NP (NNP Zeus) (CC and) (NNP Leto))))) (, ,) (CC and) (VP (VBZ has) (NP (NP (DT a) (JJ twin) (NN sister)) (, ,) (NP (NP (DT the) (NN chaste) (NN huntress)) (NP (NNP Artemis)))))) (. .)) | 8 | 0 | 13 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | Extract all DC clauses from the following sentence. | Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | [] | (S (NP (NNP Apollo)) (VP (VP (VBZ is) (NP (NP (DT the) (NN son)) (PP (IN of) (NP (NNP Zeus) (CC and) (NNP Leto))))) (, ,) (CC and) (VP (VBZ has) (NP (NP (DT a) (JJ twin) (NN sister)) (, ,) (NP (NP (DT the) (NN chaste) (NN huntress)) (NP (NNP Artemis)))))) (. .)) | 8 | 0 | 13 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | Determine if this sentence is tagged as T (Simple T-unit): | Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | ["Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis."] | (S (NP (NNP Apollo)) (VP (VP (VBZ is) (NP (NP (DT the) (NN son)) (PP (IN of) (NP (NNP Zeus) (CC and) (NNP Leto))))) (, ,) (CC and) (VP (VBZ has) (NP (NP (DT a) (JJ twin) (NN sister)) (, ,) (NP (NP (DT the) (NN chaste) (NN huntress)) (NP (NNP Artemis)))))) (. .)) | 8 | 0 | 13 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | Determine if this sentence is tagged as CT (Complex T-unit): | Apollo is the son of Zeus and Leto, and has a twin sister, the chaste huntress Artemis. | [] | (S (NP (NNP Apollo)) (VP (VP (VBZ is) (NP (NP (DT the) (NN son)) (PP (IN of) (NP (NNP Zeus) (CC and) (NNP Leto))))) (, ,) (CC and) (VP (VBZ has) (NP (NP (DT a) (JJ twin) (NN sister)) (, ,) (NP (NP (DT the) (NN chaste) (NN huntress)) (NP (NNP Artemis)))))) (. .)) | 8 | 0 | 13 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Royal assent is sometimes associated with elaborate ceremonies. | Extract all C clauses from the following sentence. | Royal assent is sometimes associated with elaborate ceremonies. | ["Royal assent is sometimes associated with elaborate ceremonies ."] | (S (NP (JJ Royal) (NN assent)) (VP (VBZ is) (ADVP (RB sometimes)) (VP (VBN associated) (PP (IN with) (NP (JJ elaborate) (NNS ceremonies))))) (. .)) | 7 | 0 | 14 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Royal assent is sometimes associated with elaborate ceremonies. | Extract all DC clauses from the following sentence. | Royal assent is sometimes associated with elaborate ceremonies. | [] | (S (NP (JJ Royal) (NN assent)) (VP (VBZ is) (ADVP (RB sometimes)) (VP (VBN associated) (PP (IN with) (NP (JJ elaborate) (NNS ceremonies))))) (. .)) | 7 | 0 | 14 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Royal assent is sometimes associated with elaborate ceremonies. | Determine if this sentence is tagged as T (Simple T-unit): | Royal assent is sometimes associated with elaborate ceremonies. | ["Royal assent is sometimes associated with elaborate ceremonies."] | (S (NP (JJ Royal) (NN assent)) (VP (VBZ is) (ADVP (RB sometimes)) (VP (VBN associated) (PP (IN with) (NP (JJ elaborate) (NNS ceremonies))))) (. .)) | 7 | 0 | 14 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Royal assent is sometimes associated with elaborate ceremonies. | Determine if this sentence is tagged as CT (Complex T-unit): | Royal assent is sometimes associated with elaborate ceremonies. | [] | (S (NP (JJ Royal) (NN assent)) (VP (VBZ is) (ADVP (RB sometimes)) (VP (VBN associated) (PP (IN with) (NP (JJ elaborate) (NNS ceremonies))))) (. .)) | 7 | 0 | 14 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: It was between the First Battalion Grenadier Guards and the Second Battalion Scots... | Extract all C clauses from the following sentence. | It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win by the Grenadier Guards 3 goals, 2 rouges to nothing.[citation needed] | ["It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win by the Grenadier Guards 3 goals , 2 rouges to nothing.-LSB-citation needed -RSB-"] | (S (NP (PRP It)) (VBD was) (PP (PP (IN between) (NP (NP (DT the) (NML (NNP First) (NNP Battalion)) (NNP Grenadier) (NNPS Guards)) (CC and) (NP (DT the) (NML (NNP Second) (NNP Battalion)) (NNPS Scots) (NNP Fusilier) (NNPS Guards)))) (VBG resulting) (IN in) (NP (DT a) (NN win)) (PP (IN by) (NP (DT the) (NNP Grenadier) (N... | 8 | 0 | 15 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win... | Extract all DC clauses from the following sentence. | It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win by the Grenadier Guards 3 goals, 2 rouges to nothing.[citation needed] | [] | (S (NP (PRP It)) (VBD was) (PP (PP (IN between) (NP (NP (DT the) (NML (NNP First) (NNP Battalion)) (NNP Grenadier) (NNPS Guards)) (CC and) (NP (DT the) (NML (NNP Second) (NNP Battalion)) (NNPS Scots) (NNP Fusilier) (NNPS Guards)))) (VBG resulting) (IN in) (NP (DT a) (NN win)) (PP (IN by) (NP (DT the) (NNP Grenadier) (N... | 8 | 0 | 15 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting... | Determine if this sentence is tagged as T (Simple T-unit): | It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win by the Grenadier Guards 3 goals, 2 rouges to nothing.[citation needed] | ["It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win by the Grenadier Guards 3 goals, 2 rouges to nothing.[citation needed]"] | (S (NP (PRP It)) (VBD was) (PP (PP (IN between) (NP (NP (DT the) (NML (NNP First) (NNP Battalion)) (NNP Grenadier) (NNPS Guards)) (CC and) (NP (DT the) (NML (NNP Second) (NNP Battalion)) (NNPS Scots) (NNP Fusilier) (NNPS Guards)))) (VBG resulting) (IN in) (NP (DT a) (NN win)) (PP (IN by) (NP (DT the) (NNP Grenadier) (N... | 8 | 0 | 15 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Gua... | Determine if this sentence is tagged as CT (Complex T-unit): | It was between the First Battalion Grenadier Guards and the Second Battalion Scots Fusilier Guards resulting in a win by the Grenadier Guards 3 goals, 2 rouges to nothing.[citation needed] | [] | (S (NP (PRP It)) (VBD was) (PP (PP (IN between) (NP (NP (DT the) (NML (NNP First) (NNP Battalion)) (NNP Grenadier) (NNPS Guards)) (CC and) (NP (DT the) (NML (NNP Second) (NNP Battalion)) (NNPS Scots) (NNP Fusilier) (NNPS Guards)))) (VBG resulting) (IN in) (NP (DT a) (NN win)) (PP (IN by) (NP (DT the) (NNP Grenadier) (N... | 8 | 0 | 15 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: The French officially abandoned the experiment in the early 19th century. | Extract all C clauses from the following sentence. | The French officially abandoned the experiment in the early 19th century. | ["The French officially abandoned the experiment in the early 19th century ."] | (S (NP (DT The) (NNPS French)) (ADVP (RB officially)) (VP (VBD abandoned) (NP (DT the) (NN experiment)) (PP (IN in) (NP (DT the) (JJ early) (JJ 19th) (NN century)))) (. .)) | 6 | 0 | 16 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: The French officially abandoned the experiment in the early 19th century. | Extract all DC clauses from the following sentence. | The French officially abandoned the experiment in the early 19th century. | [] | (S (NP (DT The) (NNPS French)) (ADVP (RB officially)) (VP (VBD abandoned) (NP (DT the) (NN experiment)) (PP (IN in) (NP (DT the) (JJ early) (JJ 19th) (NN century)))) (. .)) | 6 | 0 | 16 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: The French officially abandoned the experiment in the early 19th century. | Determine if this sentence is tagged as T (Simple T-unit): | The French officially abandoned the experiment in the early 19th century. | ["The French officially abandoned the experiment in the early 19th century."] | (S (NP (DT The) (NNPS French)) (ADVP (RB officially)) (VP (VBD abandoned) (NP (DT the) (NN experiment)) (PP (IN in) (NP (DT the) (JJ early) (JJ 19th) (NN century)))) (. .)) | 6 | 0 | 16 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: The French officially abandoned the experiment in the early 19th century. | Determine if this sentence is tagged as CT (Complex T-unit): | The French officially abandoned the experiment in the early 19th century. | [] | (S (NP (DT The) (NNPS French)) (ADVP (RB officially)) (VP (VBD abandoned) (NP (DT the) (NN experiment)) (PP (IN in) (NP (DT the) (JJ early) (JJ 19th) (NN century)))) (. .)) | 6 | 0 | 16 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Greek vocal music extends far back into ancient times where mixed-gender choruses ... | Extract all C clauses from the following sentence. | Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainment, celebration and spiritual reasons. | ["Greek vocal music extends far back into ancient times ."] | (S (NP (JJ Greek) (JJ vocal) (NN music)) (VP (VBZ extends) (ADVP (ADVP (RB far) (RB back)) (PP (IN into) (NP (NP (JJ ancient) (NNS times)) (SBAR (WHADVP (WRB where)) (S (NP (NML (VBN mixed) (HYPH -) (NN gender)) (NNS choruses)) (VP (VBD performed) (PP (IN for) (NP (NP (NN entertainment)) (, ,) (NP (NN celebration)) (CC... | 13 | 1 | 17 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainment, celebr... | Extract all DC clauses from the following sentence. | Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainment, celebration and spiritual reasons. | ["where mixed - gender choruses performed for entertainment , celebration and spiritual reasons"] | (S (NP (JJ Greek) (JJ vocal) (NN music)) (VP (VBZ extends) (ADVP (ADVP (RB far) (RB back)) (PP (IN into) (NP (NP (JJ ancient) (NNS times)) (SBAR (WHADVP (WRB where)) (S (NP (NML (VBN mixed) (HYPH -) (NN gender)) (NNS choruses)) (VP (VBD performed) (PP (IN for) (NP (NP (NN entertainment)) (, ,) (NP (NN celebration)) (CC... | 13 | 1 | 17 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainmen... | Determine if this sentence is tagged as T (Simple T-unit): | Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainment, celebration and spiritual reasons. | [] | (S (NP (JJ Greek) (JJ vocal) (NN music)) (VP (VBZ extends) (ADVP (ADVP (RB far) (RB back)) (PP (IN into) (NP (NP (JJ ancient) (NNS times)) (SBAR (WHADVP (WRB where)) (S (NP (NML (VBN mixed) (HYPH -) (NN gender)) (NNS choruses)) (VP (VBD performed) (PP (IN for) (NP (NP (NN entertainment)) (, ,) (NP (NN celebration)) (CC... | 13 | 1 | 17 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Greek vocal music extends far back into ancient times where mixed-gender choruses performed for... | Determine if this sentence is tagged as CT (Complex T-unit): | Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainment, celebration and spiritual reasons. | ["Greek vocal music extends far back into ancient times where mixed-gender choruses performed for entertainment, celebration and spiritual reasons."] | (S (NP (JJ Greek) (JJ vocal) (NN music)) (VP (VBZ extends) (ADVP (ADVP (RB far) (RB back)) (PP (IN into) (NP (NP (JJ ancient) (NNS times)) (SBAR (WHADVP (WRB where)) (S (NP (NML (VBN mixed) (HYPH -) (NN gender)) (NNS choruses)) (VP (VBD performed) (PP (IN for) (NP (NP (NN entertainment)) (, ,) (NP (NN celebration)) (CC... | 13 | 1 | 17 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) ... | Extract all C clauses from the following sentence. | Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of trigonometric functions (including sine, versine, cosine and inverse sine), trigonometric tables, and techniques and algorithms of algebra. | ["Indian astronomer and mathematician Aryabhata -LRB- 476 - 550 -RRB- , in his Aryabhatiya -LRB- 499 -RRB- introduced a number of trigonometric functions -LRB- including sine , versine , cosine and inverse sine -RRB- , trigonometric tables , and techniques and algorithms of algebra ."] | (S (NP (NML (JJ Indian) (NN astronomer) (CC and) (NN mathematician)) (NNP Aryabhata)) (NP (-LRB- -LRB-) (NP (CD 476)) (PP (SYM -) (NP (CD 550))) (-RRB- -RRB-)) (, ,) (PP (IN in) (NP (NP (PRP$ his) (NNP Aryabhatiya)) (-LRB- -LRB-) (NP (CD 499)) (-RRB- -RRB-))) (VP (VBD introduced) (NP (NP (DT a) (NN number)) (PP (IN of)... | 11 | 0 | 18 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of trigonometri... | Extract all DC clauses from the following sentence. | Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of trigonometric functions (including sine, versine, cosine and inverse sine), trigonometric tables, and techniques and algorithms of algebra. | [] | (S (NP (NML (JJ Indian) (NN astronomer) (CC and) (NN mathematician)) (NNP Aryabhata)) (NP (-LRB- -LRB-) (NP (CD 476)) (PP (SYM -) (NP (CD 550))) (-RRB- -RRB-)) (, ,) (PP (IN in) (NP (NP (PRP$ his) (NNP Aryabhatiya)) (-LRB- -LRB-) (NP (CD 499)) (-RRB- -RRB-))) (VP (VBD introduced) (NP (NP (DT a) (NN number)) (PP (IN of)... | 11 | 0 | 18 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of tri... | Determine if this sentence is tagged as T (Simple T-unit): | Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of trigonometric functions (including sine, versine, cosine and inverse sine), trigonometric tables, and techniques and algorithms of algebra. | ["Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of trigonometric functions (including sine, versine, cosine and inverse sine), trigonometric tables, and techniques and algorithms of algebra."] | (S (NP (NML (JJ Indian) (NN astronomer) (CC and) (NN mathematician)) (NNP Aryabhata)) (NP (-LRB- -LRB-) (NP (CD 476)) (PP (SYM -) (NP (CD 550))) (-RRB- -RRB-)) (, ,) (PP (IN in) (NP (NP (PRP$ his) (NNP Aryabhatiya)) (-LRB- -LRB-) (NP (CD 499)) (-RRB- -RRB-))) (VP (VBD introduced) (NP (NP (DT a) (NN number)) (PP (IN of)... | 11 | 0 | 18 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a ... | Determine if this sentence is tagged as CT (Complex T-unit): | Indian astronomer and mathematician Aryabhata (476-550), in his Aryabhatiya (499) introduced a number of trigonometric functions (including sine, versine, cosine and inverse sine), trigonometric tables, and techniques and algorithms of algebra. | [] | (S (NP (NML (JJ Indian) (NN astronomer) (CC and) (NN mathematician)) (NNP Aryabhata)) (NP (-LRB- -LRB-) (NP (CD 476)) (PP (SYM -) (NP (CD 550))) (-RRB- -RRB-)) (, ,) (PP (IN in) (NP (NP (PRP$ his) (NNP Aryabhatiya)) (-LRB- -LRB-) (NP (CD 499)) (-RRB- -RRB-))) (VP (VBD introduced) (NP (NP (DT a) (NN number)) (PP (IN of)... | 11 | 0 | 18 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the m... | Extract all C clauses from the following sentence. | Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber. | ["Zinc oxide is widely used as a white pigment in paints , and as a catalyst in the manufacture of rubber ."] | (S (NP (NN Zinc) (NN oxide)) (VP (VBZ is) (ADVP (RB widely)) (VP (VBN used) (PP (PP (IN as) (NP (NP (DT a) (JJ white) (NN pigment)) (PP (IN in) (NP (NNS paints))))) (, ,) (CC and) (PP (IN as) (NP (NP (DT a) (NN catalyst)) (PP (IN in) (NP (NP (DT the) (NN manufacture)) (PP (IN of) (NP (NN rubber)))))))))) (. .)) | 12 | 0 | 19 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber. | Extract all DC clauses from the following sentence. | Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber. | [] | (S (NP (NN Zinc) (NN oxide)) (VP (VBZ is) (ADVP (RB widely)) (VP (VBN used) (PP (PP (IN as) (NP (NP (DT a) (JJ white) (NN pigment)) (PP (IN in) (NP (NNS paints))))) (, ,) (CC and) (PP (IN as) (NP (NP (DT a) (NN catalyst)) (PP (IN in) (NP (NP (DT the) (NN manufacture)) (PP (IN of) (NP (NN rubber)))))))))) (. .)) | 12 | 0 | 19 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber. | Determine if this sentence is tagged as T (Simple T-unit): | Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber. | ["Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber."] | (S (NP (NN Zinc) (NN oxide)) (VP (VBZ is) (ADVP (RB widely)) (VP (VBN used) (PP (PP (IN as) (NP (NP (DT a) (JJ white) (NN pigment)) (PP (IN in) (NP (NNS paints))))) (, ,) (CC and) (PP (IN as) (NP (NP (DT a) (NN catalyst)) (PP (IN in) (NP (NP (DT the) (NN manufacture)) (PP (IN of) (NP (NN rubber)))))))))) (. .)) | 12 | 0 | 19 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of... | Determine if this sentence is tagged as CT (Complex T-unit): | Zinc oxide is widely used as a white pigment in paints, and as a catalyst in the manufacture of rubber. | [] | (S (NP (NN Zinc) (NN oxide)) (VP (VBZ is) (ADVP (RB widely)) (VP (VBN used) (PP (PP (IN as) (NP (NP (DT a) (JJ white) (NN pigment)) (PP (IN in) (NP (NNS paints))))) (, ,) (CC and) (PP (IN as) (NP (NP (DT a) (NN catalyst)) (PP (IN in) (NP (NP (DT the) (NN manufacture)) (PP (IN of) (NP (NN rubber)))))))))) (. .)) | 12 | 0 | 19 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Santa Bárbara became the launching place for expeditions into New Mexico by Spanis... | Extract all C clauses from the following sentence. | Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Antonio de Espejo, Gaspar Castaño, Antonio Gutiérrez de Umaña, Francisco Leyba de Bonilla, and Vicente de Zaldívar. | ["Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like : Antonio de Espejo , Gaspar Castaño , Antonio Gutiérrez de Umaña , Francisco Leyba de Bonilla , and Vicente de Zaldívar ."] | (S (NP (NNP Santa) (NNP Bárbara)) (VP (VBD became) (NP (NP (DT the) (VBG launching) (NN place)) (PP (IN for) (NP (NP (NNS expeditions)) (PP (IN into) (NP (NNP New) (NNP Mexico))) (PP (IN by) (NP (NP (JJ Spanish) (NNS conquistadors)) (PP (IN like) (: :) (NP (NP (NNP Antonio) (NNP de) (NNP Espejo)) (, ,) (NP (NNP Gaspar)... | 12 | 0 | 20 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Antonio de Es... | Extract all DC clauses from the following sentence. | Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Antonio de Espejo, Gaspar Castaño, Antonio Gutiérrez de Umaña, Francisco Leyba de Bonilla, and Vicente de Zaldívar. | [] | (S (NP (NNP Santa) (NNP Bárbara)) (VP (VBD became) (NP (NP (DT the) (VBG launching) (NN place)) (PP (IN for) (NP (NP (NNS expeditions)) (PP (IN into) (NP (NNP New) (NNP Mexico))) (PP (IN by) (NP (NP (JJ Spanish) (NNS conquistadors)) (PP (IN like) (: :) (NP (NP (NNP Antonio) (NNP de) (NNP Espejo)) (, ,) (NP (NNP Gaspar)... | 12 | 0 | 20 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Anto... | Determine if this sentence is tagged as T (Simple T-unit): | Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Antonio de Espejo, Gaspar Castaño, Antonio Gutiérrez de Umaña, Francisco Leyba de Bonilla, and Vicente de Zaldívar. | ["Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Antonio de Espejo, Gaspar Castaño, Antonio Gutiérrez de Umaña, Francisco Leyba de Bonilla, and Vicente de Zaldívar."] | (S (NP (NNP Santa) (NNP Bárbara)) (VP (VBD became) (NP (NP (DT the) (VBG launching) (NN place)) (PP (IN for) (NP (NP (NNS expeditions)) (PP (IN into) (NP (NNP New) (NNP Mexico))) (PP (IN by) (NP (NP (JJ Spanish) (NNS conquistadors)) (PP (IN like) (: :) (NP (NP (NNP Antonio) (NNP de) (NNP Espejo)) (, ,) (NP (NNP Gaspar)... | 12 | 0 | 20 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistado... | Determine if this sentence is tagged as CT (Complex T-unit): | Santa Bárbara became the launching place for expeditions into New Mexico by Spanish conquistadors like: Antonio de Espejo, Gaspar Castaño, Antonio Gutiérrez de Umaña, Francisco Leyba de Bonilla, and Vicente de Zaldívar. | [] | (S (NP (NNP Santa) (NNP Bárbara)) (VP (VBD became) (NP (NP (DT the) (VBG launching) (NN place)) (PP (IN for) (NP (NP (NNS expeditions)) (PP (IN into) (NP (NNP New) (NNP Mexico))) (PP (IN by) (NP (NP (JJ Spanish) (NNS conquistadors)) (PP (IN like) (: :) (NP (NP (NNP Antonio) (NNP de) (NNP Espejo)) (, ,) (NP (NNP Gaspar)... | 12 | 0 | 20 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Who are some contemporary composers from Portugal? | Extract all C clauses from the following sentence. | Who are some contemporary composers from Portugal? | ["Who are some contemporary composers from Portugal ?"] | (SBARQ (WHNP (WP Who)) (SQ (VBP are) (NP (NP (DT some) (JJ contemporary) (NNS composers)) (PP (IN from) (NP (NNP Portugal))))) (. ?)) | 7 | 0 | 21 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Who are some contemporary composers from Portugal? | Extract all DC clauses from the following sentence. | Who are some contemporary composers from Portugal? | [] | (SBARQ (WHNP (WP Who)) (SQ (VBP are) (NP (NP (DT some) (JJ contemporary) (NNS composers)) (PP (IN from) (NP (NNP Portugal))))) (. ?)) | 7 | 0 | 21 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Who are some contemporary composers from Portugal? | Determine if this sentence is tagged as T (Simple T-unit): | Who are some contemporary composers from Portugal? | ["Who are some contemporary composers from Portugal?"] | (SBARQ (WHNP (WP Who)) (SQ (VBP are) (NP (NP (DT some) (JJ contemporary) (NNS composers)) (PP (IN from) (NP (NNP Portugal))))) (. ?)) | 7 | 0 | 21 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Who are some contemporary composers from Portugal? | Determine if this sentence is tagged as CT (Complex T-unit): | Who are some contemporary composers from Portugal? | [] | (SBARQ (WHNP (WP Who)) (SQ (VBP are) (NP (NP (DT some) (JJ contemporary) (NNS composers)) (PP (IN from) (NP (NNP Portugal))))) (. ?)) | 7 | 0 | 21 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: How hot do newspapers say it has gotten in Punjab? | Extract all C clauses from the following sentence. | How hot do newspapers say it has gotten in Punjab? | ["How hot do newspapers say ?"] | (SBARQ (WHADJP (WRB How) (JJ hot)) (SQ (VBP do) (NP (NNS newspapers)) (VP (VB say) (SBAR (S (NP (PRP it)) (VP (VBZ has) (VP (VBN gotten) (PP (IN in) (NP (NNP Punjab))))))))) (. ?)) | 11 | 1 | 22 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: How hot do newspapers say it has gotten in Punjab? | Extract all DC clauses from the following sentence. | How hot do newspapers say it has gotten in Punjab? | ["it has gotten in Punjab"] | (SBARQ (WHADJP (WRB How) (JJ hot)) (SQ (VBP do) (NP (NNS newspapers)) (VP (VB say) (SBAR (S (NP (PRP it)) (VP (VBZ has) (VP (VBN gotten) (PP (IN in) (NP (NNP Punjab))))))))) (. ?)) | 11 | 1 | 22 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: How hot do newspapers say it has gotten in Punjab? | Determine if this sentence is tagged as T (Simple T-unit): | How hot do newspapers say it has gotten in Punjab? | [] | (SBARQ (WHADJP (WRB How) (JJ hot)) (SQ (VBP do) (NP (NNS newspapers)) (VP (VB say) (SBAR (S (NP (PRP it)) (VP (VBZ has) (VP (VBN gotten) (PP (IN in) (NP (NNP Punjab))))))))) (. ?)) | 11 | 1 | 22 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: How hot do newspapers say it has gotten in Punjab? | Determine if this sentence is tagged as CT (Complex T-unit): | How hot do newspapers say it has gotten in Punjab? | ["How hot do newspapers say it has gotten in Punjab?"] | (SBARQ (WHADJP (WRB How) (JJ hot)) (SQ (VBP do) (NP (NNS newspapers)) (VP (VB say) (SBAR (S (NP (PRP it)) (VP (VBZ has) (VP (VBN gotten) (PP (IN in) (NP (NNP Punjab))))))))) (. ?)) | 11 | 1 | 22 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: -73.9575 La Salle Street is a street in West Harlem that runs just two blocks betw... | Extract all C clauses from the following sentence. | -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and Claremont Avenue. | ["-73.9575 La Salle Street is a street in West Harlem ."] | (S (CD -73.9575) (NP (NNP La) (NNP Salle) (NNP Street)) (VP (VBZ is) (NP (NP (NP (DT a) (NN street)) (PP (IN in) (NP (NNP West) (NNP Harlem)))) (SBAR (WHNP (WDT that)) (S (VP (VBZ runs) (PP (NP (QP (RB just) (CD two)) (NNS blocks)) (PP (IN between) (NP (NP (NNP Amsterdam) (NNP Avenue)) (CC and) (NP (NNP Claremont) (NNP... | 12 | 1 | 23 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and Claremont ... | Extract all DC clauses from the following sentence. | -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and Claremont Avenue. | ["that runs just two blocks between Amsterdam Avenue and Claremont Avenue"] | (S (CD -73.9575) (NP (NNP La) (NNP Salle) (NNP Street)) (VP (VBZ is) (NP (NP (NP (DT a) (NN street)) (PP (IN in) (NP (NNP West) (NNP Harlem)))) (SBAR (WHNP (WDT that)) (S (VP (VBZ runs) (PP (NP (QP (RB just) (CD two)) (NNS blocks)) (PP (IN between) (NP (NP (NNP Amsterdam) (NNP Avenue)) (CC and) (NP (NNP Claremont) (NNP... | 12 | 1 | 23 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and C... | Determine if this sentence is tagged as T (Simple T-unit): | -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and Claremont Avenue. | [] | (S (CD -73.9575) (NP (NNP La) (NNP Salle) (NNP Street)) (VP (VBZ is) (NP (NP (NP (DT a) (NN street)) (PP (IN in) (NP (NNP West) (NNP Harlem)))) (SBAR (WHNP (WDT that)) (S (VP (VBZ runs) (PP (NP (QP (RB just) (CD two)) (NNS blocks)) (PP (IN between) (NP (NP (NNP Amsterdam) (NNP Avenue)) (CC and) (NP (NNP Claremont) (NNP... | 12 | 1 | 23 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam... | Determine if this sentence is tagged as CT (Complex T-unit): | -73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and Claremont Avenue. | ["-73.9575 La Salle Street is a street in West Harlem that runs just two blocks between Amsterdam Avenue and Claremont Avenue."] | (S (CD -73.9575) (NP (NNP La) (NNP Salle) (NNP Street)) (VP (VBZ is) (NP (NP (NP (DT a) (NN street)) (PP (IN in) (NP (NNP West) (NNP Harlem)))) (SBAR (WHNP (WDT that)) (S (VP (VBZ runs) (PP (NP (QP (RB just) (CD two)) (NNS blocks)) (PP (IN between) (NP (NP (NNP Amsterdam) (NNP Avenue)) (CC and) (NP (NNP Claremont) (NNP... | 12 | 1 | 23 |
Definition: [Definition] C (Independent Clause): A clausal unit that is not syntactically embedded. (Criteria: S/SINV/SQ directly under ROOT, excluding nested SBARs.)
Instruction: Extract all C clauses from the following sentence.
Input: Competition rules may state a minimum number of players required to constitute a t... | Extract all C clauses from the following sentence. | Competition rules may state a minimum number of players required to constitute a team, which is usually seven. | ["Competition rules may state a minimum number of players required to constitute a team , ."] | (S (NP (NN Competition) (NNS rules)) (VP (MD may) (VP (VB state) (NP (NP (NP (DT a) (JJ minimum) (NN number)) (PP (IN of) (NP (NP (NNS players)) (VP (VBN required) (S (VP (TO to) (VP (VB constitute) (NP (DT a) (NN team))))))))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADVP (RB usually)) (NP (CD seven)))))))) (. ... | 14 | 1 | 24 |
Definition: [Definition] DC (Dependent Clause): A syntactically embedded clausal constituent, typically represented by SBAR nodes.
Instruction: Extract all DC clauses from the following sentence.
Input: Competition rules may state a minimum number of players required to constitute a team, which is usually seven. | Extract all DC clauses from the following sentence. | Competition rules may state a minimum number of players required to constitute a team, which is usually seven. | ["which is usually seven"] | (S (NP (NN Competition) (NNS rules)) (VP (MD may) (VP (VB state) (NP (NP (NP (DT a) (JJ minimum) (NN number)) (PP (IN of) (NP (NP (NNS players)) (VP (VBN required) (S (VP (TO to) (VP (VB constitute) (NP (DT a) (NN team))))))))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADVP (RB usually)) (NP (CD seven)))))))) (. ... | 14 | 1 | 24 |
Definition: [Definition] (Simple T-unit): A sentence containing at least one Independent Clause (C) and zero Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as T (Simple T-unit):
Input: Competition rules may state a minimum number of players required to constitute a team, which is usually seve... | Determine if this sentence is tagged as T (Simple T-unit): | Competition rules may state a minimum number of players required to constitute a team, which is usually seven. | [] | (S (NP (NN Competition) (NNS rules)) (VP (MD may) (VP (VB state) (NP (NP (NP (DT a) (JJ minimum) (NN number)) (PP (IN of) (NP (NP (NNS players)) (VP (VBN required) (S (VP (TO to) (VP (VB constitute) (NP (DT a) (NN team))))))))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADVP (RB usually)) (NP (CD seven)))))))) (. ... | 14 | 1 | 24 |
Definition: [Definition] CT (Complex T-unit): A sentence containing at least one Independent Clause (C) and one or more Dependent Clauses (DC).
Instruction: Determine if this sentence is tagged as CT (Complex T-unit):
Input: Competition rules may state a minimum number of players required to constitute a team, which is... | Determine if this sentence is tagged as CT (Complex T-unit): | Competition rules may state a minimum number of players required to constitute a team, which is usually seven. | ["Competition rules may state a minimum number of players required to constitute a team, which is usually seven."] | (S (NP (NN Competition) (NNS rules)) (VP (MD may) (VP (VB state) (NP (NP (NP (DT a) (JJ minimum) (NN number)) (PP (IN of) (NP (NP (NNS players)) (VP (VBN required) (S (VP (TO to) (VP (VB constitute) (NP (DT a) (NN team))))))))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (ADVP (RB usually)) (NP (CD seven)))))))) (. ... | 14 | 1 | 24 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3