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: Some precipitation that falls on land may soak into the ground, becoming groundwater. Sentence2: Some snow that falls on land may soak into the ground becoming groundwater. Output:
[ "Some", "becoming", "falls", "ground", "groundwater", "into", "land", "may", "on", "soak", "that", "the" ]
task039-6792ddfcf5b148359662235acdc076a1
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 temperatures can cause an object to combust. Sentence2: incineration causes an object to combust. Output:
[ "combust" ]
task039-c8d45f9ab5b04554a330667337343865
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: Generally, pheromones are volatile substances. Sentence2: Male dogs use volatile substances in urine to mark their territory. Output:
[ "substances", "volatile" ]
task039-1dca52da1f6c41cba6afabc447f2c4ed
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: Evolution occurs by a process called natural selection. Sentence2: Evolution occurs by a sorting mechanism process. Output:
[ "Evolution", "process" ]
task039-21c23d01291240428b71c2671f735889
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: Mutualism is a symbiotic relationship in which both species benefit. Sentence2: Mutualism is an association between two different species which benefits each species. Output:
[ "Mutualism" ]
task039-16ddf40474114db99f27eb456c1098f4
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: Fall rains cause the germination of the annual grassland plants that grow slowly during winter and then grow rapidly in the spring as temperatures rise. Sentence2: Water vapor causes plants to grow. Output:
[ "grow" ]
task039-7d4f70fd081641bc8a0ccab5575c2700
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: Protists Protists are single-celled organisms. Sentence2: Most single-celled organisms have motility. Output:
[ "organisms", "single-celled" ]
task039-fa0197b516774a2d9d4fba89b9d92e33
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 ages buried the planet in snow and ice for millions of years at a time. Sentence2: Unmelted winter snow and ice accumulate from year to year, and an ice age can begin. Output:
[ "ages", "years" ]
task039-f3dbda2f006f480c82a3e5e142954b8a
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: Climate influences plant growth, biodiversity, and adaptations of land organisms. Sentence2: Global warming influences plant growth, biodiversity, and adaptations of land organisms. Output:
[ "adaptations", "biodiversity", "influences" ]
task039-fe93c941745d42ae8e48ce71209cbe8c
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: Present day erosion is caused by wind. Sentence2: Uneven heating of the Earth's surface can cause erosion. Output:
[ "erosion" ]
task039-ed3c96d41d1c434a8b6bd0327fabf223
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: Oxygen is just one substance transported by the blood. Sentence2: Hemoglobin transports oxygen in blood. Output:
[ "blood" ]
task039-8bddc021279b4659a2158a217dd0b2b9
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: Bone is a living tissue. Output:
[ "bone" ]
task039-51776d14fc194379a87c1945511db424
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: Lymphocytes are the key cells involved in the immune response. Sentence2: the immune response produces antibodies. Output:
[ "immune", "response" ]
task039-21a0ad420914426799cc8295fdb4bf0a
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 egg is fertilized, it can implant in the uterus and cause pregnancy. Sentence2: pregnancy occurs when sperm swim to an egg inside an archegonium. Output:
[ "pregnancy" ]
task039-6d6a2287a9914f33808f71a13b176e49
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: Birds include gulls, waterfowl, birds of prey and garden birds. Sentence2: Gull eggs have hard shells made of calcium carbonate. Output:
[ "gulls" ]
task039-aef270d50b034548aac1da467a856416
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: Examples are the E-Coli bacteria and Hanta virus. Sentence2: E-coli is part of the most diverse and abundant group of organisms on Earth. Output:
[ "E-Coli" ]
task039-5cd8e52be6c844a4915f8b131030020d
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: Plants are sensitive organisms. Sentence2: having food has a positive impact on a plant's health. Output:
[ "Plants" ]
task039-2b551522837644899e454404b34b1236
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: satellites are used to take images from space. Sentence2: Meteorologists rely on satellites for data. Output:
[ "satellites" ]
task039-5cb1b47e0e274d4b97ca81a2b6ff7627
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: Reproduction is the process by which organisms give rise to their young. Output:
[ "Reproduction", "by", "give", "is", "organisms", "process", "rise", "the", "to", "which" ]
task039-c2ecc18c630143bfae0174e55d6fd7f8
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: wiring requires an electrical conductor. Sentence2: wiring requires metal or aluminum for electricity. Output:
[ "requires", "wiring" ]
task039-50a49b33cc614c69addf9c20ea11fde9
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 Ages are rare in geologic history. Sentence2: something rare in geologic history buried the planet in snow for millions of years. Output:
[ "geologic", "history" ]
task039-e4bbd222a38048e2a7661f52dd4364cf
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: Sperm are deposited in the vagina during sexual intercourse. Sentence2: Male gametes are sperm. Output:
[ "Sperm" ]
task039-27798e46a50146c2bb82b6fa4343f341
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: Organisms that live in marine biomes must be adapted to the salt in the water. Sentence2: Organisms or living beings are literally things that are alive. Output:
[ "Organisms" ]
task039-8ddde13f41da472492a188381e0200aa
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: Warm temperatures have helped plant growth and sizing. Sentence2: a greenhouse helps plant growth. Output:
[ "growth", "plant" ]
task039-346bb0656e864727ad179389247c72ca
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: Mutation creates new genetic variation in a gene pool. Sentence2: Adult genotypes reflect the genes they contribute to the gene pool. Output:
[ "gene", "pool" ]
task039-d4b51a790dc941e396625ca1cd71eb41
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: poison causes harm to living things. Sentence2: Paralytic shellfish cause harm to living things. Output:
[ "harm", "living", "things" ]
task039-ddf86199e08e4935b40cc74199e29c7b
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: All monkeys are mammals. Sentence2: monkeys conserve body heat with their hair or fur. Output:
[ "monkeys" ]
task039-ba7a97d9c22f4217ad386964e3d31f33
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: Cancer is a malignant tumor. Sentence2: Cells that divide uncontrollably may form cancer. Output:
[ "Cancer" ]
task039-a9d4e0b8d3c0424c888b23749991644d
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: Fertilization stimulates the growth of plankton algae. Sentence2: Fertilization helps feed bivalves. Output:
[ "Fertilization" ]
task039-e52078621a924dd4b2e4f1f00f198eb8
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: Beavers are primarily aquatic animals. Sentence2: Beavers require great amounts of water to survive. Output:
[ "Beavers" ]
task039-1883fb26b2c345d8a2f3f50e90d50c0f
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: Slime molds are fungus-like protists commonly found on rotting logs and compost. Sentence2: nuisance fungus are commonly found on rotting logs and compost. Output:
[ "commonly", "compost", "found", "logs", "rotting" ]
task039-9fe5a5aa50c04ca9b59384b09bf79e04
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: Skids occur when the car's speed overcomes tire traction. Sentence2: Braking and the car's speed overcoming traction causes cars to slide. Output:
[ "traction" ]
task039-57162644647048e0946401dc8a79cbf5
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: From the bladder, urine leaves the body. Sentence2: The bladder empties through a sphincter in the process of urination. Output:
[ "bladder" ]
task039-cdcd389d6380427291eff8e38c01b810
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 also make cartilaginous fish excellent predators. Sentence2: some excellent predators have jaws that have rows of teeth that grow throughout life. Output:
[ "Jaws", "excellent", "predators" ]
task039-3aa8e9cf16be4608a8d7cdb48b5c62be
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 gas is heated then that gas will expand. Sentence2: if chlorine is heated then it will expand. Output:
[ "expand", "heated" ]
task039-c3d7fce8d47649d69877826faa51c8c5
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: Hurricanes have wind speeds of at least 74 mph. Sentence2: anemometers can measure hurricanes. Output:
[ "Hurricanes" ]
task039-f103a75a0e4b44f6b9147a851c2db59d
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: Just like bricks are the building blocks of a home, atoms are the building blocks of matter . Sentence2: Cells are the microscopic building bricks of organisms. Output:
[ "bricks" ]
task039-6635fa6c183b405ca6835893a18d72ac
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: Adult tunicates are barrel-shaped. Sentence2: Urochordates are commonly called tunicates. Output:
[ "tunicates" ]
task039-340bd33799fd40d7a79ea617910c6151
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 are very small. Sentence2: Biologists use microscopes to see bacteria. Output:
[ "Bacteria" ]
task039-2a36095feade494c88d84a6eb2cfaddc
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: Yeast reproduce asexually by budding. Sentence2: yeasts use spores to reproduce. Output:
[ "Yeast" ]
task039-ed7811735f2643a6978c79e2d32aad06
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: Foam type insulations require an overlay board insulation. Sentence2: foam materials can be used to keep warm. Output:
[ "Foam" ]
task039-05701921c39e44189abaad5dca51c2c6
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 and medical technology help expand our life expectancy. Sentence2: x-rays are used to help expand our life expectancy. Output:
[ "expand", "expectancy", "help", "life" ]
task039-306335c49e6d4b26b33436cb243225ba
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: Chemical digestion occurs mainly in the small intestine. Sentence2: Chemical digestion and absorption of food occurs in the small intestine. Output:
[ "Chemical", "digestion" ]
task039-d3cc1cae65b34e00a1964021715fe36b
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: killing microorganisms in food can be used to extend the shelf life of that food. Sentence2: Irradiation kills microorganisms that spoil food. Output:
[ "killing", "microorganisms" ]
task039-977fc767fae44a3d8403d2b36fcd5aaf
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: Populations are large groups of individuals. Sentence2: bottleneck effect occurs when large groups of individuals suddenly gets much smaller. Output:
[ "groups", "individuals", "large" ]
task039-6b01d9149d4b47c7a6ac509c17fe9120
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: Endospores are commonly found in soil and water. Sentence2: Endospores are a means of reproduction. Output:
[ "Endospores" ]
task039-e688f8d4e7354c4dac95880082eabb29
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: predicting weather requires studying weater. Sentence2: Introduction to the Weather Introduction to Weather Meteorology is the study of weather. Output:
[ "studying" ]
task039-75d1186d34584cc588973580234176f0
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: All sharks are predators. Sentence2: hiding can be used for avoiding sharks. Output:
[ "sharks" ]
task039-bf37ab1b0cc44a6bac759ca3c829a2f8
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 hemisphere is tilted away from the sun , that hemisphere receives less direct sunlight. Sentence2: When a hemisphere is tilted away from the sun, that hemisphere receives less photons. Output:
[ "away", "from", "hemisphere", "sun", "the", "tilted" ]
task039-3460c0adc60e4cae9a71ddf0000cb826
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: Excretion is the process of removing wastes and excess water from the body. Sentence2: parasites remove waste from their bodies. Output:
[ "wastes" ]
task039-b43816215c254a2390072e6298b4d316
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: Movies are images and moving pictures. Sentence2: A camera is used for recording still and moving pictures. Output:
[ "moving", "pictures" ]
task039-59fa03e713d1473a89ffa6d3bacf0d8c
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: Ducks generally have webbing on their feet. Sentence2: Ducks can move fast through water. Output:
[ "Ducks" ]
task039-241b475f0a43474d9ec695800a90abad
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: Birds have relatively large brains and a high level of intelligence. Sentence2: Animals in class aves have relatively large brains and a high level of intelligence. Output:
[ "a", "and", "brains", "have", "high", "intelligence", "large", "level", "of", "relatively" ]
task039-f328fb439a3144309c5ee34944d97de6
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 sunlight for photosynthesis. Sentence2: Ferns are one type of seedless plant. Output:
[ "plant" ]
task039-ebbef45dfdc94d0f96e17f3fa635f810
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: All pain receptors are free nerve endings. Sentence2: free nerve endings are found in the skin. Output:
[ "endings", "free", "nerve" ]
task039-c6d9fec183754a4eaca85a0ed5f1ad38
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: Solar energy is provided by the sun and collected by a solar panel. Sentence2: Solar panels must be in sunlight to produce power. Output:
[ "panel", "solar" ]
task039-593208d1a6b84abd860f2c3e80f9e97d
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 is used for adjusting to hot temperatures by some animals. Sentence2: All humans are animals. Output:
[ "animals" ]
task039-2dc9e1ef561f44119c717c3181fda243
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: biofuel is used to produce electricity by burning. Sentence2: Ethanol can produce electricity by burning. Output:
[ "burning", "electricity", "produce" ]
task039-2d9e7b9f698241759167eb3a39347340
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: Greenhouse gases act as the glass in a greenhouse. Sentence2: glass keeps plants warm. Output:
[ "glass" ]
task039-c18656eb22a94d7d8752ea53dff42bcc
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: heating a liquid can be used to identify that liquid 's boiling point. Sentence2: Pressure can increase or decrease the boiling point. Output:
[ "boiling", "point" ]
task039-13a1a3ea28c24a56921fdfbb465c25e7
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 cause food to spoil. Sentence2: Food poisoning occurs when spoiled food is eaten. Output:
[ "spoil" ]
task039-82d7d2b543364a6daa1011c7d7f4ccb5
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: Of course, computers are electronic devices, and as such, they deal in electrical terms. Sentence2: Electricity is used for energy by computers. Output:
[ "computers" ]
task039-eb1d90cd705a4f33b4b1864f1ecb18d1
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: Brain cells die quickly if their oxygen supply is cut off. Sentence2: the heart stopping pumping can cut off oxygen to cells. Output:
[ "cut", "off", "oxygen", "supply" ]
task039-db74588183c2478080433ec0ebb36160
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: Annelids are worms such as the familiar earthworm. Sentence2: The familiar earthworm has a segmented body. Output:
[ "earthworm", "familiar" ]
task039-b2d55f51c967444bbcea4f6d02751aa7
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: folding an object causes that object to change shape. Sentence2: Folding an object causes that object to transform. Output:
[ "causes", "folding", "object" ]
task039-32a7a4f843e14672b4e10ef91c9f0255
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: Mammals include rabbits, foxes and coyotes. Sentence2: Foxes conserve body heat with their hair or fur. Output:
[ "foxes" ]
task039-4231e861e9044201a2e599ede2ac0b7a
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: Female mammals have mammary glands. Sentence2: Humans have mammary glands. Output:
[ "glands", "mammary" ]
task039-420d9cd69623417da5518c02ee1ea5bb
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 flashlight converts chemical energy into light energy. Sentence2: A flashlight does work. Output:
[ "flashlight" ]
task039-ffab1e7842764dd09cb788c9b7b95c1c
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: Growth is faster during infancy than it is during puberty. Sentence2: Adolescence is the period of transition between puberty and adulthood. Output:
[ "puberty" ]
task039-f6f28e8b38ad414887c8ae19935d4d63
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 cells are activated B cells that secrete antibodies. Sentence2: Plasma cells are activated B cells that secrete warriors. Output:
[ "B", "Plasma", "activated", "cells", "secrete" ]
task039-3ee1001572954929b87dda14bde57252
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: Collar cells have tiny hairs that trap the particles. Sentence2: Particles A particle is simply a very tiny piece of matter. Output:
[ "particles" ]
task039-3279205043cc4f32b22850a2423b8233
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: Polygenic traits are the result of the interaction of several genes. Sentence2: skin color is the result of the interaction of several genes. Output:
[ "genes", "interaction", "result", "several" ]
task039-f8d5ddd49f3042ae97cc776b2dd8a9d7
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 tape measure is used to measure length. Sentence2: a tape measure is used to measure what uses the base unit in the metric system is the meter . Output:
[ "measure", "tape" ]
task039-becd675e1af444e595f3bd2f0a071a22
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: Thus, if I put salt on the doorstep, it will melt the ice because there is a relationship between the melting point of ice and the salinity of water. Sentence2: pouring salt on an icy doorstep will reduce the melting point of the ice, making it easier to remove as the ice changes from a solid to a liquid at a lower temperature. Output:
[ "doorstep" ]
task039-b1752660e23548e48e37e4846ff3e75c
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 mountains with well-rounded peaks can be formed by collision of crustal plates. Sentence2: On Earth, volcanoes are found mainly along the colliding boundaries of great crustal plates. Output:
[ "crustal", "plates" ]
task039-d7cbbd24ff66458ba945a46c2efaf879
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 distracted while driving can cause people to crash their car. Sentence2: Using a cell phone while driving can cause crashes. Output:
[ "crash", "driving" ]
task039-8d9baa1ac4da4e4f9507da921e65089f
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: Many consumers feed at more than one trophic level. Sentence2: Many consumers feed at more than one nutrient level. Output:
[ "Many", "consumers", "feed", "more", "one", "than" ]
task039-9c2d0c7bfad64dd0847fe03675954554
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: Limestone is a type of sedimentary rock. Sentence2: limestone is formed by deposition. Output:
[ "Limestone" ]
task039-2e1de46e2b414a139a0def6b5c35e271
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: Wind erosion is slowed by wind barriers such as trees and shrubs. Output:
[ "wind" ]
task039-86237ec47cfb448fa1368a1fb048c198
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: Trees have woody stems covered with bark. Sentence2: Evergreens have woody stems covered with bark. Output:
[ "bark", "covered", "stems", "woody" ]
task039-9c3f66dc83ff47e9919cbc0543e19045
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: Marine species live mainly in shallow coastal waters. Sentence2: Marine Science Marine science is the study of the sea. Output:
[ "Marine" ]
task039-ef0fec2c46fa4848b3c3ac88cef9f518
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: threatening behavior causes a fight-or-flight response in animals. Sentence2: fight-or-flight response happens in humans and animals. Output:
[ "fight-or-flight", "response" ]
task039-fd5644719ab84a839818769ff967a8cd
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: Catalysts lower the activation energy for reactions. Sentence2: Catalysts lower the input required for chemical reactions to get started. Output:
[ "Catalysts", "lower" ]
task039-6fa4d0abc2d54ca1b7741a5664223570
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 switch is used to start the flow of current in an electrical circuit. Sentence2: Some systems have an additional connection for a second doorbell switch. Output:
[ "switch" ]
task039-74ba08c68c604f14abe0cb55dd06e697
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 soil has high permeability, water flows through the soil more freely and may cause chemicals to leach. Sentence2: if soil is permeable it may cause chemicals to leach. Output:
[ "cause", "chemicals", "leach", "may", "to" ]
task039-ae79fba2791744c4bcf0c59c22e2df67
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: Precipitation falls on the windward side of the mountain range. Sentence2: Rainfall falls on the windward side. Output:
[ "side", "windward" ]
task039-71ace5642359480a90e9cfa0f608211e
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: DNA is the stuff of life. Sentence2: chromosomes are the stuff of life. Output:
[ "life", "of", "stuff" ]
task039-ca1085de3d3e4cecb98f427ff783bc3b
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: wind and rain cause erosion. Sentence2: water causes erosion most effectively. Output:
[ "erosion" ]
task039-45a01989ca514dddb19a41e385f9203e
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: Hormonal production is regulated by enzymes. Sentence2: enzymes control hormones. Output:
[ "enzymes" ]
task039-82ac5f00adbb48749e3288b3a92a9de0
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: Pugs are mammals and mammals shed. Sentence2: pugs have a layer of fat under the skin. Output:
[ "Pugs" ]
task039-662c613d232e4122b8984d7035f98246
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: Results underline the benefits of such vaccination policy. Sentence2: vaccination policies have benefits to immunity. Output:
[ "benefits", "policy", "vaccination" ]
task039-a05e9981e4d94646981e852080430d00
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: eyes are used for seeing by animals by sensing light. Sentence2: Mammals use eyes to sense light. Output:
[ "eyes", "light", "sensing" ]
task039-86ad30f5dd0e44e39ae81d969e1f643b
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: Hurricanes are categorized by the Saffir-Simpson Scale. Sentence2: Something categorized by the Saffir-Simpson scale converts heat energy into mechanical energy. Output:
[ "Saffir-Simpson", "Scale", "categorized" ]
task039-7ca52998c50747109e05f321b0b6f1af
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: Each birth is as unique as the child that is born. Sentence2: When a child is born, parents often take care of them. Output:
[ "born", "child" ]
task039-364f34f1f2c54c9093a2985ae74604f4
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 meter stick is used to measure distance. Sentence2: The path between the boat brokerages and dealership locations is measured by a meter stick. Output:
[ "measure", "meter", "stick" ]
task039-d1c51c0123de4b5f998fdcaaf48589c4
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: Genetic diversity is really a form of biodiversity. Sentence2: cross-pollination increases biodiversity. Output:
[ "biodiversity" ]
task039-48c168471d4b40639f9d4d59aea78611
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: Soil can be depleted of nutrients. Sentence2: some soil can't grow plants. Output:
[ "Soil" ]
task039-48376d75fcd2404b8c34c57141745d56
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 volume of an object can be used to describe the size of that object. Sentence2: Volume means how much space the ingredient takes up. Output:
[ "volume" ]
task039-aa4c378a634d45e68dc253a13b118950
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: freezing causes a solid to form. Sentence2: Water freezes at 32 degrees. Output:
[ "freezing" ]
task039-82686f6591de4b1787202339a7d34949
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: Ribosomes are small organelles where proteins are made. Sentence2: Also, the nontranslating ribosomes competed with the translating ribosomes. Output:
[ "Ribosomes" ]
task039-11fcc35b2f9c43658774ecea4fcb7084