input
stringlengths
3.54k
4.4k
output
sequencelengths
1
55
id
stringlengths
40
40
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Does crucifixion violate US eighth amendment?, Answer:Yes, Description of Crucifixion: Method of capital punishment in which the victim is tied or nailed to a large wooden beam and left to hang until eventual death, Fact1: The eighth amendment prohibits cruel and unusual punishment., Fact2: Crucifixion was particularly barbaric as people do not die instantly and live for several days. Output:
[ "Step1: What does the Eighth Amendment say about punishment measures?, Step2: What are the features of crucifixion as a method of punishment?, Step3: Is #1 contradicted by #2?, Wikipedia page for step 1: Eighth Amendment of US Constitution, Wikipedia page for step 2: Crucifixion, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-901e7af8f97249c0ab483e1d12024765
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 H.G. Wells' "War of the Worlds" include cosmic rays?, Answer:No, Description of Cosmic ray: High-energy particle, mainly originating outside the Solar system, Fact1: The book "War of the Worlds" was published in 1898., Fact2: Cosmic rays were not discovered until 1912. Output:
[ "Step1: When was the War of the Worlds published?, Step2: When were cosmic rays discovered?, Step3: Did #2 come before #1?, Wikipedia page for step 1: War of the Worlds, Wikipedia page for step 2: Cosmic Rays, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-290e52ffcc654632a5f028fd8408dae5
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 Kelly Clarkson's voice shake glass?, Answer:Yes, Description of Kelly Clarkson: American singer-songwriter, actress, and television personality, Fact1: Glass vibrates at its resonant frequency which is around a middle C note., Fact2: Kelly Clarkson has an impressive three octave vocal range., Fact3: Kelly Clarkson's Never Enough is in the key of A-flat., Fact4: A-flat is above middle C in terms of notes. Output:
[ "Step1: At what note would glass start to vibrate?, Step2: In Kelly Clarkson's song Never Enough, what key is the song sung in?, Step3: Is #2 above #1?, Wikipedia page for step 1: Glass, Wikipedia page for step 2: Kelly Clarkson , Wikipedia page for step 3: A-flat, middle c, not_definitive_answer: False, incorrect_answer: False" ]
task168-4baa08529c2a4508b118940feb0292e8
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 any of religions in which Himalayas are sacred originate in 19th century?, Answer:No, Description of Himalayas: Mountain range in Asia, Fact1: The Himalaya mountains are sacred to three religions: Hinduism, Buddhism, and Jainism., Fact2: Hinduism was first synthesized around 500 BC., Fact3: Jainism began in the 6th century BC., Fact4: Buddhism originated around the 5th century BC. Output:
[ "Step1: Which religions believe that the Himalayas are sacred?, Step2: When did #1 originate?, Step3: Are any of #2 equal to the 19th century?, Wikipedia page for step 1: Himalayas, Wikipedia page for step 2: Hinduism, Buddhism, Jainism, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ea990e9b200344cda86a858b7d3010d7
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 Ronda Rousey hypothetically defeat X-Men's Colossus in a fight?, Answer:No, Description of Ronda Rousey: American professional wrestler, actress, author, mixed martial artist and judoka, Fact1: Ronda Rousey is a mixed martial artist and wrestler., Fact2: Ronda Rousey relies on striking moves and submission tactics to dominate her opponents., Fact3: X-Men's Colossus has the ability to change his appearance., Fact4: Colossus's mutation allows him to create an organic steel layer, that acts as an impenetrable external shell. Output:
[ "Step1: What type of profession is Ronda Rousey in?, Step2: What moves do #1 use to beat their opponents?, Step3: What special ability does X-men have?, Step4: Can someone with #2 easily beat someone with #3?, Wikipedia page for step 1: Ronda Rousey , Wikipedia page for step 2: Mixed Martial Artist, Wikipedia page for step 3: X-Men, Wikipedia page for step 4: Steel, Mutation, not_definitive_answer: False, incorrect_answer: False" ]
task168-848a22bcda924fa5b380f4bc0475dfec
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 tuberculosis be transferred to a patient from someone with the flu coughing?, Answer:No, Description of Tuberculosis: Infectious disease caused by the bacterium Mycobacterium tuberculosis, Fact1: Tuberculosis is a bacterial infection., Fact2: The flu is a viral infection., Fact3: Bacterial infections and viral infections are not related to each other. Output:
[ "Step1: What type of infectious disease is tuberculosis?, Step2: What type of infectious disease is the flu?, Step3: Are #1 and #2 the same?, not_definitive_answer: False, incorrect_answer: False" ]
task168-446b7402210549d2ae42129b6db96ad0
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 Snow White dwarves best The Hobbit dwarves in battle?, Answer:No, Description of Snow White: fairy tale, Fact1: Snow White had seven dwarves., Fact2: There are 13 dwarves in The Hobbit., Fact3: Several of The Hobbit dwarves, including Thorin Oakenshield, were acclaimed warriors. Output:
[ "Step1: How many dwarves are there in the Snow White story?, Step2: How many dwarves are in The Hobbit?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Snow White and the Seven Dwarves, Wikipedia page for step 2: The Hobbit, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-c3bd7c7565a64f6e9732425c91418fa5
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 jet plane be made without society?, Answer:No, Description of Society: Social group involved in persistent social interaction, Fact1: A jet plane requires many materials to build., Fact2: A jet plane requires much prior knowledge to build., Fact3: The specialized knowledge and materials is not obtainable without other people. Output:
[ "Step1: What materials do jet planes require to be built?, Step2: Is #1 obtainable without people?, Wikipedia page for step 1: Jet Plane, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-92ffd89840784f36b1323d2f7ffa675d
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 othello premiered at the time when England got its first king?, Answer:Yes, Description of Othello: play by Shakespeare, Fact1: Othello was premiered in the year 1604, Fact2: First king of England was James VI and was crowned in the year 1604 Output:
[ "Step1: When did Othello premier?, Step2: Who is the first king of England?, Step3: When did #2 ascend the throne?, Step4: Is #1 before #3?, Wikipedia page for step 1: Othello, Wikipedia page for step 2: List of English monarchs, Wikipedia page for step 3: Alfred the Great, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: True" ]
task168-e8ffd80e977345319349167d4f0ac8d8
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 7 zucchini's satisfy potassium USDA daily recommendation?, Answer:Yes, Description of Zucchini: Edible summer squash, typically green in color, Fact1: The USDA recommends at least 3500 mg of potassium a day., Fact2: One zucchini has 512 mg of potassium. Output:
[ "Step1: How much potassium is in a zucchini?, Step2: How much potassium does the USDA recommend daily?, Step3: Would seven times #1 be more than #2?, Wikipedia page for step 1: zucchini, Wikipedia page for step 2: potassium , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-1423c5e19afd49bfa98c94cf8cf7ce13
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 Ancient Greece unable to incorporate broad sheet glass into its architecture?, Answer:Yes, Description of Ancient Greece: Civilization belonging to an early period of Greek history, Fact1: Ancient Greece (Greek: Ἑλλάς, romanized: Hellás) was a civilization belonging to a period of Greek history from the Greek Dark Ages of the 12th–9th centuries BC to the end of antiquity (c. AD 600), Fact2: Architectural glass is glass that is used as a building material., Fact3: Broad sheet glass was first made in Sussex in 1226. Output:
[ "Step1: The Ancient Greek Civilization lasted till when?, Step2: When was broad sheet glass first made?, Step3: Is #2 after #1?, Wikipedia page for step 1: Ancient Greek Civilization, Wikipedia page for step 2: broad sheet glass, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5fb5bfd8db2e447995c82fd9ecd059d6
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 moose stew likely to be seasoned with chiles?, Answer:No, Description of Moose: A genus of mammals belonging to the deer, muntjac, roe deer, reindeer, and moose family of ruminants, Fact1: Moose live in cold climates., Fact2: Chiles are grown in hot climates., Fact3: Cuisines in cold climates are rarely spicy. Output:
[ "Step1: What climates do moose live in?, Step2: What climates are chiles grown and used in?, Step3: Are any climates present in both #1 and #2?, Wikipedia page for step 1: Moose, Wikipedia page for step 2: Chiles, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-199017b636d0463a9376a1d48b807050
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 spice grinder ueseless for the cheapest cinnamon sticks?, Answer:Yes, Description of Cinnamon: spice obtained from the inner bark of several trees from the genus Cinnamomum, Fact1: Different species of cinnamon require different grinding methods to make the spice, Fact2: Indonesian cinnamon quills are thick and capable of damaging a spice or coffee grinder., Fact3: Indonesian cinnamon is the most common and cheapest cinnamon in the USA Output:
[ "Step1: What type of cinnamon sticks are the cheapest in the US?, Step2: What is the size of #1?, Step3: Because of #2, would it cause damage to a typical spice grinder?, Wikipedia page for step 1: Indonesian cinnamon, Wikipedia page for step 2: Indonesian cinnamon, Wikipedia page for step 3: Grinder, not_definitive_answer: False, incorrect_answer: False" ]
task168-9a47b0e04a6e4b01940653ea411935a8
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 an art dealer buy Boeing 737-800 with a Da Vinci painting?, Answer:Yes, Description of Art dealer: person that buys and sells works of art, Fact1: The Boeing 737-800 plane costs 106 million dollars in 2019., Fact2: Salvator Mundi, a painting attributed to Leonardo Da Vinci, is the most expensive painting ever sold., Fact3: Salvator Mundi sold for over 450 million dollars. Output:
[ "Step1: How much does a Boeing 737-800 cost?, Step2: How much did Da Vinci's highest priced painting sell for?, Step3: Is #2 more than #1?, Wikipedia page for step 1: Boeing 737-800, Wikipedia page for step 2: Da Vinci, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-2b6b6fcab0504546b416868b647c0bf1
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the Paramount leader produce Titanic?, Answer:No, Description of Paramount leader: The highest leader of China, usually the General Secretary or Chairman of Chinese Communist Party., Fact1: The Paramount leader is the highest leader of China, Fact2: Titanic was produced by Paramount Pictures, Fact3: Paramount Pictures is an American film studio Output:
[ "Step1: Who is the Paramount leader?, Step2: Who produced Titanic?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Paramount leader, Wikipedia page for step 2: Titanic (1997 film), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-12b195eae74b4eaeafa5bf3207b3d0ed
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 Anne Frank read spider-man comic?, Answer:No, Description of Spider-Man: Fictional Marvel superhero, Fact1: Anne Frank lived between 12 June 1929 – February or March 1945., Fact2: Spider-man was appeared in 1962 for the first time. Output:
[ "Step1: When did Anne Frank die?, Step2: When did Spider-man make his first appearance?, Step3: Is #2 before #1?, Wikipedia page for step 1: Anne Frank, Wikipedia page for step 2: Spider-man, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-6081980b9e3d48e28bf7ccc4bb44b9e1
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 smart mirror be likely to be covered by Slashdot?, Answer:Yes, Description of Slashdot: technology-related news website, Fact1: Slashdot is a website that features news stories on science, technology, and politics., Fact2: Smart mirrors are devices that display a user's own image on a screen as if that screen were a mirror., Fact3: Smart mirrors are a form of advanced technology. Output:
[ "Step1: What kind of stories does Slashdot cover?, Step2: What kind of product is a smart mirror?, Step3: Does #2 fall into any of the categories in #1?, Wikipedia page for step 1: Slashdot, Wikipedia page for step 2: Smart mirror, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f535d7a8dce0487392cd9d6929461602
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 Jennifer Lawrence's middle name similar to the name of a Scorsese collaborator?, Answer:Yes, Description of Jennifer Lawrence: American actress, Fact1: Jennifer Lawrence's middle name is Shrader., Fact2: Paul Schrader is a screenwriter and director., Fact3: Paul Schrader wrote the screenplay for Taxi Driver, Raging Bull, The Last Temptation of Christ, and Bringing Out the Dead., Fact4: Martin Scorsese directed Taxi Driver, Raging Bull, The Last Temptation of Christ, and Bringing Out the Dead. Output:
[ "Step1: What is Jennifer Lawrence's middle name?, Step2: Who has collaborated with Scorsese?, Step3: Does #2 include someone with #1 in their name?, Wikipedia page for step 1: wiki: Jennifer Lawrence , Wikipedia page for step 2: wiki: Martin Scorcese, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5bb2f9bec3ce4e0688533b9fd6c188bc
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 Michael Jordan become a professional cook in America?, Answer:Yes, Description of Cook (profession): occupation involving cooking food, Fact1: Based on the American Culinary Federation, the minimum requirements for entering culinary apprenticeships include being 17 years old and having a high school diploma or equivalent., Fact2: Michael Jordan graduated from Laney High School in 1981., Fact3: Michael Jordan was born on February 17, 1963, which makes him 57 years old in 2020. Output:
[ "Step1: What are the minimum requirements to become a professional cook in America?, Step2: Does Michael Jordan satisfy all of #1?, Wikipedia page for step 1: Cook (profession), Wikipedia page for step 2: Michael Jordan, not_definitive_answer: False, incorrect_answer: False" ]
task168-f9cda853be7b48bfbb1deccc85cb4f97
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 Salvador Dali buried in a crypt at a museum in India?, Answer:No, Description of Salvador Dalí: Spanish artist, Fact1: Salvador Dali is buried in a crypt at Dalí Theatre and Museum in Figueres, Fact2: Figueres is the capital city of comarca of Alt Empordà, in the province of Girona, Catalonia, Spain, Fact3: Spain is not in India Output:
[ "Step1: Where is Salvador Dalí's resting place?, Step2: Is #1 located in India?, Wikipedia page for step 1: Salvador Dalí, Wikipedia page for step 2: Dalí Theatre and Museum, not_definitive_answer: False, incorrect_answer: False" ]
task168-7b933281d59149728b0b0ae2097b2fa6
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 hippie hypothetically be bummed out by Augustus's Pax Romana?, Answer:No, Description of Augustus: First emperor of the Roman Empire, Fact1: A hippie was a member of the counterculture movement of the 1960s., Fact2: One of the most prevalent hippie statements is peace and love., Fact3: The Pax Romana was a near 200 year era of peace in the Roman Empire that began during the reign of Augustus., Fact4: Augustus had several loves, including three wives. Output:
[ "Step1: What ideals did hippies promote?, Step2: What was the defining attribute of Pax Romana?, Step3: Is #2 not a subset of #1?, Wikipedia page for step 1: Hippie, Wikipedia page for step 2: Pax Romana, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-1505baa458be4fc8bf5dba10d26d7e43
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 Malcolm X use Unicode?, Answer:No, Description of Unicode: Character encoding standard, Fact1: Malcolm X died in 1965. , Fact2: Unicode did not become a standard until 1991. Output:
[ "Step1: When did Malcolm X die?, Step2: When was Unicode established?, Step3: Is #2 before #1?, Wikipedia page for step 1: Malcolm X, Wikipedia page for step 2: Unicode, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-7114a1f8abec415583a913efc840f0de
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 yearly precipitation on Snowdon submerge an upright bowling pin?, Answer:Yes, Description of Snowdon: highest mountain in Wales, Fact1: Snowdown gets about 200 inches of precipitation a year , Fact2: A standard bowling pin is one foot, three inches tall Output:
[ "Step1: How much precipitation does Snowdown get yearly?, Step2: How tall is a standard bowling pin?, Step3: Is #1 more than #2?, Wikipedia page for step 1: Snowdown , Wikipedia page for step 2: Bowling Pin, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-858b78c0d66840fcbd9baa9030aa4863
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 Post Malone a sinner according to rabbis?, Answer:Yes, Description of Post Malone: American singer, rapper, songwriter, and record producer, Fact1: Jews adhere to the Pentateuch., Fact2: The Pentateuch includes Leviticus., Fact3: Leviticus says having a tattoo is a sin., Fact4: Post Malone has tattoos., Fact5: Rabbis are Jews. Output:
[ "Step1: What religion do rabbis follow?, Step2: What bodily adornments does #1 consider sinful?, Step3: Does Post Malone have any of the things in #2?, Wikipedia page for step 1: Jewish, Wikipedia page for step 2: Leviticus, Wikipedia page for step 3: Post malone, not_definitive_answer: False, incorrect_answer: False" ]
task168-024c8cbfb4bf4d05a19a0dc93867b042
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 a member of the band, first featured in 1999, get the job from the Twin Cities Reader?, Answer:Yes, Description of 1999: Year, Fact1: The Revolution is an American rock band formed in Minneapolis, Minnesota and assembled in 1979 by the American Singer Prince., Fact2: 1999 is the fifth studio album by American recording artist Prince., Fact3: The Revolution were first featured in the album 1999., Fact4: Dez Dickerson (born August 7, 1955) is an American guitarist and singer who was a member of Prince's band, the Revolution., Fact5: Dez Dickerson joined The Revolution after seeing Prince's call for a touring musician in the Twin Cities Reader. Output:
[ "Step1: What band was first featured in the album 1999?, Step2: Who are the members of #1?, Step3: Did any of #2 join #1 after seeing an ad in the Twin Cities Reader?, Wikipedia page for step 1: 1999 (album), Prince, Wikipedia page for step 2: The Revolution (band), Wikipedia page for step 3: Dez Dickerson, The Revolution, Twin Cities Reader, not_definitive_answer: False, incorrect_answer: False" ]
task168-951c18c237824a499c475c0c9765b5fd
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 Cookie Monster decline an offer of free Keebler products?, Answer:No, Description of Cookie Monster: character from the television series Sesame Street, Fact1: The Cookie Monster has an enormous appetite and craving for cookies., Fact2: The Keebler Company is an American cookie and cracker manufacturer. Output:
[ "Step1: What type of food does the Cookie Monster enjoy the most?, Step2: What types of food are produced by the Keebler Company?, Step3: Is #1 not included in #2?, Wikipedia page for step 1: Cookie Monster, Wikipedia page for step 2: Keebler Company, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-3ed194391daf4159908f82b4d1a21356
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the leader of the Reformation in Switzerland deny the necessity of baptism?, Answer:Yes, Description of Baptism: Christian rite of admission and adoption, almost invariably with the use of water, Fact1: Huldrych Zwingli denied necessity of baptism., Fact2: Huldrych Zwingli was a leader of the Reformation in Switzerland. Output:
[ "Step1: Who was the leader of the Reformation in Switzerland?, Step2: Did #1 deny the necessity of baptism?, Wikipedia page for step 1: Huldrych Zwingli, Wikipedia page for step 2: Huldrych Zwingli, not_definitive_answer: False, incorrect_answer: False" ]
task168-41671650f6d94bb28393d7a19fef3b80
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 Tale of Two Cities" a parody of the Bible?, Answer:No, Description of Parody: Imitative work created to mock, comment on or trivialise an original work, Fact1: "A Tale of Two Cities" is an original work by Charles Dickens., Fact2: The Bible is a religious text written down in the early centuries AD., Fact3: A parody is a deriative work intended to make fun of another piece of media. Output:
[ "Step1: Was the story of \"A Tale of Two Cities\" written as an imitation of the Bible?, Wikipedia page for step 1: A Tale of Two Cities, not_definitive_answer: False, incorrect_answer: False" ]
task168-89d9c0cd916f4cc4b6b33255df74f6e8
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 British Airways the air force of the United Kingdom?, Answer:No, Description of British Airways: flag carrier airline of the United Kingdom, Fact1: British Airways is a commercial transportation company., Fact2: The military air force of the United Kingdom is named the Royal Air Force. , Fact3: British Airways is headquartered in London. , Fact4: Royal Air Force is part of the British Armed Forces. Output:
[ "Step1: What is the air force of the United Kingdom known as?, Step2: Is #1 the same as British Airways?, Wikipedia page for step 1: UK Air force, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e5330b2f6b2c4a3eacba03e3015cac90
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the State of Mexico build the Statue of Unity?, Answer:No, Description of State of Mexico: State of Mexico, Fact1: The Statue of Unity is a colossal statue of Indian statesman and independence activist Sardar Vallabhbhai Patel , Fact2: The Statue of Unity was inaugurated by Indian Prime Minister Narendra Modi on 31 October 2018, Fact3: The Statue of Unity is located in the state of Gujarat, India. Output:
[ "Step1: Who built/inaugurated the Statue of Unity?, Step2: Is #1 the same as the State of Mexico?, Wikipedia page for step 1: Statue of Unity, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-cf21d44cc9c74198bfc31b7e1b43ffcb
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: Coud every wife of Stone Cold Steve Austin fit in Audi TT?, Answer:Yes, Description of Stone Cold Steve Austin: American professional wrestler, Fact1: Stone Cold Steve Austin has been married to 4 different women., Fact2: The Audi TT is a sports car with 4 seats. Output:
[ "Step1: How many wives has Stone Cold Steve Austin had?, Step2: How many people can sit in an Audi TT, Step3: Is #2 at least #1?, Wikipedia page for step 1: Stone Cold Steve Austin, Wikipedia page for step 2: Audi TT, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-f54861358479431a8f8181ba5714cd0a
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 felony jury enough people for a Bunco game?, Answer:Yes, Description of Jury: sworn body of people convened to render a verdict officially submitted to them by a court, or to set a penalty or judgment, Fact1: Felonies and other serious crimes have a jury of 12 people., Fact2: Bunco is a parlour game requiring 12 or more players. Output:
[ "Step1: How many people are on a felony criminal jury?, Step2: How many players are needed for a game of Bunco?, Step3: Is #2 the same or less than #1?, Wikipedia page for step 1: Jury, Wikipedia page for step 2: Bunco, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-0a1bad42c9cc4a64a6bb02c33e2e0ef7
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 Nancy Pelosi publicly denounce abortion?, Answer:No, Description of Nancy Pelosi: 52nd speaker of the United States House of Representatives, Fact1: Abortion is a topic that divides the Republican Party and the Democratic Party., Fact2: Nancy Pelosi is a Democrat and appeals to that base., Fact3: The Democratic base is largely pro-choice with abortion. Output:
[ "Step1: Which US political party does Nancy Pelosi identify with?, Step2: Do most people who identify with #1 oppose abortion?, Wikipedia page for step 1: Nancy Pelosi, Wikipedia page for step 2: Democrat, not_definitive_answer: True, incorrect_answer: False" ]
task168-56773b624f964d07b76122208aad083e
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 any absolute way to prevent abortion?, Answer:No, Description of Abortion: Intentionally ending pregnancy, Fact1: In areas where professional medical abortions are illegal, women get unsafe illegal abortions from unlicensed practitioners. , Fact2: Women have successfully aborted their own children through physical or chemical means for centuries. Output:
[ "Step1: In places where medical abortions are illegal, are women absolutely unable to get abortions?, Wikipedia page for step 1: , not_definitive_answer: False, incorrect_answer: False" ]
task168-8324337867bf478b8990094701221dc5
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 greed the most prevalent of the Seven Deadly Sins?, Answer:No, Description of Greed: an inordinate or insatiable longing, especially for wealth, status, and power, Fact1: Greed is a longing for wealth and power., Fact2: White collar crime involves businesses stealing money or assets from people. , Fact3: 5-10% of arrests per 100,000 arrests were for white collar crime according to Department of Justice statistics., Fact4: Gluttony is the overindulgence in food or similar things., Fact5: 39.8% of US adults were classified as overweight according to the National Center for Health Statistics. Output:
[ "Step1: Is greed a deadly sin?, Step2: Is gluttonly a deadly sin?, Step3: What percent of crimes involved greed?, Step4: What percent of people are overweight?, Step5: If #1 and #2 are both yes is #3 a higher percentager than #4?, Wikipedia page for step 1: Seven deadly sins, Wikipedia page for step 2: Seven deadly sins, Wikipedia page for step 3: Bureau of Justice Statistics, Wikipedia page for step 4: National Center for Health Statistics, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a9a5463f2610437ea30be241be856fb5
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 Jack London's mother have her baby taken away today?, Answer:Yes, Description of Jack London: American author, journalist, and social activist, Fact1: Jack London's mother tried to commit suicide while she was pregnant., Fact2: Today children are taken away from suicidal parents. Output:
[ "Step1: What did Jack London's mother try to do?, Step2: If a parent tries #1 today, do their children get taken away?, Wikipedia page for step 1: Jack London, Wikipedia page for step 2: Suicide, not_definitive_answer: False, incorrect_answer: False" ]
task168-ed668b948dc94b68bf477fa67a9b0e37
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Could the French Open courts been made into pottery instead?, Answer:Yes, Description of French Open: French Open Tennis Championships, Fact1: The French Open is famous for its clay courts., Fact2: Clay is the primary ingredient in pottery. Output:
[ "Step1: What material are the French Open courts made from?, Step2: What are the primary ingredients used in pottery?, Step3: Is there any overlap between #1 and #2?, Wikipedia page for step 1: French Open, Wikipedia page for step 2: Pottery, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-7e3296027c56426cab5b8532d0003f41
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 Eiffel tower used as a symbol of the French Revolution?, Answer:No, Description of Eiffel Tower: Tower located on the Champ de Mars in Paris, France, Fact1: The French Revolution took place 1789-1799., Fact2: The Eiffel Tower was built a century later in 1888. Output:
[ "Step1: When was the French Revolution?, Step2: When was the Eiffel Tower built?, Step3: Is #2 before #1?, Wikipedia page for step 1: French Revolution, Wikipedia page for step 2: Eiffel Tower, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-784dcc4822c64fb9bda029832eb277c0
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 language used in Saint Vincent and the Grenadines rooted in English?, Answer:Yes, Description of Saint Vincent and the Grenadines: Country in the Caribbean, Fact1: The primary language spoken in Saint Vincent and the Grenadines is Vincentian Creole., Fact2: Vincentian Creole is English-based, with elements of French, Antillean Creole, and indigenous South American and African languages. Output:
[ "Step1: What language is used in Saint Vincent and the Grenadines?, Step2: Is #1 based in English?, Wikipedia page for step 1: Saint Vincent and the Grenadines, Wikipedia page for step 2: Vincentian Creole, not_definitive_answer: False, incorrect_answer: False" ]
task168-da40df92f8fe45b88b71d632ae4606ba
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 Jack Dempsey ever witness Conor McGregor's fights?, Answer:No, Description of Jack Dempsey: American boxer, Fact1: Jack Dempsey died in 1983., Fact2: Conor McGregor's first MMA fight was in 2008. Output:
[ "Step1: In what year did Jack Dempsey die?, Step2: In what year was Conor McGregor's first fight?, Step3: Is #2 before #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Jack_Dempsey, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Conor_McGregor, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-039c7a6e199b4a81adaa664dce4a41b9
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 J. Edgar Hoover take his calls in Langley, Virginia?, Answer:No, Description of J. Edgar Hoover: American law enforcement officer and first director of the FBI, Fact1: J. Edgar Hoover was the director of the FBI, Fact2: The FBI is headquartered in Washington, D.C., Fact3: Langley, Virginia is the headquarters of the C.I.A. Output:
[ "Step1: What government agency was J. Edgar Hoover the head of?, Step2: Where are the headquarters of #1?, Step3: Is #2 in Langley, Virginia?, Wikipedia page for step 1: J. Edgar Hoover, Wikipedia page for step 2: FBI, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ac07131866b24a75b751af2547f1917b
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 Dr. Seuss make himself famous?, Answer:No, Description of Dr. Seuss: American children's writer and illustrator, Fact1: Dr. Seuss's wife was Helen Palmer., Fact2: Helen Palmer suggested that Dr. Seuss become an artist rather than a professor., Fact3: Helen Palmer inspired much of Dr. Seuss's work. Output:
[ "Step1: Who was Dr. Seuss' wife?, Step2: Did #1 not serve as inspiration and give key suggestions to Dr. Seuss?, Wikipedia page for step 1: Dr. Seuss, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b17d35ae82794ea8b98d19cf088b0271
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 disc jockey Jay Thomas enemies with Clayton Moore?, Answer:No, Description of Disc jockey: Person who plays recorded music for an audience, Fact1: Jay Thomas was a radio disc jockey and Emmy winning actor. , Fact2: Clayton Moore played the Lone Ranger., Fact3: Jay Thomas was a yearly recurring guest on the Dave Letterman Show every Christmas., Fact4: Jay Thomas told his Lone Ranger Story every year about a funny encounter he had with Clayton Moore. Output:
[ "Step1: Did Jay Thomas appear on the David Letterman Show?, Step2: Did Jay Thomas tell a story about Clayton Moore who is the Lone Ranger?, Step3: Is the story a humorous story?, Step4: Is #1, #2 or #3 a no answer?, Wikipedia page for step 1: The David Letterman Show, Wikipedia page for step 2: Jay Thomas, Wikipedia page for step 3: Jay Thomas, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-1ff21b151ca1402fa2d85ce80698850b
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 gorillas fight with panda bears?, Answer:No, Description of Gorilla: Genus of mammals, Fact1: Gorilla distribution is limited to areas of the continent of Africa, Fact2: Panda bears are found in the wild only in China Output:
[ "Step1: What is the range for Gorillas?, Step2: What is the range for pandas?, Step3: Does #1 overlap #2?, Wikipedia page for step 1: Gorilla, Wikipedia page for step 2: Panda, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-e68d4509226347b78219cd112518c03b
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 5 the number of Honest Abe?, Answer:Yes, Description of 5: Natural number, Fact1: Honest Abe was a nickname for Abraham Lincoln , Fact2: Abraham Lincoln was an American statesman and lawyer who served as the 16th president of the United States., Fact3: Abraham Lincoln is the face on the five-dollar bill., Fact4: The five-dollar bill has the number 5. Output:
[ "Step1: Who was nicknamed Honest Abe?, Step2: Is #1 the face of the US five dollar bill?, Wikipedia page for step 1: Abraham Lincoln, Wikipedia page for step 2: United States five-dollar bill, not_definitive_answer: False, incorrect_answer: True" ]
task168-63c40ee5d3984290a73f243d3882cdf3
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 you find olives at a heladeria?, Answer:No, Description of Olive: Species of plant, Fact1: Olives are fruits of the olive tree used in savory dishes and preparations like olive oil and tapenade, Fact2: A heladeria is an ice cream parlour Output:
[ "Step1: What kinds of foods are served at a heladeria?, Step2: Are olives a type of #1?, Wikipedia page for step 1: Heladeria, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-afccbfd3f6104c919a19c8d679617125
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 pescatarian be unable to eat anchovy pizza?, Answer:No, Description of Anchovy: Family of fishes, Fact1: Pescatarians do not eat red meat or chicken but do eat fish., Fact2: Pescatarians have no restrictions with eating cheese. Output:
[ "Step1: What do pediatricians eat for source of meat?, Step2: Is anchovy not included in #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Pescetarianism, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Anchovy, not_definitive_answer: False, incorrect_answer: False" ]
task168-c1caa02b49b84cc69f21e8fc95f5a12d
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 Britney Spears' breakdown attributed to bipolar disorder?, Answer:Yes, Description of Bipolar disorder: mental disorder that causes periods of depression and abnormally elevated mood, Fact1: In 2008 Britney Spears was detained in a psychiatric hospital for bipolar disorder., Fact2: In 2007 Britney Spears shaved her head during a breakdown. Output:
[ "Step1: When did Britney Spears have a breakdown?, Step2: What major event happened to Britney Spears the year after #1?, Step3: What was the reason behind #2 happening to Britney Spears?, Wikipedia page for step 1: Britney Spears, Wikipedia page for step 2: Britney Spears, Wikipedia page for step 3: Bipolar Disorder, not_definitive_answer: False, incorrect_answer: False" ]
task168-530981d1893e42e19b0fffae0dd512f6
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 nurses represented on the seal of the department responsible for occupational safety?, Answer:No, Description of United States Department of Labor: U.S. Department that regulates the workers' rights and labor markets, Fact1: United States Department of Labor is responsible for occupational safety., Fact2: The United States Department of Labor's seal has a symbols representing industry, mechanics and agriculture. Output:
[ "Step1: Which department is responsible for occupational health and safety in the US?, Step2: What are represented by the symbols on #1's seal?, Step3: Are nurses included in #2?, Wikipedia page for step 1: Occupational safety and health, Wikipedia page for step 2: United States Department of Labor, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-6ba7140e8cfa4866b35e6536e6e8652a
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 R. Kelly write a college thesis?, Answer:No, Description of Thesis: document submitted in support of candidature for an academic degree, Fact1: A college thesis is a long and complicated written document., Fact2: R. Kelly claims to be illiterate, which means he cannot read and write. Output:
[ "Step1: What does writing a college thesis require a person be able to do?, Step2: What does R. Kelly claim to be?, Step3: Can someone who is #2 do #1?, Wikipedia page for step 1: College Thesis, Wikipedia page for step 2: R. Kelley, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-14469b380f1e428aad55b00236dcf1ef
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 viewer of Monday Night Football be able to catch WWE Raw during commercial breaks?, Answer:Yes, Description of WWE Raw: WWE television program, Fact1: Monday Night Football begins at 8pm EST on Monday nights during the NFL season, Fact2: WWE Raw airs on Monday nights between 8pm and 11pm EST Output:
[ "Step1: When does Monday Night Football air?, Step2: When does WWE Raw air?, Step3: Is there and overlap between #1 and #2?, Wikipedia page for step 1: Monday Night Football, Wikipedia page for step 2: WWE Raw, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-2c23e6dc8c514c23879e5d29ab37c29e
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 goats found on abyssal plains?, Answer:No, Description of Goat: domesticated mammal raised primarily for its milk, Fact1: An abyssal plain is typically located between 10,000 and 20,000 feet below the surface of the ocean, Fact2: A goat is a mammal that lives on land and cannot intake oxygen from underwater environments Output:
[ "Step1: What things do goats need to live?, Step2: Where are abyssal plains located?, Step3: Is everything in #1 also found in #2?, Wikipedia page for step 1: Goats, Wikipedia page for step 2: Abyssal plain, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a4cf780b9ad04f69bfc4af7600b80ff4
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 Larry King go into business with the world's richest man?, Answer:Yes, Description of Larry King: American television and radio host, Fact1: In March 2012, Larry King co-founded Ora TV with Carlos Slim., Fact2: From 2010 to 2013, Carlos Slim was ranked as the richest person in the world by the Forbes business magazine. Output:
[ "Step1: What years has Larry King co-founded a business with someone? , Step2: Who were Larry King's co-founders during each of #1?, Step3: Who was the richest person in the world for each of #1?, Step4: Is there an overlap between #2 and #3?, Wikipedia page for step 1: wiki: Larry King , Wikipedia page for step 2: wiki: Larry King , Wikipedia page for step 3: wiki: The World's Billionaires, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-42143bdf12554323945f7df9ac1d9bea
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 Ferdinand Porsche hold a triple citizenship?, Answer:No, Description of Porsche: automotive brand manufacturing subsidiary of Volkswagen, Fact1: Multiple Citizenship is in which a person is concurrently regarded as a citizen of more than one country under the laws of those countries, Fact2: Ferdinand Porsche was a citizen of three different countries but concurrently, Fact3: Ferdinand Porsche was a citizen of Austria till 1918 since birth, Fact4: Ferdinand Porsche was a citizen of Czechoslovakia from 1918 to 1934, Fact5: Ferdinand Porsche was a citizen of Germany from 1934 till death Output:
[ "Step1: For which period was Ferdinand Porsche a citizen of Austria?, Step2: For which period was Ferdinand Porsche a citizen of Czechoslovakia?, Step3: For which period was Ferdinand Porsche a citizen of Germany?, Step4: Is there an overlap between #1, #2 and #3?, Wikipedia page for step 1: Ferdinand Porsche, Wikipedia page for step 2: Ferdinand Porsche, Wikipedia page for step 3: Ferdinand Porsche, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-490299a3160c4741a0df220d21eec508
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Has every astronaut survived their space journey?, Answer:No, Description of Astronaut: Person who commands, pilots, or serves as a crew member of a spacecraft, Fact1: In 1986, the space shuttle Challenger exploded during launch, killing all astronauts aboard., Fact2: In 2003, the space shuttle Columbia also exploded, again killing its entire crew., Fact3: Various other space flights have resulted in fatal disasters. Output:
[ "Step1: How many astronauts have died during a mission?, Step2: Is #1 equal to zero?, Wikipedia page for step 1: Astronaut, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fa5e622527cc45028e844092dda54f24
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 Sugar Ray Robinson defeat Pete Herman in the ring?, Answer:No, Description of Sugar Ray Robinson: American boxer, Fact1: Pete Herman was one of the all-time great bantamweight world champions., Fact2: Pete Herman fought from 1912 until 1922., Fact3: Sugar Ray Robinson competed from 1940 to 1965 Output:
[ "Step1: In what years did Sugar Ray Robinson compete?, Step2: In what years did Pete Herman compete?, Step3: Does #1 overlap with #2?, Wikipedia page for step 1: Sugar Ray Robinson, Wikipedia page for step 2: Pete Herman, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-6717e3c3bf7c44f795f20b27873cca9e
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 Jabberwocky be considered a sonnet?, Answer:No, Description of Sonnet: form of poetry with fourteen lines; by the thirteenth century it signified a poem of fourteen lines that follows a strict rhyme scheme and specific structure, Fact1: A sonnet is a fourteen line poem that follows certain rhyme schemes., Fact2: Jabberwocky is an 1871 poem by Lewis Carroll., Fact3: Jabberwocky is a 28 line poem that uses nonsense words. Output:
[ "Step1: How many lines does a sonnet have?, Step2: How many lines did the poem Jabberwocky have?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Sonnet, Wikipedia page for step 2: Jabberwocky, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ae2391b96bfe416d8029e9a770aeb036
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 Firefighters be included in a September 11th memorial?, Answer:Yes, Description of Firefighter: rescuer trained to extinguish hazardous fires, Fact1: September 11th is remembered as a day of mourning for the lives lost during a terrorist attack in NYC., Fact2: Firefighters were among the first responders to the crisis, and many died. Output:
[ "Step1: Who gets remembered on September 11th?, Step2: Were firefighters among #1?, Wikipedia page for step 1: September 11th, Wikipedia page for step 2: September 11th, not_definitive_answer: False, incorrect_answer: False" ]
task168-7d5ce85ce70847b3ae19880e356c0ba3
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 quadragenarian's have little memory capacity?, Answer:No, Description of Memory: information stored in the mind, or the mental processes involved in receiving, storing, and retrieving this information, Fact1: Quadragenarians are people that are in their 40s., Fact2: As people age, their memory can get worse., Fact3: Half of people over age 50 have mild to severe memory loss., Fact4: Ken Jennings was 46 years old when he won Jeopardy! The Greatest of All Time tournament. Output:
[ "Step1: How old do people generally get before their memory capacity starts getting limited?, Step2: Quadragenarians are people within what age-range?, Step3: Is #1 within or less than the range of #2?, Wikipedia page for step 1: Memory loss, Wikipedia page for step 2: Quadragenarian, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-11a3b407fa834705827836cad091d410
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 Moon Jae-in likely to have a genetic susceptibility to malaria?, Answer:No, Description of Moon Jae-in: President of South Korea, Fact1: Moon Jae-in is Korean., Fact2: Koreans, along with many other Southeast Asian ethnic groups, are likely to have a mutation in their G6PD gene that protects against malaria. Output:
[ "Step1: What ethnicity is Moon Jae-in?, Step2: Are #1's more genetically susceptible to malaria?, Wikipedia page for step 1: Moon Jae-in, Wikipedia page for step 2: malaria, not_definitive_answer: False, incorrect_answer: False" ]
task168-de19cf2ed16d4010a1f78d42cd504a5b
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 ontology require a scalpel?, Answer:No, Description of Ontology: study of the nature of being, becoming, existence or reality, as well as the basic categories of being and their relations, Fact1: A scalpel is used during surgery., Fact2: Ontology is a philosophical domain, not a medical one. Output:
[ "Step1: What are the areas of focus of ontology?, Step2: Where does a scalpel find application?, Step3: Is #2 included in #1?, Wikipedia page for step 1: Ontology, Wikipedia page for step 2: Scalpel, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-a09f8f97306c4acab4fa100b3336081c
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 fossil fuels reducing jobs in the Gulf of Mexico?, Answer:Yes, Description of Gulf of Mexico: An Atlantic Ocean basin extending into southern North America, Fact1: An oil spill is still polluting the Gulf of Mexico, Fact2: Workers such as fishermen are out of work due to pollution Output:
[ "Step1: What are the consequences of fossil fuel presence in the Gulf of Mexico?, Step2: Is #1 putting some people out of job?, Wikipedia page for step 1: Gulf of Mexico, Wikipedia page for step 2: Oil spill, not_definitive_answer: False, incorrect_answer: False" ]
task168-88c1549cf7df49e494c4d66b5a1a3492
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 any letters directly before and after H missing from Roman numerals?, Answer:Yes, Description of H: letter in the Latin alphabet, Fact1: The Roman numerals are: I, V, X, L, C, D, and M., Fact2: The letter H in the alphabet is preceded by G and followed by I. Output:
[ "Step1: What is the letter before \"H\"?, Step2: What is the letter after \"H\"?, Step3: What are the Roman numerals? , Step4: Is it the case that not both #1 and #2 are in #3?, Wikipedia page for step 1: Alphabet, Wikipedia page for step 2: Alphabet, Wikipedia page for step 3: Roman Numerals, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-90eb1d3aa9ad442c92065e45959677b6
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 person breathe unassisted on Jupiter?, Answer:No, Description of Jupiter: Fifth planet from the Sun in the Solar System, Fact1: Jupiter's atmosphere has clouds of ammonium hydrosulfide., Fact2: Ammonium hydrosulfide is toxic., Fact3: People cannot inhale things that are toxic. Output:
[ "Step1: What is required for people to breathe unassisted?, Step2: Is #1 present on Jupiter?, not_definitive_answer: False, incorrect_answer: False" ]
task168-1d18384bf0ff4de0a3cc2b3779dc1f0c
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Did the son of an architect write most of the articles for the first Encyclopædia Britannica?, Answer:Yes, Description of Encyclopædia Britannica: General knowledge English-language encyclopaedia, Fact1: William Smellie produced most of the articles in the first edition of the Encyclopædia Britannica, Fact2: William Smellie's father was Alexander Smellie, Fact3: Alexander Smellie was an architect Output:
[ "Step1: Who produced most of the articles in the first edition of the Encyclopædia Britannica?, Step2: Who was the father of #1?, Step3: Was #2 an architect?, Wikipedia page for step 1: William Smellie (encyclopedist), Wikipedia page for step 2: William Smellie (encyclopedist), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5618bb17ab634d628583bb379238c805
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 helium have prevented the Hindenburg disaster?, Answer:Yes, Description of Helium: Chemical element with atomic number 2, Fact1: The Hindenburg disaster happened because the blimp used flammable hydrogen for lift., Fact2: Helium is also lighter than air, but is non-flammable. Output:
[ "Step1: Which gas was involved as the reason behind the Hindenburg disaster?, Step2: Which property of #1 caused the disaster?, Step3: Does Helium share other useful properties of hydrogen except #2?, Wikipedia page for step 1: Hindenburg disaster, Wikipedia page for step 2: Hydrogen, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False" ]
task168-673b16ca7d7141c7841d0f9d7a949e78
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 Krishna similar to Holy Spirit?, Answer:Yes, Description of Holy Spirit: Religious concept with varied meanings, Fact1: The Holy Spirit is a Christian concept of a spirit that is an aspect or agent of God that does good in the world., Fact2: Krishna, from Hinduism, is a manifestation of the God Vishnu., Fact3: Krishna brings compassion, tenderness, and love into the world. Output:
[ "Step1: What are the characteristics of the Christian Holy Spirit?, Step2: What are the characteristics of Krishna?, Step3: Are many characteristics in #2 also found in #1?, Wikipedia page for step 1: Holy Spirit, Wikipedia page for step 2: Krishna, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-3c16da1475c34587bbaf89e400eb0a2b
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 someone prone to jealousy be in a polyamorous relationship?, Answer:No, Description of Jealousy: emotion referring to the thoughts and feelings of insecurity, fear, and envy over relative lack of possessions, status or something of great personal value, Fact1: Polyamorous people are those who seek to have an intimate relationship with more than one partner., Fact2: In relationships, untreated jealousy typically leads to a breakup. Output:
[ "Step1: What kind of relationship would a polyamorous person engage in?, Step2: Would a jealous person be comfortable with #1?, Wikipedia page for step 1: Polyamorous, Wikipedia page for step 2: Jealousy, not_definitive_answer: False, incorrect_answer: False", "Step1: What kind of relationship would a polyamorous person engage in?, Step2: Would a jealous person be comfortable with #1?, Wikipedia page for step 1: Polyamorous, Wikipedia page for step 2: Jealousy, not_definitive_answer: False, incorrect_answer: False" ]
task168-4189255fca5241b18e92dbe717b55061
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 banana trees used by judges for maintaining order?, Answer:No, Description of Judge: official who presides over court proceedings, Fact1: A banana tree has seeds that only have one embryonic leaf and is called a monocot., Fact2: Judges use gavels to maintain order in court., Fact3: Gavels are made of hardwood., Fact4: Hardwood comes from dicot trees., Fact5: Oak, maple, and sycamore are dicot trees. Output:
[ "Step1: Which instrument do judges use to maintain order in courts?, Step2: What kind of material are #1 made from?, Step3: Which group of trees is #2 obtained from?, Step4: Do banana trees belong to the same group as #3?, Wikipedia page for step 1: Judge, Wikipedia page for step 2: Gavel, Wikipedia page for step 3: Hardwood, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fe62e9eb658d43ee8be8b030892753d0
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 Alan Turing suffer the same fate as Abraham Lincoln?, Answer:No, Description of Alan Turing: British mathematician and computer scientist, Fact1: Alan Turing committed suicide via cyanide poisoning., Fact2: Abraham Lincoln was killed by a gunshot wound to the head. Output:
[ "Step1: What did Alan Turing die of?, Step2: What did Abraham Lincoln die of?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Alan Turing, Wikipedia page for step 2: Abraham Lincoln, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-79fdb3c3e9594b909c39b84c086c1d4a
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 lunch on the beach a good activity to spot the full circle of a rainbow?, Answer:No, Description of Rainbow: meteorological phenomenon, Fact1: The full circle of a rainbow cannot usually be seen from ground level, Fact2: Sometimes the full circle of a rainbow can be seen from a high building or aircraft, Fact3: You can see more of a rainbow the closer to the horizon the sun is, Fact4: Lunch occurs at midday when the sun is likely high in the sky Output:
[ "Step1: At what point in the sky is the sun most likely to create a full circle rainbow?, Step2: At what altitudes are full rainbows more likely to be seen?, Step3: Is lunchtime at the beach relatively close to conditions #1 and #2?, Wikipedia page for step 1: Rainbow, Wikipedia page for step 2: Rainbow, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-b9d3235814eb4d2482d4de6f54453a66
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 first book of torah tell the creation of the world?, Answer:Yes, Description of Torah: First five books of the Hebrew Bible, Fact1: Book of genesis is the first book of torah, Fact2: Book of genesis tells about the creation of the world Output:
[ "Step1: Which book is known as the first book of torah?, Step2: Which book of the Bible tells the story of creation?, Step3: Is #2 the same as #1?, Wikipedia page for step 1: Torah, Wikipedia page for step 2: Genesis, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-4745421fc2a04ee0b604eb9667030140
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 Muslim eat a McRib sandwich?, Answer:No, Description of Muslims: Adherents of Islam, Fact1: Pork products are haram, or forbidden in Islam., Fact2: The McRib is a pork-based sandwich. Output:
[ "Step1: What foods are Muslims forbidden to eat?, Step2: What is a McRib made of?, Step3: Are #1 and #2 different from each other?, Wikipedia page for step 1: Muslim culture (Islamic culture), Wikipedia page for step 2: McRib, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5f61a0e5cc5d4071ab43bfb5803fa014
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 professional boxers expect to have low dental bills?, Answer:No, Description of Professional boxing: sport, Fact1: Professional boxers often receive punches to their face., Fact2: Even with a mouth guard, dental injuries occur often in boxing., Fact3: The average cost for one dental crown is between $500-$3000 Output:
[ "Step1: What types of injuries are professional boxers likely to sustain?, Step2: Are #1 inexpensive to treat?, Wikipedia page for step 1: Boxing (profession), Wikipedia page for step 2: Dentistry, not_definitive_answer: False, incorrect_answer: False" ]
task168-49c313ea03f34caa8818e86bb4dba619
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 Hanja be spoken?, Answer:No, Description of Hanja: Korean language characters of Chinese origin, Fact1: Hanja is a written language., Fact2: Written languages can't be spoken. Output:
[ "Step1: Is Hanja a language?, Step2: Can #1 be spoken?, not_definitive_answer: False, incorrect_answer: False" ]
task168-655b1c6fa1f74aafb25f3da4e11d3f87
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 wheelchair satisfy minimum speed laws on Long Island Expressway?, Answer:No, Description of Wheelchair: chair with wheels, used by people for whom walking is difficult or impossible due to illness, injury, or disability, Fact1: The minimum speed limit on the Long Island Expressway is 40MPH., Fact2: The average wheelchair top speed is 5MPH., Fact3: Some power wheelchair models can get as high as 10MPH speed. Output:
[ "Step1: How fast can wheelchairs get in mph?, Step2: What is the minimum speed limit on the Long Island Expressway in mph?, Step3: Is #1 equal to or greater than #2?, Wikipedia page for step 1: Wheelchair racing, Wikipedia page for step 2: Interstate 495 (New York), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-4478654d40784e579085ad059bf17d44
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would it be unusual to find a yellow perch in the Red Sea?, Answer:Yes, Description of Red Sea: Arm of the Indian Ocean between Arabia and Africa, Fact1: The Red Sea is one of the saltiest bodies of water in the world., Fact2: The yellow perch is a freshwater perciform fish native to much of North America. Output:
[ "Step1: What type of water do yellow perches usually live in?, Step2: What type of water is present in the red sea?, Step3: IS #2 the same as #1?, Wikipedia page for step 1: Yellow Perch, Wikipedia page for step 2: Red Sea, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ffaffd7aa2bd4b36824e86a8631a4e48
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 Joker in a healthy romantic relationship?, Answer:No, Description of Joker (character): Fictional character in the DC Universe, Fact1: Healthy relationships are characterized by mutual trust and respect., Fact2: The Joker is dating Harley Quinn., Fact3: The Joker frequently abuses and talks down to Harley. Output:
[ "Step1: Who is the Joker in a relationship with?, Step2: Does the Joker respect #1?, Step3: Is respect necessary in a healthy romantic relationship?, Step4: Are #2 and #3 the same?, Wikipedia page for step 1: Joker, Wikipedia page for step 2: Harley Quinn, Wikipedia page for step 3: Romantic relationship, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-92b45cc87e2c4c9e9051e765fc97b761
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 Al Capone have read works from the Harlem Renaissance?, Answer:Yes, Description of Harlem Renaissance: African-American cultural movement in New York City in the 1920s, Fact1: The Harlem Renaissance occurred during the 1920s., Fact2: Al Capone lived through the 1920s. Output:
[ "Step1: When was the Harlem Renaissance?, Step2: Was Al Capone able to read during #1?, Wikipedia page for step 1: Harlem Renaissance, Wikipedia page for step 2: Al Capone, not_definitive_answer: False, incorrect_answer: False" ]
task168-a062de174d844003aca00705fcb333ba
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 a 2 Euro coin float across the Red Sea?, Answer:No, Description of Euro: European currency, Fact1: A 2 Euro coin is made of a mix of copper and brass., Fact2: Objects float if their density is less than water., Fact3: Ancient bronze metal ingots were found on the sea floor off the coast of Italy in 2015. Output:
[ "Step1: What are the material constituents of a 2 Euro coin?, Step2: #1 belong to which family of materials?, Step3: Can non hollow forms of #2 float on water?, Wikipedia page for step 1: 2 euro coin, Wikipedia page for step 2: metal, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-3c28489cec2c43d4afd7bf0c49f6b604
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 human race go extinct without chlorophyll?, Answer:Yes, Description of Chlorophyll: group of chemical compounds, Fact1: Chlorophyll is a pigment in plants responsible for photosynthesis., Fact2: Photosynthesis is the process by which plants release oxygen into the atmosphere., Fact3: Humans need oxygen to live. Output:
[ "Step1: What is Chlorophyll responsible for in plants?, Step2: What does #1 release into the air?, Step3: Do humans need #2 in order to survive?, Wikipedia page for step 1: Chlorophyll, Wikipedia page for step 2: Photosynthesis, Wikipedia page for step 3: Oxygen, not_definitive_answer: False, incorrect_answer: False" ]
task168-4387641601e144f695c7709e73a2a4b8
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 modern Brazilian Navy have hypothetically turned the tide in Battle of Actium?, Answer:Yes, Description of Brazilian Navy: Naval warfare branch of Brazil's military forces, Fact1: The Battle of Actium saw Mark Antony's army lose to Octavian., Fact2: Octavian's army had 400 ships, 16000 infantry, and 3,000 archers., Fact3: The Brazilian Navy has over 80,000 personnel, including 16,000 marines., Fact4: Several Brazilian Navy ships are armed with explosive torpedoes. Output:
[ "Step1: What was the result of the Battle of Actium?, Step2: In #1, how many resources did the Octavian's army have?, Step3: How many resources does the Brazilian Navy have? , Step4: Is #3 significantly more than #2?, Wikipedia page for step 1: The Battle of Actium, Wikipedia page for step 2: Octavian's army, Wikipedia page for step 3: Brazilian Navy, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-05a39e9511054df5bcbbdd85f84b83d2
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 rowing competitions take place indoors?, Answer:No, Description of Rowing (sport): Sport where individuals or teams row boats by oar, Fact1: Rowing is a sport involving propelling boats., Fact2: Boats need a large body of water in order to move., Fact3: There are no indoor facilities big enough to host a pool with enough size for a boating competition. Output:
[ "Step1: What is the main equipment required for rowing?, Step2: What surface does #1 need in order to move?, Step3: Is there an indoor facility with a big enough amount of #2 to host a competition?, Wikipedia page for step 1: Rowing, Wikipedia page for step 2: Boat, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-40001066b10f47918a777e0f6260fa21
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 Karl Marx influence the communist party of China?, Answer:Yes, Description of Communist Party of China: Political party of the People's Republic of China, Fact1: Communist ideology is the foundation of communist party of China., Fact2: Marx produced a political pamphlet that has since come to be commonly known as the communist manifesto. Output:
[ "Step1: What does the communist party of China stand to represent?, Step2: What were the political activities of Karl Max?, Step3: Does any of #1 have a source/origin in #2?, Wikipedia page for step 1: Chinese Communist Party, Wikipedia page for step 2: Karl Marx, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-73cac3052f3d4751a29059159b1dd5ab
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 Jack Sparrow know any sea shantys?, Answer:Yes, Description of Sea shanty: work song sung to accompany labor on board large merchant sailing vessels, Fact1: Jack Sparrow is the main character of the popular 'Pirates of the Caribbean' movie franchise., Fact2: Jack Sparrow is the captain of a pirate ship., Fact3: Jack Sparrow sings many songs while on the sea. Output:
[ "Step1: Which movie is Jack Sparrow a main character in?, Step2: Which activity is associated with singing of sea shantys?, Step3: As portrayed in #1, is Jack Sparrow in a position to engage in #2?, Wikipedia page for step 1: Jack Sparrow, Wikipedia page for step 2: Sea shanty, Wikipedia page for step 3: Pirates of the Caribbean, not_definitive_answer: False, incorrect_answer: False" ]
task168-4eb8e521575e473c8047463699cee5e4
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 Dodo hypothetically tower over Ma Petite?, Answer:Yes, Description of Dodo: Extinct large flightless pigeon from Mauritius, Fact1: A Dodo was an extinct bird that was over 3 feet tall., Fact2: Ma Petite was a character on American Horror Story played by Jyoti Amge., Fact3: Jyoti Amge is around 2 feet tall. Output:
[ "Step1: How tall were dodos?, Step2: Who played the role of Ma Petite?, Step3: How tall is #2?, Step4: Is #1 greater than #3?, Wikipedia page for step 1: Dodo, Wikipedia page for step 2: List of American Horror Story: Freak Show characters, Wikipedia page for step 3: Jyoti Amge, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5c6e1eb78e2049cfbc30d53ddde5e5b4
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 carrot receive an organ transplant?, Answer:No, Description of Organ transplantation: moving of an organ from one body or body region to another, Fact1: Organs are groups of tissues that perform a similar function., Fact2: The whole of a carrot is a root., Fact3: A root is a plant organ., Fact4: You cannot transplant the entire carrot into another carrot. Output:
[ "Step1: What part of the plant is the carrot?, Step2: Does #1 have organs?, Wikipedia page for step 1: wiki: Carrot, Wikipedia page for step 2: wiki: Root vegetable, not_definitive_answer: False, incorrect_answer: False" ]
task168-095d1b5c8ca74d578e06ae65684f6334
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Will the Swiss Guard pistols be made in the US?, Answer:Yes, Description of Swiss Guard: Military of Vatican City, Fact1: The Swiss Guard carry SIG Sauer P220's., Fact2: All SIG Sauer manufacturing will be moved to the New Hampshire by the end of 2020., Fact3: New Hampshire is in the US. Output:
[ "Step1: What pistols do the Swiss Guard use?, Step2: What company produces #1?, Step3: Where are the manufacturing facilities of #2?, Step4: Is #3 located in the United States?, Wikipedia page for step 1: Swiss Guard, Wikipedia page for step 2: SIG Sauer, Wikipedia page for step 3: SIG Sauer, Wikipedia page for step 4: New Hampshire, not_definitive_answer: False, incorrect_answer: False" ]
task168-740d6e5e62964df691fb7420bf20bb8a
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 banana get a virus?, Answer:Yes, Description of Banana: edible fruit, Fact1: A virus is a disease that is caused by infectious agents., Fact2: A banana comes from a banana plant., Fact3: Blight is a disease that is caused by infections on plants., Fact4: The Banana bunchy top virus (BBTV) is a plant virus of the genus Babuvirus,that causes diseased streaks. Output:
[ "Step1: What are the various diseases that affect banana plant?, Step2: Are any of #1 caused by virus?, Wikipedia page for step 1: Banana, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False" ]
task168-4b9a041b4aaf4da7a26f28fcebcc32fe
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 Spartacus have approved of the French Revolution?, Answer:Yes, Description of Spartacus: Thracian gladiator, Fact1: Spartacus led a slave rebellion against the Roman Republic., Fact2: Slaves were kept in much poorer conditions than their owners., Fact3: The French Revolution's goal was to over throw the rich. Output:
[ "Step1: What was the relative condition of slaves in the slave rebellion led by Spartacus, compared with their owners?, Step2: What was the primary purpose of the French Revolution?, Step3: Does #2 resonate with the likely cause behind #1?, Wikipedia page for step 1: Spartacus, Wikipedia page for step 2: French Revolution, Wikipedia page for step 3: , not_definitive_answer: True, incorrect_answer: False" ]
task168-0635a1f668df4ec59b09dc1f72e1394c
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 embalmed bodies feel different at funerals?, Answer:Yes, Description of Funeral: ceremony for a person who has died, Fact1: Embalming fluid fixates into the bodily tissues and replaces the bodily fluid., Fact2: Bodies that have not been embalmed tend to feel soft., Fact3: When embalming fluid fills the body, the body becomes firm. Output:
[ "Step1: What does Embalming a body do to it?, Step2: Does #1 make a body hard?, Step3: What does a non embalmed body feel like, Step4: Is #2 different from #3?, Wikipedia page for step 1: Embalming , Wikipedia page for step 2: Embalming , Wikipedia page for step 3: Embalming , Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-1c4426bfc07e420e97f5528eb688b316
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 Irish mythology inspire Washington Irving?, Answer:Yes, Description of Irish mythology: Pre-Christian Mythology of Ireland, Fact1: Washington Irving's most famous novel was The Legend of Sleepy Hollow., Fact2: The antagonist of the Legend of Sleepy Hollow, The Headless Horseman, was a man on horseback that was missing his head., Fact3: The Dullahan is a mythological creature in Irish mythology., Fact4: The Dullahan comes from the Irish word Gan Ceann, meaning "without a head"., Fact5: The Dullahan is depicted as a headless rider, usually on a black horse, who carries their own head in their arm. Output:
[ "Step1: Which Washington Irving novel was the most popular?, Step2: What are the features of the antagonist of #1?, Step3: What are the features of Dullahan from Irish mythology?, Step4: Does #2 considerably match #3?, Wikipedia page for step 1: Washington Irving, Wikipedia page for step 2: The Legend of Sleepy Hollow, Wikipedia page for step 3: Dullahan, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-5c53a12e28ec4890b2f8197551182bfe
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 plants crucial for The King of Rock'n Roll's snack with bananas?, Answer:Yes, Description of Banana: edible fruit, Fact1: Elvis Presley is known as The King of Rock'n Roll., Fact2: Elvis Presley loved to eat peanut butter and bananas., Fact3: Bananas come from banana plants., Fact4: Peanut butter comes from peanuts, which come from peanut plants. Output:
[ "Step1: Who is commonly referred to as The King of Rock 'n Roll?, Step2: Which snacks was #1 known to take with bananas?, Step3: Are #2 plants products or made from them?, Wikipedia page for step 1: Elvis Presley, Wikipedia page for step 2: Elvis Presley, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-baac1670974a4580ab1b48664989fdc3
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 E6000 cure before a hoverboard finishes the Daytona 500?, Answer:Yes, Description of Daytona 500: Auto race held in Daytona, Florida, United States, Fact1: The Daytona 500 is 500 miles, Fact2: A hoverboard can move at six to eight miles per hour, Fact3: E6000 fully cures in 24 to 72 hours Output:
[ "Step1: How long is the Daytona 500?, Step2: How fast can a hoverboard move in hours?, Step3: What is #1 divided by #2?, Step4: How many hours does it take for a E6000 to cure?, Step5: Is #4 more less than #3?, Wikipedia page for step 1: Daytona 500, Wikipedia page for step 2: Hoverboard, Wikipedia page for step 3: , Wikipedia page for step 4: E6000, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False" ]
task168-cfde066fc0be475c95e24fa23be05ab2
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 any citizen of San Antonio vote for Boris Johnson?, Answer:No, Description of San Antonio: City in Texas, United States, Fact1: San Antonio is a city in Texas in the United States of America, Fact2: Boris Johnson is the Prime Minister of the UK, Fact3: Only UK and commonwealth citizens may vote in UK elections Output:
[ "Step1: Which country is San Antonio located in?, Step2: Which country is Boris Johnson Prime Minister of?, Step3: Citizens of which country are allowed to vote in #2 elections?, Step4: Is #1 included in #3?, Wikipedia page for step 1: San Antonio, Wikipedia page for step 2: Boris Johnson, Wikipedia page for step 3: United Kingdom, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False", "Step1: Is San Antonio a city in the UK?, Step2: Is Boris Johnson the Prime Minister of the UK?, Step3: Are American citizens allowed to vote in the UK elections?, Step4: Are #1 and #3 the same answer as #2?, Wikipedia page for step 1: San Antonio, Wikipedia page for step 2: Boris Johnson, Wikipedia page for step 3: United Kingdom Election, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ae43479d7c094e478bf1ef476207cc2b
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 atmosphere of Mars primarily made of the same gas that baking powder releases?, Answer:Yes, Description of Atmosphere of Mars: atmosphere, Fact1: The atmosphere of Mars is primarily composed of carbon dioxide, Fact2: Baking powder is a chemical leavener that releases carbon dioxide Output:
[ "Step1: Which gas is the primary component of the atmosphere on Mars?, Step2: Which gas does baking powder release?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Mars, Wikipedia page for step 2: Baking powder, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-fbad8b4f967346ec99e00ac498e2916b
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 Pokemon be touched?, Answer:No, Description of Pokémon: Japanese media franchise, Fact1: Pokemon are digital constructs., Fact2: Digital constructs cannot be touched. Output:
[ "Step1: Are Pokemon physically living creatures?, Step2: Is it possible to touch something that isn't physically living?, not_definitive_answer: False, incorrect_answer: False", "Step1: Where do Pokemon live?, Step2: Is #1 a real place that you can visit?, not_definitive_answer: False, incorrect_answer: False", "Step1: Are Pokemon a physical entity?, Step2: Is it possible to touch something that is not a physical entity?, not_definitive_answer: False, incorrect_answer: False" ]
task168-8201bab726be4fcc8418a83fd8bf68ad
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition. Positive Example 1 - Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century. Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False Positive Example 2 - Input: Question: Can you spot helium?, Answer:No Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False Negative Example 1 - Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor. Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False Negative Example 2 - Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False Now complete the following example - Input: Question: Would it be impossible to keep an ocean sunfish and a goldfish in the same tank?, Answer:Yes, Description of Ocean sunfish: species of fish, Fact1: Ocean sunfish live in salt water environments., Fact2: Goldfish live in fresh water environments., Fact3: Putting a fish into the wrong water type can cause them to die. Output:
[ "Step1: What kind of water habitat does the ocean sunfish live in?, Step2: What kind of water habitat do goldfish live in?, Step3: Is #1 interchangeable with #2, Wikipedia page for step 1: Ocean sunfish, Wikipedia page for step 2: Goldfish, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False" ]
task168-ee040e2db3764e48be916b047b6530c5
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 single exclamation mark show a good move on a board game?, Answer:Yes, Description of Exclamation mark: punctuation mark, Fact1: The exclamation mark is used to show how good a move is in chess., Fact2: A single exclamation mark denotes a good move., Fact3: Chess is a board game. Output:
[ "Step1: What board game uses symbolic notation?, Step2: What symbols are used in #1?, Step3: Which symbol in #2 denotes a good move?, Wikipedia page for step 1: Chess, Wikipedia page for step 2: Chess (notation), Wikipedia page for step 3: Chess, not_definitive_answer: False, incorrect_answer: False" ]
task168-dd1803d8f44c4e19b28a199310f9ba79
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 more watermelons grown in Brazil than Antarctica?, Answer:Yes, Description of Watermelon: A large fruit with a smooth hard rind, of the gourd family, Fact1: Watermelons are plants grown in climates from tropical to temperate, needing temperatures higher than about 25 °C (77 °F) to thrive., Fact2: The climate of Antarctica is the coldest on Earth., Fact3: The climate of Brazil comprises a wide range of weather conditions across a large area and varied topography, but most of the country is tropical. Output:
[ "Step1: Which climate is suitable for the cultivation of watermelon?, Step2: What are the prevalent climatic conditions in Brazil?, Step3: What are the prevalent climatic conditions in Antarctica?, Step4: Is #2 more similar to #1 than #3?, Wikipedia page for step 1: Watermelon, Wikipedia page for step 2: Brazil, Wikipedia page for step 3: Antarctica, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False" ]
task168-2bdd69ad221648648c33f6e65f4f3f96