sentence
stringlengths 4
1.55k
| sent_id
stringlengths 12
31
| predicate_idx
int32 0
172
| predicate
stringlengths 2
18
| is_verbal
bool 1
class | verb_form
stringlengths 2
16
| question
sequence | answers
sequence | answer_ranges
sequence |
---|---|---|---|---|---|---|---|---|
Wind is now used to generate electricity . | TQA:T_0742_4 | 5 | generate | true | generate | [
"when",
"does",
"something",
"generate",
"something",
"_",
"_",
"?"
] | [
"now"
] | [
[
2,
3
]
] |
Moving air can make a turbine spin , just like moving water can . | TQA:T_0742_5 | 0 | Moving | true | move | [
"what",
"is",
"_",
"moving",
"_",
"_",
"_",
"?"
] | [
"air"
] | [
[
1,
2
]
] |
Moving air can make a turbine spin , just like moving water can . | TQA:T_0742_5 | 3 | make | true | make | [
"what",
"does",
"something",
"make",
"_",
"_",
"_",
"?"
] | [
"a turbine spin"
] | [
[
4,
7
]
] |
Moving air can make a turbine spin , just like moving water can . | TQA:T_0742_5 | 3 | make | true | make | [
"what",
"_",
"_",
"makes",
"something",
"_",
"_",
"?"
] | [
"Moving air"
] | [
[
0,
2
]
] |
Moving air can make a turbine spin , just like moving water can . | TQA:T_0742_5 | 10 | moving | true | move | [
"what",
"is",
"_",
"moving",
"_",
"_",
"_",
"?"
] | [
"water"
] | [
[
11,
12
]
] |
Moving air has kinetic energy . | TQA:T_0742_6 | 0 | Moving | true | move | [
"what",
"is",
"_",
"moving",
"_",
"_",
"_",
"?"
] | [
"air"
] | [
[
1,
2
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 2 | hits | true | hit | [
"what",
"is",
"_",
"hit",
"_",
"_",
"_",
"?"
] | [
"blades",
"the blades",
"the blades of the turbine"
] | [
[
4,
5
],
[
3,
5
],
[
3,
8
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 2 | hits | true | hit | [
"what",
"is",
"_",
"hitting",
"something",
"_",
"_",
"?"
] | [
"wind"
] | [
[
1,
2
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 12 | makes | true | make | [
"what",
"does",
"something",
"make",
"_",
"_",
"_",
"?"
] | [
"the blades move"
] | [
[
13,
16
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 12 | makes | true | make | [
"what",
"_",
"_",
"makes",
"something",
"_",
"_",
"?"
] | [
"the kinetic energy",
"kinetic energy"
] | [
[
9,
12
],
[
10,
12
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 12 | makes | true | make | [
"when",
"does",
"something",
"make",
"something",
"_",
"_",
"?"
] | [
"When wind hits the blades of the turbine"
] | [
[
0,
8
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 15 | move | true | move | [
"what",
"is",
"_",
"moving",
"_",
"_",
"_",
"?"
] | [
"the blades"
] | [
[
13,
15
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 15 | move | true | move | [
"when",
"is",
"something",
"moving",
"_",
"_",
"_",
"?"
] | [
"When wind hits the blades of the turbine",
"When wind hits the blades"
] | [
[
0,
8
],
[
0,
5
]
] |
When wind hits the blades of the turbine , the kinetic energy makes the blades move . | TQA:T_0742_7 | 15 | move | true | move | [
"why",
"is",
"something",
"moving",
"_",
"_",
"_",
"?"
] | [
"the kinetic energy"
] | [
[
9,
12
]
] |
The turbine spins and creates electricity . | TQA:T_0742_8 | 2 | spins | true | spin | [
"what",
"_",
"_",
"spins",
"_",
"_",
"_",
"?"
] | [
"The turbine"
] | [
[
0,
2
]
] |
The turbine spins and creates electricity . | TQA:T_0742_8 | 4 | creates | true | create | [
"how",
"does",
"something",
"create",
"something",
"_",
"_",
"?"
] | [
"spins"
] | [
[
2,
3
]
] |
The turbine spins and creates electricity . | TQA:T_0742_8 | 4 | creates | true | create | [
"what",
"_",
"_",
"creates",
"something",
"_",
"_",
"?"
] | [
"The turbine",
"turbine"
] | [
[
0,
2
],
[
1,
2
]
] |
The turbine spins and creates electricity . | TQA:T_0742_8 | 4 | creates | true | create | [
"what",
"does",
"something",
"create",
"_",
"_",
"_",
"?"
] | [
"electricity"
] | [
[
5,
6
]
] |
It is clean : it does not release pollutants or carbon dioxide . | TQA:T_0743_1 | 7 | release | true | release | [
"what",
"doesn't",
"_",
"release",
"_",
"_",
"_",
"?"
] | [
"It",
"it"
] | [
[
0,
1
],
[
4,
5
]
] |
They say that they are unattractive . | TQA:T_0743_10 | 1 | say | true | say | [
"what",
"does",
"someone",
"say",
"_",
"_",
"_",
"?"
] | [
"that they are unattractive"
] | [
[
2,
6
]
] |
They say that they are unattractive . | TQA:T_0743_10 | 1 | say | true | say | [
"who",
"_",
"_",
"says",
"something",
"_",
"_",
"?"
] | [
"They"
] | [
[
0,
1
]
] |
Many states are currently using wind power . | TQA:T_0743_12 | 4 | using | true | use | [
"what",
"is",
"_",
"used",
"_",
"_",
"_",
"?"
] | [
"wind power"
] | [
[
5,
7
]
] |
Many states are currently using wind power . | TQA:T_0743_12 | 4 | using | true | use | [
"what",
"is",
"_",
"using",
"_",
"_",
"_",
"?"
] | [
"Many states"
] | [
[
0,
2
]
] |
Many states are currently using wind power . | TQA:T_0743_12 | 4 | using | true | use | [
"when",
"is",
"something",
"used",
"_",
"_",
"_",
"?"
] | [
"currently"
] | [
[
3,
4
]
] |
Wind turbines are set up in mountain passes . | TQA:T_0743_13 | 3 | set | true | set | [
"how",
"is",
"something",
"set",
"_",
"_",
"_",
"?"
] | [
"up"
] | [
[
4,
5
]
] |
Wind turbines are set up in mountain passes . | TQA:T_0743_13 | 3 | set | true | set | [
"what",
"is",
"_",
"set",
"_",
"_",
"_",
"?"
] | [
"Wind turbines"
] | [
[
0,
2
]
] |
Wind turbines are set up in mountain passes . | TQA:T_0743_13 | 3 | set | true | set | [
"where",
"is",
"something",
"set",
"_",
"_",
"_",
"?"
] | [
"in mountain passes"
] | [
[
5,
8
]
] |
Wind turbines are set up in mountain passes . | TQA:T_0743_13 | 7 | passes | true | pass | [
"what",
"is",
"_",
"passed",
"_",
"_",
"_",
"?"
] | [
"mountain"
] | [
[
6,
7
]
] |
This is common in California , where cool Pacific Ocean air is sucked across the passes and into the warmer inland valleys . | TQA:T_0743_14 | 12 | sucked | true | suck | [
"what",
"is",
"_",
"sucked",
"_",
"across",
"something",
"?"
] | [
"cool Pacific Ocean air"
] | [
[
7,
11
]
] |
This is common in California , where cool Pacific Ocean air is sucked across the passes and into the warmer inland valleys . | TQA:T_0743_14 | 12 | sucked | true | suck | [
"where",
"is",
"something",
"sucked",
"_",
"across",
"something",
"?"
] | [
"California",
"in California"
] | [
[
4,
5
],
[
3,
5
]
] |
The technology to harness wind energy is being developed rapidly . | TQA:T_0743_3 | 8 | developed | true | develop | [
"how",
"is",
"something",
"developed",
"_",
"_",
"_",
"?"
] | [
"rapidly"
] | [
[
9,
10
]
] |
The technology to harness wind energy is being developed rapidly . | TQA:T_0743_3 | 8 | developed | true | develop | [
"what",
"is",
"_",
"developed",
"_",
"_",
"_",
"?"
] | [
"technology",
"The technology to harness wind energy"
] | [
[
1,
2
],
[
0,
6
]
] |
The technology to harness wind energy is being developed rapidly . | TQA:T_0743_3 | 8 | developed | true | develop | [
"why",
"is",
"something",
"developed",
"_",
"_",
"_",
"?"
] | [
"to harness wind energy"
] | [
[
2,
6
]
] |
Wind does not blow all of the time , so wind energy must be stored for later use . | TQA:T_0743_5 | 3 | blow | true | blow | [
"what",
"might",
"_",
"blow",
"_",
"_",
"_",
"?"
] | [
"Wind"
] | [
[
0,
1
]
] |
Wind does not blow all of the time , so wind energy must be stored for later use . | TQA:T_0743_5 | 3 | blow | true | blow | [
"when",
"might",
"something",
"blow",
"_",
"_",
"_",
"?"
] | [
"all of the time"
] | [
[
4,
8
]
] |
Wind does not blow all of the time , so wind energy must be stored for later use . | TQA:T_0743_5 | 3 | blow | true | blow | [
"why",
"might",
"something",
"blow",
"_",
"_",
"_",
"?"
] | [
"so wind energy must be stored for later use"
] | [
[
9,
18
]
] |
Wind does not blow all of the time , so wind energy must be stored for later use . | TQA:T_0743_5 | 14 | stored | true | store | [
"what",
"is",
"something",
"stored",
"_",
"for",
"_",
"?"
] | [
"later use"
] | [
[
16,
18
]
] |
Wind does not blow all of the time , so wind energy must be stored for later use . | TQA:T_0743_5 | 14 | stored | true | store | [
"what",
"is",
"_",
"stored",
"_",
"_",
"_",
"?"
] | [
"wind energy"
] | [
[
10,
12
]
] |
Wind does not blow all of the time , so wind energy must be stored for later use . | TQA:T_0743_5 | 14 | stored | true | store | [
"why",
"is",
"something",
"stored",
"_",
"_",
"_",
"?"
] | [
"Wind does not blow all of the time"
] | [
[
0,
8
]
] |
Alternatively , another energy source needs to be available when the wind is not blowing . | TQA:T_0743_6 | 5 | needs | true | need | [
"what",
"does",
"something",
"need",
"_",
"_",
"_",
"?"
] | [
"to be available"
] | [
[
6,
9
]
] |
Alternatively , another energy source needs to be available when the wind is not blowing . | TQA:T_0743_6 | 5 | needs | true | need | [
"what",
"_",
"_",
"needs",
"something",
"_",
"_",
"?"
] | [
"another energy source"
] | [
[
2,
5
]
] |
Alternatively , another energy source needs to be available when the wind is not blowing . | TQA:T_0743_6 | 5 | needs | true | need | [
"when",
"does",
"something",
"need",
"something",
"_",
"_",
"?"
] | [
"when the wind is not blowing"
] | [
[
9,
15
]
] |
Alternatively , another energy source needs to be available when the wind is not blowing . | TQA:T_0743_6 | 14 | blowing | true | blow | [
"what",
"isn't",
"_",
"blowing",
"_",
"_",
"_",
"?"
] | [
"the wind"
] | [
[
10,
12
]
] |
They can wear out quickly . | TQA:T_0743_8 | 2 | wear | true | wear | [
"how",
"is",
"something",
"wearing",
"_",
"out",
"_",
"?"
] | [
"quickly"
] | [
[
4,
5
]
] |
They can wear out quickly . | TQA:T_0743_8 | 2 | wear | true | wear | [
"what",
"is",
"_",
"wearing",
"_",
"out",
"_",
"?"
] | [
"They"
] | [
[
0,
1
]
] |
Finally , windmills are not welcomed by residents of some locations . | TQA:T_0743_9 | 5 | welcomed | true | welcome | [
"what",
"isn't",
"_",
"welcomed",
"_",
"_",
"_",
"?"
] | [
"windmills"
] | [
[
2,
3
]
] |
Finally , windmills are not welcomed by residents of some locations . | TQA:T_0743_9 | 5 | welcomed | true | welcome | [
"where",
"isn't",
"something",
"welcomed",
"_",
"_",
"_",
"?"
] | [
"some locations"
] | [
[
9,
11
]
] |
Finally , windmills are not welcomed by residents of some locations . | TQA:T_0743_9 | 5 | welcomed | true | welcome | [
"who",
"doesn't",
"_",
"welcome",
"something",
"_",
"_",
"?"
] | [
"residents"
] | [
[
7,
8
]
] |
Biomass includes wood , grains , and other plant materials or waste materials . | TQA:T_0744_1 | 1 | includes | true | include | [
"what",
"does",
"something",
"include",
"_",
"_",
"_",
"?"
] | [
"wood",
"grains",
"other plant materials or waste materials",
"wood , grains , and other plant materials or waste materials"
] | [
[
2,
3
],
[
4,
5
],
[
7,
13
],
[
2,
13
]
] |
Biomass includes wood , grains , and other plant materials or waste materials . | TQA:T_0744_1 | 1 | includes | true | include | [
"what",
"_",
"_",
"includes",
"_",
"_",
"_",
"?"
] | [
"Biomass"
] | [
[
0,
1
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 11 | growing | true | grow | [
"what",
"is",
"_",
"growing",
"_",
"_",
"_",
"?"
] | [
"plants"
] | [
[
12,
13
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 11 | growing | true | grow | [
"why",
"is",
"something",
"growing",
"_",
"_",
"_",
"?"
] | [
"for biofuel"
] | [
[
13,
15
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 16 | mean | true | mean | [
"what",
"can",
"_",
"mean",
"something",
"_",
"_",
"?"
] | [
"growing plants for biofuel"
] | [
[
11,
15
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 16 | mean | true | mean | [
"what",
"can",
"something",
"mean",
"_",
"_",
"_",
"?"
] | [
"that we will put less of this gas into the air overall"
] | [
[
17,
29
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 16 | mean | true | mean | [
"why",
"can",
"something",
"mean",
"something",
"_",
"_",
"?"
] | [
"Because living plants take carbon dioxide out of the air"
] | [
[
0,
10
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 1 | living | true | live | [
"what",
"is",
"_",
"living",
"_",
"_",
"_",
"?"
] | [
"plants"
] | [
[
2,
3
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 20 | put | true | put | [
"what",
"will",
"someone",
"put",
"_",
"_",
"somewhere",
"?"
] | [
"less of this gas"
] | [
[
21,
25
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 20 | put | true | put | [
"where",
"will",
"someone",
"put",
"something",
"_",
"_",
"?"
] | [
"into the air",
"into the air overall"
] | [
[
25,
28
],
[
25,
29
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 20 | put | true | put | [
"who",
"will",
"_",
"put",
"something",
"_",
"somewhere",
"?"
] | [
"we"
] | [
[
18,
19
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 3 | take | true | take | [
"what",
"does",
"something",
"take",
"_",
"_",
"_",
"?"
] | [
"carbon dioxide out of the air",
"carbon dioxide"
] | [
[
4,
10
],
[
4,
6
]
] |
Because living plants take carbon dioxide out of the air , growing plants for biofuel can mean that we will put less of this gas into the air overall . | TQA:T_0744_10 | 3 | take | true | take | [
"what",
"_",
"_",
"takes",
"something",
"_",
"_",
"?"
] | [
"living plants"
] | [
[
1,
3
]
] |
This could help us do something about the problem of global warming . | TQA:T_0744_11 | 2 | help | true | help | [
"what",
"does",
"something",
"help",
"_",
"_",
"_",
"?"
] | [
"do something about the problem of global warming",
"the problem of global warming",
"us"
] | [
[
4,
12
],
[
7,
12
],
[
3,
4
]
] |
This could help us do something about the problem of global warming . | TQA:T_0744_11 | 2 | help | true | help | [
"what",
"_",
"_",
"helps",
"something",
"_",
"_",
"?"
] | [
"This"
] | [
[
0,
1
]
] |
People can burn wood directly for energy in the form of heat . | TQA:T_0744_2 | 2 | burn | true | burn | [
"what",
"can",
"_",
"burned",
"_",
"_",
"_",
"?"
] | [
"wood"
] | [
[
3,
4
]
] |
People can burn wood directly for energy in the form of heat . | TQA:T_0744_2 | 2 | burn | true | burn | [
"who",
"can",
"_",
"burn",
"something",
"_",
"_",
"?"
] | [
"People"
] | [
[
0,
1
]
] |
People can burn wood directly for energy in the form of heat . | TQA:T_0744_2 | 2 | burn | true | burn | [
"why",
"can",
"someone",
"burn",
"something",
"_",
"_",
"?"
] | [
"directly for energy in the form of heat",
"for energy in the form of heat",
"for energy"
] | [
[
4,
12
],
[
5,
12
],
[
5,
7
]
] |
Biomass can also be processed to make biofuel . | TQA:T_0744_3 | 4 | processed | true | process | [
"what",
"can",
"_",
"processed",
"_",
"_",
"_",
"?"
] | [
"Biomass"
] | [
[
0,
1
]
] |
Biomass can also be processed to make biofuel . | TQA:T_0744_3 | 4 | processed | true | process | [
"why",
"can",
"something",
"processed",
"_",
"_",
"_",
"?"
] | [
"to make biofuel"
] | [
[
5,
8
]
] |
Biomass can also be processed to make biofuel . | TQA:T_0744_3 | 6 | make | true | make | [
"how",
"can",
"something",
"make",
"something",
"_",
"_",
"?"
] | [
"be processed"
] | [
[
3,
5
]
] |
Biomass can also be processed to make biofuel . | TQA:T_0744_3 | 6 | make | true | make | [
"what",
"can",
"_",
"make",
"something",
"_",
"_",
"?"
] | [
"Biomass"
] | [
[
0,
1
]
] |
Biomass can also be processed to make biofuel . | TQA:T_0744_3 | 6 | make | true | make | [
"what",
"can",
"something",
"make",
"_",
"_",
"_",
"?"
] | [
"biofuel"
] | [
[
7,
8
]
] |
Biofuel is a fairly new type of energy that is becoming more popular . | TQA:T_0744_4 | 10 | becoming | true | become | [
"what",
"is",
"_",
"becoming",
"something",
"_",
"_",
"?"
] | [
"Biofuel"
] | [
[
0,
1
]
] |
Biofuel is a fairly new type of energy that is becoming more popular . | TQA:T_0744_4 | 10 | becoming | true | become | [
"what",
"is",
"something",
"becoming",
"_",
"_",
"_",
"?"
] | [
"more popular",
"popular"
] | [
[
11,
13
],
[
12,
13
]
] |
Biomass is useful because it can be made liquid . | TQA:T_0744_5 | 7 | made | true | make | [
"what",
"can",
"_",
"made",
"_",
"to",
"something",
"?"
] | [
"Biomass",
"it"
] | [
[
0,
1
],
[
4,
5
]
] |
Biomass is useful because it can be made liquid . | TQA:T_0744_5 | 7 | made | true | make | [
"what",
"is",
"something",
"made",
"_",
"to",
"_",
"?"
] | [
"liquid"
] | [
[
8,
9
]
] |
This means that they can be used in cars and trucks . | TQA:T_0744_6 | 1 | means | true | mean | [
"what",
"does",
"something",
"mean",
"_",
"_",
"_",
"?"
] | [
"that they can be used in cars and trucks",
"they can be used in cars and trucks"
] | [
[
2,
11
],
[
3,
11
]
] |
This means that they can be used in cars and trucks . | TQA:T_0744_6 | 1 | means | true | mean | [
"what",
"_",
"_",
"means",
"something",
"_",
"_",
"?"
] | [
"This"
] | [
[
0,
1
]
] |
This means that they can be used in cars and trucks . | TQA:T_0744_6 | 6 | used | true | use | [
"what",
"can",
"_",
"used",
"_",
"in",
"something",
"?"
] | [
"they"
] | [
[
3,
4
]
] |
This means that they can be used in cars and trucks . | TQA:T_0744_6 | 6 | used | true | use | [
"where",
"can",
"something",
"used",
"_",
"_",
"_",
"?"
] | [
"in cars and trucks"
] | [
[
7,
11
]
] |
Some car engines can be powered by pure vegetable oil or even recycled vegetable oil . | TQA:T_0744_7 | 5 | powered | true | power | [
"how",
"can",
"something",
"powered",
"_",
"_",
"_",
"?"
] | [
"even recycled vegetable oil",
"by pure vegetable oil or even recycled vegetable oil",
"by pure vegetable oil"
] | [
[
11,
15
],
[
6,
15
],
[
6,
10
]
] |
Some car engines can be powered by pure vegetable oil or even recycled vegetable oil . | TQA:T_0744_7 | 5 | powered | true | power | [
"what",
"can",
"_",
"powered",
"_",
"_",
"_",
"?"
] | [
"Some car engines",
"car engines"
] | [
[
0,
3
],
[
1,
3
]
] |
Sometimes the exhaust from these cars smells like French fries ! | TQA:T_0744_8 | 6 | smells | true | smell | [
"how",
"does",
"something",
"smell",
"_",
"_",
"_",
"?"
] | [
"like French fries"
] | [
[
7,
10
]
] |
Sometimes the exhaust from these cars smells like French fries ! | TQA:T_0744_8 | 6 | smells | true | smell | [
"what",
"_",
"_",
"smells",
"_",
"_",
"_",
"?"
] | [
"the exhaust from these cars",
"these cars",
"the exhaust"
] | [
[
1,
6
],
[
4,
6
],
[
1,
3
]
] |
By using biofuels , we can cut down on the amount of fossil fuel that we use . | TQA:T_0744_9 | 1 | using | true | use | [
"what",
"is",
"_",
"used",
"_",
"_",
"_",
"?"
] | [
"biofuels"
] | [
[
2,
3
]
] |
By using biofuels , we can cut down on the amount of fossil fuel that we use . | TQA:T_0744_9 | 6 | cut | true | cut | [
"how",
"can",
"someone",
"cut",
"_",
"down on",
"something",
"?"
] | [
"By using biofuels"
] | [
[
0,
3
]
] |
By using biofuels , we can cut down on the amount of fossil fuel that we use . | TQA:T_0744_9 | 6 | cut | true | cut | [
"what",
"can",
"someone",
"cut",
"_",
"down on",
"_",
"?"
] | [
"the amount of fossil fuel that we use"
] | [
[
9,
17
]
] |
By using biofuels , we can cut down on the amount of fossil fuel that we use . | TQA:T_0744_9 | 6 | cut | true | cut | [
"who",
"can",
"_",
"cut",
"_",
"down on",
"something",
"?"
] | [
"we"
] | [
[
4,
5
]
] |
By using biofuels , we can cut down on the amount of fossil fuel that we use . | TQA:T_0744_9 | 16 | use | true | use | [
"what",
"does",
"someone",
"use",
"_",
"_",
"_",
"?"
] | [
"biofuels",
"fossil fuel"
] | [
[
2,
3
],
[
12,
14
]
] |
By using biofuels , we can cut down on the amount of fossil fuel that we use . | TQA:T_0744_9 | 16 | use | true | use | [
"who",
"_",
"_",
"uses",
"something",
"_",
"_",
"?"
] | [
"we"
] | [
[
15,
16
]
] |
Geothermal energy comes the Earths internal heat . | TQA:T_0745_0 | 2 | comes | true | come | [
"what",
"_",
"_",
"comes",
"_",
"from",
"something",
"?"
] | [
"Geothermal energy"
] | [
[
0,
2
]
] |
Geothermal energy comes the Earths internal heat . | TQA:T_0745_0 | 2 | comes | true | come | [
"when",
"does",
"something",
"come",
"_",
"from",
"something",
"?"
] | [
"the Earths internal heat"
] | [
[
3,
7
]
] |
Hot springs and geysers are produced by water that is heated by magma or hot rock below the surface . | TQA:T_0745_1 | 5 | produced | true | produce | [
"how",
"is",
"something",
"produced",
"_",
"_",
"_",
"?"
] | [
"by water that is heated by magma or hot rock below the surface",
"water that is heated by magma",
"hot rock below the surface"
] | [
[
6,
19
],
[
7,
13
],
[
14,
19
]
] |
Hot springs and geysers are produced by water that is heated by magma or hot rock below the surface . | TQA:T_0745_1 | 5 | produced | true | produce | [
"what",
"is",
"_",
"produced",
"_",
"_",
"_",
"?"
] | [
"Hot springs",
"Hot springs and geysers",
"geysers"
] | [
[
0,
2
],
[
0,
4
],
[
3,
4
]
] |
Hot springs and geysers are produced by water that is heated by magma or hot rock below the surface . | TQA:T_0745_1 | 10 | heated | true | heat | [
"how",
"is",
"something",
"heated",
"_",
"_",
"_",
"?"
] | [
"by magma",
"by magma or hot rock"
] | [
[
11,
13
],
[
11,
16
]
] |
Hot springs and geysers are produced by water that is heated by magma or hot rock below the surface . | TQA:T_0745_1 | 10 | heated | true | heat | [
"what",
"is",
"_",
"heated",
"_",
"_",
"_",
"?"
] | [
"water"
] | [
[
7,
8
]
] |
Hot springs and geysers are produced by water that is heated by magma or hot rock below the surface . | TQA:T_0745_1 | 10 | heated | true | heat | [
"where",
"is",
"something",
"heated",
"_",
"_",
"_",
"?"
] | [
"below the surface"
] | [
[
16,
19
]
] |
At a geothermal power plant , engineers drill wells into the hot rocks . | TQA:T_0745_2 | 7 | drill | true | drill | [
"what",
"does",
"someone",
"drill",
"_",
"_",
"_",
"?"
] | [
"wells"
] | [
[
8,
9
]
] |
At a geothermal power plant , engineers drill wells into the hot rocks . | TQA:T_0745_2 | 7 | drill | true | drill | [
"where",
"does",
"someone",
"drill",
"something",
"_",
"_",
"?"
] | [
"hot rocks",
"into the hot rocks",
"At a geothermal power plant"
] | [
[
11,
13
],
[
9,
13
],
[
0,
5
]
] |
At a geothermal power plant , engineers drill wells into the hot rocks . | TQA:T_0745_2 | 7 | drill | true | drill | [
"who",
"_",
"_",
"drills",
"something",
"_",
"_",
"?"
] | [
"engineers"
] | [
[
6,
7
]
] |
Hot water or steam may come up through the wells . | TQA:T_0745_3 | 5 | come | true | come | [
"what",
"might",
"_",
"come",
"_",
"_",
"_",
"?"
] | [
"Hot water or steam"
] | [
[
0,
4
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.