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: Are deaf people left out of enjoying music?, Answer:No, Description of Music: form of art using sound and silence, Fact1: Deafness exists on a spectrum of total hearing loss to partial hearing loss., Fact2: Individuals with total hearing loss can still enjoy the bass and beat of music through vibration., Fact3: Deaf people with cochlear implants can hear music, albeit in a different way than hearing people. Output:
[ "Step1: In what different ways can music be perceived?, Step2: Does partial or total hearing loss make one unable to detect any of #1?, Wikipedia page for step 1: Music, Wikipedia page for step 2: Deafness, not_definitive_answer: False, incorrect_answer: False" ]
task168-0c096b56638f4856bdc64500d1edd4e1
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 sesame seeds glued onto hamburger buns?, Answer:No, Description of Sesame: species of plant, Fact1: Glue is toxic and not used in food production., Fact2: Sesame seeds add texture and visual appeal to hamburger buns., Fact3: Beaten eggwhites are often used to adhere foods to other foods. Output:
[ "Step1: What do people usually do with hamburger buns?, Step2: Can you #1 sesame seeds?, Wikipedia page for step 1: Hamburger Buns, Wikipedia page for step 2: sesame seeds, not_definitive_answer: False, incorrect_answer: False" ]
task168-275e5b89d486471483477ce2978d94d7
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: While viewing "Scary Movie" is the viewer likely to experience an increase in adrenaline?, Answer:No, Description of Adrenaline: hormone, neurotransmitter and medication. Epinephrine is normally produced by both the adrenal glands and certain neurons, Fact1: Scary Movie is a film that is a comedy take on horror, intended to make viewers laugh but not afraid., Fact2: Adrenaline is produced when a human is frightened or excited. Output:
[ "Step1: What type of emotion would cause an increase in adrenaline?, Step2: What genre of movie is Scary Movie?, Step3: What emotion do #2 aim to create in the viewer?, Step4: Are #3 and #1 the same?, Wikipedia page for step 1: Adrenaline, Wikipedia page for step 2: Scary Movie (film), Wikipedia page for step 3: Comedy (genre), Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fd2afa61a9314bc4b0287c1d7c95bd47
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 buy a fair trade laptop?, Answer:No, Description of Fair trade: form of trade, Fact1: Fair trade is a term used with sustainable development focusing on agricultural production, Fact2: Laptops are consumer electronics Output:
[ "Step1: What type of product is the fair trade label used with? , Step2: What type of product is a laptop?, Step3: Is #2 the same as #1?, Wikipedia page for step 1: Fair trade, Wikipedia page for step 2: Laptop, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c0334e40c2cc48858772ebac47977d60
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 Toys "R" Us sell adult toys?, Answer:No, Description of Toys "R" Us: international toy, clothing, video game, and baby product retailer, Fact1: Toys "R" Us sells toys for kids., Fact2: Adult toys are for sexual pleasure not meant for kids. Output:
[ "Step1: Are adult toys made for kids?, Step2: Does Toys R Us sell toys for kids? , Step3: Are the answers to #1 and #2 the same?, Wikipedia page for step 1: Adult toys, Wikipedia page for step 2: Toys R Us, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-2ef3de67411346d18a0e1be086f24916
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 giant squid fit aboard the deck of the titanic?, Answer:Yes, Description of Giant squid: Deep-ocean dwelling squid in the family Architeuthidae, Fact1: Decks on the Titanic were as long as 500ft., Fact2: Giant Squid grow to be around 59ft in length. Output:
[ "Step1: What is the length of a giant squid?, Step2: What was the length of a deck on the Titanic?, Step3: Is #1 less than #2?, Wikipedia page for step 1: Giant Squid, Wikipedia page for step 2: Titanic, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-9c4df9cd11834825a48358c0719e950b
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 grey seal swim in the same water as the subject of Moby Dick?, Answer:Yes, Description of Grey seal: species of seal, Fact1: The range of gray seals is limited to parts of the northern hemisphere bordered by the Atlantic ocean, Fact2: The subject of Moby Dick was a sperm whale, Fact3: Sperm whales can be found in the north Atlantic, in addition to most other bodies of water on earth. Output:
[ "Step1: What kind of whale was Moby Dick?, Step2: What is the range of #1?, Step3: What is the range of gray seals?, Step4: Is there an overlap between #2 and #3?, Wikipedia page for step 1: Moby Dick, Wikipedia page for step 2: Sperm whales, Wikipedia page for step 3: Grey seals, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-d7fc0e5c8e0748c2bc526730b5ad6dc9
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 human memory capable to store computer files?, Answer:No, Description of Memory: information stored in the mind, or the mental processes involved in receiving, storing, and retrieving this information, Fact1: Human memories are stored biologically, Fact2: Computer files are stored in a digital form Output:
[ "Step1: How do humans store memories, and in what form?, Step2: How do computers store files, and in what form?, Step3: Does #1 match #2?, Wikipedia page for step 1: Memory, Wikipedia page for step 2: Computer files, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-80c3beec4500498b9e73d878ca480e09
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 Brazil's Army need support from the other military branches to attack France?, Answer:Yes, Description of Brazilian Armed Forces: combined military forces of Brazil, Fact1: The Atlantic Ocean lies between Brazil and France., Fact2: Brazil's army depends on Brazil's navy to wage ocean-based warfare. Output:
[ "Step1: Which geographical feature separates Brazil from France?, Step2: Which branch of Brazil's military would be needed to wage war across #1?, Step3: Is #2 different from the Army?, Wikipedia page for step 1: Brazil, Wikipedia page for step 2: Ocean warfare, Wikipedia page for step 3: Navy, not_definitive_answer: False, incorrect_answer: False" ]
task168-3a8eef92910547d2b3b1b6851496ece9
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 duck ever need a Caesarean section?, Answer:No, Description of Duck: common name for many species in the bird family Anatidae, Fact1: A Caesarean section is a medical procedure in which surgery is performed to remove the baby from inside the mother., Fact2: Ducks do not give live birth, they lay eggs. Output:
[ "Step1: In a Caesarean section, where is the baby removed from?, Step2: Where do young ducks (ducklings) emerge from?, Step3: Is #2 the same as #1?, Wikipedia page for step 1: Caesarean section, Wikipedia page for step 2: Duck, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False", "Step1: Cesarean sections are only performed on animals that produce offspring via what method?, Step2: What method do ducks use to produce offspring?, Step3: Is #2 the same as #1?, Wikipedia page for step 1: Cesarean section, Wikipedia page for step 2: Duck, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-574507fdcdc045edae884c6922a65b88
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 Temujin hypothetically be jealous of Charlemagne's conquests?, Answer:No, Description of Charlemagne: King of the Franks, King of Italy, and Holy Roman Emperor, Fact1: Temujin was the birth name of Genghis Khan., Fact2: Genghis Khan founded the Mongol Empire which was the largest land empire in world history., Fact3: Charlemagne, King of the Franks, conquered most of Western Europe., Fact4: At its peak, the Mongol Empire had 110 million people., Fact5: Charlemagne's empire had around 20 million people at its height. Output:
[ "Step1: Temujin was the name of which leader?, Step2: How many people did #1's empire have at its peak?, Step3: How many people did Charlemagne's empire have at its peak?, Step4: Is #3 greater than #2?, Wikipedia page for step 1: Temujin, Wikipedia page for step 2: Mongol Empire, Wikipedia page for step 3: Charlemagne, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-6bf5b6b4b2fc4d9b998626522d60357a
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 Pepsi's major 1990 acquisition be useful in Albuquerque?, Answer:No, Description of PepsiCo: American food and beverage company, Fact1: In 1990, Pepsi acquired a naval fleet., Fact2: Albuquerque, New Mexico is 632 miles from the nearest ocean. Output:
[ "Step1: What did PepsiCo acquire in 1990?, Step2: Where can #1 be used?, Step3: How far is Albuquerque from #2? , Step4: Is #3 considered close?, Wikipedia page for step 1: PepsiCo, Wikipedia page for step 2: Naval Fleet, Wikipedia page for step 3: Albuquerque, New Mexico, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ba74bc947d2944e1ac8a5799903b7d66
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 John Lewis playing as a pitcher for Detroit Wolverines this year?, Answer:No, Description of John Lewis (civil rights leader): American politician and civil rights leader, Fact1: John Lewis a civil right leader., Fact2: John Lewis is 80 years old., Fact3: Leroy Satchel was the oldest player to ever play baseball till the age of 60 Output:
[ "Step1: In which year did John Lewis (civil rights leader) pass away?, Step2: Can John Lewis play baseball after the year #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/John_Lewis_(civil_rights_leader), Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-9f181288c80541389662f8428d095f99
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 pediatricians perform abortions?, Answer:No, Description of Abortion: Intentionally ending pregnancy, Fact1: Pediatricians specialize in the treatment of children and adolescents. , Fact2: Training in abortions is not provided to pediatricians in their schooling. Output:
[ "Step1: What is a Pediatrician's job duties?, Step2: Is abortion in #1?, Wikipedia page for step 1: Pediatricians , Wikipedia page for step 2: Pediatricians , not_definitive_answer: False, incorrect_answer: False" ]
task168-de9ba98b4ad3454a8ff735c9c6cdc158
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 sofer be a bad job for a vegan?, Answer:Yes, Description of Sofer: profession, Fact1: A sofer is a transcriber of religious texts, and has its origins in Judaism., Fact2: Sofers transcribe texts on a material known as vellum., Fact3: Vellum is made of materials derived from calfskin., Fact4: Vegans do not use any animal products. Output:
[ "Step1: What materials do sofers use?, Step2: What products do vegans refuse to use?, Step3: Is #1 included in #2?, Wikipedia page for step 1: Sofer, Wikipedia page for step 2: Vegan, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-932218c7ca8d4cfda58b81f48abf0b0e
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 Operation Barbarossa or Barbarossa's last expedition succeed?, Answer:No, Description of Operation Barbarossa: 1941 German invasion of the Soviet Union during the Second World War, Fact1: Operation Barbarossa was the Nazi advance on Russia during World War II., Fact2: Operation Barbarossa was a failure that resulted in Nazi Germany being pushed back by a Soviet counter offensive., Fact3: Operation Barbarossa was named after Holy Roman Emperor Frederick Barbarossa., Fact4: On his final expedition, Frederick Barbarossa drowned while leading an army to help the Crusaders during the Third Crusade., Fact5: The Crusaders failed to recapture Jerusalem during the Third Crusade without the support of Barbarossa and his troops. Output:
[ "Step1: What was the objective of Operation Barbarossa?, Step2: What was the goal of the final expedition of Frederick Barbarossa?, Step3: Did #1 and #2 succeed?, Wikipedia page for step 1: wiki: Operation Barbarossa, Wikipedia page for step 2: wiki: Frederick Barbarossa , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False", "Step1: What was the outcome of Operation Barbarossa?, Step2: What was the outcome of the last of Barbarossa's expeditions?, Step3: Was #1 or #2 a success?, Wikipedia page for step 1: Operation Barbarossa, Wikipedia page for step 2: Frederick I, Holy Roman Emperor, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-564c3e4a519140b1936b64c83d8fb723
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 Elijah cure a dog's depression?, Answer:Yes, Description of Elijah: Biblical prophet, Fact1: In Jewish folklore, dog's are happy without reason if Elijah is around., Fact2: Happy is the opposite of depressed. Output:
[ "Step1: In Jewish folklore, what happens to dogs when Elijah is around?, Step2: Is #1 the opposite of depression?, Wikipedia page for step 1: Elijah, Wikipedia page for step 2: Depression, not_definitive_answer: False, incorrect_answer: False" ]
task168-4efa19d5b07b464280333df2e2cf551e
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 Swiss Guard defeat the Marines?, Answer:No, Description of Swiss Guard: Military of Vatican City, Fact1: The Swiss Guard is the military of Vatican City and consists of 135 members., Fact2: There are 186,000 active duty Marines as of 2017. Output:
[ "Step1: How many people are in the Swiss Guard?, Step2: How many people are in the US Marine Corp?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Swiss Guard, Wikipedia page for step 2: US Marine Corp, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c3d529a59e3d47978a6ce45a98eaa176
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 white cockatoo have lived through the entire Thirty Years' War?, Answer:Yes, Description of Thirty Years' War: War between 1618 and 1648; with over 8 million fatalities, Fact1: The Thirty Years' War lasted 30 years, Fact2: White cockatoos have been reported to live between 40-60 years in captivity Output:
[ "Step1: How long did the Thirty Years' War last?, Step2: How long can white cockatoos live?, Step3: Is #2 greater than or equal to #1?, Wikipedia page for step 1: Thirty Years' War, Wikipedia page for step 2: White cockatoo, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-d2eea388faa74b7596183b2666bba58e
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 carpenters understand geometry?, Answer:Yes, Description of Geometry: Branch of mathematics that studies the shape, size and position of objects, Fact1: Carpenters work in building and maintaining structures such as homes, buildings, and gazebos., Fact2: In order to build a home, one must be able to follow the geometry in the blueprints. Output:
[ "Step1: What kind of buildings/structures do carpenters help in constructing?, Step2: Do #1 require knowledge of geometry to carry out?, Wikipedia page for step 1: Carpentry, Wikipedia page for step 2: Building construction, not_definitive_answer: False, incorrect_answer: False" ]
task168-ae1e00e7e3f34a969fbe0f60d08f0581
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 traditional watchmakers have done lots of menial labor?, Answer:Yes, Description of Watchmaker: artisan who makes and repairs watches, Fact1: Traditional watchmakers served a seven-year apprenticeship., Fact2: Apprentices start out doing chores that do not require special skills., Fact3: Menial labor does not require special skills. Output:
[ "Step1: What do traditional watchmakers have to serve before becoming a watchmaker?, Step2: What sorts of chores do they have to do at the start of #1?, Step3: Is #2 the same as menial labor?, Wikipedia page for step 1: Watchmaker, Wikipedia page for step 2: Apprentices, Wikipedia page for step 3: Menial labor, not_definitive_answer: False, incorrect_answer: False" ]
task168-7aa3b0037ebf47b59b2049c2fceee359
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 Foreign and Commonwealth Office a European political agency?, Answer:Yes, Description of Foreign and Commonwealth Office: Ministry of Foreign Affairs of the United Kingdom, Fact1: The Office is part of the government of the United Kingdom., Fact2: The United Kingdom is in Europe. Output:
[ "Step1: What country is the Foreign and Commonwealth Office part of?, Step2: Is #1 located in Europe?, Wikipedia page for step 1: Foreign and Commonwealth Office, Wikipedia page for step 2: United Kingdom, not_definitive_answer: False, incorrect_answer: False" ]
task168-fae8f8dc78214e978e6987e5f6443b8a
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 LeBron James hypothetically glance upwards at Yuri Gagarin?, Answer:No, Description of Yuri Gagarin: Soviet pilot and cosmonaut, first human in space, Fact1: LeBron James is 6 feet 9 inches tall., Fact2: Yuri Gagarin was 5 feet 2 inches tall., Fact3: Typically shorter individuals look up at taller individuals when they are speaking as it is polite to look face to face at someone when you are speaking to them. Output:
[ "Step1: How tall is LeBron James?, Step2: How tall was Yuri Gagarin?, Step3: Is #1 lesser than #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/LeBron_James, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Yuri_Gagarin, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-cd72b8d3d86342c5a94c128b5c021a87
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 polio medicine save the life of polio vaccine creator?, Answer:No, Description of Medicine: The science and practice of the diagnosis, treatment, and prevention of physical and mental illnesses, Fact1: Jonas Salk developed the first polio vaccine., Fact2: Jonas Salk died of a heart attack in 1995., Fact3: Heart attacks are commonly treated with beta blockers. Output:
[ "Step1: Who created polio vaccine?, Step2: Did #1 have his life saved by the use of polio vaccine?, Wikipedia page for step 1: Polio vaccine, Wikipedia page for step 2: Hilary Koprowski, not_definitive_answer: False, incorrect_answer: False" ]
task168-86d27467a8a34a0085bc69fec6495fea
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: If one of your feet is in a leg cast, should the other be in a sandal?, Answer:No, Description of Sandal: Type of footwear with an open upper, Fact1: If you are using crutches, it is advised to have non-slip shoes with a closed toe., Fact2: Most sandals do not have non-slip traction and, by definition, don't have closed toes. , Fact3: If you are in a leg cast you are likely to be using crutches. Output:
[ "Step1: If you are in a leg cast, what are you likely using to help yourself walk?, Step2: What kind of shoes do doctors recommend for you to wear if you are using #1?, Step3: Do sandals fit the requirements of #2?, Wikipedia page for step 1: Crutches, Wikipedia page for step 2: crutches, Wikipedia page for step 3: Sandals, not_definitive_answer: False, incorrect_answer: False" ]
task168-d2e1d261873247b6879f751fc8eb2585
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 someone with dermatitis be a hand model?, Answer:No, Description of Dermatitis: skin disease, Fact1: Dermatitis causes rashes, redness, blisters, cracking of the skin, and scarring. , Fact2: Hand models tend to have flawless skin and hands. Output:
[ "Step1: What does dermatitis cauas a person's skin to look like?, Step2: What must a hand model's skin look like?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Dermatitis, Wikipedia page for step 2: Hand Model, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e6c6754f63894a6b8ccb99b3a9c11024
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 guinea pigs live longer than dogs or cats?, Answer:No, Description of Guinea pig: domesticated rodent species from South America, Fact1: The average lifespan of a guinea pig is around 4-8 years., Fact2: A recent analysis of veterinary records revealed that dogs under 20 pounds had an average lifespan of 11 years while those over 90 pounds typically lived for only 8 years. , Fact3: Medium and large dogs fell in the middle at around 11 years., Fact4: According to the ASPCA, the average lifespan of an indoor cat is 13 to 17 years, and cats who live up to 20 are not uncommon. Output:
[ "Step1: What u need for a guinea pig?, Wikipedia page for step 1: WIKI guinea pigs, not_definitive_answer: True, incorrect_answer: True", "Step1: How old is the average guinea pig?, Step2: How old is the average dog?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Wiki: Guinea Pig, Wikipedia page for step 2: Wiki: Dog, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of Guinea Pigs, Step2: What is the average lifespan of Dogs, Step3: What is the average lifespan of Cats, Step4: Is #1 greater than #2 or #3, Wikipedia page for step 1: Guinea Pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: Can cats get sick from guinea pigs?, Wikipedia page for step 1: Wiki Guinea pig, not_definitive_answer: True, incorrect_answer: True", "Step1: Can Guinea pigs be a domestical rodent species from all over the world?, Wikipedia page for step 1: Guinea pigs, not_definitive_answer: False, incorrect_answer: False", "Step1: Is a guinea pig not a good pet?, Wikipedia page for step 1: `Wikipedia guinea pig, not_definitive_answer: True, incorrect_answer: True", "Step1: What is the lifespan of a guinea pig?, Step2: What is the lifespan of a dog? , Step3: Is #1 longer than #2?, Wikipedia page for step 1: Guinea Pig , Wikipedia page for step 2: Dog, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average life span of a guinea pig, Step2: What is the average life expectancy of a dog?, Step3: What is the average life span of a domestic cat?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Aging_in_dogs, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Aging_in_cats, Wikipedia page for step 4: simple check answers #1,#2 and #3, not_definitive_answer: False, incorrect_answer: False", "Step1: what's guinea pig?, Step2: lifespan of guinea pig, Step3: dog, Step4: cat, Step5: is #3#4 #1 then #2, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: characteristics, Wikipedia page for step 3: biology, Wikipedia page for step 4: lifespan and health, Wikipedia page for step 5: , not_definitive_answer: True, incorrect_answer: False", "Step1: What is the average lifetime of a guinea pig?, Step2: What is the lifespan of a cat?, Step3: What is the lifespan of a dog?, Step4: Is #1 greater than #2 and #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Rodents_as_pets#Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the lifespan of a Guinea pig?, Step2: What is the lifespan of a dogs?, Step3: What is the lifespan of a cat?, Step4: Are the answers to #3 or #2 < the answer to #1?, Wikipedia page for step 1: https://en.m.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.m.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.m.wikipedia.org/wiki/Cat, Wikipedia page for step 4: No, not_definitive_answer: False, incorrect_answer: False", "Step1: What is the lifespan of a guinea pig?, Step2: How long does a dog or cat live?, Step3: Is Step #1 greater than Step #2?, Wikipedia page for step 1: Baldwin guinea pig, Wikipedia page for step 2: Aging in cats, Aging in dogs, Wikipedia page for step 3: Baldwin guinea pig, not_definitive_answer: False, incorrect_answer: False", "Step1: How long do cats live?, Step2: How long do dogs live?, Step3: How long do guinea pigs live?, Step4: Is #3 more than #1 and #2, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Aging_in_cats#:~:text=The%20life%20expectancy%20of%20a,living%20outdoors%20is%205.6%20years., Wikipedia page for step 2: https://en.wikipedia.org/wiki/Aging_in_dogs#:~:text=The%20aging%20profile%20of%20dogs,only%207%20to%208%20years., Wikipedia page for step 3: https://en.wikipedia.org/wiki/Guinea_pig#:~:text=Pet%20breeds%20live%20an%20average,is%20a%20mostly%20furless%20breed., Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live?, Step2: How long do dogs live?, Step3: How long do cats live?, Step4: Is #1 less than both #2 and #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig#Characteristics, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog#Lifespan, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: what is the life span of guinea pig?, Step2: what is the life span of a dog?, Step3: what is the lif span of a cat?, Step4: is #1 greater than #2 or #3?, Wikipedia page for step 1: The average lifespan of a guinea pig is around 4-8 years, Wikipedia page for step 2: Medium and large dogs fell in the middle at around 11 years., Wikipedia page for step 3: According to the ASPCA, the average lifespan of an indoor cat is 13 to 17 years, and cats who live up to 20 are not uncommon., Wikipedia page for step 4: No, not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average life span of a dog?, Step2: What is the average life span of a cat?, Step3: What is the average life span of a guinea pig?, Step4: Is #3 longer than #1 and #2?, Wikipedia page for step 1: Aging in dogs, Wikipedia page for step 2: Aging in cats, Wikipedia page for step 3: Guinea pigs, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: average guinea pig lifespan is 4-8 years, Step2: average cat lifespan is 13 to 17 years, Step3: average dog lifespan, small or big included, is 8 to 11 years, Step4: Is #1 longer than #2 or #3 , Wikipedia page for step 1: Wiki: Guinea pig, Wikipedia page for step 2: Wiki: cat, Wikipedia page for step 3: Wiki: dog, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average life span of dogs?, Step2: what is the average life span of cats?, Step3: what is the average life span guinea pigs?, Step4: is #3 more than #2 or #1?, Wikipedia page for step 1: dog, Wikipedia page for step 2: cat, Wikipedia page for step 3: guinea pig, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the life expectancy of guinea pigs?, Step2: What is the life expectancy of dogs?, Step3: What is the life expectancy of cats?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig#Characteristics, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog#Lifespan, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the life expectancy of a dog?, Step2: What is the life expectancy of a cat?, Step3: What is the life expectancy of a guinea pig?, Step4: Is #3 greater than #2 and greater than #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog#Lifespan, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Guinea_pig#Characteristics, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the typical life span of guinea pigs?, Step2: What is the typical life span of dogs?, Step3: What is the typical life span of cats?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average life expectancy of guinea pigs?, Step2: What is the average life expectancy of dogs?, Step3: What is the average life expectancy of cats?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig#Characteristics, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog#Lifespan, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a guinea pig?, Step2: What is the average lifespan of a cat?, Step3: What is the average lifespan of a dog?, Step4: Is #1 more than #2 or #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Aging in cats, Wikipedia page for step 3: Aging in dogs, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of guinea pigs?, Step2: What's the average lifespan of domesticated dogs?, Step3: What is the average lifespan of domesticated cats?, Step4: Is #1 longer than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig#:~:text=Pet%20breeds%20live%20an%20average,is%20a%20mostly%20furless%20breed., Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog#Lifespan, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat#Lifespan_and_health, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live?, Step2: What is the average lifespan of a dog?, Step3: How many years does the average cat live?, Step4: Is #1 more than both #2 and #3?, Wikipedia page for step 1: Guinea Pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live on average?, Step2: How long do dogs live on average?, Step3: How long do cats live on average?, Step4: Is #1 greater than #2 or #3, Wikipedia page for step 1: guinea pig, Wikipedia page for step 2: dog, Wikipedia page for step 3: cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of cats?, Step2: What is the average lifespan of dogs?, Step3: What is the average lifespan of guinea pigs?, Step4: Is answer #3 greater than answer #1 or answer #2, Wikipedia page for step 1: Cats, Wikipedia page for step 2: Dogs, Wikipedia page for step 3: Guinea Pigs, Wikipedia page for step 4: Simple check using answers to question #1 and question #2 and question #3, not_definitive_answer: False, incorrect_answer: False", "Step1: what is the average span of a Guinea Pig?, Step2: What is the average life span of a dog?, Step3: What is the average life span of a cat?, Step4: Is #2 smaller than #1?, Step5: Is #3 smaller than #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 4: , Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live?, Step2: How long do dogs live?, Step3: How long do cats live?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a dog?, Step2: What is the average lifespan of an indoor cat?, Step3: What is the average lifespan of a guinea pig?, Step4: Is #3 greater than #1 or #2?, Wikipedia page for step 1: Dog, Wikipedia page for step 2: Cat, Wikipedia page for step 3: Guinea Pig, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average life span of a guinea pig?, Step2: What is the average lifespan of dogs?, Step3: What is the average lifespan of a cat?, Step4: Is #1 a lower time span than both #2 and #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Aging in dogs, Wikipedia page for step 3: Aging in cats, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average length of life of a guinea pig?, Step2: What is the average length of life of a dog?, Step3: What is the average length of life of a cat?, Step4: Is #1 longer than both #2 and #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a guinea pig?, Step2: What is the average lifespan of dogs in general?, Step3: What is the average lifespan of cats in general?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long does a guinea pig live on average?, Step2: How long does a dog live on average?, Step3: How long does a cat live on average?, Step4: Is #1 longer than #2 or #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the lifespan of a guinea pig, Step2: What is the lifespan of a dog?, Step3: What is the lifespan of a cat?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Aging_in_dogs, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Aging_in_cats, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the lifespan of a Guinea pig?, Step2: What is the lifespan of a dog?, Step3: What is the lifespan of a cat?, Step4: Is #1 longer than #2 or #3, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: dog, Wikipedia page for step 3: cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What's the longest average lifespan of a pet Guinea pig?, Step2: What's the shortest average lifespan of a pet cat?, Step3: What's the shortest average lifespan of a pet dog?, Step4: Is #1 greater (and not equal) to both #2 and #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Aging_in_dogs#Life_expectancy_by_breed, Wikipedia page for step 4: , not_definitive_answer: True, incorrect_answer: False", "Step1: What is the average life span of a Guinea pig?, Step2: What is the average life span of a dog?, Step3: What is the average life span of a cat?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live?, Step2: How long do cats live?, Step3: How long do dogs live?, Step4: Is #1 longer than #2, #3?, Wikipedia page for step 1: https://en.m.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.m.wikipedia.org/wiki/Cat, Wikipedia page for step 3: https://en.m.wikipedia.org/wiki/Dog, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live on average?, Step2: How long do cats live on average?, Step3: How long do dogs live on average?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: Guinea_pig, Wikipedia page for step 2: Cat, Wikipedia page for step 3: Dog, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the lifespan of a guinia pig?, Step2: What is the lifespan of a dog?, Step3: What is the lifespan of a cat?, Step4: Is #1 longer than #2 and #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of dogs?, Step2: What is the average lifespan of cats?, Step3: What is the average lifespan of guinea pigs?, Step4: is #3 more than #2 or #1, Wikipedia page for step 1: Dog, Wikipedia page for step 2: Cat, Wikipedia page for step 3: Guinea pig, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do cats live?, Step2: How long do dogs live?, Step3: How long do Guinea Pigs live?, Step4: Is #3's lifespan longer than #1 and #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 4: https://en.wikipedia.org/wiki/Guinea_pig, not_definitive_answer: False, incorrect_answer: False", "Step1: How long do dogs live?, Step2: How long do cats live?, Step3: How long do guinea pigs live?, Step4: Is #3 longer than #1 or #2?, Wikipedia page for step 1: Dog, Wikipedia page for step 2: Cat, Wikipedia page for step 3: Guinea pig, Wikipedia page for step 4: Guinea pig, not_definitive_answer: False, incorrect_answer: False", "Step1: What is the life span of a guinea pig?, Step2: What is the life span of a dog?, Step3: What is the life span of a cat?, Step4: Is #1 longer than #2 or #3?, Wikipedia page for step 1: Guinea Pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a guinea pig?, Step2: What is the average lifespan of a dog?, Step3: What is the average lifespan of a cat?, Step4: Is #1 longer than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of guinea pigs?, Step2: What is the average lifespan of dogs?, Step3: What is the average lifespan of cats?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live on average?, Step2: How long do dogs live on average?, Step3: How long do cats live on average?, Step4: Is #1 greater than #2 or #3?, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a guinea pig?, Step2: What is the average lifespan of domestic dogs?, Step3: What is the average lifespan of house cats?, Step4: Is #1 greater than #2 and #3?, Wikipedia page for step 1: guinea pig, Wikipedia page for step 2: dog, Wikipedia page for step 3: cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of guinea pigs?, Step2: What is the average lifespan of dog?, Step3: What is the average lifespan of cats?, Step4: Is #1 more than #2 and #3, Wikipedia page for step 1: Guinea pig, Wikipedia page for step 2: Dog, Wikipedia page for step 3: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan for a guinea pig?, Step2: What is the average lifespan for a cat?, Step3: What is the average lifespan for a dog?, Step4: Is #1 more than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Cat, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Dog, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long does an average guinea pig live?, Step2: What is a typical lifespan of dogs?, Step3: What is a typical lifespan of cats?, Step4: Is #1 higher than #2 or #3?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Guinea_pig, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Aging_in_dogs, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Aging_in_cats, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a cat?, Step2: What is the average lifespan of a dog?, Step3: What is the average lifespan of a guinea pig?, Step4: Is #3 longer than #1 and #2, Wikipedia page for step 1: cat, Wikipedia page for step 2: dog, Wikipedia page for step 3: guinea pig, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: What is the average lifespan of a guinea pig?, Step2: What is the average life expectancy of a dog?, Step3: What is the average life expectancy of a cat?, Step4: Is #1 longer than #2 or #3?, Wikipedia page for step 1: Wiki: Guinea pigs, Wikipedia page for step 2: Wiki: Dog, Wikipedia page for step 3: Wiki: Cat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: How long do guinea pigs live?, Step2: How long do cats live?, Step3: How long do dogs live?, Step4: Is #1 longer than #2 or #3?, Wikipedia page for step 1: wiki:Guinea pig, Wikipedia page for step 2: wiki:Cat, Wikipedia page for step 3: wiki:Dog, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-821181cfde79488b967709f8ba1df55e
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 Quartz be useful to humans if plants died off and there was no oxygen?, Answer:Yes, Description of Quartz: mineral composed of silicon and oxygen atoms in a continuous framework of SiO₄ silicon–oxygen tetrahedra, with each oxygen being shared between two tetrahedra, giving an overall chemical formula of SiO₂, Fact1: Plants produce oxygen which is needed by humans to survive., Fact2: Quartz is a hard mineral substance made of several elements., Fact3: Quartz is composed of silicon and oxygen., Fact4: Quartz can be melted at high temperatures. Output:
[ "Step1: What are the constituents elements of quartz?, Step2: Is oxygen included in #1?, Wikipedia page for step 1: Quartz, Wikipedia page for step 2: Quartz, not_definitive_answer: False, incorrect_answer: False" ]
task168-6145d5cf749342a8915cc80358cabed6
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 Arnold Schwarzenegger have a hard time picking up a red fox in 1967?, Answer:No, Description of Arnold Schwarzenegger: Austrian-American actor, businessman, bodybuilder and politician, Fact1: In 1967, Schwarzenegger won the Munich stone-lifting contest, in which a stone weighing 508 German pounds (254 kg / 560 lb) is lifted between the legs while standing on two footrests., Fact2: Red foxes weigh between 2.2–14 kg (5–31 lb). Output:
[ "Step1: How much could Arnold Schwarzenegger life in 1967?, Step2: What is the typical weight of a Red Fox?, Step3: Is #2 more than #1?, Wikipedia page for step 1: Arnold Schwarzenegger, Wikipedia page for step 2: Red foxes, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-784eed3e2eb64d9c81d08f627d7b6928
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 human eat an entire 12-lb roast turkey in an hour?, Answer:No, Description of Hour: unit of time, Fact1: A serving of roast turkey is about 1 pound of uncooked turkey., Fact2: A 12-lb roast turkey would contain about 12 servings of cooked turkey meat., Fact3: One human cannot eat 12 1-lb servings of turkey in one sitting. Output:
[ "Step1: What is the most food a person has eaten in one hour?, Step2: A 12 pound uncooked turkey provides how much cooked meat?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Competition eating, Wikipedia page for step 2: Turkey, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ad06984fb4604574b93ba0413b53ca0a
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 Tony Bennett have more children than he had wives?, Answer:Yes, Description of Tony Bennett: American singer, Fact1: Tony Bennett had four children., Fact2: Tony Bennet has had three wives. Output:
[ "Step1: How many children has Tony Bennett had?, Step2: How many wives has Tony Bennett had?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Tony Bennett, Wikipedia page for step 2: Tony Bennett, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5e3d9db54159477791f1f56c04990f0b
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 names of The Powerpuff Girls alliterative?, Answer:Yes, Description of The Powerpuff Girls: American animated television series, Fact1: To be alliterative, words must have the same initial consonant sound., Fact2: The names of The Powerpuff Girls are Blossom, Buttercup, and Bubbles. Output:
[ "Step1: What are the names of The Powerpuff Girls?, Step2: What features are necessary for a group of words to be considered alliterative?, Step3: Are #2 present in #1?, Wikipedia page for step 1: The Powerpuff Girls, Wikipedia page for step 2: Alliteration, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8f712e7eefa248bebbb62d044ea65049
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 Roman numerals fill the normal number of Sudoku box options?, Answer:No, Description of Sudoku: Logic-based number-placement puzzle, Fact1: Sudoku boxes can be filled with one of 9 numbers., Fact2: There are only seven Roman numerals: I, V, X, L, C, D and M Output:
[ "Step1: How many symbols are used in the Roman numeral system?, Step2: How many numbers are employed in Sudoku?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Roman numerals, Wikipedia page for step 2: Sudoku, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b3c0a1802be14a0099ec2666aac1af27
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 gorillas closely related to humans?, Answer:Yes, Description of Gorilla: Genus of mammals, Fact1: Gorillas are part of the animal family Hominidae., Fact2: Hominidae also includes the genus Homo, which only contains the human species. Output:
[ "Step1: What animal family are Gorillas part of?, Step2: Are humans also part of #1?, Wikipedia page for step 1: Gorillas , Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b69e84df211c456d9e91c0ce49f14111
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: If you add water to rice pudding is it horchata?, Answer:No, Description of Rice pudding: Dish made from rice mixed with water or milk, Fact1: Horchata is a drink made from soaking dry rice in water for hours, then pulverizing and straining the mixture and adding spices and sweetener., Fact2: Rice pudding includes ingredients like eggs, and whole grains of cooked rice. Output:
[ "Step1: What ingredients are in horchata?, Step2: What ingredients are in rice pudding?, Step3: If you add water to #2, is it the same as #1?, Wikipedia page for step 1: horchata, Wikipedia page for step 2: Rice pudding, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-63e95bad117a49f1ac35d9aab2909e10
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 college organizations with Greek letters for names known for sobriety?, Answer:No, Description of Greek alphabet: script that has been used to write the Greek language, Fact1: Fraternities are college organizations with Greek letters for names., Fact2: Fraternities are known for binge drinking. Output:
[ "Step1: What are college organizations with Greek letters for names called?, Step2: What are #1 known for?, Step3: Is sobriety listed in #2?, Wikipedia page for step 1: Fraternities, Wikipedia page for step 2: Fraternities, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-597067fcb4b3415eadd3a8ef0ee0a8b6
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 full Neptunian orbit between the first two burials of women in the Panthéon?, Answer:No, Description of Panthéon: mausoleum in Paris, Fact1: In 1907, Sophie Berthelot is the first woman to be interred in the Panthéon , Fact2: In 1995, Marie Curie is the second woman to be interred there, Fact3: Neptune takes 165 years to go around the sun Output:
[ "Step1: In what year was the first woman buried in the Panthéon?, Step2: In what year was the second woman buried in the Panthéon?, Step3: How many years are between #1 and #2?, Step4: How many years does it take for Neptune to orbit the Sun?, Step5: Is #4 less than or equal to #3?, Wikipedia page for step 1: Panthéon, Wikipedia page for step 2: Panthéon, Wikipedia page for step 3: , Wikipedia page for step 4: Neptune, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-d26aa18d558a4c05a249babefde734fe
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 British royal family have an American in it?, Answer:Yes, Description of British royal family: Family consisting of close relatives of the monarch of the United Kingdom, Fact1: Prince Harry, Duke of Sussex is a member of the British royal family., Fact2: Prince Harry married American actress Meghan Markle On the 19th of May 2018., Fact3: Marriage makes the couple members of each others families. Output:
[ "Step1: Who are the members of the British royal family?, Step2: Is any of #1 an American?, Wikipedia page for step 1: British royal family, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-67cf9abb5cbc436aa83b414b21b35a45
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: If you were on a diet, would you have to skip lunch at McDonald's?, Answer:No, Description of McDonald's: American fast food restaurant chain, Fact1: McDonald's offers low calorie brunch options like parfaits and egg white sandwiches. , Fact2: McDonald's offers low calorie lunch options including basic hamburgers and salads. Output:
[ "Step1: What is characteristic of food eaten by someone on a diet?, Step2: Are lunch options characterized by #1 unavailable at McDonald's?, Wikipedia page for step 1: Diet, Wikipedia page for step 2: McDonald's, not_definitive_answer: False, incorrect_answer: False" ]
task168-4bff504a51ad41c0ad793c208510b68a
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: Have Jamie Lee Curtis been the subject of fake news?, Answer:Yes, Description of Fake news: Hoax or deliberate spread of misinformation, Fact1: Fake news is a hoax that is circulated and spreads to get people to believe a falsehood., Fact2: Jamie Lee Curtis is an American actress known for the Halloween series., Fact3: Rumors have been spread about Jamie Lee Curtis that she was born a hermaphrodite. Output:
[ "Step1: What is fake news?, Step2: Has Jamie Lee Curtis ever been the victim of #1?, Wikipedia page for step 1: Fake news, Wikipedia page for step 2: Jamie Lee Curtis, not_definitive_answer: False, incorrect_answer: False", "Step1: What is fake news?, Step2: Has #1 happened to Jamie Lee Curtis?, Wikipedia page for step 1: Fake news, Wikipedia page for step 2: Jamie Lee Curtis, not_definitive_answer: False, incorrect_answer: False" ]
task168-39b35780f6654b3583cd2658e5a6cc89
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: Where did wrestling originate?, Answer:No, Description of Wrestling: form of combat sport involving grappling type techniques, Fact1: Wrestling goes back to Ancient Babylon., Fact2: It is the worlds oldest competitive sport. Output:
[ "Step1: Where did wrestling originate from?, not_definitive_answer: False, incorrect_answer: False", "Step1: Where did wrestling originate?, not_definitive_answer: False, incorrect_answer: False", "Step1: Where did wrestling originate?, not_definitive_answer: False, incorrect_answer: True" ]
task168-405b16711cc14a8eb2fb783166a153bc
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 pound sterling valuable?, Answer:No, Description of Pound sterling: Official currency of the United Kingdom and other territories, Fact1: A pound sterling is fiat money., Fact2: Fiat money is backed by government decree and has no intrinsic value., Fact3: One pound sterling is worth about 1.24 US dollars by May of 2020. Output:
[ "Step1: What is the value of the Pound Sterling based on?, Step2: Is #1 the material used in making it?, Wikipedia page for step 1: Pound Sterling, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-d4d3602ccf804cb5aee110951eaceeb9
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 black swan cygnets typically know both of their genetic parents?, Answer:No, Description of Black swan: species of bird, Fact1: Up to one-quarter of monogamous black swan pairs are same-sex, with males taking over a female's nest to raise her young without her, Fact2: One-third of monogamous black swan pairs show extra-pair paternity, with the male aiding the female in raising another male's offspring , Fact3: A cygnet is a juvenile swan Output:
[ "Step1: What kinds of adults take on the responsibility of raising black swan cygnets?, Step2: Is there an insignificant chance of #1 not being both genetic parents of the cygnets they raise?, Wikipedia page for step 1: wiki: Black Swan, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b1c5b2a9b93b4904b0fa4c2c0a15d0cc
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: Should oysters be avoided by people with ADHD?, Answer:No, Description of Oyster: salt-water bivalve mollusc, Fact1: Oysters are an excellent source of zinc., Fact2: ADHD is a mental disorder of the neurodevelopmental type characterized by difficulty paying attention., Fact3: Zinc supplementation has been reported to improve symptoms of ADHD and depression. Output:
[ "Step1: Which metal are oysters are known to be an excellent source of?, Step2: Is the consumption of #1 known to worsen symptoms of ADHD?, Wikipedia page for step 1: Oyster, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False", "Step1: What kind of mineral do oysters have in abundance?, Step2: What is likely to lead to ADHD?, Step3: Is having much of #1 likely to cause #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Oyster, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Attention_deficit_hyperactivity_disorder, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-15bbfd59746a4e6bb6e8a3a7d236ca86
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: Gandalf hypothetically defeats Rincewind in a wizard battle?, Answer:Yes, Description of Gandalf: Fictional character created by J. R. R. Tolkien, Fact1: Gandalf is a 2000 plus year old wizard that has fought orcs and spirits in Middle Earth., Fact2: Rincewind is the protagonist of the Discworld series., Fact3: Rincewind is a failed student at the Unseen University for wizards in Ankh-Morpork., Fact4: Rincewind is described by other wizards as the magical equivalent to the number zero. Output:
[ "Step1: How powerful is Gandalf as portrayed in LOTR?, Step2: How powerful is Rincewind as portrayed at the Unseen University for wizards?, Step3: Does #1 include far more experience and accomplishments than #2?, Wikipedia page for step 1: Gandalf, Wikipedia page for step 2: Unseen University for wizards, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c90d64bc8e564a43a1763af30a24060c
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 narcissism's origin a rare place to get modern words from?, Answer:No, Description of Narcissism: Personality trait of self love of a fake perfect self., Fact1: Narcissism comes from the ancient Greek story of Narcissus, who fell in love with his own reflection., Fact2: Aphrodisiac comes from stories about the ancient Greek goddess Aphrodite., Fact3: Europe comes from Europa, an ancient Greek princess., Fact4: The word stygian relates to the river of Hades in Greek mythology., Fact5: Hypnosis comes from Hypnos, the Greek god of sleep. Output:
[ "Step1: From what culture does the word \"narcissism\" come? , Step2: What percent of English words come from #1?, Step3: Is #2 small enough to be considered \"rare\"?, Wikipedia page for step 1: Narcissism, Wikipedia page for step 2: English Language, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a04638ab43544030816ca9a2fe38040d
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 Moses the son of Levi?, Answer:No, Description of Moses: Abrahamic prophet said to have led the Israelites out of Egypt, Fact1: Jochebed is the daughter of Levi., Fact2: Moses' mother is Jochebed., Fact3: Moses' father is Amram. Output:
[ "Step1: Who were the parents of Moses?, Step2: Is any of #1 called Levi?, Wikipedia page for step 1: Moses, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-7075bb649545483bb8312dcbe43b44bd
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: What are the two most mined materials?, Answer:Yes, Description of Mining: The extraction of valuable minerals or other geological materials from the earth, Fact1: Coal is the most mined material as it a source of energy for most of the world, Fact2: Iron is the second most mined material., Fact3: Iron is mined for its structural or strength uses Output:
[ "Step1: What minerals are mined?, Step2: Which of #1 are the mined most often?, Step3: First of #2, Step4: Second of #2, Step5: #3, #4, not_definitive_answer: False, incorrect_answer: True" ]
task168-d22de991bfbc4a0ba26216f167acf094
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 cactus fruit an important menu item for a restaurant based on Cuauhtémoc?, Answer:Yes, Description of Cactus: Family of mostly succulent plants, adapted to dry environments, Fact1: The Aztecs cultivated cacti for the fruit, Fact2: Tenochtitlan was the capital of the Aztec empire, Fact3: Cuauhtémoc was the last king of Tenochtitlan Output:
[ "Step1: Where city was Cuauhtémoc the king of?, Step2: What empire was #1 the capital of?, Step3: Did people in #2 eat cacti?, Wikipedia page for step 1: Cuauhtémoc, Wikipedia page for step 2: Tenochtitlan, Wikipedia page for step 3: Aztecs, not_definitive_answer: False, incorrect_answer: False" ]
task168-1c2ecfedacf84f3fbc059a4b2d2463fd
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: At Christmastime, do some films remind us that groundhog day is approaching?, Answer:Yes, Description of Groundhog Day: Traditional method of weather prediction, Fact1: Jack Frost is a 1979 stop motion Christmas film., Fact2: In Jack Frost, the groundhog is a character and gets his own song reminding people of his own holiday. Output:
[ "Step1: What is the name of a stop motion Christmas film that was released in 1979?, Step2: In #1, what does the groundhog get?, Step3: Does #2 remind people of Groundhog Day?, Wikipedia page for step 1: Jack Frost, Wikipedia page for step 2: Jack Frost, Wikipedia page for step 3: Jack Frost, not_definitive_answer: False, incorrect_answer: False" ]
task168-ebd241c23e224a3891eaa26ee9c594b4
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 Marco Polo travel with Christopher Columbus?, Answer:No, Description of Marco Polo: Italian explorer and merchant noted for travel to central and eastern Asia, Fact1: Marco Polo died in 1324., Fact2: Christopher Columbus was born in 1451. Output:
[ "Step1: When did Marco Polo die?, Step2: When was Columbus born?, Step3: Was #1 after #2?, Wikipedia page for step 1: Marco Polo, Wikipedia page for step 2: Christopher Columbus, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-40ca47b3ee93417cbb99ae2c699f2760
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 Javier Sotomayor jump over the head of the average giraffe?, Answer:No, Description of Giraffe: Tall African ungulate, Fact1: Fully grown giraffes stand 4.3–5.7 m (14.1–18.7 ft) tall., Fact2: Javier Sotomayor is the current world record holder in the long jump, with a personal best of 2.45 m (8 ft 1/2 in). Output:
[ "Step1: How tall are giraffes?, Step2: What is Javier Sotomayor's personal record in the high jump?, Step3: Is #2 greater than or equal to #1?, Wikipedia page for step 1: Giraffe, Wikipedia page for step 2: Javier Sotomayor, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-01ce5d5569ed49debbc882df80049771
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 diet of ice eventually kill a person?, Answer:Yes, Description of Ice: water frozen into the solid state, Fact1: Humans can survive without water for four days., Fact2: Ice can be melted into water, which consists of hydrogen and oxygen, using a simple cigarette lighter., Fact3: Humans can survive without food for 30 to 40 days on average., Fact4: Humans need carbohydrates, proteins, and fats that are contained in foods., Fact5: Water does not contain fat, carbohydrates or protein. Output:
[ "Step1: Ice is the solid state of what?, Step2: What nutrients are needed to sustain human life?, Step3: Are most of #2 absent from #1?, Wikipedia page for step 1: Ice, Wikipedia page for step 2: Nutrient, Wikipedia page for step 3: Water, not_definitive_answer: False, incorrect_answer: False" ]
task168-03c523311b4242d4a641fa01281fa39c
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 Bucharest located south of Egypt?, Answer:No, Description of Bucharest: Capital of Romania, Fact1: Bucharest, Romania is located in Eastern Europe., Fact2: Egypt is located in Africa., Fact3: Most of Africa is south of Europe. Output:
[ "Step1: What country is Bucharest located in?, Step2: Is #1 south of Egypt?, Wikipedia page for step 1: Bucharest, Wikipedia page for step 2: Romania, not_definitive_answer: False, incorrect_answer: False" ]
task168-ce1d10ef5b2540a79220f3c6b18a8a4e
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 Millard Fillmore help to establish the University of Pittsburgh?, Answer:No, Description of University of Pittsburgh: American state-related research university located in Pittsburgh, Pennsylvania, Fact1: The University of Pittsburgh was established in 1787., Fact2: Millard Fillmore was born in 1800. Output:
[ "Step1: When was the University of Pittsburgh established?, Step2: When was Millard Fillmore born?, Step3: Is #2 before #1?, Wikipedia page for step 1: University of Pittsburgh, Wikipedia page for step 2: Millard Fillmore, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-264b9e1fd5b84bd1ad167f2c986f9148
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 sesame seed be mistaken for a wood frog egg?, Answer:No, Description of Sesame: species of plant, Fact1: A sesame seed is a flat 3 to 4 mm size seed., Fact2: Wood frog eggs are globe looking masses about 2 to 5 inches in diameter. Output:
[ "Step1: What shape and size is a sesame seed?, Step2: What is the shape and size of a wood frog egg?, Step3: Are #1 and #2 the same?, Wikipedia page for step 1: Sesame , Wikipedia page for step 2: Wood frog, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f5cdd28edf5e4649bac50105030cbd41
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 Gandalf hypothetically a formidable foe for Charmed's Barbas?, Answer:No, Description of Gandalf: Fictional character created by J. R. R. Tolkien, Fact1: Gandalf was a wizard in the Hobbit and Lord of the Rings series., Fact2: Gandalf used his staff to cast powerful spells., Fact3: Barbas was a demon on Charmed that had resistance to magic. Output:
[ "Step1: In what way did Gandalf attack his enemies?, Step2: Is Barbas from Charmed susceptible to #1?, Wikipedia page for step 1: Gandalf, Wikipedia page for step 2: Barbas, not_definitive_answer: False, incorrect_answer: False", "not_definitive_answer: True, incorrect_answer: False" ]
task168-a58dfdffeb854035a4f5718be64dd2d2
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 make a sausage longer than a school bus from a single human intestine?, Answer:No, Description of Small intestine: part of the digestive tract, following the stomach and followed by the large intestine, Fact1: An average human intestine is 22 feet long., Fact2: Most school buses in the US are 45 feet long. Output:
[ "Step1: What is the length of a school bus?, Step2: What is the length of a human intestine?, Step3: Is #2 greater than #1?, Wikipedia page for step 1: School bus, Wikipedia page for step 2: Gastrointestinal tract, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-604cee5f09d644199ce7f4fe41d169dc
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 greyhound be able to outrun a greyhound bus?, Answer:No, Description of Greyhound: Dog breed used in dog racing, Fact1: A greyhound bus can travel speeds upward of 60 mph., Fact2: A greyhound dog can run at speeds up to 45 mph. Output:
[ "Step1: What is the top speed of a Greyhound bus?, Step2: What is the top speed of a greyhound dog?, Step3: Is #2 greater than #1?, Wikipedia page for step 1: Greyhound Bus, Wikipedia page for step 2: Greyhound dog, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a80d727f34974752883a8a4025934805
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 straight edge?, Answer:No, Description of Jackson Pollock: American painter, Fact1: Jackson Pollock was a famous painter., Fact2: Straight Edge is a punk inspired lifestyle who's adherents abstain from alcohol and drugs., Fact3: Jackson Pollock was an alcoholic., Fact4: Jackson Pollock died in a car crash while driving under the influence of alcohol. Output:
[ "Step1: What substances do people avoid if they are straight edge?, Step2: Did Jackson Pollock always avoid #1?, Wikipedia page for step 1: Straight edge, Wikipedia page for step 2: Jackson Pollock, not_definitive_answer: False, incorrect_answer: False" ]
task168-ee91a17efa174b0f852ce54bcd43fed1
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 Reza Shah be related to Queen Elizabeth I?, Answer:No, Description of Reza Shah: Shah of Iran, Founder of the Imperial state of iran, Fact1: Queen Elizabeth I was from English parents., Fact2: Reza Shah was Mazanderani., Fact3: Mazanderani people are indigenous people of Iran., Fact4: Iran is nearly 4,000 miles from England. Output:
[ "Step1: Where are Queen Elizabeth I's parents from?, Step2: Where is Reza Shah's family from?, Step3: Is #1 near #2?, Wikipedia page for step 1: Queen Elizabeth I, Wikipedia page for step 2: Reza Shah , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-70654503fb044e4e9a8a18b1b7fdff78
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 someone with leukophobia enjoy looking at the Flag of the United States?, Answer:No, Description of Flag of the United States: National flag, Fact1: Leukophobia is a fear of the color white., Fact2: The United States flag is colored red, white, and blue., Fact3: People do not typically enjoy facing their fears. Output:
[ "Step1: What does someone suffering from leukophobia fear?, Step2: What are the colors of the United States flag?, Step3: Is #1 included in #2?, Wikipedia page for step 1: Leukophopbia, Wikipedia page for step 2: Flags (US), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fb60cc827bbc4869ae1dabd6ecdbbf53
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 couch be transported in a Porsche 911?, Answer:Yes, Description of Porsche 911: sports car, Fact1: The Porsche 911 is a 2 seat sports car., Fact2: Couches are large and bulky., Fact3: Porsche 911's are not large enough to carry a couch. Output:
[ "Step1: How much cargo space does a Porsche have?, Step2: How many cubic feet is the average couch?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Porsche, Wikipedia page for step 2: Couch, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: True" ]
task168-5612f81ea55f42ff802573e97c14ed27
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 nymph tick pass through a standard hole punch?, Answer:Yes, Description of Tick: order of arachnids, Fact1: A nymph tick is the size of a poppy seed., Fact2: A poppy seed is around 1mm in size., Fact3: The ISO 838 standards set a hole punch size at 6 mm. Output:
[ "Step1: What is a nymph tick comparable in size to?, Step2: How big around is #1?, Step3: What is the diameter of a standard hole punch?, Step4: Is #3 greater than or equal to #2?, Wikipedia page for step 1: nymph tick, Wikipedia page for step 2: Poppy seed, Wikipedia page for step 3: Hole punch, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c5b016aaf0f748a3bffc702d4ab4ef9c
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 bodybuilder enjoy wearing a cast for several weeks?, Answer:No, Description of Bodybuilding: use of progressive resistance exercise to control and develop musculature, Fact1: Casts encase a limb and prevent it from moving., Fact2: Movement of limbs under resistance promote muscle growth., Fact3: An absence of limb movement will result in decreased muscle size., Fact4: The goal of bodybuilding is to increase the size of your muscles., Fact5: Individuals are not happy when they are prevented from pursuing their goals. Output:
[ "Step1: What does a bodybuilder need to do on a daily basis?, Step2: What does a cast limit freedom of?, Step3: Does the limit on #2 make #1 possible?, Wikipedia page for step 1: Bodybuilding?, Wikipedia page for step 2: , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5254819a92934e9091d03361cab87558
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 Benito Mussolini hypothetically play well in the NBA?, Answer:No, Description of Benito Mussolini: Fascist leader of Italy, Fact1: Height is an important factor in playing basketball at a high level., Fact2: The average NBA player is 6 feet 7 inches tall., Fact3: Benito Mussolini was 5 feet 6.5 inches tall. Output:
[ "Step1: What is the height of Benito Mussolini?, Step2: On average, what is the height of an NBA player?, Step3: Is #1 comparable to #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Benito_Mussolini, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Height_in_sports, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-1d3522d524194f32aacf68b03578582e
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 crew of Apollo 15 have difficulty riding a unicycle?, Answer:Yes, Description of Apollo 15: Fourth crewed mission to land on the Moon, Fact1: There were 3 astronauts in the crew of the Apollo 15 mission., Fact2: A unicycle only contains one saddle, and is typically only operated by a single person. Output:
[ "Step1: What is the maximum number of people that can ride a typical unicycle?, Step2: How many people were on the Apollo 15 crew?, Step3: Is #2 greater than #1?, Wikipedia page for step 1: Unicycle, Wikipedia page for step 2: Apollo 15, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8192b9d4435d4805bf4a460113a5bf6e
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 judo rank system reach the triple digits?, Answer:No, Description of Judo: modern martial art, combat and Olympic sport, Fact1: A triple digit number would be equal to at least 100., Fact2: The judo dan-rank system was capped at 10th dan after the death of judo's founder, Kanō Jigorō. Output:
[ "Step1: Was is the lowest three digit number?, Step2: What is the highest rank a person can reach in Judo?, Step3: Is #2 a higher number than #1?, Wikipedia page for step 1: Three Digit Number, Wikipedia page for step 2: Judo, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-72d2bcfcb1f0424889c123670d2beea0
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 Alan Alda old enough to have fought in the Vietnam War?, Answer:Yes, Description of Alan Alda: American actor, director, and writer, Fact1: Alan Alda was born in 1936., Fact2: The Vietnam War was from 1955 to 1975, with American involvement from 1965 to 1973., Fact3: American soldiers must be at least 18 years old., Fact4: Alan Alda was 29 in 1965. Output:
[ "Step1: When were US forces first involved in the Vietnam war?, Step2: When was Alan Alda born?, Step3: What is the minimum age required to join the US Army?, Step4: What is #1 minus #2?, Step5: Is #4 greater than or equal to #3?, Wikipedia page for step 1: Vietnam war, Wikipedia page for step 2: Alan Alda, Wikipedia page for step 3: US Army, Wikipedia page for step 4: , Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-7bc44859fc524c9a8e3e11242ca0e61f
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 Walkman's used in the Kingdom of Hungary?, Answer:No, Description of Kingdom of Hungary: former Central European monarchy (1000–1946), Fact1: The Kingdom of Hungary ended in 1946. , Fact2: The Walkman was invented in 1979. Output:
[ "Step1: When did the Kingdom of Hungary come to an end?, Step2: When was Walkman invented?, Step3: Is #2 before #1?, Wikipedia page for step 1: Kingdom of Hungary, Wikipedia page for step 2: Walkman, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-40bcc2c2bdfb457daf3d598daa7df6b5
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 Hodor hypothetically be a good math mathematician?, Answer:No, Description of Mathematician: person with an extensive knowledge of mathematics, Fact1: Mathematicians are expert students of mathematics., Fact2: Hodor was a dimwitted giant of a man that served House Stark in Game of Thrones., Fact3: Hodor worked in the stables and could only utter the only word he ever said was his own name., Fact4: Mathematicians frequently publish articles on theories and need to be able to read and write. Output:
[ "Step1: How proficient is Hodor at reading/writing and general intelligence?, Step2: What skills would be required to be good at math?, Step3: Could #1 satisfy #2?, Wikipedia page for step 1: Hodor (Game of Thrones), Wikipedia page for step 2: Mathematics, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-df16fc7558144c1790369368352a94e0
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 Chipotle Cinnamon Pork Chops appropriate for a Seder?, Answer:No, Description of Cinnamon: spice obtained from the inner bark of several trees from the genus Cinnamomum, Fact1: Chipotle Cinnamon Pork Chops are a popular recipe made by applying a cinnamon rub to pork chops., Fact2: The Seder is a Jewish feast day that begins the season of Passover., Fact3: Pork is forbidden by Jewish kosher laws. Output:
[ "Step1: What kind of event is a Seder?, Step2: Which religious group observes #1?, Step3: Which foods are considered appropriate by the dietary restrictions imposed on #2?, Step4: What are the main ingredients of Chipotle Cinnamon Pork Chops?, Step5: Are #4 included in #3?, Wikipedia page for step 1: Passover Seder, Wikipedia page for step 2: Passover Seder, Wikipedia page for step 3: Kosher foods, Wikipedia page for step 4: Pork chop, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e116560fd8a443339ba147bc5aee5a24
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 Beauty and the Beast adaptations devoid of Kurt Sutter collaborators?, Answer:No, Description of Beauty and the Beast: traditional fairy tale, Fact1: Beauty and the Beast is a fairy tale adapted into several movie and TV shows., Fact2: Kurt Sutter created the TV series Sons of Anarchy and The Shield., Fact3: Charlie Hunnam and Ron Perlman starred in Sons of Anarchy., Fact4: Ron Perlman starred in the TV series Beauty and the Beast which aired from 1987-1990. Output:
[ "Step1: Which characters were featured in Kurt Sutter's Sons of Anarchy and The Shield?, Step2: Which characters were featured in TV series Beauty and the Beast?, Step3: Is there no character common to #1 and #2?, Wikipedia page for step 1: Sons of Anarchy and The Shield, Wikipedia page for step 2: Beauty and the Beast (TV series), Wikipedia page for step 3: Ron Perlman, not_definitive_answer: False, incorrect_answer: False" ]
task168-e0f97a353b92498b80495b308433a535
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 Evander Holyfield compete in an Olympics hosted in the western hemisphere?, Answer:Yes, Description of Evander Holyfield: American boxer, Fact1: Evander Holyfield won a bronze medal during the 1984 Summer Olympics., Fact2: The 1984 Olympics were held in Los Angeles, California., Fact3: California is in the United States, which is located entirely within the western hemisphere. Output:
[ "Step1: Which Olympic games have been held in the Western Hemisphere?, Step2: Did Evander Holyfield compete in any events listed in #1?, Wikipedia page for step 1: Olympics, Wikipedia page for step 2: Evander Holyfield, not_definitive_answer: False, incorrect_answer: False" ]
task168-3e485f1834bb474ca6d86a0938469041
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 Earth Day celebrated in summer?, Answer:No, Description of Earth Day: Annual event on 22 April, Fact1: Earth Day is celebrated on April 22., Fact2: Summer runs from about June 20 to September 20. Output:
[ "Step1: What is summer?, Step2: What is the date of Earth day?, Step3: Is #2 in #1?, Wikipedia page for step 1: Summer, Wikipedia page for step 2: Earth Day?, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c0299f57fabf4b2ab803a9ffcca78776
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 Tahchin a middle eastern food made with rice?, Answer:Yes, Description of Middle Eastern cuisine: regional cuisine, Fact1: Tahchin is an iranian rice cake popular in Iran, Fact2: Iranian cuisine comes under the middle eastern cuisine, Fact3: tahchin comes under the middle eastern cuisine category Output:
[ "Step1: What are the primary constituents of Tahchin?, Step2: Is rice among #1?, Wikipedia page for step 1: Tahchin, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-12f1ddf2f42c494c87658199ea64a3bf
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 Queen Elizabeth I read the works of Jean-Paul Sartre?, Answer:No, Description of Jean-Paul Sartre: French existentialist philosopher, playwright, novelist, screenwriter, political activist, biographer, and literary critic, Fact1: Jean-Paul Sartre was born in 1905., Fact2: Queen Elizabeth I died in 1603. Output:
[ "Step1: When did Queen Elizabeth I die?, Step2: When was Jean-Paul Sartre bron?, Step3: Is #2 before #1?, Wikipedia page for step 1: Queen Elizabeth I, Wikipedia page for step 2: Jean-Paul Sartre, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8bd41b0e4fc84386bab4e07a99e1ef00
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 King Kong climbing at a higher altitude than Eiffel Tower visitors?, Answer:Yes, Description of Eiffel Tower: Tower located on the Champ de Mars in Paris, France, Fact1: The Eiffel Tower is 984 ft high, and the visitor platform is 906 ft high., Fact2: King Kong climbed up to the top of the Empire State Building., Fact3: The Empire State Building is 1230 ft high. Output:
[ "Step1: How high is the visitor platform at the Eiffel Tower?, Step2: What is the height of the Empire State Building?, Step3: Is #2 higher than #1?, Wikipedia page for step 1: Eiffel Tower, Wikipedia page for step 2: Empire State Building, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-92f71eb751334ebd95d593a9842a0285
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 Dunkirk a superhero fiction movie?, Answer:No, Description of Superhero fiction: Fiction genre, Fact1: Dunkirk is a war film that depicts the Dunkirk evacuation of World War II, Fact2: Superhero fiction is a genre of speculative fiction examining the adventures of superheroes who often possess superhuman powers and battle similarly powered criminals known as supervillains, Fact3: Dunkirk is not a superhero fiction Output:
[ "Step1: What genre(s) does Dunkirk (1958 movie) belong to?, Step2: Is 'superhero' or 'fiction' included in #1?, Wikipedia page for step 1: Dunkirk (1958 film), Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-1eaf225473184fedb39677a51fd4f44a
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 Elizabeth II the Queen during the Persian Gulf War?, Answer:Yes, Description of Elizabeth II: Queen of the United Kingdom and the other Commonwealth realms, Fact1: Elizabeth II became Queen in 1952., Fact2: The Persian Gulf War occurred 1990-1991. Output:
[ "Step1: When did Elizabeth II become the Queen?, Step2: When was the Persian Gulf War?, Step3: Was Elizabeth II alive in #2?, Step4: Is #2 after #1?, Step5: Are the answers to #3 and #4 both yes?, Wikipedia page for step 1: Elizabeth II, Wikipedia page for step 2: Gulf War, Wikipedia page for step 3: Elizabeth II, Wikipedia page for step 4: , Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ddf223098211400f839fd3981244e3f9
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 Linus Torvalds make money off of DirectX?, Answer:No, Description of Linus Torvalds: Creator and lead developer of Linux kernel, Fact1: DirectX is a proprietary technology owned by Microsoft, Fact2: Linus Torvalds is the creator and lead developer for the open-source Linux kernel, Fact3: The Linux kernel is used in operating systems that are competitors of Microsoft Windows Output:
[ "Step1: Which company owns the DirectX technology?, Step2: Which operating system does #1 develop?, Step3: Linus Torvalds develops which operating system?, Step4: Is #2 the same as #3?, Wikipedia page for step 1: DirectX, Wikipedia page for step 2: Microsoft, Wikipedia page for step 3: Linus Torvalds, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: Which company owns the DirectX technology?, Step2: Which operating system does #1 develop?, Step3: Linus Torvalds develops which operating system?, Step4: Is #2 the same as #3?, Wikipedia page for step 1: DirectX, Wikipedia page for step 2: Microsoft, Wikipedia page for step 3: Linus Torvalds, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-dceb87b6cfff411b937869385786b434
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 Donald Trump come up with the idea for the New York Harbor?, Answer:No, Description of New York Harbor: harbor in the New York City, U.S.A. metropolitan area, Fact1: The New York Harbor is at the mouth of the Hudson River, Fact2: A harbor is a sheltered body of water where boats and ships can be docked., Fact3: The New York Harbor has been used since colonial era of the 1500s., Fact4: Donald Trump is a failed business man and 2016 president elect., Fact5: Donald Trump makes outrageous deceitful claims Output:
[ "Step1: When was the New York Harbor built?, Step2: When was Donald Trump born?, Step3: Did #2 come before #1?, Wikipedia page for step 1: New York Harbor, Wikipedia page for step 2: Donald Trump, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5fcec5c9ec004c04aae20bae9e7015f5
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 cycling a high-risk activity for pelvis fractures?, Answer:No, Description of Pelvis: lower part of the trunk of the human body between the abdomen and the thighs (sometimes also called pelvic region of the trunk, Fact1: Cycling is a low-impact activity , Fact2: Stress fractures in a pelvic bone often develop as a result of repetitive, high-impact activity that puts stress on the pelvis, such as long-distance running or ballet Output:
[ "Step1: What type of activity can result in stress fractures?, Step2: Would cycling be considered #1?, Wikipedia page for step 1: Stress fractures, Wikipedia page for step 2: Cycling, not_definitive_answer: False, incorrect_answer: False" ]
task168-ee17b6b4df7b4cd18ab5929c56edbeba
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 Little Prince's titular character allergic to flowers?, Answer:No, Description of The Little Prince: Novella by Antoine de Saint-Exupéry, Fact1: The Little Prince tends to and cares for a rose., Fact2: The Little Prince falls in love with a rose. Output:
[ "Step1: Who is the titular character of The Little Prince?, Step2: Does #1 avoid interacting with flowers?, Wikipedia page for step 1: The Little Prince, Wikipedia page for step 2: The Little Prince, not_definitive_answer: False, incorrect_answer: False" ]
task168-8567327a19be4e6286a0752a2092cc5b
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 Adam Sandler skip celebrating Easter?, Answer:Yes, Description of Easter: Major Christian festival celebrating the resurrection of Jesus, Fact1: Adam Sandler is Jewish., Fact2: Jewish religious people do not celebrate Easter. Output:
[ "Step1: Easter is usually celebrated by people of which religion?, Step2: What is Adam Sandler's religion?, Step3: Is #1 different from #2?, Wikipedia page for step 1: Easter, Wikipedia page for step 2: Adam Sandler, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-19102a7022074bd2a8ae208870adefa8
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 Christopher Columbus sail representing a different country than his original home?, Answer:Yes, Description of Christopher Columbus: Italian explorer, navigator, and colonizer, Fact1: Columbus was originally from Genoa in what is now Italy., Fact2: His expeditions were funded by the Spanish monarchy. Output:
[ "Step1: What country was Christopher Columbus born in?, Step2: What country did Christopher Columbus sail for?, Step3: Is #1 different than #2?, Wikipedia page for step 1: Christopher Columbus, Wikipedia page for step 2: Christopher Columbus, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f36cc670d68b422487e96070334e5e89
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: Should wool be hand washed only?, Answer:Yes, Description of Wool: Textile fibre from the hair of sheep or other mammals, Fact1: Felting is a process through which wool is shaped and shrunken through agitation in soapy water. , Fact2: Felting will often occur if you put a wool item in the washer. Output:
[ "Step1: What is felting?, Step2: Will washing wool cause #1?, Wikipedia page for step 1: Felting, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e119edc2e1e7479cabdbf276fc329902
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 Bengal cat survive eating only pancakes?, Answer:No, Description of Bengal cat: Breed of cat, Fact1: Bengal cats are carnivores., Fact2: Pancakes contain no meat., Fact3: Carnivores eat only meat to survive. Output:
[ "Step1: What type of diet does a Bengal cats follow?, Step2: What do #1 mainly eat?, Step3: Do pancakes contain #2?, Wikipedia page for step 1: Bengal cats, Wikipedia page for step 2: carnivores, Wikipedia page for step 3: Pancake, not_definitive_answer: False, incorrect_answer: False" ]
task168-856a3d90a7064815b7b1b581f2307dec
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 Freya a combination of Athena and Aphrodite?, Answer:Yes, Description of Athena: ancient Greek goddess of wisdom and war, Fact1: Athena was the Greek goddess of war., Fact2: Aphrodite was the Greek goddess of love., Fact3: Freya was the Norse goddess of war, love, and fertility. Output:
[ "Step1: What was Athena the Greek goddess of?, Step2: What was Aphrodite's specialty?, Step3: What was Freya the Norse goddess of?, Step4: Does #3 have part of the same answer as #1 and #2?, Wikipedia page for step 1: Athena, Wikipedia page for step 2: Aphrodite, Wikipedia page for step 3: Freya, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ceb81d7d9014423e8afcf7959c0a5350
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 newborn look over the top of a fully grown horseradish plant?, Answer:No, Description of Horseradish: species of plant, Fact1: A fully grown horseradish plant can reach a height of 4.9 feet., Fact2: Newborn children are typically between 14-20 inches tall in first world countries. Output:
[ "Step1: How tall is a typical fully grown horseradish plant?, Step2: How tall is a typical newborn baby?, Step3: Is #2 greater than #1?, Wikipedia page for step 1: Horseradish, Wikipedia page for step 2: Human baby, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False", "Step1: How tall are newborn babies on average?, Step2: How tall is the average horseradish plant?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Newborn, Wikipedia page for step 2: Horseradish, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-71f4ae72a54e4ee19531f800a7b19af5
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 apartheid cause Attack on Pearl Harbor?, Answer:No, Description of Apartheid: System of institutionalised racial segregation that existed in South Africa and South West Africa (Namibia) from 1948 until the early 1990s, Fact1: Apartheid started in 1948 in South Africa and South West Africa., Fact2: Attack on Pearl Harbor happened on December 7, 1941., Fact3: #1 is later than #2 Output:
[ "Step1: Apartheid lasted through which period of time?, Step2: When did the attack on Pearl Harbor take place?, Step3: Is #1 before #2?, Wikipedia page for step 1: Apartheid, Wikipedia page for step 2: Attack on Pearl Harbor, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-9595ed900ede4124bd6ca4545fcc9a6a
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 both founders of Ben & Jerry's still involved in the company?, Answer:No, Description of Ben & Jerry's: American ice cream company, Fact1: Ben & Jerry's was founded by Ben Cohen and Jerry Greenfield., Fact2: The founders sold the company to Unilever in 2000. Output:
[ "Step1: Who were the founders of Ben & Jerry's ice cream?, Step2: Who owns Ben & Jerry's now?, Step3: Is #2 the same as #1?, Wikipedia page for step 1: Ben & Jerry's, Wikipedia page for step 2: Ben & Jerry's, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-05ba4c9419984c8ab36559974f44e5f4
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 Tim Berners-Lee a technophobe?, Answer:No, Description of Tim Berners-Lee: 20th and 21st-century English computer scientist, inventor of the World Wide Web, Fact1: Tim Berners-Lee invented the World Wide Web., Fact2: World Wide Web is a technology based communication system., Fact3: Technophobia is the fear or dislike of advanced technology or complex devices, especially computers. Output:
[ "Step1: What are technophobes afraid of?, Step2: What is Tim Berners-Lee known for?, Step3: Would Tim Berners-Lee have been able to accomplish #2 if he was afraid of #1?, Wikipedia page for step 1: Technophobia, Wikipedia page for step 2: Tim Berners-Lee, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-6f10833e632a4ba3b409c4ab975bdf2e
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 twenty pea pods contents cover entire chess board?, Answer:Yes, Description of Pea: species of plant, Fact1: Pea pods on average have 5 to 6 peas inside., Fact2: A standard chess board has 64 squares. Output:
[ "Step1: On average, how many peas do twenty pea pods contain?, Step2: How many squares does a standard chess board have?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Pea, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Chessboard, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-639f950bae2f4daf871b3610bbdc7e13
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 Pink music videos that are triggering for eating disorder patients?, Answer:Yes, Description of Pink (singer): American singer, songwriter, and actress, Fact1: The video for 'Stupid Girls' features a scene where Pink and a woman share a toothbrush to induce vomiting in the bathroom., Fact2: Images or discussion of purging activity can be triggering for people with Eating Disorders. Output:
[ "Step1: What are the depictions in Pink's music video 'Stupid Girls'?, Step2: What are some situations that can be triggering for people with eating disorders?, Step3: Are any of #2 included in #1?, Wikipedia page for step 1: Stupid Girls (Pink), Wikipedia page for step 2: Eating disorder, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-221ee5cace584789a3d2dea5cbc03520
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 pancakes a bad snack for cats?, Answer:Yes, Description of Pancake: Thin, round cake made of eggs, milk and flour, Fact1: Pancakes contain the dairy product milk as one of the main ingredients., Fact2: After 6 months cats lose the enzyme lactase that breaks down lactose, which makes them lactose intolerant., Fact3: Cats that drink milk can suffer from upset stomach and vomiting. Output:
[ "Step1: What are the three major ingredients of pancake?, Step2: Which substance do cats lose the ability to break down after six months?, Step3: Does any of #1 contain #2?, Wikipedia page for step 1: Pancake, Wikipedia page for step 2: Cat (pet), Wikipedia page for step 3: Egg, Milk, Flour, not_definitive_answer: False, incorrect_answer: False" ]
task168-fca357be313541d3b3d5d4905d5df008
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 chaff produced by hydropower?, Answer:Yes, Description of Hydropower: energy derived from falling or running water, Fact1: Chaff is excess material from milled grain., Fact2: Some mills use hydropower to mill grain. Output:
[ "Step1: Where does Chaff come from?, Step2: Do some #1's use hydropower to do it's function?, Wikipedia page for step 1: Chaff, Wikipedia page for step 2: Mills, not_definitive_answer: False, incorrect_answer: False" ]
task168-5cc560d89f9042488caafa948533660b
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 68th US Secretary of State a Girl Scout?, Answer:Yes, Description of John Kerry: 68th United States Secretary of State, Fact1: John Kerry was the 68th US Secretary of State., Fact2: John Kerry has always identified as male., Fact3: Males are not allowed in the Girl Scouts. Output:
[ "Step1: Who was the 68th US Secretary of State?, Step2: Would #1 be eligible to join the Girl's Scout (considering his gender)?, Wikipedia page for step 1: John Kerry, Wikipedia page for step 2: Girl Guides, not_definitive_answer: False, incorrect_answer: False" ]
task168-634bf6968ccc49d597d578e8da8443c2
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 operating system of a Samsung Galaxy 1 sound edible?, Answer:Yes, Description of Samsung Galaxy: series of Android mobile computing devices, Fact1: The first Samsung Galaxy device ran a version of Android from 2009., Fact2: In 2009, the Android edition was called "cupcake." Output:
[ "Step1: Which operating system did Samsung Galaxy 1 run on?, Step2: What was the name of the edition of #1 that was used in the device?, Step3: Is #2 also the name of something edible?, Wikipedia page for step 1: Samsung Galaxy 1, Wikipedia page for step 2: Samsung Galaxy 1, Wikipedia page for step 3: Cupcake, not_definitive_answer: False, incorrect_answer: False", "Step1: What are the operating systems of a Samsung Galaxy 1?, Step2: Does #1 sound like something that is edible?, Wikipedia page for step 1: Samsung Galaxy 1, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5787f428bdc64265a05dd34bb1fd8c17
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 Jesse W. Moore a potential recipient of a Snoopy-themed award from NASA?, Answer:No, Description of Snoopy: cartoon dog, Fact1: Snoopy has been a mascot of safety in NASA, Fact2: The Silver Snoopy award is given by NASA astronauts to employees and contractors for outstanding achievements related to flight safety , Fact3: Jesse W. Moore received warnings about the failure history of the O rings used on the Challenger shuttle, but did not act on them, Fact4: Jesse W. Moore was the associate administrator in charge of NASA's shuttle program at the time of the Challenger explosion, Fact5: The O rings were strongly implicated in the fatal explosion Output:
[ "Step1: What NASA award is Snoopy-themed?, Step2: What are the qualifications to receive #1?, Step3: What were Jesse W. Moore's mission responsibilities at NASA?, Step4: Did Moore execute #3 according to the guidelines of #2?, Wikipedia page for step 1: wiki: NASA, Wikipedia page for step 2: wiki: Silver Snoopy award, Wikipedia page for step 3: wiki: Jesse W. Moore, Wikipedia page for step 4: wiki: Challenger explosion, not_definitive_answer: False, incorrect_answer: False" ]
task168-98e89fd042d44af28c42a8411191e740