input
stringlengths
3.54k
4.4k
output
sequencelengths
1
55
id
stringlengths
40
40
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does Jimmy Wales believe in destiny?, Answer:No, Description of Jimmy Wales: Wikipedia co-founder, Fact1: Jimmy Wales is an Objectivist. , Fact2: Objectivists do not believe in destiny. Output:
[ "Step1: What are Jimmy Wales religious beliefs?, Step2: Does #1 hold the belief of destiny in its teachings?, not_definitive_answer: False, incorrect_answer: False" ]
task168-d5b21e2fc6174d49a0526336d917ddff
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Was Pope Alexander VI's origin country least represented in papal history?, Answer:No, Description of Pope Alexander VI: Pope of the Catholic Church 1492–1503, Fact1: Pope Alexander VI, born Rodrigo Borgia, was born in a town in eastern Spain., Fact2: There have been two Popes whose origins are from Spain, including Pope Alexander VI and Pope Callixtus III., Fact3: Pope John Paul II was born in Poland., Fact4: Pope John Paul II is the only pope of Polish origin. Output:
[ "Step1: What is Pope Alexander VI's home country?, Step2: How many popes have come from #1?, Step3: Is it the case that no countries have produced a non-zero number of popes that is less than #2?, Wikipedia page for step 1: Pope Alexander VI, Wikipedia page for step 2: Papacy (countries of origin), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-879e6e901c3e4ee48e6a6bc03b6bfa1c
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Metroid have a link with the studio of the DOA series?, Answer:Yes, Description of Metroid: Video game series, Fact1: Metroid: Other M is an action-adventure video game developed by Team Ninja and Nintendo, Fact2: Team Ninja is a Japanese video game developer and a division of Koei Tecmo. , Fact3: Team Ninja was formed by Tomonobu Itagaki from a group of game designers working at Tecmo specifically for the purpose of creating the home versions of the fighting game Dead or Alive/DOA. Output:
[ "Step1: Metroid: Other M was developed by which teams?, Step2: The members of the team in #1 were originally working at Tecmo on which project?, Step3: Did #2 involve the DOA series?, Wikipedia page for step 1: Metroid: Other M, Wikipedia page for step 2: Team Ninja, Wikipedia page for step 3: Koei Tecmo, Team Ninja, not_definitive_answer: False, incorrect_answer: False", "Step1: Was one of Metroid: Other M's co-developers Team Ninja?, Step2: Did Team Ninja develop the DOA series?, Step3: Are #1 and #2 both yes?, Wikipedia page for step 1: Team Ninja, Wikipedia page for step 2: Dead or Alive (franchise), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-13d569831d3b42d48d5d0f6deb7a5aa3
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can a quarter fit inside of a human kidney?, Answer:Yes, Description of Kidney: internal organ in most animals, including vertebrates and some invertebrates, Fact1: Kidney stones are hard mineral deposits that can form in the kidneys., Fact2: The largest kidney stone ever recorded was 13 cm wide., Fact3: The diameter of a quarter is 2.4 cm. Output:
[ "Step1: How big is the largest kidney stone ever recorded?, Step2: How wide is a quarter?, Step3: Is #1 larger than #2?, Wikipedia page for step 1: Kidney stone disease, Wikipedia page for step 2: Quarter (United States coin), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-7efad55ce17844a49b8ad0e695fa8e82
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is All Purpose Flour safe for someone who has celiac disease?, Answer:No, Description of Flour: powder which is made by grinding cereal grains, Fact1: All purpose flour has about 9% gluten in it., Fact2: When someone with Celiac disease eats gluten, their body has an immune response that attacks their small intestine. Output:
[ "Step1: What do people with celiac disease have to avoid?, Step2: Is #1 absent from all purpose flour?, Wikipedia page for step 1: Coeliac disease, Wikipedia page for step 2: Flour, not_definitive_answer: False, incorrect_answer: False" ]
task168-e3576cd4473747bf8e3027b2db8565e3
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are rainbows devoid of color made by mixing yin and yang colors?, Answer:Yes, Description of Yin and yang: philosophical concept, Fact1: Yin and Yang are a philosophical Chinese concept represented by the color black and white., Fact2: Black and white when mixed together create the color gray., Fact3: The rainbow contains the colors: red, orange, yellow, green, blue, indigo and violet. Output:
[ "Step1: What colors do the 'yin and yang' concept represent?, Step2: What are the colors of the rainbow?, Step3: What color would be obtained by mixing #1?, Step4: Is #3 included in #2?, Wikipedia page for step 1: Yin and yang, Wikipedia page for step 2: Rainbow, Wikipedia page for step 3: , Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-bc77ea1a83b2428c90b5c23b1bcac273
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Was Land of Israel in possession of an Islamic empire in 16th century?, Answer:Yes, Description of Land of Israel: Traditional Jewish name for an area of indefinite geographical extension in the Southern Levant., Fact1: Land of Israel was controlled by the Ottoman Empire in 16th century. , Fact2: The religion of Ottoman Empire was Sunni Islam. Output:
[ "Step1: Who ruled the geographic region of Israel in the 16th century?, Step2: Was Islam the state religion of #1?, Wikipedia page for step 1: wiki: Israel, Wikipedia page for step 2: wiki: Ottoman Empire, not_definitive_answer: False, incorrect_answer: False" ]
task168-85a6194c70224f1bab90519b16f84e7f
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is a Halloween cruise in the Gulf of Mexico likely to be safe from storms?, Answer:No, Description of Gulf of Mexico: An Atlantic Ocean basin extending into southern North America, Fact1: Hurricanes often strike the Gulf of Mexico, Fact2: Hurricane season in the gulf lasts until the end of November, Fact3: Halloween is October 31 Output:
[ "Step1: Which storms are a common occurrence in the Gulf of Mexico?, Step2: What time of the year is Halloween celebrated?, Step3: According to known patterns, are any of #1 likely to happen during #2?, Wikipedia page for step 1: Gulf of Mexico, Wikipedia page for step 2: Halloween, Wikipedia page for step 3: Gulf of Mexico, not_definitive_answer: False, incorrect_answer: False" ]
task168-b7203b152d564accba86b154ff8e3cfe
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do you need both hot and cold water to peel a tomato?, Answer:Yes, Description of Tomato: Edible berry of the tomato plant, originating in South America, Fact1: The first step in removing the skin from at tomato is to quickly submerge it in boiling water., Fact2: The second step in removing the skin from a tomato is to take the tomatoes out of the boiling water and put them into ice water. Output:
[ "Step1: What are the various steps involved in peeling tomatoes?, Step2: Does any of #1 use hot water?, Step3: Does any of #1 use cold water?, Step4: Are #2 and #3 positive?, Wikipedia page for step 1: Tomato, Wikipedia page for step 2: , Wikipedia page for step 3: , Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b4c807e3dd9c4148b1dedfab2520e164
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would Eminem perform well at the International Mathematical Olympiad?, Answer:No, Description of Eminem: American rapper and actor, Fact1: Eminem dropped out of Lincoln High School at age 17 and disliked math and social studies., Fact2: Mathematics competitions or mathematical olympiads are competitive events where participants sit a mathematics test., Fact3: The content on the International Mathematical Olympiad ranges from extremely difficult algebra and pre-calculus problems to problems on branches of mathematics not conventionally covered at school and often not at university level either. Output:
[ "Step1: What levels of mathematics are covered in the International Mathematical Olympiad?, Step2: What levels of mathematics is Eminem competent in?, Step3: Does #2 meet the minimum level in #1?, Wikipedia page for step 1: International Mathematical Olympiad, Wikipedia page for step 2: Eminem, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5c06c9a8084e49ceb09b29c8945f5146
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can the history of art be learned by an amoeba?, Answer:No, Description of History of art: history of human creation of works for aesthetic, communicative, or expressive purposes, Fact1: The history of art is the academic study of the development of human artistic expression over time, Fact2: Academic study requires human-level intelligence, Fact3: An amoeba is a single-celled organism Output:
[ "Step1: What intellectual ability is necessary to study the history of art?, Step2: Does an amoeba possess #1?, Wikipedia page for step 1: History of art, Wikipedia page for step 2: Amoeba, not_definitive_answer: False, incorrect_answer: False" ]
task168-36b12ed447704408bfd3fafe8a9048b9
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the person who gave birth to 50 Cent remain ignorant about his drug dealing?, Answer:Yes, Description of 50 Cent: American rapper, singer, songwriter, actor, television producer, entrepreneur and investor, Fact1: 50 Cent's mother died when he was 8, Fact2: 50 Cent started selling crack when he was 12 Output:
[ "Step1: How old was 50 Cent when his mother died?, Step2: When how old was 50 Cent started dealing drugs?, Step3: Is #2 greater than #1?, Wikipedia page for step 1: 50 Cent, Wikipedia page for step 2: 50 Cent, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ec0f1f007f3e41f3b6aa668ce091b2aa
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could the members of The Police perform lawful arrests?, Answer:No, Description of The Police: English rock band, Fact1: The members of The Police were musicians, not law enforcement officers., Fact2: Only law enforcement officers can perform lawful arrests. Output:
[ "Step1: Who can perform lawful arrests?, Step2: Are members of The Police also #1?, Wikipedia page for step 1: Law enforcement, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8332caeb5ae64f3cad4f654910d04f97
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Olympia, Washington part of "Ish river country"?, Answer:Yes, Description of Olympia, Washington: State capital and city in Washington, United States, Fact1: Poet Robert Sund called the Puget Sound region "Ish River country"., Fact2: Olympia is in the Puget Sound region. Output:
[ "Step1: Where is Ish river country? , Step2: What cities are located in #1?, Step3: Is Olympia included in the list in #2?, Wikipedia page for step 1: Ish river country (Puget Sound region), Wikipedia page for step 2: Puget Sound region, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-143fc7cc7b404822ae36e037a272c192
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Bitcoin's smallest denomination named after a millenial?, Answer:No, Description of Bitcoin: decentralized cryptocurrency, Fact1: Bitcoin's smallest denomination is named after Satoshi Nakamoto., Fact2: Satoshi Nakamoto claims to have been born in 1975., Fact3: Millennials are generally considered to be born between 1981 and 2000. Output:
[ "Step1: What is the smallest denomination/subunit of Bitcoin called?, Step2: When did #1 claim to have been born?, Step3: What is the most widely accepted range of years of birth of millenials?, Step4: Is #2 within #3?, Wikipedia page for step 1: Bitcoin, Wikipedia page for step 2: Satoshi Nakamoto, Wikipedia page for step 3: Millennials, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8457be1e6c034304abbd6048f9469781
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could a Diwali celebration feature a crustacean?, Answer:Yes, Description of Crustacean: subphylum of arthropods, Fact1: Diwali is an important Hindu holiday which includes feasting., Fact2: Crustaceans are shelled, mainly aquatic animals that include shrimp, lobster, and crabs., Fact3: Hindus are allowed to eat any food besides beef, since cows are sacred., Fact4: Hindus are allowed to eat Output:
[ "Step1: What religion celebrates Diwali with feasting?, Step2: What foods are on #1 s forbidden list?, Step3: Is lobster part of #2?, Wikipedia page for step 1: Diwali, Wikipedia page for step 2: Hinduism, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-da3375b8c7534b8091f5cfbd4fd09c09
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can I commute to Paramaribo in car from India?, Answer:No, Description of Paramaribo: Capital City in Paramaribo District, Suriname, Fact1: Paramaribo is Capital City in Paramaribo District, Suriname which is in the South American Continents, Fact2: India is a country in the Asian Continent, Fact3: India and South America are separated by oceans., Fact4: Cars cannot be driven in the oceans Output:
[ "Step1: On what medium are cars operated?, Step2: On what continent is India?, Step3: On what continent is Paramaribo?, Step4: Is #2 connected to #3 by #1?, Wikipedia page for step 1: Car, Wikipedia page for step 2: India, Wikipedia page for step 3: Paramaribo, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fb79fc9497024a46a913d36ee593f3f1
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Pearl Harbor the mythical home of a shark goddess?, Answer:Yes, Description of Pearl Harbor: Harbor on the island of Oahu, Hawaii, Fact1: The native Hawaiian people believed Pearl Harbor was the home of Kaʻahupahau., Fact2: Kaʻahupahau is a shark goddess in Hawaiian legends. Output:
[ "Step1: What did the native Hawaiian people believe Pearl Harbor was home to?, Step2: What was #1?, Step3: IS #2 the same as a shark goddess?, Wikipedia page for step 1: Pearl Harbor, Wikipedia page for step 2: Kaʻahupahau, Wikipedia page for step 3: Kaʻahupahau, not_definitive_answer: False, incorrect_answer: False" ]
task168-4286d37acf4349138078250f84c84976
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does the hero of the Odyssey come from a town that is also found in New York?, Answer:Yes, Description of Odyssey: Epic poem attributed to Homer, Fact1: The hero of the odyssey is Odysseus., Fact2: Odysseus is the King of Ithaca., Fact3: Ithaca is also city in New York state. Output:
[ "Step1: Who is the hero of the Odyssey?, Step2: Where is #1 from?, Step3: Is there a city in New York State named #2?, Wikipedia page for step 1: Odyssey, Wikipedia page for step 2: Odysseus, Wikipedia page for step 3: New York (state), not_definitive_answer: False, incorrect_answer: False" ]
task168-549c0aece4b54b17ac0d96d5e6e3db84
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Jack Black unlikely to compete with Bear McCreary for an award?, Answer:Yes, Description of Jack Black: American actor, comedian, musician, music producer and youtuber., Fact1: Jack Black is a musician but not a composer, Fact2: Bear McCreary is a composer, Fact3: Their interests are similar but their skills not overlap in awards categories Output:
[ "Step1: What music-related occupation does Bear McCreary have?, Step2: What types of awards are won by notable figures who work as #1? , Step3: What music-related occupation does Jack Black have?, Step4: What types of awards have been won by notable figures who work as #3?, Step5: Are #2 and #4 separate categories of awards?, Wikipedia page for step 1: wiki: Bear McCreary, Wikipedia page for step 2: wiki: Composer, Wikipedia page for step 3: wiki: Jack Black, Wikipedia page for step 4: wiki: Musician, Wikipedia page for step 5: wiki: Music Awards, not_definitive_answer: False, incorrect_answer: False" ]
task168-8372f39c48ba42d5baf4a03bd284284e
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are there enough Bank of England notes for every Chinese person to own one?, Answer:No, Description of Bank of England: Central bank of the United Kingdom, Fact1: There are almost three billion Bank of England notes in circulation., Fact2: There are 1.4 billion people in China. Output:
[ "Step1: How many Bank of England notes are in circulation?, Step2: How many people are there in China?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Bank of England, Wikipedia page for step 2: China (population), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: True" ]
task168-66c11b45b35043919e2446303c727fc3
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is blonde hair green eyed Sara Paxton considered a Latino?, Answer:Yes, Description of Latino: A group of people in the United States with ties to Latin America, Fact1: Sara Paxton is an American actress., Fact2: Latino's are people with ancestral ties to Latin America., Fact3: Sara Paxton was born to an Irish/English father and a Mexican/Spanish/Chilean mother., Fact4: Mexico is a country that is part of Latin America. Output:
[ "Step1: Latinos are people with which nationality?, Step2: Which countries are Sara Paxton's parents from?, Step3: Is any of #2 included in #1?, Wikipedia page for step 1: Latino, Wikipedia page for step 2: Sara Paxton, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b88cfc10886f4a249fabc6ac195b4b47
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Jon Brower Minnoch suffer from anorexia nervosa?, Answer:No, Description of Anorexia nervosa: Eating disorder characterized by refusal to maintain a healthy body weight, and fear of gaining weight due to a distorted self image, Fact1: Jon Brower Minnoch was an American man who, at his peak weight, was the heaviest human being ever recorded, weighing 1,400 lb., Fact2: Anorexia nervosa,Anorexia nervosa is an eating disorder, characterized by low weight, food restriction, fear of gaining weight, and a strong desire to be thin. Many people with anorexia see themselves as overweight even though they are, in fact, underweight. Output:
[ "Step1: What are characteristics of anorexia nervosa?, Step2: How much did Jon Brower Minnoch weigh?, Step3: Is #2 a weight that would be considered #1?, Wikipedia page for step 1: anorexia nervosa, Wikipedia page for step 2: Jon Brower Minnoch, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-41b329444f7a4e38b6dca2bb4778a195
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Al Capone attend the 47th World Series?, Answer:Yes, Description of Al Capone: American gangster and businessman, Fact1: The 47th World Series took place in 1950., Fact2: Al Capone died in 1947. Output:
[ "Step1: What year was the 47th world series played?, Step2: What year did Al Capone die?, Step3: Is #1 earlier than #2?, Wikipedia page for step 1: World series, Wikipedia page for step 2: Al Capone, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: True" ]
task168-0d277512dc934e70a6138b21b7cdf4ea
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would it be unusual to see frost in September in Texas?, Answer:Yes, Description of Frost: coating or deposit of ice that may form in humid air in cold conditions, usually overnight, Fact1: Texas is a Southern state of the United States, known for high heat., Fact2: On average, Texas is between 68 and 89 degrees during the month of September., Fact3: Frost forms at 32 degrees or lower. Output:
[ "Step1: What are the average temperatures in Texas during the month of September?, Step2: What temperature does frost form at?, Step3: Is #1 warmer than #2?, Wikipedia page for step 1: Texas, Wikipedia page for step 2: Frost, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-177b0419808b4b0689f5ec9d4a66fd0d
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can you listen to the entire Itunes song catalog in one year?, Answer:No, Description of Year: Orbital period of the Earth around the Sun, Fact1: Itunes has around 43 million songs as of 2017., Fact2: The average length of a song is 3 minutes., Fact3: There are 525,600 minutes in a year. Output:
[ "Step1: How many songs are on iTunes?, Step2: What is the average song length?, Step3: What is #1 multiplies by #2?, Step4: How many minutes are in a year?, Step5: Is #4 greater than #3?, Wikipedia page for step 1: iTunes Store, Wikipedia page for step 2: Popular music, Wikipedia page for step 3: , Wikipedia page for step 4: Time, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ba2429c0be404e1db14d64cfafb51839
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are two cans of Campbell's Soup a day good for hypertension?, Answer:No, Description of Hypertension: Long term medical condition, Fact1: Hypertension is a medical condition in which the blood pressure is high., Fact2: Salt increases blood pressure., Fact3: Campbell's Soup has an average of 1400 to 1800 mg of sodium (salt)., Fact4: The FDA states that sodium intake per day should not exceed 2300 mg. Output:
[ "Step1: Which substance has generated controversy about Campbell's canned soups regarding health concerns?, Step2: Is excess of #1 good for people with hypertension?, Wikipedia page for step 1: Campbell Soup Company, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-9bac5ccd3e7f44b28edae1be9bd5bc99
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would a recruit for the United States Marine Corps be turned away for self harm?, Answer:Yes, Description of United States Marine Corps: Amphibious warfare branch of the United States Armed Forces, Fact1: Self harm is when someone intentionally causes injury or pain to themselves., Fact2: Self harm is almost always related to a mental health condition., Fact3: Those experiencing mental wellness related illnesses cannot join the Marines. Output:
[ "Step1: What medical condition is self harm usually related to?, Step2: Are people who suffer from #1 turned away from the US Marine Corps?, Wikipedia page for step 1: Self Harm, Wikipedia page for step 2: Marine Corps, not_definitive_answer: False, incorrect_answer: False" ]
task168-0e8804d2aa1f4745bf72e25b310bb956
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Isaac's father almost commit similar crime as Marvin Gay Sr.?, Answer:Yes, Description of Isaac: Biblical character, Fact1: Filicide is the act of killing a son or a daughter., Fact2: Marvin Gay Sr. committed filicide in 1984 when he shot his son, singer Marvin Gaye., Fact3: Isaac's father Abraham, was commanded by God to sacrifice his son Isaac, but was spared by an angel. Output:
[ "Step1: What crime did Marvin Gay Sr commit?, Step2: Was the Biblical Abraham going to commit #1?, Wikipedia page for step 1: Marvin Gay Sr., Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f7de849c5e904635b7e15b9904d88173
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Has Oscar Wilde's most famous character ever been in an Eva Green project?, Answer:Yes, Description of Oscar Wilde: 19th-century Irish poet, playwright and aesthete, Fact1: Oscar Wilde is most famous for his book The Picture of Dorian Gray., Fact2: Dorian Gray is a beautiful socialite that is the main character of The Picture of Dorian Gray., Fact3: Acclaimed actress, Eva Green has starred in numerous films and TV shows including Penny Dreadful., Fact4: Dorian Gray flirts with Vanessa Ives in the Penny Dreadful episode, Seance., Fact5: Vanessa Ives is played by Eva Green. Output:
[ "Step1: What is Oscar Wilde's most famous book?, Step2: Who is the main character of #1?, Step3: What episode of Penny Dreadful was #2 in?, Step4: Is one of the characters in #3 played by Eva Green?, Wikipedia page for step 1: Oscar Wilde, Wikipedia page for step 2: The Picture of Dorian Gray, Wikipedia page for step 3: Penny Dreadful, Wikipedia page for step 4: Seance, not_definitive_answer: False, incorrect_answer: False" ]
task168-2b4e8f8160a3430883835eac983a4069
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do Star Wars fans say "beam me up" often?, Answer:No, Description of Star Wars: Epic science fantasy space opera franchise, Fact1: Beam me up is an expression from Star Trek., Fact2: Much to the annoyance of fans, Star Trek and Star Wars are often confused for one another. Output:
[ "Step1: Where does the expression beam me up come from?, Step2: Is the answer to #1 the same as Star Wars?, Wikipedia page for step 1: Beam me up, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e407c3121e3a4f598d89222b28a14138
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does table tennis use prime numbers?, Answer:Yes, Description of Table tennis: Racket sport, Fact1: A table tennis game is won by the player first scoring 11 points., Fact2: 11 is a prime number. Output:
[ "Step1: What are the scores that can be awarded in a game of table tennis?, Step2: Is any of #1 a prime number?, Wikipedia page for step 1: Table tennis, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f05574239698498c869d9844b20d92fb
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does Adobe Suite have video game engine coding?, Answer:Yes, Description of Game engine: Software-development environment designed for building video games, Fact1: Adobe applications runs on the C++ framework., Fact2: Many video games are run on Unity game engine., Fact3: The Unity game engine is a C++ coded engine. Output:
[ "Step1: What framework does Adobe Suite run on?, Step2: What game engine do most video games run on?, Step3: What type of engine is #2?, Step4: Is the framework for #1 the same as the engine for #3?, Wikipedia page for step 1: Adobe , Wikipedia page for step 2: Unity, Wikipedia page for step 3: Unity , Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-2f7d0edf1d7a4a3183d0c87dd7456574
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does Orange County, California have runestones?, Answer:No, Description of Orange County, California: County in California, United States, Fact1: A runestone is typically a raised stone with a runic inscription, Fact2: most runestones date from the late Viking Age, Fact3: The Viking Age (793–1066 AD) is a period in the history of the Scandinavians, Fact4: Scandinavia is a subregion in Northern Europe Output:
[ "Step1: Where are runestones found?, Step2: Is Orange County, California in #1?, Wikipedia page for step 1: runestones, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-968d1460a7114b14b5f76d7f82dc22d4
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Walt Disney dominated his amusement park peers at Academy Awards?, Answer:Yes, Description of Walt Disney: American entrepreneur, animator, voice actor and film producer, Fact1: Walt Disney won a total of 26 Academy Awards., Fact2: The founder of Six Flags, Angus G Wynne, had 0 academy awards., Fact3: The founder of Knott's Berry Farm, Walter Knott, had 0 academy awards. Output:
[ "Step1: At the Academy Awards, how many awards did Walt Disney win?, Step2: At the Academy Awards, how many awards did Angus G Wynne win?, Step3: At the Academy Awards, how many awards did Walter Knott win?, Step4: Is #1 more than #2 and #3?, Wikipedia page for step 1: Academy Awards, Wikipedia page for step 2: Angus G Wynne, Wikipedia page for step 3: Walter Knott, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a9709e62e815461ba8b888d9df5c4fc1
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Doctor Strange creators also make Batman?, Answer:No, Description of Doctor Strange: Superhero appearing in Marvel Comics publications and related media, Fact1: Doctor Strange is a superhero created by Steve Ditko and Stan Lee., Fact2: Batman is a DC comics superhero., Fact3: Stan Lee worked for Marvel comics, the competitor of DC comics., Fact4: Steve Ditko worked for DC late in his career and worked on Blue Beetle, the Question, the Creeper, Shade the Changing Man, and Hawk and Dove. Output:
[ "Step1: Who were the creators of the fictional character 'Doctor Strange'?, Step2: Who were the creators of the fictional character 'Batman'?, Step3: Are #1 the same as #2?, Wikipedia page for step 1: Doctor Strange, Wikipedia page for step 2: Batman, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c36c942ef0bb4a5eb5cce363e7657a6d
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Were the pyramids built for the british?, Answer:No, Description of Egyptian pyramids: , Fact1: The Egyptian pyramids were built for the pharaohs and their consorts during the Old and Middle Kingdom periods., Fact2: Pharaohs is the common title of the monarchs of ancient Egypt from the First Dynasty., Fact3: Egypt is not a part of Britain Output:
[ "Step1: Who were the Egyptian pyramids built for?, Step2: Are #1 British?, Wikipedia page for step 1: Egyptian pyramids, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b4ce9ebd2bac4a8ea25db8178b1a9a16
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does rock star Keith Richards play a captain of a boat in a movie?, Answer:Yes, Description of Boat: vessel for transport by water, Fact1: Keith Richards has a cameo appearance in two of the Pirates of the Caribbean movies., Fact2: He plays Captain Teague, the elderly father of famous pirate Captain Jack Sparrow., Fact3: In At World's End, he is the member of the council of Pirate Lords who is responsible for keeping the Pirate Code, and there is a brief shot of him and his crew aboard their ship during the sequence where the pirates are raising their banners in preparation to fight. Output:
[ "Step1: What role did Keith Richards play in the Pirates of the Caribbean movies?, Step2: Can #1 be considered a captain of a boat?, Wikipedia page for step 1: Keith RIchards, Wikipedia page for step 2: Pirates of the Caribbean, not_definitive_answer: False, incorrect_answer: False" ]
task168-09bd787c80914d20b9106af1202b179f
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could the children of Greek hero Jason hypothetically fill a polo team?, Answer:Yes, Description of Jason: Greek mythological hero, Fact1: The Greek mythological hero is known for his quest to obtain the Golden Fleece., Fact2: The Greek mythological hero had four children: Euneus, Nebrophonus, Mermerus, and Pheres., Fact3: Polo is a sport played between two teams of 4 players. Output:
[ "Step1: How many children did Greek mythological hero Jason have?, Step2: How many people are needed to make a polo team?, Step3: Is #1 equal to or more than #2?, Wikipedia page for step 1: Jason, Wikipedia page for step 2: Polo, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8298336a659749068b510b74b671e3b5
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Monty Python write the Who's on First sketch?, Answer:No, Description of Monty Python's Flying Circus: British sketch comedy television series, Fact1: Who's on First debuted in 1945., Fact2: Monty Python's first show was in 1969. Output:
[ "Step1: When was the Who's on First sketch first performed?, Step2: When was the debut of the Monty Python show?, Step3: Is #2 before #1?, Wikipedia page for step 1: Who's on First?, Wikipedia page for step 2: Monty Python, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f507c4e274b34696b9793c700b1633f7
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can the Seahawks smoke pot after their victories?, Answer:Yes, Description of Cannabis (drug): psychoactive drug from the Cannabis plant, Fact1: The Seahawks are based in Seattle., Fact2: Pot is currently legal in Seattle. Output:
[ "Step1: Are the Seahawks located in Seattle, Washington?, Step2: Is it legal to smoke pot in Washington state?, Step3: Are #1 and #2 the same?, Wikipedia page for step 1: Seahawks, Wikipedia page for step 2: Cannabis in Washington (state), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b1cbcf93396e4cfa96ec4e0251fb6008
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can the Dalai Lama fit in a car?, Answer:Yes, Description of Dalai Lama: Tibetan Buddhist spiritual teacher, Fact1: The Dalai Lama is a person., Fact2: Cars are designed for people to sit in them. Output:
[ "Step1: What type of being is the Dalai Lama?, Step2: Who are cars designed for?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Dalai Lama, Wikipedia page for step 2: Car, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-61ceb14ee4e14786849a7824cefd28cc
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could you buy Hershey's Kisses in red foil with farthings after 1960?, Answer:No, Description of 1960: Year, Fact1: The British farthing was made obsolete at the end of 1960, Fact2: In 1962, Hershey's Kisses began to be sold in colored wrappers (such as red foil) Output:
[ "Step1: When was the British farthing made obsolete?, Step2: When did Hershey's Kisses begin selling candy sold in colored wrappers?, Step3: Is #2 before #1?, Wikipedia page for step 1: British farthing, Wikipedia page for step 2: Hershey, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-70b3285f62794ad3bc3408a2ec65b02d
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are migraine sufferers more likely to wear bras than jockstraps?, Answer:Yes, Description of Migraine: brain disease characterized by recurrent headaches on one side, Fact1: Women are more likely to suffer from migraines than men., Fact2: Women are more likely to wear bras than jockstraps. Output:
[ "Step1: Which gender is more likely to get migraines?, Step2: Is #1 more likely to wear a bra than a jockstrap?, Wikipedia page for step 1: Migraine, Wikipedia page for step 2: sports gear, not_definitive_answer: False, incorrect_answer: False" ]
task168-62330e909c824967ac50065801c00243
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Hanuman associated with a Norse god?, Answer:No, Description of Hanuman: The divine monkey companion of Rama in Hindu mythology, Fact1: Hanuman is a companion of the god Rama., Fact2: Rama is an avatar of the god Vishnu in Hindu mythology. Output:
[ "Step1: Which god is Hanuman associated with?, Step2: Is #1 in Norse mythology?, Wikipedia page for step 1: Hanuman, Wikipedia page for step 2: Rama, not_definitive_answer: False, incorrect_answer: False", "Step1: Which god is Hanuman associated with?, Step2: Is #1 in Norse mythology?, Wikipedia page for step 1: Hanuman, Wikipedia page for step 2: Rama, not_definitive_answer: False, incorrect_answer: False", "Step1: Which god is Hanuman associated with?, Step2: Is #1 in Norse mythology?, Wikipedia page for step 1: Hanuman, Wikipedia page for step 2: Rama, not_definitive_answer: False, incorrect_answer: False" ]
task168-ca4fd2067e344ecda9e3e63150b3adb5
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Will the torso be safe from blows to the largest and smallest bones in body?, Answer:Yes, Description of Torso: the central part of the living body, Fact1: The three smallest bone in the body are malleus, incus, and stapes., Fact2: Malleus, incus, and stapes are located in the ear., Fact3: The femur is the largest bone in the body., Fact4: The femur is located in the leg., Fact5: The torso is located in the center of the body. Output:
[ "Step1: Which part of the human body is the torso?, Step2: Which is the largest and smallest bone in the human body?, Step3: Where are #2 located?, Step4: Is any of #3 part of #1?, Wikipedia page for step 1: Torso, Wikipedia page for step 2: Bone, Wikipedia page for step 3: Stapes, Femur, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a290155d820447eaa3961828b89eb7e9
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is 3G the successive technology to 5G technology?, Answer:No, Description of 3G: term used to represent the 3rd generation of mobile telecommunications technology, Fact1: The first commercial 3G networks were introduced in 2001, Fact2: 5G is the fifth generation technology standard for cellular networks, which has started to become worldwide in 2019, Fact3: 5G is the successor of 3G and 4G technology Output:
[ "Step1: When was the 3G network introduced?, Step2: When was the 5G network introduced?, Step3: Is #2 before #1, Wikipedia page for step 1: 3G, Wikipedia page for step 2: 5G, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5e7bb8d24b774873b9111afc1ed7f92c
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can i drink the water present in cucumber?, Answer:Yes, Description of Cucumber: species of plant, Fact1: Cucumber is an edible vegetable, Fact2: Cucumber has 95% water and one can drink the water the cucumber gives out Output:
[ "Step1: Is whole cucumber edible?, Wikipedia page for step 1: Cucumber, not_definitive_answer: False, incorrect_answer: False" ]
task168-d30ceeedf348454e8fedfaa6d09791f9
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is winter solstice in Northern Hemisphere closer to July than in Southern Hemisphere?, Answer:No, Description of Winter: one of the Earth's four temperate seasons, occurring between autumn and spring, Fact1: The winter solstice in the Northern Hemisphere happens in December., Fact2: The winter solstice in the Southern Hemisphere happens in June. Output:
[ "Step1: When does the winter solstice occur in the Northern Hemisphere?, Step2: When does the winter solstice occur in the Southern Hemisphere?, Step3: How many days are in between #1 and July?, Step4: How many days are between #2 and July?, Step5: Is #4 greater than #3?, Wikipedia page for step 1: Winter solstice, Wikipedia page for step 2: Winter solstice, Wikipedia page for step 3: Calendar, Wikipedia page for step 4: Calendar, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c814236d6e86421d8efdb531b27462dd
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are John Kerry and Ernest Hemingway recipients of the same award?, Answer:Yes, Description of John Kerry: 68th United States Secretary of State, Fact1: John Kerry was awarded a Bronze Star Medal , Fact2: Ernest Hemingway was awarded a Bronze Star Medal Output:
[ "Step1: What notable awards did John Kerry receive?, Step2: What notable awards did Ernest Hemingway receive?, Step3: Is any of #2 common to any of #1?, Wikipedia page for step 1: John Kerry, Wikipedia page for step 2: Ernest Hemingway, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: True" ]
task168-7d1c2c51934d41e69d33fb0d51068a89
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would the average Hawaiian male experience more days on Earth compared to a wild cane toad?, Answer:Yes, Description of Cane toad: World's largest toad, Fact1: Cane toads have a life expectancy of 10 to 15 years in the wild., Fact2: The average life expectancy of a male born in Hawaii is 79.3 years as of 2018. Output:
[ "Step1: What is the average lifespan of an average Hawaiian male?, Step2: What is the average lifespan of a wild cane toad?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Hawaii, Wikipedia page for step 2: Cane toad, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-173d6f2f456e4ae38cedfb49afb4280b
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is eggplant deadly to most atopic individuals?, Answer:No, Description of Eggplant: plant species Solanum melongena, Fact1: Atopic individuals have a genetic tendency to develop allergic reactions, Fact2: Eggplant allergies are usually not life-threatening Output:
[ "Step1: What kind of reactions do atopic people have a tendency of getting?, Step2: Are #1 caused by eggplant usually deadly in nature?, Wikipedia page for step 1: Atopic people, Wikipedia page for step 2: Eggplant, not_definitive_answer: False, incorrect_answer: False" ]
task168-1f194620d11e4ae3a6404763d164e181
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Saint Augustine use the Julian calendar?, Answer:Yes, Description of Julian calendar: solar calendar in use from imperial Rome until after the Reformation, Fact1: The Julian calendar was in use from 45 BC to the late 16th century AD, Fact2: Saint Augustine lived from 354 AD to 430 AD Output:
[ "Step1: During what years was the Julian calendar used?, Step2: When did Saint Augustine live?, Step3: Is #2 during the time period listed in #1?, Wikipedia page for step 1: Julian calendar, Wikipedia page for step 2: Saint Augustine, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f5c7048b6c1e4f52a3794d79eb3c6019
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does Pantheon in Paris have a unique name?, Answer:No, Description of Panthéon: mausoleum in Paris, Fact1: The Pantheon in Paris is a historical monument., Fact2: The Pantheon was a former Roman temple in antiquity., Fact3: The Pantheon is a mythical or imaginary creature used in heraldry, particularly in Britain often depicted as white deer with the tail of a fox with purple stars along their back. Output:
[ "Step1: What is referred to as the Pantheon in Paris?, Step2: What other concepts are named Pantheon?, Step3: Is #1 differently-named from #2?, Wikipedia page for step 1: Panthéon, Wikipedia page for step 2: Pantheon, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ce70dd411c56438996418d8a80824cda
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are there winged statuettes in the home of the creator of Law & Order?, Answer:Yes, Description of Law & Order: original television series (1990-2010), Fact1: Law & Order was created by Dick Wolf, Fact2: Dick Wolf won an Emmy in 2007 , Fact3: Dick Wolf won an Emmy in 1997, Fact4: The Emmy statuette is of a winged woman holding an atom Output:
[ "Step1: What award has a trophy that is a winged statuette?, Step2: Who is the creator of Law & Order?, Step3: Has #2 ever won #1?, Wikipedia page for step 1: Emmy Award, Wikipedia page for step 2: Dick Wolf, Wikipedia page for step 3: Dick Wolf, not_definitive_answer: False, incorrect_answer: False" ]
task168-d0fe15fb0f7444b29c2f5517b90ff3be
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Was Jackson Pollock trained by Leonardo da Vinci?, Answer:No, Description of Jackson Pollock: American painter, Fact1: Leonardo lived during the Italian Renaissance in the 17th century., Fact2: Jackson Pollock lived during the 20th century. Output:
[ "Step1: When did Leonardo da Vinci die?, Step2: When was Jackson Pollock born?, Step3: Is #2 before #1?, Wikipedia page for step 1: Leonardo da Vinci, Wikipedia page for step 2: Jackson Pollock, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-559f2c6e2d4d48d783377b82eae91862
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do members of NFL teams receive infantry training?, Answer:No, Description of Infantry: military personnel who travel and fight on foot, Fact1: Members of NFL teams play football, Fact2: Infantry training is provided to members of the US armed forces Output:
[ "Step1: Which group(s) are entitled to infantry training?, Step2: Are members of the NFL team one of #1?, Wikipedia page for step 1: Infantry Branch (United States), Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-2f4716e480c24f978f381e86e138fce2
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would a moose hypothetically be too much for a minotaur to devour whole?, Answer:Yes, Description of Moose: A genus of mammals belonging to the deer, muntjac, roe deer, reindeer, and moose family of ruminants, Fact1: A minotaur was a mythological beast with the head of a bull and body of a human., Fact2: Human stomachs process about three to four pounds of food a day., Fact3: A moose can weigh up to 1500 pounds., Fact4: Bulls can consume around 33 pounds of food a day. Output:
[ "Step1: What is the body structure of a minotaur?, Step2: What kind of stomach do they have due to #1?, Step3: What is the average weight of a moose?, Step4: How much food weight can #2 process per day?, Step5: Is #3 far greater than #4?, Wikipedia page for step 1: Minotaur, Wikipedia page for step 2: Minotaur, Wikipedia page for step 3: Moose, Wikipedia page for step 4: Human digestive system, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False", "Step1: What two animals comprise a minotaur?, Step2: How much food can #1 eat in a day?, Step3: How big is a moose?, Step4: Is #3 bigger than #2?, Wikipedia page for step 1: Minotaur, Wikipedia page for step 2: Moose, Human digestive system, Wikipedia page for step 3: Moose, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5f38a58a815e4b9fa9d456a26e17e771
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is honey associated with queens?, Answer:Yes, Description of Honey: Sweet food made by bees mostly using nectar from flowers, Fact1: Honey is made by bees., Fact2: Each bee hive is led by a queen bee. Output:
[ "Step1: What produces honey?, Step2: Do #1 have queens?, Wikipedia page for step 1: Honey, Wikipedia page for step 2: Queen bee, not_definitive_answer: False, incorrect_answer: False" ]
task168-29f6f6263f8c44a390ef3ba409b67729
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can you cure hepatitis with a tonsillectomy?, Answer:No, Description of Hepatitis: inflammation of the liver tissue, Fact1: A tonsillectomy removes the tonsils, glands found in the back of the throat, Fact2: Hepatitis is a disease that targets the liver Output:
[ "Step1: What organ does hepatitis affect? , Step2: What organs are removed during a tonsillectomy?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Hepatitis , Wikipedia page for step 2: Tonsillectomy, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-45588fe8b933471fbe56c467287ee58e
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do mail carriers need multiple uniforms?, Answer:Yes, Description of Mail carrier: employee of the post office or postal service, who delivers mail to residences and businesses, Fact1: Mail carriers work throughout the year independent of the weather., Fact2: Mail carriers must often leave their vehicle in various weather conditions. Output:
[ "Step1: What seasons do mail carriers work through?, Step2: In order to make it through all of #1, does one need different clothing pieces?, Wikipedia page for step 1: Mail carriers, Wikipedia page for step 2: Clothes, not_definitive_answer: False, incorrect_answer: False" ]
task168-4b08e3a562f24d23abee7e932f106edd
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Has Freemasonry been represented on the Moon?, Answer:Yes, Description of Freemasonry: group of fraternal organizations, Fact1: Freemasonry is a group of fraternal organizations rooted in fraternities of stonemasons of the fourteenth century., Fact2: Buzz Aldrin was initiated into the Freemason fraternity in 1955, Fact3: Buzz Aldrin and Neil Armstrong were the first men to land on the moon in 1969. Output:
[ "Step1: What occupation goes into space?, Step2: Have any #1 been Free Masons?, Step3: Have any people listed in #2 been to the moon?, Wikipedia page for step 1: Astronaut, Wikipedia page for step 2: Free Mason, Wikipedia page for step 3: Buzz Aldrin, not_definitive_answer: False, incorrect_answer: False" ]
task168-ef806a8bfbb34934b6eadca2aab19795
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can COVID-19 spread to maritime pilots?, Answer:Yes, Description of Maritime pilot: mariner who manoeuvres ships through dangerous or congested waters, Fact1: Maritime pilots are human beings., Fact2: COVID-19 can spread among human population. Output:
[ "Step1: Which organisms are susceptible to COVID-19?, Step2: Are maritime pilots one of #1?, Wikipedia page for step 1: Coronavirus disease 2019, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-713ad3929bae42a3a85d8153ebf504bb
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the most recent World Men's Handball Championship take place in a communist country?, Answer:No, Description of Handball: Olympic team sport played by 7 players a side on an indoor court, Fact1: The most recent World's Men Handball Championship took place in 2019, Fact2: The 2019 World's Men Handball Championship took place in Denmark, Fact3: Denmark is a constitutional Monarchy Output:
[ "Step1: Which countries hosted the most recent World's Men Handball Championship take place?, Step2: Is any of #1 a communist country?, Wikipedia page for step 1: IHF World Men's Handball Championship, Wikipedia page for step 2: Denmark, Germany, not_definitive_answer: False, incorrect_answer: False" ]
task168-fcd45a134f904b47b9d0f68aa5c8bdaf
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Jupiter closer to the sun then earth?, Answer:No, Description of Jupiter: Fifth planet from the Sun in the Solar System, Fact1: Earth is third planet to the sun., Fact2: Jupiter is the fifth planet to the sun. Output:
[ "Step1: Distance from Jupiter to the sun, Step2: Distance from earth to the sun, Step3: Is $x1 lower than $x2, not_definitive_answer: False, incorrect_answer: False", "Step1: What is the distance of Jupiter to the sun?, Step2: What is the distance of Jupiter to Earth?, Step3: Is #1 less than #2, not_definitive_answer: False, incorrect_answer: False", "Step1: How far is Jupiter from the sun?, Step2: How far is the Earth from the sun?, Step3: Is #1 less than #2?, not_definitive_answer: False, incorrect_answer: False" ]
task168-dd9d5d214b794b73932dbf62d7aa8fd3
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can Larry King's ex-wives form a water polo team?, Answer:Yes, Description of Larry King: American television and radio host, Fact1: Water polo is a sport played by teams of seven competitors, Fact2: Larry King has seven ex-wives Output:
[ "Step1: How many ex wives does Larry King have?, Step2: How many players are on a water polo team?, Step3: Is #1 equal to #2?, Wikipedia page for step 1: Larry King, Wikipedia page for step 2: Water polo, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-65dd81eda5274c2788ce072265a61433
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Bill Gates the wealthiest of the Baby Boomers?, Answer:No, Description of Bill Gates: American business magnate and philanthropist, Fact1: The Baby Boomers are the generation born between the years 1946-1964., Fact2: Bill Gates was born on October 28, 1955 and has a net worth of 108 billion as of 2020., Fact3: Jeff Bezos was born on January 12, 1964 and has a net worth of 160 billion as of 2020. Output:
[ "Step1: Which of the present billionaires are baby boomers?, Step2: Who is the wealthiest among #1?, Step3: Is #2 the same as Bill Gates?, Wikipedia page for step 1: The World's Billionaires, Wikipedia page for step 2: The World's Billionaires, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-182ec3634c954932b71d958e1c7bf7ca
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would a customer be happy if their grocery store meat tasted like game?, Answer:No, Description of Game (hunting): animal hunted for sport or for food, Fact1: "Gamey" is a word used to describe meat with a grassier, more wild taste., Fact2: Gaminess in supermarket meat is very unusual., Fact3: Many people find game to be unpleasant in taste. Output:
[ "Step1: Which kind of meat is referred to as game?, Step2: Are grocery store customers accustomed to #1?, Wikipedia page for step 1: Game, Wikipedia page for step 2: , not_definitive_answer: True, incorrect_answer: False" ]
task168-fa73c72d2003463eaa393f14d4adf202
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the original lead guitarist of Metallica fail after parting from the band?, Answer:No, Description of Metallica: American heavy metal band, Fact1: Metallica's original lead guitarist was Dave Mustaine., Fact2: Dave Mustaine was fired from Metallica in 1983., Fact3: Dave Mustaine formed the band Megadeth in 1983 and is the lead vocalist., Fact4: Megadeth has sold over 38 million records worldwide. Output:
[ "Step1: Who was the original lead guitarist of Metallica?, Step2: What band did #1 start after leaving Metallica?, Step3: Is #2 an unsuccessful band?, Wikipedia page for step 1: wiki: Metallica, Wikipedia page for step 2: wiki: Dave Mustaine, Wikipedia page for step 3: wiki: Megadeth, not_definitive_answer: False, incorrect_answer: False" ]
task168-a1c636af835d49549ca17807c3852eb2
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could Godzilla have been killed by the Tohoku earthquake?, Answer:No, Description of Godzilla: Giant monster or kaiju, Fact1: The Tohoku earthquake led to the Fukushima Daiichi nuclear power plant meltdown, Fact2: Nuclear meltdowns lead to a release of deadly levels of radiation, Fact3: Godzilla draws power from radiation and is not hurt by it Output:
[ "Step1: What major accident was caused by the Tohoku Earthquake?, Step2: What was released into the environment by #1?, Step3: Does #2 cause harm to Godzilla?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Tohoku_Earthquake, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Fukushima_Daiichi_nuclear_disaster, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Godzilla, not_definitive_answer: False, incorrect_answer: False" ]
task168-7eef3a8c698c4499824fad923c5fb327
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is the county once known as County Palatine of Chester in the Somerset?, Answer:No, Description of Somerset: County of England, Fact1: The County Palatine of Chester is the name that was once given to the county of Cheshire., Fact2: Cheshire is a county in North West England., Fact3: Somerset is a county in South West England. Output:
[ "Step1: The County Palatine of Chester is an archaic name for which county?, Step2: #1 is a county in which region?, Step3: Which region is Somerset located in?, Step4: Is #3 the same as #2?, Wikipedia page for step 1: Cheshire, Wikipedia page for step 2: Cheshire, Wikipedia page for step 3: Somerset, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-aa46f0910aa94470a3f4b34695a175e9
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Secretariat win a Formula One championship?, Answer:No, Description of Formula One: Auto racing championship held worldwide, Fact1: Secretariat is a famous race horse, Fact2: Formula One is an auto racing championship Output:
[ "Step1: What is Secretariat?, Step2: What is #1's top speed?, Step3: What is the top speed for a Formula One car?, Step4: Is #2 greater than #3?, Wikipedia page for step 1: Secretariat, Wikipedia page for step 2: Secretariat, Wikipedia page for step 3: Formula One , Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-15b4bebdea6d49668f4225c2cfca5a44
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would the powers of the staff of Hermes be useful for an anesthesiologist?, Answer:Yes, Description of Hermes: ancient Greek god of roads, travelers, and thieves, Fact1: The Greek god Hermes carried a staff called the caduceus., Fact2: The caduceus was said to have the power to make people fall asleep or wake up., Fact3: Anesthesiologists are responsible for putting people to sleep and waking them up during surgeries. Output:
[ "Step1: Which staff is Hermes known to wield?, Step2: What are the powers of #1?, Step3: What are the responsibilities of an anesthesiologist?, Step4: Could any of #2 be used to accomplish any of #3?, Wikipedia page for step 1: Hermes, Wikipedia page for step 2: Caduceus, Wikipedia page for step 3: Anesthesiology, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a663fe57a3ba456a8f9e35ab9ec17a1d
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do Apollo and Baldur share similar interests?, Answer:Yes, Description of Apollo: God in Greek mythology, Fact1: Apollo is a Greek god of light., Fact2: Baldur is a Norse god of light., Fact3: They are both interested in light. Output:
[ "Step1: Apollo is the Greek god of what object?, Step2: What is Baldur the Norse god of?, Step3: Is the item in #2 the same as #1?, Wikipedia page for step 1: Apollo, Wikipedia page for step 2: Baldur, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-6f4893e200714b238370ce9e1554f5ee
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could Lil Wayne's children ride in a Chevrolet Corvette ZR1 together?, Answer:No, Description of Lil Wayne: American rapper, record executive and actor from Louisiana, Fact1: Lil Wayne has four children., Fact2: A Chevrolet Corvette ZR1 has 2 seats. Output:
[ "Step1: How many people can a Chevrolet Corvette ZR1 seat at a time?, Step2: How many children does Lil Wayne have?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Chevrolet Corvette (C7), Wikipedia page for step 2: Lil Wayne, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-0a1bbed74d8a4002b9469e95b37702d6
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Nancy Pelosi's children followed similar profession?, Answer:Yes, Description of Nancy Pelosi: 52nd speaker of the United States House of Representatives, Fact1: Nancy Pelosi is a politician and has served as Speaker of the House., Fact2: Nancy Pelosi has five children: Nancy Corinne, Christine, Jacqueline, Paul, and Alexandra., Fact3: Christine Pelosi is a political strategist that has had a prominent role in the Democratic National Committee. Output:
[ "Step1: What is Nancy Pelosi's profession?, Step2: Who are Nancy Pelosi's children?, Step3: What are the professions of everyone in #2?, Step4: Is #1 part of #3?, Wikipedia page for step 1: Nancy Pelosi, Wikipedia page for step 2: Nancy Pelosi, Wikipedia page for step 3: Pelosi, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c802a68cc52d49d8b0a853997cd2fe5b
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is Shiva's divine dance an ancient physical fitness pose?, Answer:No, Description of Shiva: One of the principal deities of Hinduism., Fact1: In yoga as exercise, the pose called Natarajasara represents Shiva's divine dance, Fact2: This pose is new, originating in the early 20th century, Fact3: Exercise is an activity that maintains physical fitness Output:
[ "Step1: Which yoga pose is referred to as Shiva's divine dance?, Step2: When did #1 originate?, Step3: Is #2 so long ago as to be considered ancient?, Wikipedia page for step 1: Yoga, Wikipedia page for step 2: Natarajasara (Yoga), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-62b9323d122a447c81fb3b3a7e38fda5
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could the main character of "Alice's Adventures in Wonderland" join a Masonic Lodge?, Answer:No, Description of Alice's Adventures in Wonderland: book by Lewis Carroll, Fact1: The main character of "Alice's Adventures in Wonderland" is Alice, a young girl., Fact2: Masonic Lodge membership is restricted to men over the age of either 18 or 21, depending on jurisdiction. Output:
[ "Step1: Who is the main character of \"Alice's Adventures in Wonderland\"?, Step2: Does #1 meet the age and gender requirements for Masonic Lodge membership?, Wikipedia page for step 1: Alice's Adventures in Wonderland, Wikipedia page for step 2: Masonic lodge, not_definitive_answer: False, incorrect_answer: False" ]
task168-dc9684cf6efc4b09bdade28790f3ae5a
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Was The Boat Race held during the French revolution?, Answer:No, Description of The Boat Race: annual rowing race on the River Thames, Fact1: The Boat Race was first held in 1829, Fact2: The French Revolution was a period of far-reaching social and political upheaval in France and its colonies beginning in 1789 and ending in 1799. Output:
[ "Step1: When was the The Boat Race first held?, Step2: When did the French Revolution take place?, Step3: Is #1 before #2?, Wikipedia page for step 1: The Boat Race, Wikipedia page for step 2: French Revolution, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-49492ed0e8034a238e3bcfaeacc7a859
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could one of Gumby's get into an ex-governor of Alaska's family gathering?, Answer:Yes, Description of Monty Python's Flying Circus: British sketch comedy television series, Fact1: Monty Python’s Flying Circus stars Graham Chapman, John Cleese, Eric Idle, Terry Jones, Michael Palin and Terry Gilliam., Fact2: Sarah Palin was governor of Alaska. , Fact3: Gumby is a character played by Monty Python's Flying Circus star Michael Palin., Fact4: Gumby is not smart., Fact5: Sarah Palin is not smart. Output:
[ "Step1: Who are the ex-governors of Alaska?, Step2: What productions have a character named Gumby?, Step3: Which of #2 is a human character?, Step4: What are the characteristics of #3?, Step5: Is there overlap between any of #1 and #4?, Wikipedia page for step 1: wiki: Alaska, Wikipedia page for step 2: wiki: Gumby, Wikipedia page for step 3: wiki: Monty Python's Flying Circus, Wikipedia page for step 4: wiki: Monty Python's Flying Circus , Wikipedia page for step 5: , not_definitive_answer: True, incorrect_answer: True" ]
task168-5ac34f55d7af413481f8308bcf855852
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did DARPA influence Albert Einstein?, Answer:No, Description of DARPA: Agency of the U.S. Department of Defense responsible for the development of new technologies, Fact1: DARPA is an agency in the US focused on defense and new technologies., Fact2: DARPA was founded in 1958 under Dwight D Eisenhower., Fact3: Albert Einstein was a famous physicist who died in 1955. Output:
[ "Step1: When was DARPA formed?, Step2: When did Albert Einstein die?, Step3: Is #1 before #2?, Wikipedia page for step 1: DARPA, Wikipedia page for step 2: Albert Einstein, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-cee902d906ab4228bd046cb3b33f19ec
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did Robert Downey Jr. refuse to appear on the show with the dancing baby?, Answer:No, Description of Robert Downey Jr.: American actor, Fact1: Ally McBeal was a successful sitcom in 2000., Fact2: Ally McBeal's show opener starred a dancing baby., Fact3: Robert Downey Jr. appeared in Ally McBeal. Output:
[ "Step1: What show featured a dancing baby?, Step2: Did Robert Downey Jr. never appear on #1?, Wikipedia page for step 1: Ally McBeal, Wikipedia page for step 2: Ally McBeal, not_definitive_answer: False, incorrect_answer: False" ]
task168-827ef3984a2043c7a659723de1e3e1b6
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is a cory catfish likely to eat another living fish?, Answer:No, Description of Catfish: order of fishes, Fact1: The cory catfish is a fish that is described as a bottom feeder., Fact2: The cory catfish feeds on food located at the bottom of an ocean., Fact3: Fish cannot live too deep in oceans for very long because of the intense water pressure., Fact4: The bottom of oceans is populated by algae, coral, and microorganisms. Output:
[ "Step1: What do cory catfish eat?, Step2: Is fish part of #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Corydoras, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-eca16f484a1540e9beccfdaa3eba69a4
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would a Jehovah's witness approve of Alice's Adventures in Wonderland?, Answer:No, Description of Alice's Adventures in Wonderland: book by Lewis Carroll, Fact1: Jehovah's Witness is a religious group that strictly forbids tobacco and smoking., Fact2: A prominent character in Alice's Adventures in Wonderland, the caterpillar, blows rings of smoke from a large pipe. Output:
[ "Step1: What are Jehovah's Witnesses?, Step2: What items do #1's forbid?, Step3: In Alice's Adventures in Wonderland, what is the caterpillar seen doing with a pipe?, Step4: Is #2 different from #3?, Wikipedia page for step 1: Jehovah's Witness , Wikipedia page for step 2: Jehovah's Witness , Wikipedia page for step 3: Alice's Adventures in Wonderland, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-224a1556456a4dfb8569335d230e5bdb
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is there a jukebox musical whose name translates to "Red Windmill"?, Answer:Yes, Description of Jukebox musical: stage or film musical compiled from pre-existing songs, Fact1: Moulin Rouge is a jukebox musical., Fact2: Moulin Rouge means Red Windmill in French. Output:
[ "Step1: What is Red Windmill in French?, Step2: Is there a jukebox musical with a title of #1?, Wikipedia page for step 1: Moulin Rouge, Wikipedia page for step 2: Moulin Rouge! (musical), not_definitive_answer: False, incorrect_answer: False" ]
task168-b8d47e6033db4d199bc8009c633eda43
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is the Matrix a standalone movie?, Answer:No, Description of The Matrix: 1999 science fiction action film directed by the Wachowskis, Fact1: The Matrix ends in a cliffhanger., Fact2: The story is then resolved in two sequels, making a trilogy., Fact3: There are also supplemental works adding to the story, such as a video game and the Animatrix. Output:
[ "Step1: How many movies are in The Matrix franchise?, Step2: Is #1 equal to one?, Wikipedia page for step 1: The Matrix (franchise), Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e1f972f39f8f4ceb939a16a7bde8b035
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Can Viper Room concert hypothetically be held at National Diet building?, Answer:Yes, Description of National Diet: legislature of Japan, Fact1: The Viper Room has a capacity of 250 people., Fact2: The National Diet building has two wings with over 700 seats. Output:
[ "Step1: What is the capacity of the The Viper Room?, Step2: What is the capacity of the National Diet Building?, Step3: Is #2 greater than or equal to #1?, Wikipedia page for step 1: The Viper Room, Wikipedia page for step 2: National Diet Building, Wikipedia page for step 3: , not_definitive_answer: True, incorrect_answer: False" ]
task168-acdae128c88840e0af8984266b00dbad
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Was story of Jesus inspired by Egyptian myth?, Answer:Yes, Description of Myth: Type of traditional narrative, Fact1: Jesus was a biblical character that walked on water, was born of a virgin, and was killed beside two thieves., Fact2: Horus was a character in ancient Egyptian myth that walked on water, had a virgin mother, and was executed beside two thieves. Output:
[ "Step1: What are the main characteristics of the Horus story?, Step2: What are the main characteristics of the Jesus story?, Step3: Is there evidence people believed #1 before #2?, Step4: Is there significant overlap between #1 and #2?, Step5: Are #4 and #3 both \"Yes\"?, Wikipedia page for step 1: Horus, Wikipedia page for step 2: Jesus, Wikipedia page for step 3: , Wikipedia page for step 4: , Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-cf70e8b5694240739901cf00538d9650
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are the brooms from curling good for using on house floors?, Answer:No, Description of Curling: Team sport played on ice, Fact1: Curling brooms are designed for use within the sport specifically. , Fact2: Curling brooms do not have traditional bristle heads, and the heads are costly to replace. Output:
[ "Step1: What are the characteristics of brooms used in curling?, Step2: What are the characteristics of brooms used for house cleaning?, Step3: Does #1 completely match #2?, Wikipedia page for step 1: Curling, Wikipedia page for step 2: Broom, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-cbef32357dfc43dbb43466f4e03871c0
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do cars use drinking water to power their engine?, Answer:No, Description of Drinking water: water safe for consumption, Fact1: Cars use petroleum product as a fuel source., Fact2: Drinking water is not a petroleum product., Fact3: Engine powers up with its compatible fuel. Output:
[ "Step1: What do care use for fuel?, Step2: Is \"drinking water\" included in #1?, Wikipedia page for step 1: Motor fuel, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-7db78ad99ab145948d9eebda97c1093b
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Has there ever been an Asian hero from Marvel?, Answer:No, Description of Marvel Comics: Company that publishes comic books and related media, Fact1: Most super hero have been Caucasian, Fact2: The Human Torch and the Sub-Mariner were among the first Marvel characters Output:
[ "Step1: Which comic book superheroes are Asian?, Step2: Are any of #1 from Marvel?, not_definitive_answer: False, incorrect_answer: True" ]
task168-5b955138d6c5407ba7e8a57996d12511
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do you have to pass through circle of lust to find Saladin in Dante's Inferno?, Answer:No, Description of Lust: Human emotion, Fact1: Dante's Inferno was a book written by Dante Alighieri that outlines 9 circles of hell., Fact2: The circle of lust is the second circle in Dante's Inferno., Fact3: Saladin is placed in the first circle of hell in Dante's Inferno., Fact4: The first circle of hell is limbo which is reserved for virtuous unbaptized pagans. Output:
[ "Step1: In Dante's Inferno, what circle is for people guilty of lust?, Step2: In Dante's Inferno, what circle is Saladin in?, Step3: Would someone traversing the Inferno pass through #2 before #1?, Wikipedia page for step 1: Dante's Inferno, Wikipedia page for step 2: Dante's Inferno, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-34ec3852f77345aabe593cb02f363c79
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does hypertension help tap into the speed force?, Answer:No, Description of Hypertension: Long term medical condition, Fact1: the Speed Force is a power all DC characters who are called "speedsters" are connected to., Fact2: The Speed Force is a cosmic force based around velocity and movement and one of The Seven Forces of the Universe., Fact3: The Speed Force is the representation of reality in motion, being the very cosmic force that pushes space and time forward. Output:
[ "Step1: Which DC characters are connected to the Speed Force?, Step2: What do all of #1 have in common?, Step3: Is #2 related to hypertension?, Wikipedia page for step 1: DC Universe, Wikipedia page for step 2: DC Universe, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-4559b0fe688f4dd18539bee747ab1b05
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Is the Alice in Wonderland character based on Lewis Carroll part of an extant species?, Answer:No, Description of Alice's Adventures in Wonderland: book by Lewis Carroll, Fact1: Lewis Carroll based the Dodo in Alice in Wonderland on himself., Fact2: Dodos are extinct. Output:
[ "Step1: Who is the author of Alice in Wonderland?, Step2: Which character in the story is based on #1?, Step3: Is #2 an extant species?, Wikipedia page for step 1: Alice's Adventures in Wonderland, Wikipedia page for step 2: Lewis Carroll, Wikipedia page for step 3: Dodo (Alice's Adventures in Wonderland), not_definitive_answer: False, incorrect_answer: False" ]
task168-b0440ede945a470abc6ca96871c888a7
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Are psychiatric patients welcome to join the United States Air Force?, Answer:No, Description of United States Air Force: Air and space warfare branch of the United States Armed Forces, Fact1: Having a history of mental illness disqualifies most people from joining the Armed Forces., Fact2: Psychiatric patients are being seen for management of mental illness. Output:
[ "Step1: What do psychiatric patients suffer from?, Step2: Would having #1 disqualify someone from joining the United States Air Force?, Wikipedia page for step 1: Mental illness, Wikipedia page for step 2: United States Air Force, not_definitive_answer: False, incorrect_answer: False" ]
task168-cd2ab1ce1d9d4d8fae2e50d789242023
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does New Year's Day always occur on a Wednesday?, Answer:No, Description of Wednesday: Day of the week, Fact1: New Year's Day occurs on January 1st each year., Fact2: The day of the week any given date falls on rotates by one each year., Fact3: If Leap Year wasn't breaking up the cycle, New Year's Day would be on a Wednesday every seventh year. Output:
[ "Step1: What is the date of New Year's Day?, Step2: Does #1 occur on the same day each year?, Wikipedia page for step 1: New Year's Day, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False", "Step1: What day is New Year's Day?, Step2: Does #1 always fall on a Wednesday?, Wikipedia page for step 1: New Year's, Wikipedia page for step 2: January 1, not_definitive_answer: False, incorrect_answer: False" ]
task168-a89d08e02fba4caab3ff58c0a6a88105
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does Long John Silver's serve sea otter?, Answer:No, Description of Sea otter: A species of marine mammal from the northern and eastern coasts of the North Pacific Ocean, Fact1: Sea Otters are endangered marine mammals., Fact2: Long John Silver's is an american fast food chain that serves seafood., Fact3: Long John Silver's does not serve meat from mammals. Output:
[ "Step1: What classes of animals does Long John Silver's serve food from?, Step2: To which class of animals does the sea otter belong?, Step3: Is #2 listed in #1?, Wikipedia page for step 1: Long John Silver's, Wikipedia page for step 2: Sea Otter, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-3cc7662e45c74453a796d1a53ec6b68d
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Do oak trees have leaves during winter?, Answer:No, Description of Leaf: organ of a vascular plant, composing its foliage, Fact1: Oak trees are deciduous., Fact2: Deciduous trees lose their leaves during autumn, and they grow back during spring., Fact3: Winter is between autumn and spring. Output:
[ "Step1: Based on leaf shedding, what class of trees does oak belong to?, Step2: During what season do #1 trees shed their leaves?, Step3: During what season do #1 trees grow their leaves back?, Step4: Is winter before #3 or after #2 in one season cycle?, Wikipedia page for step 1: Oak, Wikipedia page for step 2: Deciduous, Wikipedia page for step 3: Deciduous, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: When do oak trees lose their leaves?, Step2: When do oak trees leaves grow back, Step3: Is winter not the season between #1 and #2?, Wikipedia page for step 1: Oak Trees, Wikipedia page for step 2: Oak Trees, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-bc23ba4f58334f648cb779a2b906218d
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would a birdwatcher pursue their hobby at a Philadelphia Eagles game?, Answer:No, Description of Birdwatching: hobby, Fact1: Birdwatching is a recreational activity in which people observe and/or listen to the sounds of birds., Fact2: Despite their name, the Philadelphia Eagles are a professional American Football team comprised of humans, not birds. Output:
[ "Step1: What is a birdwwatcher interested in watching?, Step2: What kind of sport does the Philadelphia eagles play?, Step3: Can #1 be found at #2?, Wikipedia page for step 1: Birdwatcher, Wikipedia page for step 2: , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fb2bad8296f74c3da72761f12acc916a
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: In a hypothetical race between a Swallow and an American Woodcock, would the Swallow win?, Answer:Yes, Description of Swallow: family of birds, Fact1: Swallow can fly about 30-40mph. , Fact2: The American woodcock can fly approximately 5mph. Output:
[ "Step1: How quickly can a swallow fly?, Step2: How quickly can an American woodcock fly?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Swallow, Wikipedia page for step 2: American woodcock, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a5abcdfe705d4a0eb31b89af876b214a