input
stringlengths
1.02k
1.3k
output
sequencelengths
1
12
id
stringlengths
40
40
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Centrioles come in pairs. Sentence2: Something that comes in pairs are organelles involved in cell division. Output:
[ "come", "pairs" ]
task039-88e1b4ca6c1e4c12a2cd1026900df941
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Human beings are animals. Sentence2: if the amount of available food and water decreases in an environment then humans may leave that environment to find food and water. Output:
[ "Human" ]
task039-37147089e62e47aa9e01776ccdab071f
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: The glaciers have weathered unique holes in the rock formations. Sentence2: A glacier causes weathering on rock formations. Output:
[ "formations", "rock" ]
task039-12dcba0bdeb14293a43d5e12b41cf9a9
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Heterotrophs are living things that cannot make their own food. Sentence2: Green plants are not Heterotrophs. Output:
[ "Heterotrophs" ]
task039-c14bb5d75eda4a4d8ec3c1e17b16c50c
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: an animal requires nutrients for survival. Sentence2: Potassium is an essential nutrient for plants and animals. Output:
[ "nutrients" ]
task039-fff10313857d4e26a1a9fe39ad060dac
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Mutations Mutations are caused by random changes in genes. Sentence2: random changes in genes create new genetic variation in the gene pool. Output:
[ "changes", "genes", "random" ]
task039-84cb13d949184ce2934a2d353b376c5c
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Jaws make cartilaginous fish excellent predators. Sentence2: Sharks are excellent predators thanks to their jaws. Output:
[ "Jaws", "excellent", "predators" ]
task039-c230377dd01445e982a7a7cf74efa574
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Sulfur is a good electrical insulator. Sentence2: Sulfur slows the transfer of electricity. Output:
[ "Sulfur" ]
task039-6b1fa518d9a242a3ad5866a17772c702
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Bacteria may spread directly from one person to another. Sentence2: microbial control agents may spread directly from one person to another. Output:
[ "another", "directly", "one", "person", "spread" ]
task039-084553de411f4f6ea2dbd274636222ce
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Dense materials generally have higher speeds of sound. Sentence2: a dense material has higher sound. Output:
[ "Dense" ]
task039-ef40716913454437a67cd08da53c34c0
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Flatworms Flatworms or Platyhelminthes include flukes, tapeworms, and turbellarians. Sentence2: Tapeworms belong to the phylum Platyhelminthes. Output:
[ "tapeworms" ]
task039-110770b385c743e3ad90f2a2951efe3d
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Plasma is more common in stars, because making plasma requires high temperatures. Sentence2: Plasma is formed in high temperatures of the sun. Output:
[ "high", "temperatures" ]
task039-5ee5c40313db4576b2b238db4ce5e071
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: smoking tobacco decreases stamina. Sentence2: smoking cigars decreases stamina. Output:
[ "decreases", "smoking", "stamina" ]
task039-3f0b75fb42a14caa884ab765ce2091cd
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Cooking kills the microorganisms. Sentence2: Cooking can be used to extend the shelf life of food. Output:
[ "Cooking" ]
task039-94a5bc1d0500424ca21b05a133dbf8d1
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: animals require water for survival. Sentence2: Water hydrates the cells. Output:
[ "water" ]
task039-eae8103aafd541cfb61765db2960f74d
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: microorganisms can cause infections. Sentence2: Illness caused by microorganisms can be treated with antibiotics. Output:
[ "microorganisms" ]
task039-f765c3507a4e4e41b691517db153c869
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: an earthquake causes the ground to shake. Sentence2: Flooding is a major concern, volcanoes threaten to erupt, and earthquakes can potentially cause destruction through ground shaking or liquefaction. Output:
[ "earthquake" ]
task039-7535622b1c12481a9769ccfc173a5c2f
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: If the plant is green, it is a producer. Sentence2: Consumers take in food by eating plants and other living things. Output:
[ "plant" ]
task039-ad8e19abfdde4dec94981b8d20193ce0
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: a telephone is used for communication by humans over long distances. Sentence2: Communication is essential if a relationship is to last the distance. Output:
[ "communication" ]
task039-aca2c1091470479fa6ad67377079214b
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Habitat loss and hunting are the two major causes for their declining populations. Sentence2: Habitat loss and hunting can cause harm to an animal species. Output:
[ "Habitat", "hunting", "loss" ]
task039-e8b02407a3e6425090d5c53f14e2904c
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: a plant requires nutrients to grow. Sentence2: A rose requires nutrients to grow. Output:
[ "grow", "nutrients", "requires" ]
task039-630c0320c7d0449b8eb9049e6c192a60
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: creating wood-free paper does not require cutting down trees. Sentence2: creating printed media requires cutting down trees. Output:
[ "creating", "cutting", "down", "require", "trees" ]
task039-953471e513d44a519950aa518e03a475
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Scientists still know relatively little about Archaea. Sentence2: Scientists still know relatively little about some prokaryotes. Output:
[ "Scientists", "about", "know", "little", "relatively", "still" ]
task039-095aefb3b3744635b022444a5a68c3d0
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Light is a form of radiant energy. Sentence2: a bulb converts electrical energy into radiant energy when turned on. Output:
[ "radiant" ]
task039-c628376e8cbe4e29bd6f3571043b2ff2
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: an animal requires warmth for survival. Sentence2: Animals act through their instincts for survival. Output:
[ "survival" ]
task039-c0568b832eaa4a289d9aa70c92e0b1e8
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: faulting of rock in Earth 's crust causes earthquakes. Sentence2: Thrust faults are a result of compressional forces in the Earth's crust. Output:
[ "'s", "Earth", "crust", "faulting" ]
task039-ad98fef5ecc0428da17a83d7cbfffe4a
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: On the other hand, wooden bats are made from trees. Sentence2: sandpaper is used to smooth trees. Output:
[ "trees" ]
task039-9220e1d1637c4ef98c3b80292cf76cc8
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Flowing water can slowly dissolve carbon in sedimentary rock. Sentence2: Flowing water can slowly dissolve carbon in sandstone. Output:
[ "Flowing", "carbon", "dissolve", "water" ]
task039-6e8c194c815d4f21a1dc0cfa0682456e
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Algae play significant roles as producers in aquatic ecosystems. Sentence2: Algae play significant roles as producers oceans. Output:
[ "Algae", "play", "producers", "roles", "significant" ]
task039-2b06e2d1aa2c4db48d7d81f65a3a3673
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: T cells- also known as T lymphocyte. Sentence2: T lymphocytes are infected and destroyed by HIV. Output:
[ "T", "lymphocyte" ]
task039-3eb9979223d741f4bf30344b8243fd81
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Balance is the ability to sense and maintain body position. Sentence2: the ability to sense and maintain body position prevents people falling. Output:
[ "ability", "body", "maintain", "position" ]
task039-5d263e17fe314a01a614e397e3f8a5b2
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Kinetic energy is the energy of movement. Sentence2: Generators use movement to create electrical energy. Output:
[ "energy", "movement" ]
task039-f62074c0da034f0080cc050ecd729d07
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: when water freezes , that water expands. Sentence2: beets tolerate mild water expansions. Output:
[ "expands", "water" ]
task039-76c2453e2a1c4529912bbbff42b856e3
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Reproduction is the process by which organisms give rise to offspring. Sentence2: Life continues because of reproduction. Output:
[ "Reproduction" ]
task039-009874776ae448c68062c140d90438f3
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Fractures heal when osteoclasts form new bone. Sentence2: bones heal without surgery. Output:
[ "heal" ]
task039-548cb4b60eae41488f50c854b758f6bf
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: information in an organism 's chromosomes cause genetic traits to be passed down to that organism 's offspring. Sentence2: Genetics is the study of how traits are passed down, or inherited, from one generation to another. Output:
[ "genetic" ]
task039-ac6d25cdadfb40aea7355d8f62aa1305
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: hiding can be used for avoiding predators. Sentence2: hiding can be used for staying away from predators. Output:
[ "can", "hiding", "used" ]
task039-e280232bb7104c2c9b5fdad7820c3eb9
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Balanced eating is a way of eating that promotes good health. Sentence2: Balanced eating makes you thrive physically. Output:
[ "Balanced", "eating" ]
task039-931095941c4544a89e7e1d308e48e094
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Ice Age Ice ages occur during times known as glacial epochs. Sentence2: When the planet was buried in snow and ice it was known as the glacial epochs. Output:
[ "epochs", "glacial" ]
task039-0fa39312f37249ee81c11430c71a89a2
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Temperature Temperature is an measurement of the amount of heat. Sentence2: Climate is described as the measurement of heat. Output:
[ "heat", "measurement" ]
task039-748d862214eb418cb58a3930f91431e3
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Echinoderms use pheromones to communicate with each other. Sentence2: Echinoderms and molluscs use adhesives to grip the substrate during locomotion. Output:
[ "use" ]
task039-fcb756d2b0454048a90fac413bbf82ff
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Individuals of a species normally mate and produce fertile offspring in the wild e. Sentence2: Communities consist of populations of different groups that produce fertile offspring. Output:
[ "fertile", "offspring", "produce" ]
task039-68f42220df89464c8e6637d0111e8204
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Autotrophs are organisms that can make their own food. Sentence2: An autotroph is a producer that can produce food for itself. Output:
[ "Autotrophs" ]
task039-47e2e19aac7646e4ac8b1cd45658e42d
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Honey bees generate heat by consuming honey and shivering their muscles. Sentence2: Honey bees can shiver. Output:
[ "Honey", "bees" ]
task039-8b1b294e710f45ca9c8cdd2e2c51c5d1
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Reef-building corals are hermatypic. Sentence2: Hermatypic organisms provide food and shelter to many ocean organisms. Output:
[ "hermatypic" ]
task039-859e05612d294dc8af98ef5471de03aa
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: animals require water for survival. Sentence2: Hydrogen and oxygen create water. Output:
[ "water" ]
task039-25fb2fa250f547c586a1e22dfdb068e6
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Menopause occurs when menstruation stops occurring, usually in middle adulthood. Sentence2: Hot flashes are the classic sign of menopause and peri-menopause. Output:
[ "Menopause" ]
task039-dd1cd01dccfd478a8ce672a564985534
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Food consists of organic molecules that store energy in their chemical bonds. Sentence2: Chemical Bonding A chemical bond is the sharing or transfer of electrons. Output:
[ "bonds", "chemical" ]
task039-12c6722816aa4eb7ae7b294de2935a1c
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Scales provide protection and camouflage. Sentence2: scales are used for camouflage by scaled animals. Output:
[ "camouflage" ]
task039-ae05edddab324874b137ede594b8abdd
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: the uterus is used in reproduction. Sentence2: Embryo are transferred to a place used in reproduction. Output:
[ "reproduction", "used" ]
task039-93cc562286df4fcd878bc21f923ec178
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: an animal usually requires a warm body temperature for survival. Sentence2: A warm body temperature helps a species to thrive. Output:
[ "body", "temperature", "warm" ]
task039-7bb59a5b662a448691188331380f75c3
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: a compass is used for determining direction. Sentence2: a compass is used for navigation. Output:
[ "a", "compass", "used" ]
task039-31a8d108bcfe4c2788fc5f06a811866e
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Chloroplasts are organelles that are found in the cells of plants and algae. Sentence2: Mosses are nonvascular plants. Output:
[ "plants" ]
task039-e3fdb41b9b054f1aaba9ecfb68333d08
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: being exposed to wind can cause erosion of soil. Sentence2: Construction and destruction Destruction is surface weathering , erosion , etc. Output:
[ "erosion" ]
task039-cc90b7acb81c4c8f83a4e4139ab6b4fd
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Lung cancer is the Godzilla of cancers. Sentence2: the godzilla of cancers is most often caused by exposure to tobacco smoke. Output:
[ "Godzilla" ]
task039-226e0892bdfa4853b936faccb0ea8106
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Wetlands are extremely important biomes. Sentence2: Biomes are simply environments that have some things in common. Output:
[ "biomes" ]
task039-1173b3a485e24a13afe8b725f26507b0
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: the gravitational pull of the Moon on Earth 's oceans causes the tides. Sentence2: gravitational pull of the moon causes waves. Output:
[ "gravitational" ]
task039-30a90591f96640e8887f5f8a28a30213
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Fruit browning is believed to be a process of early cell aging and death. Sentence2: Fruit browning is associated with aging. Output:
[ "Fruit", "browning" ]
task039-923d925ecc2a4307aa60ddec4ccaacd4
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: if a living thing becomes too cold then that living thing will die. Sentence2: When a person stops breathing, they die. Output:
[ "die" ]
task039-baae5ddf89434d0b86109463391290b2
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Viruses are so small that they can be seen only with an electron microscope. Sentence2: viruses are so small that they can be seen only with a device developed in germany. Output:
[ "Viruses", "seen", "small" ]
task039-d3215331df794e2fa645c65f67d1d494
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Rocks and grasses glisten with dew. Sentence2: rocks and grasses glisten when water vapor condenses over night. Output:
[ "Rocks", "glisten", "grasses" ]
task039-70259d04ee3041e98501e865947572c0
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Most pituitary hormones control other endocrine glands. Sentence2: Most pituitary hormones control other hormone producing structures of the body. Output:
[ "control", "hormones", "pituitary" ]
task039-d2aff90b4dd741f5963299ca53c88400
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: By far and away the biggest climate changes are ice ages. Sentence2: climate change can bury the planet in snow. Output:
[ "changes", "climate" ]
task039-0e5b833408b84ec7b7207dd939184a90
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Herons are an indicator species for wetland communities. Sentence2: Wetlands consist of populations of herons and different species. Output:
[ "Herons", "wetland" ]
task039-3c1a9216e8f449baa3ab280216f55dc3
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: detailed observation of celestial objects requires a telescope. Sentence2: All telescopes collect light and magnify it . Output:
[ "telescope" ]
task039-2bea56214d3647cbb9ed06b4afb4949c
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: the vanes rotating in an electric fan causes air to move. Sentence2: fan speed is adjustable. Output:
[ "fan" ]
task039-fe981dd83522446fa7906faf66959d80
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Fish have a circulatory system with a two-chambered heart. Sentence2: Salmon and trout have a circulatory system with a two-chambered heart. Output:
[ "circulatory", "heart", "system", "two-chambered" ]
task039-314f6fea67eb4d0cbbe0cc6673631da9
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: detailed observation of celestial objects requires a telescope. Sentence2: Detailed observation of celestial objects requires the collecting of light and magnifying it. Output:
[ "celestial", "detailed", "objects", "observation" ]
task039-f1cc5a05b9194347a23ff0da42a020ee
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: if an object is made of a material then that object has the properties of that material. Sentence2: Toxicity is an inherent property of the material. Output:
[ "material" ]
task039-e679d5ec9b944452a77084b35df52abe
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Roundworms make up the phylum Nematoda. Sentence2: Also, nematoda and rotifera are important groups contributing to soils. Output:
[ "Nematoda" ]
task039-172209f4b8214915926740bb807cb6cf
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Sweat wets the skin, and when it evaporates, it cools the body. Sentence2: Sweat is released from sweat glands beneath the skin, and as it evaporates, the skin is cooled. Output:
[ "Sweat" ]
task039-cfef53fd91d944e9b514c62dcbca449b
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Animals sense their surroundings differently than humans. Sentence2: Animals can see differently than humans. Output:
[ "differently", "humans" ]
task039-4f9aff4766584fc49acab127e0106b34
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: animals require water for survival. Sentence2: Water is the key to life for animals. Output:
[ "animals" ]
task039-a99531cc8b1a4ca79805655abae5e5ea
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: measuring the hardness of minerals requires scratching those materials. Sentence2: measuring diamonds requires scratching them. Output:
[ "measuring", "requires", "scratching" ]
task039-7f6c473afa764f1d8f54058928e5d313
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Hookworm larvae enter the host through the skin. Sentence2: Skin is comprised of two layers, the epidermis and dermis. Output:
[ "skin" ]
task039-26b6473c02354706ac3f7a3e3cd9c9dc
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Kidney dialysis depletes carnitine. Sentence2: Treating kidney failure depletes carnitine. Output:
[ "carnitine", "depletes" ]
task039-5d466d45dafd4570870ccf10f5ada47a
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: After the algae complete their life cycle and die bacteria consume the dead algae. Sentence2: bacteria eat algae. Output:
[ "bacteria" ]
task039-bad2a85740f24ebfb54d67cdaa6eed7a
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: the color of leaves on deciduous trees usually changes in the autumn season. Sentence2: A peachleaf willow changes colors in the autumn season. Output:
[ "autumn", "changes", "season" ]
task039-cea1a994a13f4eff92e9e72331c05658
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: medicine is used for curing people when they are sick. Sentence2: ibuprofen is used for curing people when they are sick. Output:
[ "are", "curing", "for", "people", "sick", "they", "used", "when" ]
task039-ee85b2dffbc84a7b92abae4f07ae8f44
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: competition may cause animals to fight towards members of their own species. Sentence2: Lions are members of the 'Panthera leo' species. Output:
[ "species" ]
task039-855098542d2840fba455fb3f0b4c8b59
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Insulin helps cells take up glucose from the blood. Sentence2: Normally the pancreas produces the right amount of insulin to move the glucose into the cells. Output:
[ "cells" ]
task039-e62a3434dca84d80a1d3ced3a7996cf6
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Intelligence has survival value. Sentence2: birds have a high survival value. Output:
[ "survival", "value" ]
task039-b545b39e53684b1cb06861b374b1e25e
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Pedigrees are useful tools for studying inheritance patterns. Sentence2: a map of the types of hemoglobin in the family tree is useful for studying inheritance patterns. Output:
[ "inheritance", "patterns", "studying", "useful" ]
task039-cf97638b586c44989372202f0273b105
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Basalts are volcanic, micro-crystalline rock. Sentence2: Breaking down basalt from larger into smaller pieces by weather is weathering. Output:
[ "Basalts" ]
task039-68d4f1492ff94ab18c7cf7684ffdf9c0
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: when a metal rusts , that metal becomes orange on the surface. Sentence2: When steel rusts it becomes orange. Output:
[ "becomes", "orange", "rusts" ]
task039-bb276290695741fba7a793d23a69e598
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: a measuring cup is used for measuring the volume of substances. Sentence2: Measuring cups accurately measure liquids. Output:
[ "cup", "measuring" ]
task039-44b6208b136a4d59adcf569a846e09c9
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Pathogens : a few types of bacteria in food are responsible for causing illness and are referred to as pathogens. Sentence2: Some types of bacteria in food can cause disease. Output:
[ "bacteria", "food", "types" ]
task039-77505961eeec4219aa23a43b6be3f77e
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Animals can be classified into mammals, reptiles, birds. Sentence2: Hair is a fiber that is not found in reptiles or birds. Output:
[ "birds", "reptiles" ]
task039-776fdd83c1ba4b68b1ba66f4ff11830a
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: the number of rings in a tree trunk can be used to estimate the age of the tree. Sentence2: Age of young trees is estimated from both trunk circumference and tree height. Output:
[ "age", "estimate" ]
task039-25b8f1140ac849e798fddbff34bd5cf2
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: High barometric pressure indicates clear weather. Sentence2: barometric pressure makes clear weather. Output:
[ "barometric" ]
task039-4a5476ef77b84cc985a0725ecc61670b
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Condoms can break; Condoms can be used incorrectly. Sentence2: Some methods of birth control can break or be used incorrectly. Output:
[ "break", "incorrectly" ]
task039-3fdce17cc33e4d30b4df303f74c1838b
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Cirrus clouds can indicate the arrival of a warm front. Sentence2: Cirrus clouds can indicate the arrival of rainy weather. Output:
[ "Cirrus", "arrival", "clouds", "indicate" ]
task039-4647de8dec4948e4a6b3e51ddd1d7d5c
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: if a neutral atom loses an electron then an atom with a negative charge will be formed. Sentence2: When an atom or molecule is no longer neutral it is called an ion . Output:
[ "neutral" ]
task039-ad5a6d4e743c4724b7f34c1b198dd8a4
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: living underground can be used for hiding from predators. Sentence2: Color and going underground helps conceal from predators. Output:
[ "underground" ]
task039-07359ff8ee324c838bbbe8b0cf3b0177
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: vein deposits of gold and silver are formed by igneous intrusion. Sentence2: vein deposits of gold and silver are formed in higher elevations. Output:
[ "deposits", "formed", "gold", "silver", "vein" ]
task039-9e538b7c4ef744b48b16390deddb5e7b
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: igneous rocks are formed from magma cooling. Sentence2: Igneous rocks are formed by the solidification of magma. Output:
[ "igneous", "rocks" ]
task039-a513d364d8cd4f9aa3c410e8c8113c3b
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Carbon monoxide is a gas produced by furnaces and other devices that burn fuel. Sentence2: Carbon Monoxide Carbon monoxide is a health hazard. Output:
[ "Carbon", "monoxide" ]
task039-297f42d975154186a8042af8074698e5
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Frogs also have a larynx, or voice box, to make sounds. Sentence2: Frogs croak to alert other frogs that is their territory. Output:
[ "Frogs" ]
task039-50220a3abc1747248527c91cebb87d8a
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: Protozoa can be classified on the basis of how they move. Sentence2: Cysts are protozoa that produce a special protective shell. Output:
[ "Protozoa" ]
task039-94732a659eb6423992f2aa69bbb8a1a1
Definition: Generate an overlapping word between the given two sentences. When you find the overlapping words, they don't have to match exactly, e.g., "survival" and "survive" are valid overlapping words. Little words like "the" or "of" don't count! You must generate significant words which are not the stop words. Positive Example 1 - Input: Sentence1: pesticides cause pollution. Sentence2: pollution can harm animals. Output: pollution. Positive Example 2 - Input: Sentence1: a solar panel converts sunlight into electricity. Sentence2: sunlight comes from the sun. Output: sunlight. Negative Example 1 - Input: Sentence1: soil is formed by rocks eroding. Sentence2: rain can help form soil. Output: soil, form, formed. Negative Example 2 - Input: Sentence1: a protractor is used for measuring the angles of a triangular object. Sentence2: a prism has a triangular shape. Output: a, triangular. Now complete the following example - Input: Sentence1: if fossils of an animal or plant are found in a place then that animal or plant used to live in that place. Sentence2: Fossils are the remains of ancient plant and animals or the traces of their activities. Output:
[ "fossils" ]
task039-82389e37d5e2441ca8c003cad044213d