jinulee-v commited on
Commit
812c972
·
verified ·
1 Parent(s): 117fbc0

Upload entailmentbank-stepwise.jsonl

Browse files
Files changed (1) hide show
  1. entailmentbank-stepwise.jsonl +408 -0
entailmentbank-stepwise.jsonl ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"premises": ["the sun rising / setting occurs once per day.", "the sun rising is a kind of event.", "the sun setting is a kind of event."], "conclusion": "the sun rising and setting is the event that occurs once per day.", "label": "True"}
2
+ {"premises": ["a star produces light and heat.", "a source of something emits / produces / generates / provides that something."], "conclusion": "a star is a source of light.", "label": "True"}
3
+ {"premises": ["as the source of light becomes closer, that source of light will appear brighter.", "distance is a property of space and includes ordered values of close / far.", "a star is a source of light."], "conclusion": "as the distance of the star to earth decreases, the star will appear brighter.", "label": "True"}
4
+ {"premises": ["a star is a kind of celestial object / celestial body.", "apparent magnitude is a measure of the brightness of a celestial object / celestial body as observed on earth."], "conclusion": "apparent magnitude is a measure of the brightness of a star as observed on earth.", "label": "True"}
5
+ {"premises": ["united states is located in the northern hemisphere.", "new york / new york state is a state located in the united states of america."], "conclusion": "new york state is located in the northern hemisphere.", "label": "True"}
6
+ {"premises": ["december is during the winter in the northern hemisphere.", "new york state is located in the northern hemisphere."], "conclusion": "december is during the winter for new york state.", "label": "True"}
7
+ {"premises": ["winter has the least sunlight.", "december is during the winter for new york state."], "conclusion": "new york state has the least sunlight during december.", "label": "True"}
8
+ {"premises": ["earth is a kind of planet.", "the earth rotates on its tilted axis."], "conclusion": "earth is a planet that rotates on its tilted axis.", "label": "True"}
9
+ {"premises": ["earth is a planet that rotates on its tilted axis.", "rotation is the circular movement of an object around a center / axis.", "a planet rotating causes cycles of day and night on that planet."], "conclusion": "earth rotating on its axis causes the cycle of day and night on earth.", "label": "True"}
10
+ {"premises": ["gradens contain plants.", "gardens are located outside."], "conclusion": "the plants in the gardens are located outside.", "label": "True"}
11
+ {"premises": ["the plants in the gardens are located outside.", "if something is outside during the day then that something will receive sunlight."], "conclusion": "the plants in the gardens will receive sunlight during the day.", "label": "True"}
12
+ {"premises": ["the plants in the gardens will receive sunlight during the day.", "a plant requires sunlight to grow."], "conclusion": "the plants in the gardens will receive sunlight to grow during the day.", "label": "True"}
13
+ {"premises": ["the plants in the gardens will receive sunlight to grow during the day.", "summer has the most sunlight."], "conclusion": "the plants in the gardens will receive the most sunlight in summer to grow during the day.", "label": "True"}
14
+ {"premises": ["andy lives in southern hemisphere.", "it is august.", "august is during the winter in the southern hemisphere."], "conclusion": "andy will experience winter in southern hemisphere in august.", "label": "True"}
15
+ {"premises": ["the sun is a kind of star.", "the earth revolves around the sun.", "earth is a kind of planet."], "conclusion": "earth revolving the sun is an example of a planet revolving around its star.", "label": "True"}
16
+ {"premises": ["a complete revolution / orbit of a planet around its star takes 1 / one planetary year.", "earth revolving the sun is an example of a planet revolving around its star."], "conclusion": "a complete revolution of earth around the sun takes an earth year.", "label": "True"}
17
+ {"premises": ["earth is a kind of planet.", "earth rotating on its tilted axis occurs once per day."], "conclusion": "the earth is a planet that rotates on its tilted axis once per day.", "label": "True"}
18
+ {"premises": ["a planet rotating causes cycles of day and night on that planet.", "the earth is a planet that rotates on its tilted axis once per day."], "conclusion": "the earth rotating on its tilted axis causes the cycles of day and night on earth.", "label": "True"}
19
+ {"premises": ["mercury is located in the solar system.", "mercury is a kind of planet."], "conclusion": "mercury is a planet in the solar system.", "label": "True"}
20
+ {"premises": ["mercury is a planet in the solar system.", "planets in the solar system orbit the sun."], "conclusion": "mercury is a planet orbits the sun in the solar system.", "label": "True"}
21
+ {"premises": ["a complete revolution / orbit of a planet around its star takes 1 / one planetary year.", "mercury is a planet orbits the sun in the solar system."], "conclusion": "a complete orbit of mercury around the sun takes one mercury year.", "label": "True"}
22
+ {"premises": ["a complete orbit of mercury around the sun takes one mercury year.", "one mercury year is about 88 earth days."], "conclusion": "a complete orbit of mercury around the sun takes around 88 earth days.", "label": "True"}
23
+ {"premises": ["the new moon is when the dark half of the moon faces the earth.", "the new moon is when the moon is in between the sun and the earth."], "conclusion": "the new moon is when the moon could block the earth from the sun.", "label": "True"}
24
+ {"premises": ["a solar eclipse is when the moon blocks the earth from the sun.", "the new moon is when the moon could block the earth from the sun."], "conclusion": "a solar eclipse could only happen during the new moon.", "label": "True"}
25
+ {"premises": ["objects generally are made of ice in the kuiper belt.", "icy can be used to describe objects that are made of ice."], "conclusion": "objects in kuiper belt are icy.", "label": "True"}
26
+ {"premises": ["a comet orbit occurs usually once per 1000 years.", "a comet is a kind of celestial object.", "comet orbits are elliptical."], "conclusion": "comets are the kind of celestial object that has a highly elliptical orbit and has a period of over 1000 years.", "label": "True"}
27
+ {"premises": ["the milky way galaxy appears as a glowing band across the night sky.", "a student observes a glowing band across the night sky."], "conclusion": "the student observes the milky way galaxy at night.", "label": "True"}
28
+ {"premises": ["looking at bright objects has a negative impact on the eyes.", "the moon is less bright than the sun."], "conclusion": "looking at the moon has less of a negative impact on the eyes.", "label": "True"}
29
+ {"premises": ["the surface of the earth contains mountains.", "the surface of the moon contains mountains."], "conclusion": "both the surface of the moon and the surface of the earth contain mountains.", "label": "True"}
30
+ {"premises": ["the asteroid belt is located between mars and jupiter.", "the asteroid belt contains the largest concentration of asteroids in the solar system."], "conclusion": "the asteroid belt that contains the most asteroids is located between mars and jupiter.", "label": "True"}
31
+ {"premises": ["the sun is average in temperature for a star in our galaxy.", "the sun is average in size for a star in our galaxy."], "conclusion": "the sun is average in siza and average in temperature in our galaxy.", "label": "True"}
32
+ {"premises": ["as the mass of a celestial object decreases, the surface gravity of that celestial object weakens.", "as the force of gravity decreases, the weight of the object will decrease."], "conclusion": "as the mass of a celestial object decreases, the weight of an object on that celestial object will decrease.", "label": "True"}
33
+ {"premises": ["the earth has more mass than the moon.", "as the mass of a celestial object decreases, the weight of an object on that celestial object will decrease."], "conclusion": "an object weighs more on earth than on the moon because earth has more mass than the moon.", "label": "True"}
34
+ {"premises": ["less is the opposite of more.", "an object weighs more on earth than on the moon because earth has more mass than the moon."], "conclusion": "an object will weigh less on the moon than on the earth because the moon has less mass than the earth.", "label": "True"}
35
+ {"premises": ["an astronaut is a kind of object.", "an object will weigh less on the moon than on the earth because the moon has less mass than the earth."], "conclusion": "an astronaut will weigh less on the moon than on earth because the moon has less mass than the earth.", "label": "True"}
36
+ {"premises": ["using a telescope to photograph solar events requires a light filter.", "a solar flare is a kind of solar event.", "a solar prominence is a kind of solar event."], "conclusion": "using a telescope to photograph a solar prominence and a solar flare requires a light filter.", "label": "True"}
37
+ {"premises": ["if something is required for something else then that something allows that something else.", "detailed observation of celestial objects requires a telescope."], "conclusion": "telescopes allow the detailed observation of celestial objects.", "label": "True"}
38
+ {"premises": ["telescopes allow the detailed observation of celestial objects.", "a planet is a kind of celestial object / celestial body."], "conclusion": "telescopes allow the detailed observation of planets.", "label": "True"}
39
+ {"premises": ["the earth revolves around the sun.", "gravity causes orbits."], "conclusion": "gravity causes the earth to revolve around the sun.", "label": "True"}
40
+ {"premises": ["gravity causes orbits.", "the moon orbits the earth."], "conclusion": "gravity causes the moon to orbit the earth.", "label": "True"}
41
+ {"premises": ["gravity causes the moon to orbit the earth.", "gravity causes the earth to revolve around the sun."], "conclusion": "gravity causes both the orbit of the earth around the sun and the orbit of the moon around the earth.", "label": "True"}
42
+ {"premises": ["spring tide is when the distance between high tide and low tide is the greatest.", "spring tides occur during a full moon."], "conclusion": "the highest tides occur during a full moon.", "label": "True"}
43
+ {"premises": ["marine fossils means fossils of marine animals.", "marine animals are water animals."], "conclusion": "marine fossils are fossils of water animals.", "label": "True"}
44
+ {"premises": ["marine fossils are fossils of water animals.", "marine fossils are found in mountains."], "conclusion": "fossils of water animals are found in mountains.", "label": "True"}
45
+ {"premises": ["fossils of water animals are found in mountains.", "if fossils of a water animal or plant are found in a place then that place used to be covered by water in the past."], "conclusion": "the mountains used to be covered by water in the past.", "label": "True"}
46
+ {"premises": ["a mountain is a kind of environment.", "the mountains used to be covered by water in the past.", "if something used to be in the past then that something has changed.", "a body of water is a kind of environment."], "conclusion": "the environment has changed from a body of water to mountains.", "label": "True"}
47
+ {"premises": ["environments are found on the crustal surface of earth.", "the environment has changed from a body of water to mountains."], "conclusion": "the environments on the crustal surface of earth have changed from a body of water to mountains.", "label": "True"}
48
+ {"premises": ["organisms remains can be preserved in sedimentary rock.", "fossils are the remains of organisms or part of organisms."], "conclusion": "fossils are mostly found in sedimentary rock.", "label": "True"}
49
+ {"premises": ["a mineral usually has a crystal structure.", "a quartz is made of six-sided transparent crystals."], "conclusion": "quartz is a kind of mineral.", "label": "True"}
50
+ {"premises": ["different classes of rocks are formed by different methods.", "class is a measure of how a rock is formed."], "conclusion": "the method by which a rock is formed can be used to classify rocks.", "label": "True"}
51
+ {"premises": ["the origin of a rock means the method by which a rock is formed.", "the method by which a rock is formed can be used to classify rocks."], "conclusion": "the origin of rocks can be used to classify rocks.", "label": "True"}
52
+ {"premises": ["rock formation can be used to study the history of rocks on earth.", "the formation of something is a kind of process."], "conclusion": "studying rock formations can mean studying the history and processes of earth.", "label": "True"}
53
+ {"premises": ["structural geologists study rock formations.", "studying rock formations can mean studying the history and processes of earth."], "conclusion": "structural geologists study the history and processes of earth.", "label": "True"}
54
+ {"premises": ["how earth's environment changed is a part of the history of earth's environment.", "fossils can be used to study the history of organisms and environments on earth."], "conclusion": "studying fossils in rock formations can mean studying the history and processes of earth.", "label": "True"}
55
+ {"premises": ["studying fossils in rock formations can mean studying the history and processes of earth.", "paleontologists study fossils in rock formations."], "conclusion": "paleontologists study the history and processes of earth.", "label": "True"}
56
+ {"premises": ["structural geologists study the history and processes of earth.", "paleontologists study the history and processes of earth."], "conclusion": "structural geologists and paleontologists both study the history and processes of earth.", "label": "True"}
57
+ {"premises": ["metamorphic rocks do not contain fossils.", "nearly all fossils are found in sedimentary rock."], "conclusion": "fossils are lost / destroyed when sedimentary rock changes to metamorphic rock.", "label": "True"}
58
+ {"premises": ["if fossils are destroyed in rock transition, then there will be gaps in the fossil record.", "fossils are lost / destroyed when sedimentary rock changes to metamorphic rock."], "conclusion": "sedimentary rock changing to metamorphic rock causes gaps in the fossil record.", "label": "True"}
59
+ {"premises": ["heat is a kind of energy.", "metamorphic rocks are formed by rocks being exposed to extreme heat and pressure."], "conclusion": "heat energy can change igneous rock into metamorphic rock.", "label": "True"}
60
+ {"premises": ["a tree is a kind of habitat.", "cutting down trees in a forest causes the number of trees to decrease in that forest."], "conclusion": "cutting down trees in a forest causes the number of habitat to decrease.", "label": "True"}
61
+ {"premises": ["an animal requires a habitat for survival.", "cutting down trees in a forest causes the number of habitat to decrease."], "conclusion": "cutting down trees in a forest causes the number of habitat required by animals for survival to decrease.", "label": "True"}
62
+ {"premises": ["humans changing ecosystems usually has a negative impact on an ecosystem / organisms living in an ecosystem.", "humans building homes in an ecosystem causes that ecosystem to change."], "conclusion": "humans building homes in an ecosystem has a negative impact on an ecosystem and organisms living in the ecosystem.", "label": "True"}
63
+ {"premises": ["a wetland is a kind of ecosystem.", "humans building homes in an ecosystem has a negative impact on an ecosystem and organisms living in the ecosystem."], "conclusion": "humans building homes in a wetland has a negative impact on a wetland and organisms living in the wetland.", "label": "True"}
64
+ {"premises": ["if an animal eats other animals for food, then the animal will be the predator.", "tuna eat fish."], "conclusion": "tuna is a kind of predator.", "label": "True"}
65
+ {"premises": ["tuna is a kind of fish.", "tuna is a kind of predator."], "conclusion": "tuna is a kind of predatory fish.", "label": "True"}
66
+ {"premises": ["commercial harvesting from the ocean has caused populations of large predatory fish to decrease.", "tuna is a kind of predatory fish."], "conclusion": "commercial harvesting from the ocean has caused the populations of tuna to decrease.", "label": "True"}
67
+ {"premises": ["an organism becoming extinct causes a change in the organism's food web.", "a change in a food web can cause damage to an ecosystem."], "conclusion": "extinctions of organisms can cause damage to an ecosystem by changing the food web.", "label": "True"}
68
+ {"premises": ["california is located on the boundary of two tectonic plates.", "earthquakes are most common along tectonic plate boundaries.", "massachusetts is not located on the boundary of two tectonic plates."], "conclusion": "earthquakes are more likely to occur in california than in massachusetts.", "label": "True"}
69
+ {"premises": ["the oceanic plate is a kind of tectonic plate.", "the subduction of tectonic plates may cause magma to surface from underneath."], "conclusion": "the subduction of an oceanic plate may cause magma to surface from underneath.", "label": "True"}
70
+ {"premises": ["the subduction of an oceanic plate may cause magma to surface from underneath.", "magma cools down when it comes to the surface from underneath."], "conclusion": "the subduction of an oceanic plate will cause magma to surface and cool down.", "label": "True"}
71
+ {"premises": ["magma cooling can form volcanic mountains.", "the subduction of an oceanic plate will cause magma to surface and cool down."], "conclusion": "the subduction of an oceanic plate can form volcanic mountians.", "label": "True"}
72
+ {"premises": ["emitting sulfur dioxide causes acid rain.", "volcanic ash in the atmosphere decreases the temperature by blocking the sun.", "an erupting volcano releases sulfur gas and ash into the atmosphere."], "conclusion": "a volcanic eruption can cause acid rain and decrease the temperature.", "label": "True"}
73
+ {"premises": ["europe was unusally cold and had acid rain in 1783.", "a volcanic eruption can cause acid rain and decrease the temperature."], "conclusion": "a volcanic eruption may have happened to cause the cold weather and acid rain.", "label": "True"}
74
+ {"premises": ["the earth's atmosphere is made of 78 percent nitrogen by mass.", "most means over 50% of something."], "conclusion": "the earth's atmosphere is made of mostly nitrogen.", "label": "True"}
75
+ {"premises": ["most means over 50% of something.", "oceans cover 70% of the surface of the earth."], "conclusion": "oceans cover most of earth's surface.", "label": "True"}
76
+ {"premises": ["an ocean is a kind of body of water.", "oceans cover most of earth's surface."], "conclusion": "water covers most of earth's surface.", "label": "True"}
77
+ {"premises": ["oceans contain most of earth's water.", "water is made of hydrogen and oxygen."], "conclusion": "ocean water is made of hydrogen and oxygen.", "label": "True"}
78
+ {"premises": ["oxygen is more common than hydrogen on earth.", "ocean water is made of hydrogen and oxygen."], "conclusion": "oxygen is the most common element found in the compounds that make up ocean water.", "label": "True"}
79
+ {"premises": ["if something is permeable, then the water will flow through something easily.", "soil is permeable."], "conclusion": "water will flow through soil easily.", "label": "True"}
80
+ {"premises": ["color of the soil can be used to indicate the soil component.", "high humus content causes the soil to be brown.", "brown is a kind of color."], "conclusion": "if the soil has high humus content, then the soil will be brown in color.", "label": "True"}
81
+ {"premises": ["mountains can cause the water in the air mass to condense.", "mountain is a kind of geographic obstacles."], "conclusion": "mountain is the geographic obstacle that can cause the water in the air mass to condense.", "label": "True"}
82
+ {"premises": ["if something causes a process then that something is required for that process.", "condensation causes clouds to form."], "conclusion": "condensation is required for clouds to form.", "label": "True"}
83
+ {"premises": ["erosion is when wind transports sediments from one place to another place for a long distance.", "sand dunes / arches are formed by the wind transporting and depositing sand."], "conclusion": "wind erosion can form sand dunes and arches.", "label": "True"}
84
+ {"premises": ["rain causes erosion.", "erosion sometimes decreases the amount of nutrients in soil."], "conclusion": "rain can decrease the amount of nutrients in soil.", "label": "True"}
85
+ {"premises": ["as the availability of water decreases, the environment will become more dry.", "drought is when available water decreases in an environment."], "conclusion": "drought causes the environment to be dry.", "label": "True"}
86
+ {"premises": ["drought causes the environment to be dry.", "dry conditions can cause fire."], "conclusion": "drought may cause wildfires.", "label": "True"}
87
+ {"premises": ["drought may cause wildfires.", "a prairie is a kind of ecosystem."], "conclusion": "drought may cause wildfires to a prairie.", "label": "True"}
88
+ {"premises": ["a barometer is a kind of instrument.", "a barometer is used to measure air pressure."], "conclusion": "a barometer is an instrument used to measure air pressure.", "label": "True"}
89
+ {"premises": ["a property is a kind of information.", "temperature is a property of weather."], "conclusion": "temperature is a kindof information about weather.", "label": "True"}
90
+ {"premises": ["temperature is a kindof information about weather.", "a thermometer is used to measure temperature."], "conclusion": "a thermometer is used to measure the information about weather on temperature.", "label": "True"}
91
+ {"premises": ["a property is a kind of information.", "wind direction is a property of weather."], "conclusion": "wind direction is a kind of information about weather.", "label": "True"}
92
+ {"premises": ["wind direction is a kind of information about weather.", "a station model is used for displaying information about weather in a particular point and time."], "conclusion": "wind direction in a particular point and time is displayed in a station model.", "label": "True"}
93
+ {"premises": ["sleet is a kind of precipitation.", "hail is a kind of precipitation."], "conclusion": "hail and sleet are different kinds of precipitation.", "label": "True"}
94
+ {"premises": ["when one kind of energy changes into another kind of energy, the total amount of energy is constant.", "energy transformation means one kind of energy changes into another kind of energy."], "conclusion": "when energy transformation happens, the total amount of energy is constant.", "label": "True"}
95
+ {"premises": ["when energy transformation happens, the total amount of energy is constant.", "energy transformation means energy conversion."], "conclusion": "when energy conversion happens, the total amount of energy is constant.", "label": "True"}
96
+ {"premises": ["solid is a kind of state of matter.", "heat energy can change the state of matter.", "liquid is a kind of state of matter."], "conclusion": "heat can change a substance from a solid to liquid.", "label": "True"}
97
+ {"premises": ["melting means a substance changes from a solid into a liquid by increasing heat energy.", "heat can change a substance from a solid to liquid."], "conclusion": "heat can cause a solid substance to melt.", "label": "True"}
98
+ {"premises": ["heat can cause a solid substance to melt.", "ice is a kind of solid."], "conclusion": "heat can cause ice to melt.", "label": "True"}
99
+ {"premises": ["heat can cause ice to melt.", "the sun is a source of radiation / heat called sunlight."], "conclusion": "the heat energy from the sunlight cause ice to melt.", "label": "True"}
100
+ {"premises": ["a wagon is a kind of vehicle.", "a vehicle is a kind of object."], "conclusion": "a wagon is a kind of object.", "label": "True"}
101
+ {"premises": ["rolling is a kind of motion.", "a wagon is a kind of object."], "conclusion": "a wagon rolling is an example of an object in motion.", "label": "True"}
102
+ {"premises": ["an example of mechanical energy is an object in motion.", "a wagon rolling is an example of an object in motion."], "conclusion": "a wagon rolling is an example of mechanical energy.", "label": "True"}
103
+ {"premises": ["loud means high in sound energy / sound intensity.", "sound is a kind of energy.", "a classroom is a kind of area."], "conclusion": "the sound in a loud class room is an example of high sound energy.", "label": "True"}
104
+ {"premises": ["if an object / something is in the sunlight then that object / that something will absorb solar energy.", "a sidewalk is located outside."], "conclusion": "a sidewalk located outside will absorb solar energy.", "label": "True"}
105
+ {"premises": ["absorbing sunlight causes objects to heat.", "a sidewalk located outside will absorb solar energy."], "conclusion": "the sidewalk located outsie will heat.", "label": "True"}
106
+ {"premises": ["the sidewalk located outsie will heat.", "if something heat, it will feel hot."], "conclusion": "the sidewalk located outside will feel hot.", "label": "True"}
107
+ {"premises": ["there is a person in a dark room looking out a window in the day.", "if something is in a dark place, then that something will not reflect enough light to be seen."], "conclusion": "the person in the dark room will not reflect enough light to be seen.", "label": "True"}
108
+ {"premises": ["the person in the dark room will not reflect enough light to be seen.", "there is a person outside in the day looking into the dark room."], "conclusion": "the person outside cannot see the person in the dark room.", "label": "True"}
109
+ {"premises": ["a prism refracts light.", "refracting sunlight / light causes sunlight / light to split into different colors."], "conclusion": "a prism can refract light and split the light into different colors.", "label": "True"}
110
+ {"premises": ["a prism can refract light and split the light into different colors.", "white light is made of all colors of visible light combined."], "conclusion": "a prism can refract white light and split the light into all colors of visible light.", "label": "True"}
111
+ {"premises": ["a vacuum has no matter in it.", "sound requires matter to travel."], "conclusion": "sound cannot travel through a vacuum.", "label": "True"}
112
+ {"premises": ["metal is a thermal / thermal energy conductor.", "a spoon sometimes is made of metal."], "conclusion": "a metal spoon is a thermal conductor.", "label": "True"}
113
+ {"premises": ["a hot substance is a source of heat.", "a metal spoon is placed in a pot of hot soup."], "conclusion": "the hot soup will be a source of heat for the metal spoon.", "label": "True"}
114
+ {"premises": ["if a thermal conductor is exposed to a source of heat, then thermal conduction will make the thermal conductor become hot.", "a metal spoon is a thermal conductor.", "the hot soup will be a source of heat for the metal spoon."], "conclusion": "the metal spoon will be heated up by thermal conduction.", "label": "True"}
115
+ {"premises": ["thermal conduction is when heat flows from warmer object to cooler object.", "thermal conduction is when materials conduct heat through those materials through collision of particles."], "conclusion": "thermal conduction is a heat exchange process involving the collision of particles.", "label": "True"}
116
+ {"premises": ["longitudinal waves travel through pattern of compressions and rarefactions.", "compression waves produces compressions and rarefactions."], "conclusion": "longitudinal waves are also called compression waves.", "label": "True"}
117
+ {"premises": ["longitudinal waves cause object to move in the same direction of the wave.", "longitudinal waves are also called compression waves."], "conclusion": "compression waves cause object to move in the same direction of the wave.", "label": "True"}
118
+ {"premises": ["a surface is a part of an object.", "friction occurs when two object's surfaces move against each other.", "skidding is when the tire of a vehicle slides on the road without rotating.", "a tire is a kind of object."], "conclusion": "skidding causes friction between the tire and the road.", "label": "True"}
119
+ {"premises": ["skidding causes friction between the tire and the road.", "friction causes the temperature of an object to increase."], "conclusion": "friction causes the temperature of the tire to increase.", "label": "True"}
120
+ {"premises": ["if the tire overheats, some chemical in the tire will vaporized.", "if the temperature of the tire keeps increasing, the tire will overheat."], "conclusion": "if the temperature of the tire keeps increasing, some chemical in the tire will be vaporized.", "label": "True"}
121
+ {"premises": ["friction causes the temperature of the tire to increase.", "if the temperature of the tire keeps increasing, some chemical in the tire will be vaporized."], "conclusion": "friction causes some chemicals in the tire to vaporize.", "label": "True"}
122
+ {"premises": ["friction causes some chemicals in the tire to vaporize.", "vaporizing a substance causes smoke."], "conclusion": "friction causes the tire to produce smoke.", "label": "True"}
123
+ {"premises": ["as the friction increases, the resistance on the object to move will increase.", "as roughness of a surface increases, friction will increase."], "conclusion": "as the roughness of a surface increases, the resistance on the object to move will increase.", "label": "True"}
124
+ {"premises": ["carpet has a rough surface.", "wood has a smooth surface.", "as the roughness of a surface increases, the resistance on the object to move will increase."], "conclusion": "the resistance on the object to move on the carpet will be larger than on the wood.", "label": "True"}
125
+ {"premises": ["a toy car is a kind of object.", "the resistance on the object to move on the carpet will be larger than on the wood."], "conclusion": "the resistance on the toy car to move on the carpet is larger than on the wood.", "label": "True"}
126
+ {"premises": ["the resistance on the toy car to move on the carpet is larger than on the wood.", "as the resistance on the object to move increase, the object will move slower."], "conclusion": "the toy car will move slower on the carpet than on the wood.", "label": "True"}
127
+ {"premises": ["a glider is a kind of object.", "flying an object requires lift to oppose the object's weight."], "conclusion": "flying a glider requires lift to oppose the weight of the glider.", "label": "True"}
128
+ {"premises": ["pedals are part of a bicycle for pedalling.", "pedalling a bicycle requires moving the pedals in a circular motion."], "conclusion": "the pedals are the part of a bicycle that moves in circular motion.", "label": "True"}
129
+ {"premises": ["north / northward is a kind of direction.", "velocity is a measure of a speed in a direction.", "40 m/s describes the speed of an object."], "conclusion": "40 m/s north describes the velocity of an object.", "label": "True"}
130
+ {"premises": ["inherited characteristics can deterimne the structure of an organism's anatomy.", "the structure of an organism's anatomy is used to classify the organism into the appropriate taxonomic rank."], "conclusion": "inherited characteristics can be used to classify an oganism into the apropriate taxonomic rank.", "label": "True"}
131
+ {"premises": ["genes are able to determine the inherited characteristics of a living thing.", "inherited characteristics can be used to classify an oganism into the apropriate taxonomic rank."], "conclusion": "genes can be used for classifying organisms.", "label": "True"}
132
+ {"premises": ["genes are made of dna.", "genes can be used for classifying organisms."], "conclusion": "dna can be used for classifying organisms.", "label": "True"}
133
+ {"premises": ["dna can be used for classifying organisms.", "dna is a kind of molecule."], "conclusion": "molecules are used for classifying organisms.", "label": "True"}
134
+ {"premises": ["a frog is a kind of amphibian.", "a tadpole is a kind of young / baby frog."], "conclusion": "a tadpole is a kind of young amphibian.", "label": "True"}
135
+ {"premises": ["metamorphosis is when an amphibian changes from an immature form to an adult form.", "a tadpole is a kind of young amphibian."], "conclusion": "an example of metamorphosis is when a tadpole changes from a an immature form to and adult form.", "label": "True"}
136
+ {"premises": ["the immature form of a frog is called a tadpole.", "the adult form of a tadpole is called a frog."], "conclusion": "the imature form of a frog is called a tadpole and the adult form of a tadpole is called a frog.", "label": "True"}
137
+ {"premises": ["the imature form of a frog is called a tadpole and the adult form of a tadpole is called a frog.", "an example of metamorphosis is when a tadpole changes from a an immature form to and adult form."], "conclusion": "an example of metamorphosis is when a tadpole changes from a tadpole into a frog.", "label": "True"}
138
+ {"premises": ["reproduction occurs during adulthood.", "an example of reproduction is laying eggs."], "conclusion": "laying eggs occurs during adulthood.", "label": "True"}
139
+ {"premises": ["adulthood is a stage in the life cycle process.", "laying eggs occurs during adulthood."], "conclusion": "laying eggs occurs during the adult stage in the life cycle.", "label": "True"}
140
+ {"premises": ["laying eggs occurs during the adult stage in the life cycle.", "a female insect lays eggs."], "conclusion": "a female insect lays eggs during the adult stage of an insect's life cycle.", "label": "True"}
141
+ {"premises": ["a cat is a kind of mammal.", "mammals give birth to live young."], "conclusion": "a cat gives birth to live young.", "label": "True"}
142
+ {"premises": ["a cat gives birth to live young.", "to give birth to live young means to undergo live birth."], "conclusion": "a cat undergoes live birth.", "label": "True"}
143
+ {"premises": ["live birth means developing inside the mother instead of an egg.", "a cat undergoes live birth."], "conclusion": "a cat develops inside its mother.", "label": "True"}
144
+ {"premises": ["the opposite of the same is different.", "two birds are not in the same taxonomic family."], "conclusion": "two birds are in different taxonomic families.", "label": "True"}
145
+ {"premises": ["environments with similar characteristics place similar environmental pressures on the organisms in them.", "two birds live in environments with similar characteristics."], "conclusion": "two birds developed under similar environmental pressures.", "label": "True"}
146
+ {"premises": ["two birds developed thousands of miles apart.", "if two things are thousands of miles apart then those two things are separate from each other."], "conclusion": "two birds developed separate from each other.", "label": "True"}
147
+ {"premises": ["two birds developed under similar environmental pressures.", "two birds developed separate from each other."], "conclusion": "two birds developed in separate environments under similar environmental pressures.", "label": "True"}
148
+ {"premises": ["two birds are in different taxonomic families.", "two birds developed in separate environments under similar environmental pressures."], "conclusion": "two birds from different taxonomic families developed in separate environments under similar environmental pressures.", "label": "True"}
149
+ {"premises": ["two birds from different taxonomic families developed in separate environments under similar environmental pressures.", "convergent evolution is when two species in different taxonomic families develop in different places under similar environmental pressures."], "conclusion": "an example of convergent evolution is two birds from different taxonomic families developing in separate environments under similar environmental pressures.", "label": "True"}
150
+ {"premises": ["winter is a kind of season.", "seasons cause change to the environment."], "conclusion": "the winter season can cause change to the environment.", "label": "True"}
151
+ {"premises": ["the winter season can cause change to the environment.", "usually plants die or become dormant during the winter."], "conclusion": "an example of a seasonal change is plants dying or becoming dormant in the winter.", "label": "True"}
152
+ {"premises": ["an animal requires enough nutrients to survive.", "eating food is used to get nutrients by animals."], "conclusion": "an animal needs to eat food for nutrients.", "label": "True"}
153
+ {"premises": ["plants are a source of food for animals.", "an animal needs to eat food for nutrients."], "conclusion": "an animal can eat plants for nutrients.", "label": "True"}
154
+ {"premises": ["an animal can eat plants for nutrients.", "an example of a seasonal change is plants dying or becoming dormant in the winter."], "conclusion": "an example of seasonal change is some animals' food dying in the winter.", "label": "True"}
155
+ {"premises": ["an example of preparing is storing something for use later.", "if an animal relies on plants for food then that animal must store enough food to last through the winter."], "conclusion": "an example of preparing is an animal storing food to last through the winter.", "label": "True"}
156
+ {"premises": ["an example of preparing is an animal storing food to last through the winter.", "an example of seasonal change is some animals' food dying in the winter."], "conclusion": "an example of preparing for seasonal change is an animal storing food for the winter.", "label": "True"}
157
+ {"premises": ["a squirrel is a kind of animal.", "an example of preparing for seasonal change is an animal storing food for the winter."], "conclusion": "an example of preparing for seasonal change is a squirrel storing food for the winter.", "label": "True"}
158
+ {"premises": ["nut is a kind of food.", "an example of preparing for seasonal change is a squirrel storing food for the winter."], "conclusion": "an example of preparing for seasonal change is an squirrel storing nuts for the winter.", "label": "True"}
159
+ {"premises": ["an animal requires warmth for survival.", "winter has cold temperatures / weather."], "conclusion": "some animals must move to warmer climates in the winter.", "label": "True"}
160
+ {"premises": ["some animals must move to warmer climates in the winter.", "migration is when animals move themselves from a cooler climate to a warmer climate for the winter."], "conclusion": "an example of migration is moving to a warmer climate in the winter.", "label": "True"}
161
+ {"premises": ["an example of migration is moving to a warmer climate in the winter.", "some birds fly south for the winter."], "conclusion": "an example of migration is birds flying south in the winter.", "label": "True"}
162
+ {"premises": ["an example of migration is birds flying south in the winter.", "migration is a kind of adaptation."], "conclusion": "an example of an adaptation is birds migrating south in the winter.", "label": "True"}
163
+ {"premises": ["wasp's stinger contains poison.", "poison causes harm to living things."], "conclusion": "a wasp's stinger can be used to cause harm to living things.", "label": "True"}
164
+ {"premises": ["a wasp's stinger can be used to cause harm to living things.", "harming is a kind of defense."], "conclusion": "a stinger is used for defense by a wasp.", "label": "True"}
165
+ {"premises": ["color is a property of an organism that describes what it looks like.", "an example of camouflage is an organism looking like its environment."], "conclusion": "an example of camouflage is organism having the same color as its environment.", "label": "True"}
166
+ {"premises": ["an example of camouflage is organism having the same color as its environment.", "if an animal's skin is a certain color then that animal is that color."], "conclusion": "an example of camouflage is an animal's skin having the same color as its environment.", "label": "True"}
167
+ {"premises": ["camouflage is a kind of adaptation for hiding in an environment.", "an example of camouflage is an animal's skin having the same color as its environment."], "conclusion": "an animal having the same skin color as its environment is an adaptation for hiding in an environment.", "label": "True"}
168
+ {"premises": ["predators usually must see their prey in order to catch them.", "hiding means visibility / ability to be seen decreases for camouflage."], "conclusion": "hiding can be used to avoid being seen by predators.", "label": "True"}
169
+ {"premises": ["not being seen by predators is a kind of protection against predators.", "hiding can be used to avoid being seen by predators."], "conclusion": "hiding is a kind of protection against predators.", "label": "True"}
170
+ {"premises": ["an animal having the same skin color as its environment is an adaptation for hiding in an environment.", "hiding is a kind of protection against predators."], "conclusion": "an animal having the same skin color as its environment is a kind of protection against predators.", "label": "True"}
171
+ {"premises": ["hiding means ability to be seen decreases for camouflage.", "to blend into something means ability to be seen decreases when around that something."], "conclusion": "to blend into something means to hide in something.", "label": "True"}
172
+ {"premises": ["to blend into something means to hide in something.", "white fur blends into snow."], "conclusion": "an example of hiding is white fur blending in with snow.", "label": "True"}
173
+ {"premises": ["camouflage is a kind of adaptation for hiding in an environment.", "an example of hiding is white fur blending in with snow."], "conclusion": "an example of camouflage is white fur blending in with snow.", "label": "True"}
174
+ {"premises": ["some leaves have a speckled brown color.", "some birds have a speckled brown color."], "conclusion": "some birds look like leaves.", "label": "True"}
175
+ {"premises": ["something that looks like another thing is difficult to distinguish from that thing.", "some birds look like leaves."], "conclusion": "some birds are difficult to distinguish from leaves.", "label": "True"}
176
+ {"premises": ["difficult to distinguish can mean difficult to see in something else.", "some birds are difficult to distinguish from leaves."], "conclusion": "some birds are difficult to see in leaves.", "label": "True"}
177
+ {"premises": ["hiding means ability to be seen decreases for camouflage.", "some birds are difficult to see in leaves."], "conclusion": "an example of camouflage is a bird looking like leaves.", "label": "True"}
178
+ {"premises": ["camouflage is used for hiding by animals from predators.", "an example of camouflage is a bird looking like leaves."], "conclusion": "looking like leaves can be used by birds for hiding from predators.", "label": "True"}
179
+ {"premises": ["hiding can be used to avoid something.", "looking like leaves can be used by birds for hiding from predators."], "conclusion": "looking like leaves can be used by birds for avoiding predators.", "label": "True"}
180
+ {"premises": ["keeping warm is the opposite of becoming cold.", "if a living thing becomes too cold then that living thing will die."], "conclusion": "an animal usually requires warmth for survival.", "label": "True"}
181
+ {"premises": ["if the environmental temperature is too cold then an animal in that environment may become cold.", "an animal usually requires warmth for survival."], "conclusion": "an animal requires warmth in cold temperatures.", "label": "True"}
182
+ {"premises": ["an animal requires warmth in cold temperatures.", "thick fur can be used for keeping warm."], "conclusion": "thick fur can be used by animals for survival in cold temperatures.", "label": "True"}
183
+ {"premises": ["winter has cold temperatures.", "thick fur can be used by animals for survival in cold temperatures."], "conclusion": "thick fur can be used by animals for survival survival during winter.", "label": "True"}
184
+ {"premises": ["a bear is a kind of animal.", "thick fur can be used by animals for survival survival during winter."], "conclusion": "thick fur can be used by bears for survival during winter.", "label": "True"}
185
+ {"premises": ["hunting is a kind of method for obtaining food.", "animals require food for survival."], "conclusion": "some animals must hunt to survive.", "label": "True"}
186
+ {"premises": ["hunting requires sensing prey.", "some animals must hunt to survive."], "conclusion": "better senses have a positive impact on an animal's survival.", "label": "True"}
187
+ {"premises": ["hearing is used for sensing sound by animals.", "better senses have a positive impact on an animal's survival."], "conclusion": "better hearing has a positive impact on an animal's survival.", "label": "True"}
188
+ {"premises": ["senses are passed down from parent to offspring.", "inheriting is when an inherited characteristic is passed from parent to offspring by genetics / dna."], "conclusion": "senses are an inherited characteristic.", "label": "True"}
189
+ {"premises": ["hearing is used for sensing sound by animals.", "senses are an inherited characteristic."], "conclusion": "hearing is an inherited characteristic.", "label": "True"}
190
+ {"premises": ["better hearing has a positive impact on an animal's survival.", "hearing is an inherited characteristic."], "conclusion": "better hearing is an inherited characteristic that has a positive impact on an animal's survival.", "label": "True"}
191
+ {"premises": ["as the ability of a living thing to survive / to reproduce increases, the likelihood of passing on its traits to its decendents will increase.", "animals with traits that positively impact their survival have a greater ability to survive / reproduce."], "conclusion": "the decendants of an animal with traits that positively impacted their survival will also have traits that positivley impact their survival.", "label": "True"}
192
+ {"premises": ["better hearing is an inherited characteristic that has a positive impact on an animal's survival.", "the decendants of an animal with traits that positively impacted their survival will also have traits that positivley impact their survival."], "conclusion": "the decendants of an animal with better hearing will also have better hearing.", "label": "True"}
193
+ {"premises": ["mosquitos can sense carbon dioxide in the air.", "animals are a source of carbon dioxide by exhaling."], "conclusion": "mosquitos sense animals by sensing their carbon dioxide emissions.", "label": "True"}
194
+ {"premises": ["living things eat their food source.", "mosquitos eat blood of animals."], "conclusion": "animals are a source of food for mosquitos.", "label": "True"}
195
+ {"premises": ["animals are a source of food for mosquitos.", "sensing food has a positive impact on finding food."], "conclusion": "sensing animals has a positive impact on a mosquito's ability to find food.", "label": "True"}
196
+ {"premises": ["sensing animals has a positive impact on a mosquito's ability to find food.", "mosquitos sense animals by sensing their carbon dioxide emissions."], "conclusion": "sensing carbon dioxide has a positive impact on a mosquito's ability to find food.", "label": "True"}
197
+ {"premises": ["if a living thing requires something then that something has a positive impact on that living thing.", "a living things require water for survival."], "conclusion": "water has a positive impact on a living thing's survival.", "label": "True"}
198
+ {"premises": ["water has a positive impact on a living thing's survival.", "increasing the availability of something that has a positive impact on a living thing's survivial can have a positive impact on that living thing's survival."], "conclusion": "increasing the availability of water for a living thing has a positive impact on that living thing's survival.", "label": "True"}
199
+ {"premises": ["increasing the availability of water for a living thing has a positive impact on that living thing's survival.", "storing something is a kind of method for increasing the availability of something."], "conclusion": "storing water has a positive impact on a living thing's survival by increasing the availability of water.", "label": "True"}
200
+ {"premises": ["dry means low in amount of water.", "as dryness increases in an environment, the available water in that environment will decrease."], "conclusion": "a dry environment is low in availability of water.", "label": "True"}
201
+ {"premises": ["storing water has a positive impact on a living thing's survival by increasing the availability of water.", "a dry environment is low in availability of water."], "conclusion": "storing water increases the water available to organisms in a dry environment.", "label": "True"}
202
+ {"premises": ["adapting is when a living thing responds to a change in an environment.", "storing water increases the water available to organisms in a dry environment."], "conclusion": "storing water is an adaptation to a dry environment.", "label": "True"}
203
+ {"premises": ["as the available water in an environment increases, the populations of organisms in that environment will increase.", "an aquatic animal requires great amounts of water to thrive."], "conclusion": "as water increases in an environment, the population of aquatic animals will increase.", "label": "True"}
204
+ {"premises": ["a salamander is a kind of aquatic animal.", "as water increases in an environment, the population of aquatic animals will increase."], "conclusion": "as water increases in an environment, the population of salamanders may increase.", "label": "True"}
205
+ {"premises": ["when a body of water receives more water than it can hold, a flood occurs.", "as the amount of water in a body of water increases, the water levels will increase especially at the edge of that body of water."], "conclusion": "a flood is a result of a large increase of water in a body of water.", "label": "True"}
206
+ {"premises": ["a flood is a result of a large increase of water in a body of water.", "a body of water is a part of some environments."], "conclusion": "a flood is a result of a large increase of water in an environment.", "label": "True"}
207
+ {"premises": ["as water increases in an environment, the population of salamanders may increase.", "a flood is a result of a large increase of water in an environment."], "conclusion": "a flood may cause the population of salamander to increase in an environment.", "label": "True"}
208
+ {"premises": ["frogs / turtles / fish / mice / birds are kinds of animals.", "alligators eat frogs / turtles / fish / mice / birds."], "conclusion": "alligators eat animals.", "label": "True"}
209
+ {"premises": ["a predator eats other animals for food.", "alligators eat animals."], "conclusion": "alligators are a kind of predator.", "label": "True"}
210
+ {"premises": ["alligators are a kind of predator.", "as the population of prey decreases, competition between predators will increase."], "conclusion": "as the population of prey decreases, competition between alligators will increase.", "label": "True"}
211
+ {"premises": ["competition may cause animals to act aggressively towards members of their own species.", "as the population of prey decreases, competition between alligators will increase."], "conclusion": "as the population of prey decreases, agression between alligators will increase.", "label": "True"}
212
+ {"premises": ["a drought occurs over a period of months / years.", "drought is when available water decreases in an environment."], "conclusion": "drought is when available water decreases in an environment over a period of months / years.", "label": "True"}
213
+ {"premises": ["drought is when available water decreases in an environment over a period of months / years.", "as available water decreases, the population of plants will decrease."], "conclusion": "a drought that occurs over a period of months / years may cause the population of plants in an environment to decrease.", "label": "True"}
214
+ {"premises": ["a marsh willow herb is a kind of plant.", "a drought that occurs over a period of months / years may cause the population of plants in an environment to decrease."], "conclusion": "a drought that occurs over a period of months / years may cause the population of marsh willow herb in an environment to decrease.", "label": "True"}
215
+ {"premises": ["sweat is used for adjusting to hot temperatures by some animals.", "sweat cools a body."], "conclusion": "when the body is hot, sweat is used to cool the body.", "label": "True"}
216
+ {"premises": ["panting is when an animal's body is cooled by hanging out their tongue.", "when the body is hot, sweat is used to cool the body."], "conclusion": "panting and sweating are used to cool the body.", "label": "True"}
217
+ {"premises": ["cooling means decreasing heat / temperature.", "if an animal becomes too hot then that animal may die."], "conclusion": "cooling can be used by an animal for survival.", "label": "True"}
218
+ {"premises": ["cooling can be used by an animal for survival.", "if the environmental temperature is too hot then an animal in that environment may become hot."], "conclusion": "if the temperature of an animal's environment becomes too hot then that animal must cool itself.", "label": "True"}
219
+ {"premises": ["if the temperature of an animal's environment becomes too hot then that animal must cool itself.", "adapting is when a living thing responds to a change in an environment."], "conclusion": "an animal cooling itself is an adaptation to hot temperatures.", "label": "True"}
220
+ {"premises": ["an animal cooling itself is an adaptation to hot temperatures.", "panting and sweating are used to cool the body."], "conclusion": "an example of adaptations to hot temperatures are panting and sweating.", "label": "True"}
221
+ {"premises": ["cellular respiration is when a cell converts from oxygen and carbohydrates into carbon dioxide, water, and energy.", "living things require respiration to use energy."], "conclusion": "living things must convert oxygen into carbon dioxide to use energy.", "label": "True"}
222
+ {"premises": ["living things must convert oxygen into carbon dioxide to use energy.", "breathing is when animals convert oxygen into carbon dioxide."], "conclusion": "living things must breathe to use energy.", "label": "True"}
223
+ {"premises": ["animals are a source of carbon dioxide by exhaling.", "breathing out is when animals exhale carbon dioxide from their lungs into the air."], "conclusion": "animals are a source of carbon dioxide by breathing.", "label": "True"}
224
+ {"premises": ["animals are a source of carbon dioxide by breathing.", "a source of something produces that something."], "conclusion": "animals produce carbon dioxide by breathing.", "label": "True"}
225
+ {"premises": ["animals produce carbon dioxide by breathing.", "living things must breathe to use energy."], "conclusion": "animals produce carbon dioxide by using energy.", "label": "True"}
226
+ {"premises": ["carbohydrates are used for storing energy.", "photosynthesis makes energy for the plant by converting carbon dioxide, water, and sunlight into carbohydrates."], "conclusion": "photosynthesis stores energy.", "label": "True"}
227
+ {"premises": ["if something is required to use something else then that something is a source of that something else.", "living things require respiration to use energy."], "conclusion": "respiration is a source of energy for living things.", "label": "True"}
228
+ {"premises": ["if something releases something else then that something is the source of that something else.", "respiration is a source of energy for living things."], "conclusion": "respiration releases energy.", "label": "True"}
229
+ {"premises": ["photosynthesis stores energy.", "respiration releases energy."], "conclusion": "photosynthesis stores energy and respiration releases energy.", "label": "True"}
230
+ {"premises": ["digestion is when stomach acid breaks down food.", "the digestive system digests food for the body."], "conclusion": "the digestive system breaks down food.", "label": "True"}
231
+ {"premises": ["if something is made of something else then that something can be broken down into that something else.", "if something is made of something else then that something contains that something else."], "conclusion": "if something contains something else then that something can be broken down into that something else.", "label": "True"}
232
+ {"premises": ["if something contains something else then that something can be broken down into that something else.", "the digestive system breaks down food."], "conclusion": "the digestive system breaks down food into the substances it contains.", "label": "True"}
233
+ {"premises": ["food contains nutrients for living things.", "the digestive system breaks down food into the substances it contains."], "conclusion": "the digestive system breaks down food into nutrients for the body.", "label": "True"}
234
+ {"premises": ["scales are a covering around the body of a scaled animal.", "a fish is a kind of scaled animal."], "conclusion": "fish is a kind of scaled animal with scales covering around the body.", "label": "True"}
235
+ {"premises": ["scales are used for protection by scaled animals.", "fish is a kind of scaled animal with scales covering around the body."], "conclusion": "scales are used for protection by fish.", "label": "True"}
236
+ {"premises": ["a human is a kind of animal.", "an animal is a kind of living thing."], "conclusion": "a human is a kind of living thing.", "label": "True"}
237
+ {"premises": ["a plant is a kind of living thing.", "an apple tree is a kind of plant."], "conclusion": "an apple tree is a kind of living thing.", "label": "True"}
238
+ {"premises": ["a human is a kind of living thing.", "an apple tree is a kind of living thing.", "all living things are made of cells according to the cell theory."], "conclusion": "both the human and the apple tree are made of cells.", "label": "True"}
239
+ {"premises": ["a plant cell is a kind of cell.", "a cell nucleus is a part of a cell."], "conclusion": "a cell nucleus is a part of a plant cell.", "label": "True"}
240
+ {"premises": ["a cell wall is a part of a plant cell for supporting and protecting the cell membrane.", "chloroplast is a part of a plant cell.", "a cell nucleus is a part of a plant cell."], "conclusion": "a cell nucleus, chloroplast and a cell wall are part of a plant cell.", "label": "True"}
241
+ {"premises": ["a computer room is used to control the assembly process in a factory.", "the cell nucleus controls many of the functions of the cell.", "controlling is a kind of function."], "conclusion": "a computer room in a factory has a similar function to the cell nucleus in controlling the functions.", "label": "True"}
242
+ {"premises": ["if something does not contain something else, then that something else cannot be found in that something.", "a prokaryotic cell does not contain a nucleus."], "conclusion": "a nucleus cannot be found in prokaryotic cells.", "label": "True"}
243
+ {"premises": ["photosynthesis makes food for the plant.", "a leaf performs photosynthesis / gas exchange."], "conclusion": "a leaf makes food for the plant by performing photosynthesis.", "label": "True"}
244
+ {"premises": ["a leaf makes food for the plant by performing photosynthesis.", "providing food is a kind of specific life process."], "conclusion": "a leaf performs a specific life process of making food for the plants.", "label": "True"}
245
+ {"premises": ["a leaf performs a specific life process of making food for the plants.", "organs perform specific life process in organisms."], "conclusion": "a leaf in a plant is performing like an organ in organisms.", "label": "True"}
246
+ {"premises": ["taking in carbon dioxide is a stage in the photosynthesis process.", "absorbing something is a kind of method for taking something in."], "conclusion": "absorbing carbon dioxide is a stage in the photosynthesis process.", "label": "True"}
247
+ {"premises": ["absorbing carbon dioxide is a stage in the photosynthesis process.", "carbon dioxide can be found in the air."], "conclusion": "absorbing carbon dioxide from the air is a stage in the photosynthesis process.", "label": "True"}
248
+ {"premises": ["absorbing carbon dioxide from the air is a stage in the photosynthesis process.", "plants perform photosynthesis."], "conclusion": "a plant absorbs carbon dioxide from the air to perform photosynthesis.", "label": "True"}
249
+ {"premises": ["a plant absorbs carbon dioxide from the air to perform photosynthesis.", "when carbon dioxide in the atmosphere is absorbed by plants, the amount of carbon dioxide in the atmosphere is reduced in the atmosphere."], "conclusion": "plant photosynthesis reduces the amount of carbon dioxide in the air.", "label": "True"}
250
+ {"premises": ["sunlight is a kind of solar energy.", "photosynthesis means green plants convert from carbon dioxide and water and solar energy into carbohydrates and food and oxygen for themselves."], "conclusion": "photosynthesis means plants convert carbon dioxide and water and sunlight into carbohydrates and food and oxygen.", "label": "True"}
251
+ {"premises": ["if an orgnism uses a process to convert something into something else, then that something is used for that process.", "photosynthesis means plants convert carbon dioxide and water and sunlight into carbohydrates and food and oxygen."], "conclusion": "a plant uses sunlight for photosynthesis.", "label": "True"}
252
+ {"premises": ["a plant uses sunlight for photosynthesis.", "in the photosynthesis process sunlight has the role of raw material."], "conclusion": "a plant uses the raw material sunlight for photosynthesis.", "label": "True"}
253
+ {"premises": ["using a raw material sometimes requires absorbing that raw material.", "a plant uses the raw material sunlight for photosynthesis."], "conclusion": "a plant absorbs sunlight to perform photosynthesis.", "label": "True"}
254
+ {"premises": ["a leaf absorbs sunlight to perform photosynthesis.", "chlorophyll is found in the cells of leaves."], "conclusion": "chlorophyll is found in the cells of parts of plants that absorb sunlight to perform photosynthesis.", "label": "True"}
255
+ {"premises": ["chlorophyll is found in the cells of parts of plants that absorb sunlight to perform photosynthesis.", "a plant absorbs sunlight to perform photosynthesis."], "conclusion": "chlorophyll is used for absorbing sunlight by plants.", "label": "True"}
256
+ {"premises": ["sunlight is a kind of light.", "light is a kind of energy."], "conclusion": "sunlight is a kind of light energy.", "label": "True"}
257
+ {"premises": ["sunlight is a kind of light energy.", "chlorophyll is used for absorbing sunlight by plants."], "conclusion": "chlorophyll is used for absorbing light energy by plants.", "label": "True"}
258
+ {"premises": ["some microorganisms have a positive impact on human body.", "if something has a positive impact on another thing, then the relationship is benificial."], "conclusion": "some microorganisms are benificial to human body.", "label": "True"}
259
+ {"premises": ["disease-causing microbes have a negative impact on the body.", "if something has a negative impact on another thing, then the relationship is harmful."], "conclusion": "some disease-causing microbes are harmful to human body.", "label": "True"}
260
+ {"premises": ["some disease-causing microbes are harmful to human body.", "some microorganisms are benificial to human body."], "conclusion": "the relationship between human and microorganisms is sometimes beneficial and sometimes harmful.", "label": "True"}
261
+ {"premises": ["water is a kind of nonliving thing.", "a river is a kind of body of water."], "conclusion": "a river is a nonliving thing.", "label": "True"}
262
+ {"premises": ["preferences are generally learned characteristics.", "a food preference is a kind of preference."], "conclusion": "food preference is a kind of learned characteristics.", "label": "True"}
263
+ {"premises": ["food preference is a kind of learned characteristics.", "learned characteristics are similar to acquired characteristics."], "conclusion": "food preference is a kind of acquired characteristics.", "label": "True"}
264
+ {"premises": ["an animal is a kind of organism.", "a dog is a kind of animal."], "conclusion": "a dog is a kind of organism.", "label": "True"}
265
+ {"premises": ["food preference is a kind of acquired characteristics.", "an organism's environment affects that organism's acquired characteristics.", "a dog is a kind of organism."], "conclusion": "the food preference of a dog is affected by its environment.", "label": "True"}
266
+ {"premises": ["following orders is a learned characteristic.", "an example of following orders is coming when called."], "conclusion": "a dog coming when called is a kind of learned characteristic.", "label": "True"}
267
+ {"premises": ["hunting is a kind of skill.", "skills are learned characteristics / behaviors."], "conclusion": "hunting is a kind of learned behaviors.", "label": "True"}
268
+ {"premises": ["preferences are generally learned characteristics.", "a food preference is a kind of preference."], "conclusion": "food preference is a kind of learned characteristics.", "label": "True"}
269
+ {"premises": ["inherited characteristics are the opposite of learned characteristics.", "inheriting is when an inherited characteristic is passed from parent to offspring by genetics / dna."], "conclusion": "learned characteristics are not inherited from parents.", "label": "True"}
270
+ {"premises": ["learned characteristics are not inherited from parents.", "food preference is a kind of learned characteristics."], "conclusion": "food preference is not inherited from parents.", "label": "True"}
271
+ {"premises": ["a human is a kind of animal.", "the intelligence of animals is an acquired characteristic."], "conclusion": "the intelligence of a human is an acquired characteristic.", "label": "True"}
272
+ {"premises": ["the intelligence of a human is an acquired characteristic.", "inherited characteristics are the opposite of acquired characteristics."], "conclusion": "the intelligence of a human is not an inherited characteristic.", "label": "True"}
273
+ {"premises": ["genes is a vehicle for passing inherited characteristics from parent to offspring.", "a father is a kind of male parent.", "a mother is a kind of female parent."], "conclusion": "genes are a vehicle for passing inherited characteristics from a mother and a father to offspring.", "label": "True"}
274
+ {"premises": ["genes are a vehicle for passing inherited characteristics from a mother and a father to offspring.", "in sexual reproduction sperm is a vehicle for the genes from the father to the offspring.", "in sexual reproduction the egg is a vehicle for the genes from the mother to the offspring."], "conclusion": "genes are passed from a mother and a father to offspring through the egg and sperm.", "label": "True"}
275
+ {"premises": ["genes are passed from a mother and a father to offspring through the egg and sperm.", "genes determine the traits for the living things."], "conclusion": "traits are passed from a mother and a father to offspring through the egg and sperm.", "label": "True"}
276
+ {"premises": ["dna is a kind of nucleic acid.", "thymine is found in dna.", "thymine cannot be found in rna."], "conclusion": "if thymine is found in a strand of nucleic acid, then the nucleic acid is dna.", "label": "True"}
277
+ {"premises": ["if thymine is found in a strand of nucleic acid, then the nucleic acid is dna.", "a researcher found thymine in a strand of nucleic acid."], "conclusion": "the researcher found a strand of dna.", "label": "True"}
278
+ {"premises": ["if a pure dominant organism is crossed a recessive organism, then the offspring will have a 100% probability of being heterozygous dominant.", "a scientist crosses a red-flowered plant with a white-flowered plant, and all offspring have red flowers."], "conclusion": "all the offspring with red flowers are heterozygous dominant.", "label": "True"}
279
+ {"premises": ["the offspring with red flowers are crossed with pure recessive white flowered plants.", "all the offspring with red flowers are heterozygous dominant."], "conclusion": "heterozygous dominant red flowered plants are crossed with pure recessive white flowered plants.", "label": "True"}
280
+ {"premises": ["crossing a heterozygous dominant organism with a homozygous recessive organism causes their offspring to be dominant or recessive with either of 50% probability.", "heterozygous dominant red flowered plants are crossed with pure recessive white flowered plants."], "conclusion": "the offspring will have either dominant red flowers or recessive white flowers with either of 50% probability.", "label": "True"}
281
+ {"premises": ["each parent carries one sickle cell allele.", "sickle cell anemia is a recessive trait in human."], "conclusion": "each parent has one dominant gene and a recessive gene for sickle cell anemia.", "label": "True"}
282
+ {"premises": ["heterozygous dominant organisms have one dominant gene and one recessive gene.", "each parent has one dominant gene and a recessive gene for sickle cell anemia."], "conclusion": "both parents are heterozygous dominant for sickle cell anemia.", "label": "True"}
283
+ {"premises": ["if a heterozygous dominant organism is crossed with a heterozygous dominant organism, then the offspring will have a 25% probability of being homozygous recessive.", "both parents are heterozygous dominant for sickle cell anemia."], "conclusion": "the offspring of heterozygous dominant parents will have 25% probability of being homozygous recessive for sickle cell anemia.", "label": "True"}
284
+ {"premises": ["homozygous recessive organisms will show the recessive trait.", "the offspring of heterozygous dominant parents will have 25% probability of being homozygous recessive for sickle cell anemia."], "conclusion": "the offspring of heterozygous dominant parents will have 25% probability of having sickle cell anemia.", "label": "True"}
285
+ {"premises": ["the offspring of heterozygous dominant parents will have 25% probability of having sickle cell anemia.", "one in four is the same as 25%."], "conclusion": "one in four of the offspring of heterozygous dominant parents will have sickle cell anemia.", "label": "True"}
286
+ {"premises": ["a plant is a kind of organism.", "flower is a part of a plant.", "the colors of parts of an organism are inherited characteristics."], "conclusion": "the color of plants' flowers is a kind of inherited characteristic.", "label": "True"}
287
+ {"premises": ["the color of plants' flowers is a kind of inherited characteristic.", "inheriting is when an inherited characteristic is passed down from parent to offspring by genetics / dna."], "conclusion": "plants offspring can inherit the flower color from their parents.", "label": "True"}
288
+ {"premises": ["yellow is a kind of color.", "the plant offspring has yellow flowers.", "plants offspring can inherit the flower color from their parents."], "conclusion": "the parents of the plant are likely to have yellow flowers.", "label": "True"}
289
+ {"premises": ["a newly hatched sea turtle walks toward the ocean.", "if an animal hatches from an egg then that animal is born."], "conclusion": "a sea turtle that is just born walks toward the ocean.", "label": "True"}
290
+ {"premises": ["a sea turtle that is just born walks toward the ocean.", "an animal knows how to do instinctive behaviors when it is born."], "conclusion": "walking toward the ocean is sea turtles' instinct behavior.", "label": "True"}
291
+ {"premises": ["a chicken is a kind of bird.", "a chick is a kind of young / baby chicken."], "conclusion": "a chick is a kind of baby bird.", "label": "True"}
292
+ {"premises": ["an example of an instinctive behavior is a baby bird pecking at its shell to hatch.", "a chick is a kind of baby bird."], "conclusion": "a chick pecking at its shell to hatch is an example of an instictive behavior.", "label": "True"}
293
+ {"premises": ["receiving the recessive gene for a trait from each parent causes the offspring to have that recessive trait.", "blue eye is a recessive trait in human."], "conclusion": "to have blue eyes requires receiving the recessive gene from each parent.", "label": "True"}
294
+ {"premises": ["an egg cell is a kind of sex cell.", "a sperm cell is a kind of sex cell.", "a mutation in the sex cells of a parent can cause a new trait to appear in the parent's offspring."], "conclusion": "a mutation in sperm or egg of a parent can cause a new trait to appear in the parent's offspring.", "label": "True"}
295
+ {"premises": ["smaller dogs have genetic trait of smaller size.", "human are breeding german shepherd dogs to other smaller dogs."], "conclusion": "human are breeding german shepherd dogs with dogs with genetic trait of smaller size.", "label": "True"}
296
+ {"premises": ["selective breeding is when an organism receives selective genetic traits from its parents by human design.", "human are breeding german shepherd dogs with dogs with genetic trait of smaller size."], "conclusion": "human breeding german shepherd dogs with dogs with genetic trait of smaller size is an example of selective breeding.", "label": "True"}
297
+ {"premises": ["sexual reproduction requires both sperm and egg.", "the sperm production is prevented in male insects.", "if something required for a process is not produced then that process is prevented from occurring."], "conclusion": "the sexual reproduction process is prevented in the insects.", "label": "True"}
298
+ {"premises": ["the sexual reproduction process is prevented in the insects.", "preventing reproduction decreases the rate of reproduction.", "sexual reproduction is a kind of reproduction."], "conclusion": "the reproduction rate in the insects will decrease.", "label": "True"}
299
+ {"premises": ["the reproduction rate in the insects will decrease.", "as the rate of reproduction decreases, the population will decrease."], "conclusion": "the population of the insects will decrease.", "label": "True"}
300
+ {"premises": ["a hammer often is made of metal.", "when a metal rusts, that metal becomes flaky on the surface."], "conclusion": "when a hammer rusts, the hammer will becom flaky on the surface.", "label": "True"}
301
+ {"premises": ["kim's hammer is flaky on the surface.", "when a hammer rusts, the hammer will becom flaky on the surface."], "conclusion": "the hammer has rusted.", "label": "True"}
302
+ {"premises": ["rust forming is a kind of chemical change.", "the hammer has rusted."], "conclusion": "the hammer has undergone a chemical change.", "label": "True"}
303
+ {"premises": ["element 3 turns to a greenish color.", "an element is a kind of substance."], "conclusion": "element 3 turning green is an example of a substance turning green.", "label": "True"}
304
+ {"premises": ["element 3 turning green is an example of a substance turning green.", "if the color of a substance changes then a chemical change may have occurred."], "conclusion": "a chemical change may occur to element 3.", "label": "True"}
305
+ {"premises": ["fire is a kind of chemical reaction.", "fire causes burning."], "conclusion": "burning something with fire is a kind of chemical reaction.", "label": "True"}
306
+ {"premises": ["a lit candle is a source of fire.", "burning something with fire is a kind of chemical reaction."], "conclusion": "burning something with a lit candle is a kind of chemical reaction.", "label": "True"}
307
+ {"premises": ["burning something with a lit candle is a kind of chemical reaction.", "magnesium is a kind of substance."], "conclusion": "burning magnesium with a lit candle is a kind of chemical reaction.", "label": "True"}
308
+ {"premises": ["burning magnesium with a lit candle is a kind of chemical reaction.", "chemical reactions cause chemical change."], "conclusion": "burning magnesium with fire will lead to a chemical change.", "label": "True"}
309
+ {"premises": ["chemical reactions cause new materials to form.", "chemical change is a kind of chemical reaction."], "conclusion": "chemical changes cause new materials to form.", "label": "True"}
310
+ {"premises": ["an example of a chemical property is the elements making up a compound.", "water is a kind of compound."], "conclusion": "an example of chemical property is the elements making up water.", "label": "True"}
311
+ {"premises": ["an example of chemical property is the elements making up water.", "water is made of hydrogen and oxygen."], "conclusion": "a chemical property of water is that it is made of hydrogen and oxygen.", "label": "True"}
312
+ {"premises": ["a compound can be chemically separated into the elements that it is made of.", "a chemical property of water is that it is made of hydrogen and oxygen."], "conclusion": "water can be separated into hydrogen and oxygen.", "label": "True"}
313
+ {"premises": ["carbon dioxide is a new substance produced by sodium bicarbonate.", "chemical reactions cause new substances to form."], "conclusion": "sodium bicarbonate releasing carbon dioxide is a chemical reaction.", "label": "True"}
314
+ {"premises": ["sodium bicarbonate releasing carbon dioxide is a chemical reaction.", "an example of a chemical property is how a material reacts chemically."], "conclusion": "releasing carbon dioxide is a kind of chemical property of sodium bicarbonate.", "label": "True"}
315
+ {"premises": ["a pencil is a kind of object.", "sharpening a pencil changes the shape of the pencil."], "conclusion": "sharpening a pencil changes the shape of an object.", "label": "True"}
316
+ {"premises": ["tearing paper changes the shape of the paper.", "paper is a kind of object."], "conclusion": "tearing paper changes the shape of an object.", "label": "True"}
317
+ {"premises": ["tearing paper changes the shape of an object.", "sharpening a pencil changes the shape of an object."], "conclusion": "sharpening a pencil and tearing paper both change the shape of the object.", "label": "True"}
318
+ {"premises": ["sharpening a pencil and tearing paper both change the shape of the object.", "shape is a property of the appearance of an object."], "conclusion": "sharpening a pencil and tearing paper both change the appearance of the object.", "label": "True"}
319
+ {"premises": ["sharpening a pencil and tearing paper both change the appearance of the object.", "appearance is a kind of physical property."], "conclusion": "sharpending a pencil and tearing paper both change the physical property of the object.", "label": "True"}
320
+ {"premises": ["sharpending a pencil and tearing paper both change the physical property of the object.", "if something undergoes a physical change then the physical properties of that something will change."], "conclusion": "pencil and paper underwent a physical change.", "label": "True"}
321
+ {"premises": ["heat means temperature increases.", "a solid is heated."], "conclusion": "the temperature of the solid increases.", "label": "True"}
322
+ {"premises": ["a solid is a kind of substance.", "the temperature of the solid increases."], "conclusion": "the temperature of the solid substance increases.", "label": "True"}
323
+ {"premises": ["the temperature of the solid substance increases.", "as the temperature of a substance increases, the molecules in that substance will move faster."], "conclusion": "the molecules in the solid substance moves faster.", "label": "True"}
324
+ {"premises": ["the molecules in the solid substance moves faster.", "faster means an increase / higher in speed."], "conclusion": "the molecules in the solid substance increases in speed.", "label": "True"}
325
+ {"premises": ["proton is a kind of subatomic particles.", "neutrons are a kind of subatomic particle.", "atomic mass is determined by the sum of protons and neutrons numbers in an atom."], "conclusion": "atomic mass is determined by the sum of protons and neutrons particle numbers.", "label": "True"}
326
+ {"premises": ["a proton has a positive 1 electric charge.", "a electron has a negative -1 electric charge."], "conclusion": "equal numbers of protons and electrons result in a neutral 0 electric charge.", "label": "True"}
327
+ {"premises": ["a neutron has a neutral electric charge.", "equal numbers of protons and electrons result in a neutral 0 electric charge."], "conclusion": "equal numbers of protons and electrons and any number of neutrons result in a neutral 0 electric charge.", "label": "True"}
328
+ {"premises": ["equal numbers of protons and electrons and any number of neutrons result in a neutral 0 electric charge.", "an atom is made of protons / neutrons / electrons."], "conclusion": "if an atom has an equal number of protons and electrons, then the atom will have a neutral charge.", "label": "True"}
329
+ {"premises": ["an normal atom has a neutral electric charge.", "if an atom has an equal number of protons and electrons, then the atom will have a neutral charge."], "conclusion": "that atom has an equal number of protons and electrons.", "label": "True"}
330
+ {"premises": ["rust forming is a kind of chemical change.", "iron in contact with water and oxygen will rust."], "conclusion": "iron in contact with water and oxygen causes a chemical change.", "label": "True"}
331
+ {"premises": ["chemical reactions cause chemical change.", "iron in contact with water and oxygen causes a chemical change."], "conclusion": "iron in contact with water and oxygen is an example of chemical reactions.", "label": "True"}
332
+ {"premises": ["alkaline earth metals are highly chemically reactive.", "elements from the same group in the periodic table are chemically reactive in a similar way."], "conclusion": "elements that belong to alkaline earth metals are highly chemically reactive.", "label": "True"}
333
+ {"premises": ["elements that belong to alkaline earth metals are highly chemically reactive.", "magnesium belongs to alkaline earth metal family, group 2 on the periodic table."], "conclusion": "magnesium is highly chemically reactive.", "label": "True"}
334
+ {"premises": ["an element cannot be decomposed into two or more different substances by simple chemical methods.", "sulfur cannot be decomposed into different substances by simple chemical methods."], "conclusion": "sulfur is a kind of element.", "label": "True"}
335
+ {"premises": ["iron is a kind of element.", "the chemical symbol for iron is fe."], "conclusion": "fe is the chemical symbol for iron element.", "label": "True"}
336
+ {"premises": ["if a substance is made of one element, then the substance is called an element.", "oxygen gas is made of only oxygen element."], "conclusion": "oxygen gas is an element.", "label": "True"}
337
+ {"premises": ["oxygen gas is an element.", "o2 is a chemical formula for oxygen gas."], "conclusion": "o2 is an element.", "label": "True"}
338
+ {"premises": ["the chemical symbol for tellurium is te.", "tellurium is a kind of metalloid."], "conclusion": "te is a kind of metalloid.", "label": "True"}
339
+ {"premises": ["antimony is a kind of metalloid.", "the chemical symbol for antimony is sb."], "conclusion": "sb is a kind of metalloid.", "label": "True"}
340
+ {"premises": ["sb is a kind of metalloid.", "te is a kind of metalloid."], "conclusion": "sb and te are both metalloids.", "label": "True"}
341
+ {"premises": ["helium / neon / argon / krypton / xenon / radon belongs to noble gases family, group 18 on the periodic table.", "elements in group 18 have complete outer electron shells on the periodic table of elements."], "conclusion": "helium, neon, argon, krypton, xenon, and radon have complete outer electron shells.", "label": "True"}
342
+ {"premises": ["if the outermost electron shell of an atom is complete, then the element of those atoms will not react with other elements easily.", "helium, neon, argon, krypton, xenon, and radon have complete outer electron shells."], "conclusion": "helium, neon, argon, krypton, xenon, and radon will not react with other elements easily.", "label": "True"}
343
+ {"premises": ["water is a kind of substance.", "boiling means matter / a substance changes from a liquid into a gas by increasing heat energy."], "conclusion": "water boiling is when water changes from a liquid into a gas.", "label": "True"}
344
+ {"premises": ["water boiling is when water changes from a liquid into a gas.", "water is in the gas state, called water vapor / steam, for temperatures above 100 c.", "water is in the liquid state, called liquid water, for temperatures between 0 c and 100 c."], "conclusion": "water boiling is when water changes from liquid water to water vapor.", "label": "True"}
345
+ {"premises": ["water is a kind of substance.", "boiling means matter / a substance changes from a liquid into a gas by increasing heat energy."], "conclusion": "water boiling is when water changes from a liquid into a gas by increasing heat energy.", "label": "True"}
346
+ {"premises": ["a puddle is a kind of body of water.", "being in the sun will cause the puddle to absorb heat energy."], "conclusion": "the puddle will evaporate.", "label": "True"}
347
+ {"premises": ["the puddle will evaporate.", "an example of evaporation is a body of water drying up by absorbing heat energy."], "conclusion": "a puddle drying in the sun is an example of evaporation.", "label": "True"}
348
+ {"premises": ["if something is in the sunlight then that something will absorb solar energy.", "a bucket of water in in the sunlight."], "conclusion": "the water in the bucket will absorb solar energy.", "label": "True"}
349
+ {"premises": ["if a substance absorbs solar energy then that substance will increase in temperature.", "the water in the bucket will absorb solar energy."], "conclusion": "the water in the bucket will increase in temperature.", "label": "True"}
350
+ {"premises": ["the water in the bucket will increase in temperature.", "evaporation means a substance changes from a liquid into a gas by increasing heat energy."], "conclusion": "the water in the bucket will evaporate.", "label": "True"}
351
+ {"premises": ["gas is a kind of substance.", "substances are made of molecules."], "conclusion": "a gas is made of its molecules.", "label": "True"}
352
+ {"premises": ["a gas is heated and its temperature increases.", "a gas is made of its molecules.", "as the temperature of a substance increases, the molecules in that substance will move faster / farther apart."], "conclusion": "the molecules in the gas will move faster.", "label": "True"}
353
+ {"premises": ["comparing a property of two objects requires knowing the property of each object.", "a rock is a kind of object.", "mass is a property of objects / matter."], "conclusion": "comparing the mass of two rocks requires knowing the mass of each rock.", "label": "True"}
354
+ {"premises": ["comparing the mass of two rocks requires knowing the mass of each rock.", "student is trying to compare the mass of two small rocks."], "conclusion": "the student has to know the mass of each rock to compare them.", "label": "True"}
355
+ {"premises": ["the student has to know the mass of each rock to compare them.", "a balance is used for measuring mass / weight of an object / of a substance.", "a balance is a kind of instrument."], "conclusion": "the student can use balance to know the mass of each rock to compare them.", "label": "True"}
356
+ {"premises": ["a balance is used for measuring mass of a substance.", "sand is a kind of substance."], "conclusion": "a balance can be used for measure the mass of sand.", "label": "True"}
357
+ {"premises": ["determining something often requires measuring that something.", "a balance can be used for measure the mass of sand."], "conclusion": "determining the mass of the sand requires using a balance to measure the mass of the sand.", "label": "True"}
358
+ {"premises": ["a balance is used for measuring the mass of an object.", "density can be calculated by measuring the mass of an object divided by the volume of that object.", "a graduated cylinder is used to measure volume of an object."], "conclusion": "the density of an object can be measured using a graduated cylinder and a balance.", "label": "True"}
359
+ {"premises": ["a marble is a kind of object.", "the density of an object can be measured using a graduated cylinder and a balance."], "conclusion": "the density of a marble can be measured using a graduated cylinder and a balance.", "label": "True"}
360
+ {"premises": ["if a unit of for something is being measured, then it requires a measurement tool for measuring that something.", "milliliters ml are a metric unit used for measuring volume."], "conclusion": "measuring milliliters requires a tool for measuring volume.", "label": "True"}
361
+ {"premises": ["a graduated cylinder is used to measure volume of an object.", "measuring milliliters requires a tool for measuring volume."], "conclusion": "measuring milliliters requires a graduated cylinder.", "label": "True"}
362
+ {"premises": ["a sample in a cylindrical container has a cylindrical shape and a fixed volume.", "a sample is a kind of matter."], "conclusion": "the matter has the same shape as the container and fixed volume.", "label": "True"}
363
+ {"premises": ["matter with variable shape changes shape in different container.", "the matter has the same shape as the container and fixed volume."], "conclusion": "the matter may have a variable shape and a fixed volume.", "label": "True"}
364
+ {"premises": ["the matter has the same shape as the container and fixed volume."], "conclusion": "the matter may have a fixed shape and a fixed volume.", "label": "True"}
365
+ {"premises": ["the matter may have a variable shape and a fixed volume.", "the matter may have a fixed shape and a fixed volume."], "conclusion": "the matter may have a fixed or variable shape and fixed volume.", "label": "True"}
366
+ {"premises": ["matter in the solid phase has definite shape.", "matter in the solid phase has definite volume."], "conclusion": "matter in solid phase has definite volume and definite shape.", "label": "True"}
367
+ {"premises": ["matter in the liquid phase has variable shape.", "matter in the liquid phase has definite volume."], "conclusion": "matter in the liquid phase has a variable shape and definite volume.", "label": "True"}
368
+ {"premises": ["matter in solid phase has definite volume and definite shape.", "the matter may have a fixed or variable shape and fixed volume.", "matter in the liquid phase has a variable shape and definite volume."], "conclusion": "the matter may be in solid phase or in liquid phase.", "label": "True"}
369
+ {"premises": ["seeing small things with bare eyes is difficult.", "an insect usually has a small size."], "conclusion": "seeing an insect with bare eyes is difficult.", "label": "True"}
370
+ {"premises": ["magnifying glass is used to see small things by making objects appear bigger.", "seeing an insect with bare eyes is difficult."], "conclusion": "magnifying glass can be used to see an insect by making it appear bigger.", "label": "True"}
371
+ {"premises": ["a hand lens is a kind of magnifying glass.", "magnifying glass can be used to see an insect by making it appear bigger."], "conclusion": "a hand lens can help seeing the insect by magnifying the insect.", "label": "True"}
372
+ {"premises": ["building a doghouse requires cutting materials into a fixed size.", "cutting a material usually requires measuring length."], "conclusion": "cutting a material when building a doghouse requires measuring length.", "label": "True"}
373
+ {"premises": ["cutting a material when building a doghouse requires measuring length.", "a tape can be used to measure length."], "conclusion": "cutting wood when building a doghouse requires using a tape.", "label": "True"}
374
+ {"premises": ["food is a kind of substance.", "candy is a kind of food."], "conclusion": "candy is a kind of substance.", "label": "True"}
375
+ {"premises": ["a thermometer is used to measure temperature of substance.", "candy is a kind of substance."], "conclusion": "a thermometer is used to measure the temperautre of the candy.", "label": "True"}
376
+ {"premises": ["a string is short in length.", "centimeter is usually used to measure short length."], "conclusion": "centimeter is a better unit to measure the length of the string.", "label": "True"}
377
+ {"premises": ["meters m are a metric / si unit used for measuring length.", "yard is an imperial unit used for measuring length."], "conclusion": "yard and meter are both unit used for measuring length.", "label": "True"}
378
+ {"premises": ["1 yard equals to 09 meter.", "yard and meter are both unit used for measuring length."], "conclusion": "meter is the metric unit that is the most similar to yard.", "label": "True"}
379
+ {"premises": ["zinc is a kind of metal.", "copper is a kind of metal."], "conclusion": "copper and zinc are two metals.", "label": "True"}
380
+ {"premises": ["copper and zinc are two metals.", "brass is made of copper and zinc."], "conclusion": "brass is made of two metals.", "label": "True"}
381
+ {"premises": ["brass is made of two metals.", "an alloy is made of two or more metals."], "conclusion": "brass is a kind of alloy.", "label": "True"}
382
+ {"premises": ["carpet has a rough surface.", "a rough surface can absorb sound."], "conclusion": "a carpet can absorb sound.", "label": "True"}
383
+ {"premises": ["if sound is absorbed, then sound can not reflect off the surface.", "a carpet can absorb sound."], "conclusion": "sound cannot reflect off the surface of a carpet.", "label": "True"}
384
+ {"premises": ["sound cannot reflect off the surface of a carpet.", "echo is when sound reflects off a smooth surface."], "conclusion": "echo will not be produced.", "label": "True"}
385
+ {"premises": ["helium is less in density than air.", "a balloon is a kind of container."], "conclusion": "a balloon filled with helium is an example of a container contains a substance with less density than air.", "label": "True"}
386
+ {"premises": ["a balloon filled with helium is an example of a container contains a substance with less density than air.", "if a container contains a substance with less density than air then that container may move upward."], "conclusion": "the balloon filled with helium may move upward if released.", "label": "True"}
387
+ {"premises": ["a white object reflects all visible light.", "the floor is a kind of object."], "conclusion": "a white door will reflect all visible light.", "label": "True"}
388
+ {"premises": ["the ice melts.", "melting is a kind of phase change."], "conclusion": "the ice undergoes a phase change.", "label": "True"}
389
+ {"premises": ["the ice undergoes a phase change.", "phase changes do not change mass."], "conclusion": "the mass of the ice will not change.", "label": "True"}
390
+ {"premises": ["a bubble is made of pockets of gas trapped inside a liquid or solid.", "soap bubbles are made of air trapped inside soap liquid."], "conclusion": "air is inside the soap bubbles.", "label": "True"}
391
+ {"premises": ["matter in the liquid phase has variable shape.", "matter in the liquid phase has definite volume."], "conclusion": "matter in the liquid phase has definite volume and variable shape.", "label": "True"}
392
+ {"premises": ["indefinite means variable.", "matter in the liquid phase has definite volume and variable shape."], "conclusion": "matter in the liquid phase has definite volume and indefinite shape.", "label": "True"}
393
+ {"premises": ["substances are made of matter.", "a compound is a kind of substance."], "conclusion": "a compound is made of matter.", "label": "True"}
394
+ {"premises": ["a compound is made of matter.", "matter in the liquid phase has definite volume and indefinite shape."], "conclusion": "a compound in the liquid phase has definite volume and indefinite shape.", "label": "True"}
395
+ {"premises": ["water is in the solid state, called ice.", "hail is a kind of ice."], "conclusion": "hail is water in solid ice.", "label": "True"}
396
+ {"premises": ["an airplane is used for moving people to far away places.", "an airplane is fast in speed."], "conclusion": "an airplane can move people to far away places quickly.", "label": "True"}
397
+ {"premises": ["a cake is a kind of baked product.", "baking is when a human makes food by adding heat."], "conclusion": "a cake is a product made by human adding heat to it.", "label": "True"}
398
+ {"premises": ["transportation technology is a kind of system for moving people and products.", "transportation technology is used for moving people / products."], "conclusion": "transportation technology is a system that moves people and products.", "label": "True"}
399
+ {"premises": ["a refrigerator is used for keeping food fresh for a long period of time.", "the invention of the refrigerator with self-contained unit occurred in 1923."], "conclusion": "refrigerator is the invention that can keep food fresh for a long period of time.", "label": "True"}
400
+ {"premises": ["radio station broadcasting is a source of radio waves.", "a source of something emits that something."], "conclusion": "radio station broadcasting emits radio waves.", "label": "True"}
401
+ {"premises": ["radio transmitter emits radio waves.", "radio station broadcasting emits radio waves."], "conclusion": "radio station is a radio transmitter.", "label": "True"}
402
+ {"premises": ["pliers are a kind of hand tool.", "pliers are made of two levers for gripping."], "conclusion": "pliers are a tool made of two levers for gripping.", "label": "True"}
403
+ {"premises": ["pliers are a tool made of two levers for gripping.", "gripping produces gripping force."], "conclusion": "pliers are a tool that can produce gripping force.", "label": "True"}
404
+ {"premises": ["pliers are a tool that can produce gripping force.", "a gripping force can be used to tighten a mechanical fastener."], "conclusion": "pliers can be used to tighten a mechanical fastener.", "label": "True"}
405
+ {"premises": ["advances in technology sometimes cause human jobs to be replaced by more efficient machines.", "replacing something decreases that something."], "conclusion": "advances in technology decrease human jobs by replacing them with efficient machines.", "label": "True"}
406
+ {"premises": ["having a job has a positive impact on a human.", "decreasing something positive has a negative impact on a thing.", "advances in technology decrease human jobs by replacing them with efficient machines."], "conclusion": "advances in technology decreasing human jobs by more efficient machines has a negative impact on human.", "label": "True"}
407
+ {"premises": ["days are a kind of unit for measuring time.", "a student wants to record the data of the growth of a vine over a period of a day."], "conclusion": "the student wants to record the data of the growth of a vine over a period of time.", "label": "True"}
408
+ {"premises": ["a line graph is used for showing change / data over time.", "the student wants to record the data of the growth of a vine over a period of time."], "conclusion": "a line graph an be used to show the data of the growth of the vine over a period of time.", "label": "True"}