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
list | answers
list | answer_ranges
list |
---|---|---|---|---|---|---|---|---|
A small core may remain and hit the Earths surface . | TQA:T_0603_7 | 4 | remain | true | remain | [
"what",
"might",
"_",
"remained",
"_",
"_",
"_",
"?"
]
| [
"core"
]
| [
[
2,
3
]
]
|
A small core may remain and hit the Earths surface . | TQA:T_0603_7 | 6 | hit | true | hit | [
"what",
"might",
"_",
"hit",
"something",
"_",
"_",
"?"
]
| [
"A small core",
"small core"
]
| [
[
0,
3
],
[
1,
3
]
]
|
A small core may remain and hit the Earths surface . | TQA:T_0603_7 | 6 | hit | true | hit | [
"what",
"might",
"something",
"hit",
"_",
"_",
"_",
"?"
]
| [
"the Earths surface",
"Earths surface"
]
| [
[
7,
10
],
[
8,
10
]
]
|
This is called a meteorite . | TQA:T_0603_8 | 2 | called | true | call | [
"what",
"is",
"_",
"called",
"something",
"_",
"_",
"?"
]
| [
"This",
"a meteorite"
]
| [
[
0,
1
],
[
3,
5
]
]
|
This is called a meteorite . | TQA:T_0603_8 | 2 | called | true | call | [
"what",
"is",
"something",
"called",
"_",
"_",
"_",
"?"
]
| [
"This",
"a meteorite"
]
| [
[
0,
1
],
[
3,
5
]
]
|
Meteorites provide clues about our solar system . | TQA:T_0603_9 | 1 | provide | true | provide | [
"what",
"does",
"something",
"provide",
"_",
"_",
"_",
"?"
]
| [
"clues about our solar system"
]
| [
[
2,
7
]
]
|
Meteorites provide clues about our solar system . | TQA:T_0603_9 | 1 | provide | true | provide | [
"what",
"_",
"_",
"provides",
"something",
"_",
"_",
"?"
]
| [
"Meteorites"
]
| [
[
0,
1
]
]
|
Comets are small , icy objects that orbit the Sun . | TQA:T_0604_0 | 7 | orbit | true | orbit | [
"what",
"does",
"something",
"orbit",
"_",
"_",
"_",
"?"
]
| [
"the Sun"
]
| [
[
8,
10
]
]
|
Comets are small , icy objects that orbit the Sun . | TQA:T_0604_0 | 7 | orbit | true | orbit | [
"what",
"_",
"_",
"orbits",
"something",
"_",
"_",
"?"
]
| [
"Comets",
"icy objects",
"small , icy objects"
]
| [
[
0,
1
],
[
4,
6
],
[
2,
6
]
]
|
Comets are very hard to see except when they have comas and tails . | TQA:T_0604_10 | 5 | see | true | see | [
"what",
"can",
"_",
"seen",
"_",
"_",
"_",
"?"
]
| [
"Comets"
]
| [
[
0,
1
]
]
|
That is why they appear only when they are near the Sun . | TQA:T_0604_11 | 4 | appear | true | appear | [
"what",
"_",
"_",
"appears",
"_",
"_",
"somewhere",
"?"
]
| [
"they"
]
| [
[
3,
4
]
]
|
That is why they appear only when they are near the Sun . | TQA:T_0604_11 | 4 | appear | true | appear | [
"when",
"does",
"something",
"appear",
"_",
"_",
"somewhere",
"?"
]
| [
"when they are near the Sun",
"only when they are near the Sun"
]
| [
[
6,
12
],
[
5,
12
]
]
|
They disappear again as they move back to the outer solar system . | TQA:T_0604_12 | 1 | disappear | true | disappear | [
"what",
"_",
"_",
"disappears",
"_",
"_",
"_",
"?"
]
| [
"They"
]
| [
[
0,
1
]
]
|
They disappear again as they move back to the outer solar system . | TQA:T_0604_12 | 1 | disappear | true | disappear | [
"when",
"does",
"something",
"disappear",
"_",
"_",
"_",
"?"
]
| [
"as they move back to the outer solar system",
"again"
]
| [
[
3,
12
],
[
2,
3
]
]
|
They disappear again as they move back to the outer solar system . | TQA:T_0604_12 | 5 | move | true | move | [
"what",
"_",
"_",
"moves",
"_",
"_",
"somewhere",
"?"
]
| [
"They",
"they"
]
| [
[
0,
1
],
[
4,
5
]
]
|
They disappear again as they move back to the outer solar system . | TQA:T_0604_12 | 5 | move | true | move | [
"where",
"does",
"something",
"move",
"_",
"_",
"_",
"?"
]
| [
"back to the outer solar system"
]
| [
[
6,
12
]
]
|
The time between one visit from a comet and the next is called the comets period . | TQA:T_0604_13 | 12 | called | true | call | [
"what",
"is",
"_",
"called",
"something",
"_",
"_",
"?"
]
| [
"The time between one visit from a comet and the next"
]
| [
[
0,
11
]
]
|
The time between one visit from a comet and the next is called the comets period . | TQA:T_0604_13 | 12 | called | true | call | [
"what",
"is",
"something",
"called",
"_",
"_",
"_",
"?"
]
| [
"the comets period"
]
| [
[
13,
16
]
]
|
The first comet whose period was known was Halleys Comet . | TQA:T_0604_14 | 6 | known | true | know | [
"what",
"was",
"_",
"known",
"_",
"_",
"_",
"?"
]
| [
"period",
"The first comet",
"whose period"
]
| [
[
4,
5
],
[
0,
3
],
[
3,
5
]
]
|
The first comet whose period was known was Halleys Comet . | TQA:T_0604_14 | 6 | known | true | know | [
"what",
"was",
"something",
"known",
"_",
"as",
"_",
"?"
]
| [
"Halleys Comet"
]
| [
[
8,
10
]
]
|
Halleys Comet last traveled through the inner solar system in 1986 . | TQA:T_0604_16 | 3 | traveled | true | travel | [
"what",
"_",
"_",
"traveled",
"_",
"_",
"somewhere",
"?"
]
| [
"Halleys Comet"
]
| [
[
0,
2
]
]
|
Halleys Comet last traveled through the inner solar system in 1986 . | TQA:T_0604_16 | 3 | traveled | true | travel | [
"when",
"did",
"something",
"travel",
"_",
"_",
"somewhere",
"?"
]
| [
"in 1986"
]
| [
[
9,
11
]
]
|
Halleys Comet last traveled through the inner solar system in 1986 . | TQA:T_0604_16 | 3 | traveled | true | travel | [
"where",
"did",
"something",
"travel",
"_",
"_",
"_",
"?"
]
| [
"through the inner solar system"
]
| [
[
4,
9
]
]
|
The comet will appear again in 2061 . Who will look up at it ? | TQA:T_0604_17 | 3 | appear | true | appear | [
"what",
"will",
"_",
"appear",
"_",
"_",
"_",
"?"
]
| [
"The comet"
]
| [
[
0,
2
]
]
|
The comet will appear again in 2061 . Who will look up at it ? | TQA:T_0604_17 | 3 | appear | true | appear | [
"when",
"will",
"something",
"appear",
"_",
"_",
"_",
"?"
]
| [
"2061",
"in 2061"
]
| [
[
6,
7
],
[
5,
7
]
]
|
The comet will appear again in 2061 . Who will look up at it ? | TQA:T_0604_17 | 10 | look | true | look | [
"what",
"will",
"someone",
"look",
"_",
"at",
"_",
"?"
]
| [
"it",
"The comet"
]
| [
[
13,
14
],
[
0,
2
]
]
|
The comet will appear again in 2061 . Who will look up at it ? | TQA:T_0604_17 | 10 | look | true | look | [
"when",
"will",
"someone",
"look",
"_",
"_",
"somewhere",
"?"
]
| [
"2061",
"in 2061"
]
| [
[
6,
7
],
[
5,
7
]
]
|
The comet will appear again in 2061 . Who will look up at it ? | TQA:T_0604_17 | 10 | look | true | look | [
"where",
"will",
"someone",
"look",
"_",
"_",
"_",
"?"
]
| [
"up"
]
| [
[
11,
12
]
]
|
The comet will appear again in 2061 . Who will look up at it ? | TQA:T_0604_17 | 10 | look | true | look | [
"why",
"will",
"someone",
"look",
"_",
"_",
"somewhere",
"?"
]
| [
"The comet will appear",
"The comet will appear again"
]
| [
[
0,
4
],
[
0,
5
]
]
|
Their orbits carry them from close to the Sun to the solar systems outer edges . | TQA:T_0604_2 | 2 | carry | true | carry | [
"what",
"_",
"_",
"carries",
"something",
"_",
"_",
"?"
]
| [
"Their orbits",
"orbits"
]
| [
[
0,
2
],
[
1,
2
]
]
|
Their orbits carry them from close to the Sun to the solar systems outer edges . | TQA:T_0604_2 | 2 | carry | true | carry | [
"where",
"is",
"something",
"carried",
"_",
"_",
"_",
"?"
]
| [
"from close to the Sun to the solar systems outer edges"
]
| [
[
4,
15
]
]
|
When a comet gets close to the Sun , its outer layers of ice melt and evaporate . | TQA:T_0604_3 | 3 | gets | true | get | [
"what",
"_",
"_",
"gets",
"_",
"_",
"somewhere",
"?"
]
| [
"a comet"
]
| [
[
1,
3
]
]
|
When a comet gets close to the Sun , its outer layers of ice melt and evaporate . | TQA:T_0604_3 | 3 | gets | true | get | [
"where",
"does",
"something",
"get",
"_",
"_",
"_",
"?"
]
| [
"close to the Sun"
]
| [
[
4,
8
]
]
|
When a comet gets close to the Sun , its outer layers of ice melt and evaporate . | TQA:T_0604_3 | 14 | melt | true | melt | [
"what",
"_",
"_",
"melts",
"_",
"_",
"_",
"?"
]
| [
"its outer layers of ice",
"outer layers of ice"
]
| [
[
9,
14
],
[
10,
14
]
]
|
When a comet gets close to the Sun , its outer layers of ice melt and evaporate . | TQA:T_0604_3 | 14 | melt | true | melt | [
"when",
"does",
"something",
"melt",
"_",
"_",
"_",
"?"
]
| [
"When a comet gets close to the Sun"
]
| [
[
0,
8
]
]
|
When a comet gets close to the Sun , its outer layers of ice melt and evaporate . | TQA:T_0604_3 | 16 | evaporate | true | evaporate | [
"what",
"_",
"_",
"evaporates",
"_",
"as",
"_",
"?"
]
| [
"outer layers of ice"
]
| [
[
10,
14
]
]
|
When a comet gets close to the Sun , its outer layers of ice melt and evaporate . | TQA:T_0604_3 | 16 | evaporate | true | evaporate | [
"when",
"does",
"something",
"evaporate",
"_",
"_",
"_",
"?"
]
| [
"When a comet gets close to the Sun"
]
| [
[
0,
8
]
]
|
The vaporized gas and dust forms an atmosphere around the comet . | TQA:T_0604_4 | 1 | vaporized | true | vaporize | [
"what",
"is",
"_",
"vaporized",
"_",
"_",
"_",
"?"
]
| [
"gas",
"gas and dust"
]
| [
[
2,
3
],
[
2,
5
]
]
|
The vaporized gas and dust forms an atmosphere around the comet . | TQA:T_0604_4 | 1 | vaporized | true | vaporize | [
"why",
"is",
"something",
"vaporized",
"_",
"_",
"_",
"?"
]
| [
"dust forms an atmosphere around the comet",
"forms an atmosphere around the comet"
]
| [
[
4,
11
],
[
5,
11
]
]
|
The vaporized gas and dust forms an atmosphere around the comet . | TQA:T_0604_4 | 5 | forms | true | form | [
"what",
"does",
"something",
"form",
"_",
"_",
"_",
"?"
]
| [
"an atmosphere"
]
| [
[
6,
8
]
]
|
The vaporized gas and dust forms an atmosphere around the comet . | TQA:T_0604_4 | 5 | forms | true | form | [
"what",
"_",
"_",
"forms",
"something",
"_",
"_",
"?"
]
| [
"The vaporized gas and dust"
]
| [
[
0,
5
]
]
|
The vaporized gas and dust forms an atmosphere around the comet . | TQA:T_0604_4 | 5 | forms | true | form | [
"where",
"does",
"something",
"form",
"something",
"_",
"_",
"?"
]
| [
"around the comet"
]
| [
[
8,
11
]
]
|
This atmosphere is called a coma . | TQA:T_0604_5 | 3 | called | true | call | [
"what",
"is",
"_",
"called",
"something",
"_",
"_",
"?"
]
| [
"This atmosphere",
"atmosphere"
]
| [
[
0,
2
],
[
1,
2
]
]
|
This atmosphere is called a coma . | TQA:T_0604_5 | 3 | called | true | call | [
"what",
"is",
"something",
"called",
"_",
"_",
"_",
"?"
]
| [
"a coma"
]
| [
[
4,
6
]
]
|
Radiation and particles streaming from the Sun push some of this gas and dust into a long tail . | TQA:T_0604_6 | 7 | push | true | push | [
"how",
"does",
"something",
"push",
"something",
"_",
"_",
"?"
]
| [
"into a long tail"
]
| [
[
14,
18
]
]
|
Radiation and particles streaming from the Sun push some of this gas and dust into a long tail . | TQA:T_0604_6 | 7 | push | true | push | [
"what",
"does",
"something",
"push",
"_",
"_",
"_",
"?"
]
| [
"some of this gas and dust"
]
| [
[
8,
14
]
]
|
Radiation and particles streaming from the Sun push some of this gas and dust into a long tail . | TQA:T_0604_6 | 7 | push | true | push | [
"what",
"_",
"_",
"pushes",
"something",
"_",
"_",
"?"
]
| [
"Radiation and particles streaming from the Sun",
"the Sun"
]
| [
[
0,
7
],
[
5,
7
]
]
|
A comets tail always points away from the Sun , no matter which way the comet is moving . | TQA:T_0604_7 | 4 | points | true | point | [
"what",
"_",
"_",
"points",
"_",
"_",
"somewhere",
"?"
]
| [
"A comets tail"
]
| [
[
0,
3
]
]
|
A comets tail always points away from the Sun , no matter which way the comet is moving . | TQA:T_0604_7 | 4 | points | true | point | [
"when",
"does",
"something",
"point",
"_",
"_",
"somewhere",
"?"
]
| [
"always"
]
| [
[
3,
4
]
]
|
A comets tail always points away from the Sun , no matter which way the comet is moving . | TQA:T_0604_7 | 4 | points | true | point | [
"where",
"does",
"something",
"point",
"_",
"_",
"_",
"?"
]
| [
"away from the Sun"
]
| [
[
5,
9
]
]
|
A comets tail always points away from the Sun , no matter which way the comet is moving . | TQA:T_0604_7 | 17 | moving | true | move | [
"what",
"is",
"_",
"moving",
"_",
"_",
"_",
"?"
]
| [
"comet",
"the comet"
]
| [
[
15,
16
],
[
14,
16
]
]
|
Why do you think that is ? | TQA:T_0604_8 | 1 | do | true | do | [
"what",
"does",
"someone",
"do",
"_",
"_",
"_",
"?"
]
| [
"think"
]
| [
[
3,
4
]
]
|
Why do you think that is ? | TQA:T_0604_8 | 1 | do | true | do | [
"who",
"_",
"_",
"does",
"something",
"_",
"_",
"?"
]
| [
"you"
]
| [
[
2,
3
]
]
|
Why do you think that is ? | TQA:T_0604_8 | 3 | think | true | think | [
"what",
"does",
"someone",
"think",
"_",
"_",
"_",
"?"
]
| [
"Why",
"that is"
]
| [
[
0,
1
],
[
4,
6
]
]
|
Why do you think that is ? | TQA:T_0604_8 | 3 | think | true | think | [
"who",
"_",
"_",
"thinks",
"something",
"_",
"_",
"?"
]
| [
"you"
]
| [
[
2,
3
]
]
|
Figure Gases in the coma and tail of a comet reflect light from the Sun . | TQA:T_0604_9 | 10 | reflect | true | reflect | [
"what",
"does",
"something",
"reflect",
"_",
"from",
"_",
"?"
]
| [
"the Sun"
]
| [
[
13,
15
]
]
|
Figure Gases in the coma and tail of a comet reflect light from the Sun . | TQA:T_0604_9 | 10 | reflect | true | reflect | [
"what",
"does",
"something",
"reflect",
"_",
"_",
"_",
"?"
]
| [
"light",
"light from the Sun"
]
| [
[
11,
12
],
[
11,
15
]
]
|
Figure Gases in the coma and tail of a comet reflect light from the Sun . | TQA:T_0604_9 | 10 | reflect | true | reflect | [
"what",
"_",
"_",
"reflects",
"something",
"_",
"_",
"?"
]
| [
"Figure Gases",
"Gases in the coma and tail of a comet"
]
| [
[
0,
2
],
[
1,
10
]
]
|
They are called short-period comets . | TQA:T_0605_1 | 2 | called | true | call | [
"what",
"is",
"_",
"called",
"something",
"_",
"_",
"?"
]
| [
"They"
]
| [
[
0,
1
]
]
|
They are called short-period comets . | TQA:T_0605_1 | 2 | called | true | call | [
"what",
"is",
"something",
"called",
"_",
"_",
"_",
"?"
]
| [
"short-period comets"
]
| [
[
3,
5
]
]
|
Comets may have brought water into the early Earth . | TQA:T_0605_10 | 3 | brought | true | bring | [
"what",
"might",
"_",
"brought",
"something",
"_",
"_",
"?"
]
| [
"Comets"
]
| [
[
0,
1
]
]
|
Comets may have brought water into the early Earth . | TQA:T_0605_10 | 3 | brought | true | bring | [
"what",
"might",
"something",
"brought",
"_",
"_",
"_",
"?"
]
| [
"water"
]
| [
[
4,
5
]
]
|
Other substances could also have come from comets . | TQA:T_0605_11 | 5 | come | true | come | [
"what",
"might",
"_",
"come",
"_",
"from",
"something",
"?"
]
| [
"Other substances"
]
| [
[
0,
2
]
]
|
Other substances could also have come from comets . | TQA:T_0605_11 | 5 | come | true | come | [
"what",
"might",
"something",
"come",
"_",
"from",
"_",
"?"
]
| [
"from comets",
"comets"
]
| [
[
6,
8
],
[
7,
8
]
]
|
Short-period comets are from a region beyond the orbit of Neptune called the Kuiper Belt . | TQA:T_0605_2 | 11 | called | true | call | [
"what",
"is",
"_",
"called",
"something",
"_",
"_",
"?"
]
| [
"a region beyond the orbit of Neptune",
"Neptune",
"region"
]
| [
[
4,
11
],
[
10,
11
],
[
5,
6
]
]
|
Short-period comets are from a region beyond the orbit of Neptune called the Kuiper Belt . | TQA:T_0605_2 | 11 | called | true | call | [
"what",
"is",
"something",
"called",
"_",
"_",
"_",
"?"
]
| [
"Kuiper Belt",
"the Kuiper Belt"
]
| [
[
13,
15
],
[
12,
15
]
]
|
Short-period comets are from a region beyond the orbit of Neptune called the Kuiper Belt . | TQA:T_0605_2 | 11 | called | true | call | [
"where",
"is",
"something",
"called",
"something",
"_",
"_",
"?"
]
| [
"beyond the orbit"
]
| [
[
6,
9
]
]
|
Kuiper is pronounced KI-per , rhyming with viper . | TQA:T_0605_3 | 5 | rhyming | true | rhyme | [
"what",
"is",
"_",
"rhymed",
"_",
"with",
"_",
"?"
]
| [
"viper"
]
| [
[
7,
8
]
]
|
Kuiper is pronounced KI-per , rhyming with viper . | TQA:T_0605_3 | 5 | rhyming | true | rhyme | [
"what",
"is",
"_",
"rhymed",
"_",
"_",
"_",
"?"
]
| [
"Kuiper",
"KI-per"
]
| [
[
0,
1
],
[
3,
4
]
]
|
Most long-period comets come from a very distant region of the solar system . | TQA:T_0605_6 | 3 | come | true | come | [
"what",
"_",
"_",
"comes",
"_",
"_",
"_",
"?"
]
| [
"Most long-period comets",
"long-period comets"
]
| [
[
0,
3
],
[
1,
3
]
]
|
Most long-period comets come from a very distant region of the solar system . | TQA:T_0605_6 | 3 | come | true | come | [
"where",
"does",
"something",
"come",
"_",
"from",
"_",
"?"
]
| [
"a very distant region of the solar system"
]
| [
[
5,
13
]
]
|
This region is called the Oort cloud . | TQA:T_0605_7 | 3 | called | true | call | [
"what",
"is",
"_",
"called",
"something",
"_",
"_",
"?"
]
| [
"This region",
"region"
]
| [
[
0,
2
],
[
1,
2
]
]
|
This region is called the Oort cloud . | TQA:T_0605_7 | 3 | called | true | call | [
"what",
"is",
"something",
"called",
"_",
"_",
"_",
"?"
]
| [
"the Oort cloud",
"Oort cloud"
]
| [
[
4,
7
],
[
5,
7
]
]
|
Comets carry materials in from the outer solar system . | TQA:T_0605_9 | 1 | carry | true | carry | [
"what",
"_",
"_",
"carries",
"something",
"_",
"_",
"?"
]
| [
"Comets"
]
| [
[
0,
1
]
]
|
Comets carry materials in from the outer solar system . | TQA:T_0605_9 | 1 | carry | true | carry | [
"where",
"does",
"something",
"carry",
"something",
"from",
"_",
"?"
]
| [
"the outer solar system",
"outer solar system"
]
| [
[
5,
9
],
[
6,
9
]
]
|
Comets carry materials in from the outer solar system . | TQA:T_0605_9 | 1 | carry | true | carry | [
"who",
"_",
"_",
"carries",
"something",
"_",
"_",
"?"
]
| [
"materials"
]
| [
[
2,
3
]
]
|
But new solar system objects were discovered that were just as planet-like as Pluto . | TQA:T_0606_1 | 6 | discovered | true | discover | [
"what",
"was",
"_",
"discovered",
"_",
"_",
"_",
"?"
]
| [
"objects",
"new solar system objects"
]
| [
[
4,
5
],
[
1,
5
]
]
|
But new solar system objects were discovered that were just as planet-like as Pluto . | TQA:T_0606_1 | 6 | discovered | true | discover | [
"where",
"was",
"something",
"discovered",
"_",
"_",
"_",
"?"
]
| [
"solar system"
]
| [
[
2,
4
]
]
|
Before 2006 , Ceres was thought to be the largest asteroid . | TQA:T_0606_10 | 5 | thought | true | think | [
"what",
"was",
"something",
"thought",
"_",
"as",
"_",
"?"
]
| [
"to be the largest asteroid"
]
| [
[
6,
11
]
]
|
Before 2006 , Ceres was thought to be the largest asteroid . | TQA:T_0606_10 | 5 | thought | true | think | [
"what",
"was",
"_",
"thought",
"_",
"as",
"something",
"?"
]
| [
"Ceres"
]
| [
[
3,
4
]
]
|
Before 2006 , Ceres was thought to be the largest asteroid . | TQA:T_0606_10 | 5 | thought | true | think | [
"when",
"was",
"something",
"thought",
"_",
"as",
"something",
"?"
]
| [
"Before 2006"
]
| [
[
0,
2
]
]
|
Its gravity was not high enough to clear its orbit . | TQA:T_0606_18 | 7 | clear | true | clear | [
"what",
"didn't",
"_",
"clear",
"something",
"_",
"_",
"?"
]
| [
"Its",
"Its gravity"
]
| [
[
0,
1
],
[
0,
2
]
]
|
Its gravity was not high enough to clear its orbit . | TQA:T_0606_18 | 7 | clear | true | clear | [
"what",
"didn't",
"something",
"clear",
"_",
"_",
"_",
"?"
]
| [
"its orbit"
]
| [
[
8,
10
]
]
|
Its gravity was not high enough to clear its orbit . | TQA:T_0606_18 | 7 | clear | true | clear | [
"why",
"didn't",
"something",
"clear",
"something",
"_",
"_",
"?"
]
| [
"gravity was not high enough",
"was not high enough"
]
| [
[
1,
6
],
[
2,
6
]
]
|
Ceres fails the fourth criterion for being a planet . | TQA:T_0606_19 | 1 | fails | true | fail | [
"what",
"_",
"_",
"fails",
"_",
"_",
"_",
"?"
]
| [
"Ceres"
]
| [
[
0,
1
]
]
|
Astronomers figured out that they were like planets except for one thing . | TQA:T_0606_2 | 1 | figured | true | figure | [
"what",
"did",
"someone",
"figure",
"_",
"out",
"_",
"?"
]
| [
"that they were like planets except for one thing"
]
| [
[
3,
12
]
]
|
Astronomers figured out that they were like planets except for one thing . | TQA:T_0606_2 | 1 | figured | true | figure | [
"who",
"_",
"_",
"figured",
"_",
"out",
"_",
"?"
]
| [
"Astronomers"
]
| [
[
0,
1
]
]
|
Ceres is now considered a dwarf planet along with Pluto . | TQA:T_0606_20 | 3 | considered | true | consider | [
"what",
"is",
"_",
"considered",
"something",
"with",
"something",
"?"
]
| [
"Pluto"
]
| [
[
9,
10
]
]
|
Ceres is now considered a dwarf planet along with Pluto . | TQA:T_0606_20 | 3 | considered | true | consider | [
"what",
"is",
"_",
"considered",
"something",
"_",
"_",
"?"
]
| [
"Ceres"
]
| [
[
0,
1
]
]
|
Ceres is now considered a dwarf planet along with Pluto . | TQA:T_0606_20 | 3 | considered | true | consider | [
"what",
"is",
"something",
"considered",
"_",
"_",
"_",
"?"
]
| [
"a dwarf planet"
]
| [
[
4,
7
]
]
|
Ceres is now considered a dwarf planet along with Pluto . | TQA:T_0606_20 | 3 | considered | true | consider | [
"when",
"is",
"something",
"considered",
"something",
"_",
"_",
"?"
]
| [
"now"
]
| [
[
2,
3
]
]
|
These objects had not cleared their orbits of smaller objects . | TQA:T_0606_3 | 4 | cleared | true | clear | [
"what",
"didn't",
"_",
"clear",
"something",
"_",
"_",
"?"
]
| [
"These objects",
"objects"
]
| [
[
0,
2
],
[
1,
2
]
]
|
These objects had not cleared their orbits of smaller objects . | TQA:T_0606_3 | 4 | cleared | true | clear | [
"what",
"didn't",
"something",
"clear",
"_",
"_",
"_",
"?"
]
| [
"orbits",
"their orbits of smaller objects"
]
| [
[
6,
7
],
[
5,
10
]
]
|
Astronomers made a category called dwarf planets . | TQA:T_0606_5 | 1 | made | true | make | [
"what",
"is",
"someone",
"making",
"_",
"_",
"_",
"?"
]
| [
"a category",
"a category called dwarf planets"
]
| [
[
2,
4
],
[
2,
7
]
]
|
Astronomers made a category called dwarf planets . | TQA:T_0606_5 | 1 | made | true | make | [
"who",
"is",
"_",
"making",
"something",
"_",
"_",
"?"
]
| [
"Astronomers"
]
| [
[
0,
1
]
]
|
Astronomers made a category called dwarf planets . | TQA:T_0606_5 | 4 | called | true | call | [
"what",
"did",
"someone",
"call",
"_",
"_",
"something",
"?"
]
| [
"dwarf planets"
]
| [
[
5,
7
]
]
|
Astronomers made a category called dwarf planets . | TQA:T_0606_5 | 4 | called | true | call | [
"who",
"_",
"_",
"called",
"_",
"_",
"_",
"?"
]
| [
"Astronomers"
]
| [
[
0,
1
]
]
|
Ceres is a rocky body that orbits the Sun and is not a star . | TQA:T_0606_8 | 6 | orbits | true | orbit | [
"what",
"does",
"something",
"orbit",
"_",
"_",
"_",
"?"
]
| [
"the Sun"
]
| [
[
7,
9
]
]
|
Ceres is a rocky body that orbits the Sun and is not a star . | TQA:T_0606_8 | 6 | orbits | true | orbit | [
"what",
"_",
"_",
"orbits",
"something",
"_",
"_",
"?"
]
| [
"Ceres"
]
| [
[
0,
1
]
]
|
But even then , scientists knew it was an unusual planet . | TQA:T_0607_1 | 5 | knew | true | know | [
"what",
"did",
"someone",
"know",
"_",
"_",
"_",
"?"
]
| [
"it was an unusual planet"
]
| [
[
6,
11
]
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.