input
stringlengths 3.54k
4.4k
| output
listlengths 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: Would a dog easily notice ammonia?, Answer:Yes, Description of Ammonia: Chemical compound of nitrogen and hydrogen, Fact1: Ammonia has a characteristic pungent smell., Fact2: Dogs have an extremely strong sense of smell, almost 40 times as sensitive as humans.
Output:
|
[
"Step1: What common chemical has a characteristic pungent smell?, Step2: What common pet has a sense of smell ten thousand to a hundred thousand times better than humans?, Step3: Can #2 sense #1?, Wikipedia page for step 1: Ammonia, Wikipedia page for step 2: Olfaction, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-c8f0fe703a524d1e84126c675f85bb09
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 voice of the Genie from Disney's Aladdin still alive?, Answer:No, Description of Aladdin: Middle Eastern folk tale, Fact1: The Genie was voiced by comedian Robin Williams., Fact2: Robin Williams died in 2014.
Output:
|
[
"Step1: Who provided the voice of the Genie in Aladdin?, Step2: Is #1 still alive?, Wikipedia page for step 1: Aladdin (1992 Disney film), Wikipedia page for step 2: Robin Williams, not_definitive_answer: False, incorrect_answer: False"
] |
task168-bcd388215e8b4dd3be0c100deb723055
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Sweet Potatoes prevent other plants from growing in their place?, Answer:Yes, Description of Sweet potato: species of plant, Fact1: When sweet potato plants decompose, they release a chemical that prevents germination in their soil., Fact2: Farmers will work to ensure that all parts of a sweet potato plant are out of the field before trying to grow in it again.
Output:
|
[
"Step1: What chemical is released when sweet potatoes decompose?, Step2: Where is #1 released into?, Step3: Does #1 prevent other plants from growing in #2?, Wikipedia page for step 1: Sweet poatato, Wikipedia page for step 2: Sweet potato, Wikipedia page for step 3: Sweet potato, not_definitive_answer: False, incorrect_answer: False"
] |
task168-f3a88a1d9c5b4f05aa189756197d5d20
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 history of Europe include the age of dinosaurs?, Answer:No, Description of History of Europe: History of Europe from the beginnings of recorded history, Fact1: Dinosaurs went extinct many millions of years ago., Fact2: In contrast, ancient humans only started recording history several thousand years ago.
Output:
|
[
"Step1: When did the dinosaurs exist?, Step2: When did humans first colonize Europe?, Step3: Is #2 contained within the range of #1?, Wikipedia page for step 1: Dinosaur, Wikipedia page for step 2: Europe, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-a6902d30ea104100b5e6ed681f27ba8d
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 seven McDonald's hamburgers exceed USDA recommended fat allowance?, Answer:No, Description of Hamburger: Sandwich consisting of buns, a patty, and some other fillings, Fact1: The fat content of one McDonald's hamburgers is 10 grams., Fact2: The USDA recommends between 44 and 77 grams of fat a day.
Output:
|
[
"Step1: How much fat is in a McDonald's hamburger?, Step2: What is #1 multiplied by 7?, Step3: How many grams of fat per day does the USDA recommend for the average person?, Step4: Is #2 greater than the maximum value of #3?, Wikipedia page for step 1: McDonald's, Wikipedia page for step 2: , Wikipedia page for step 3: Fat, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-7b338484021743d7bd06c40b7d73303e
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 silicon wedding rings outsell bromine wedding rings?, Answer:Yes, Description of Silicon: Chemical element with atomic number 14, Fact1: Wedding rings are typically made of precious shiny stones such as diamonds., Fact2: Silicon is a solid rock like element at room temperature that has a natural lustre., Fact3: Bromine is a liquid at room temperature that is toxic to the touch.
Output:
|
[
"Step1: What state of matter is necessary for something to be worn as a ring at room temperature?, Step2: What state of matter is bromine at room temperature?, Step3: Is #2 the same as #1?, Step4: If #3 is no, then a bromide wedding ring does not exist., Step5: What state of matter is silicon at room temperature? (see comment for #4), Wikipedia page for step 1: Matter (states), Wikipedia page for step 2: bromine, Wikipedia page for step 3: , Wikipedia page for step 4: (necessary condition in #1), Wikipedia page for step 5: Silicon (Step 6 is people prefer spending money on things that can exist over #4 non-existent things) (This was a real hard one to work through), not_definitive_answer: False, incorrect_answer: False"
] |
task168-66f13fdf9c6d4d159d345d24a64d0c35
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Steve Carell's character on The Office portrayed as one with tremendous leadership skills?, Answer:No, Description of Leadership: ability of an individual or organization to guide other individuals, teams, or entire organizations, Fact1: Steve Carell plays Michael Scott on The Office., Fact2: Michael Scott is a clueless and naive character that is not meant to be seen as effective in his job as General Manager.
Output:
|
[
"Step1: Who is Steve Carell's character on The Office?, Step2: What are leadership skills?, Step3: Does #1 possess #2?, Wikipedia page for step 1: The Office, Wikipedia page for step 2: Leadership, Wikipedia page for step 3: Michael Scott, not_definitive_answer: False, incorrect_answer: False"
] |
task168-bb4231d2ba6246bbad1484f09b01ab21
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: Are there enough castles on the Kingdom of Hungary's coat of arms to play chess?, Answer:Yes, Description of Kingdom of Hungary: former Central European monarchy (1000–1946), Fact1: There are seven castles on the Kingdom of Hungary's coat of arms., Fact2: Castles are used to represent the rook in chess., Fact3: Chess requires four rooks to play a game.
Output:
|
[
"Step1: How many castles are on the Kingdom of Hungary's coat of arms?, Step2: How many castles are used in a game of chess?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Kingdom of Hungary, Wikipedia page for step 2: Chess, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-9717457326e6429cafb59de69b355fbc
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Tulsi Gabbard eat the fries at McDonald's?, Answer:No, Description of McDonald's: American fast food restaurant chain, Fact1: Tulsi Gabbard is a vegan., Fact2: The fries at McDonald's contain beef fat.
Output:
|
[
"Step1: What dietary restrictions does Tulsi Gabbard have?, Step2: What ingredients are used in making the fries at McDonald's?, Step3: Would #1 permit one to eat all of #2?, Wikipedia page for step 1: Tulsi Gabbard, Wikipedia page for step 2: McDonald, Wikipedia page for step 3: Veganism, not_definitive_answer: False, incorrect_answer: False",
"Step1: What are the sources of the ingredients In McDonald's fries?, Step2: What diet does Tulsi Gabbard follow?, Step3: What sources of ingredients are not allowed in #2?, Step4: Is there no overlap between #1 and #3?, Wikipedia page for step 1: McDonald's , Wikipedia page for step 2: Tulsi Gabbard, Wikipedia page for step 3: Veganism, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False",
"Step1: What diet does Tulsi Gabbard follow?, Step2: What foods are prohibited by #1?, Step3: What are the ingredients in McDonald's french fries?, Step4: Are none of #3 included in #2?, Wikipedia page for step 1: Tulsi Gabbard, Wikipedia page for step 2: Veganism, Wikipedia page for step 3: French fries, Wikipedia page for step 4: Tallow, not_definitive_answer: False, incorrect_answer: False"
] |
task168-243516ff173e48ff954f561227e9a272
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Torquemada have a use for covert listening devices?, Answer:Yes, Description of Surveillance: monitoring of behavior, activities, or other changing information, Fact1: Torquemada was the Grand Inquisitor for the Spanish Inquisition., Fact2: One of Torquemada's duties was obtain covert information about heretics and non-Catholics., Fact3: Covert listening devices are used to obtain covert data.
Output:
|
[
"Step1: What was Torquemada's duties as Grand Inquisitor?, Step2: Would a covert listening device be needed in #1?, Wikipedia page for step 1: Tomás de Torquemada, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-fc024774e37e4ea3b4702533f76d9be8
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 23rd amendment give Puerto Ricans the right to vote for president?, Answer:No, Description of Twenty-third Amendment to the United States Constitution: Grants residents of Washington, D.C. the right to vote in U.S. presidential elections, Fact1: The 23rd Amendment to the Constitution gave residents of Washington D.C. the right to vote in presidential elections., Fact2: Puerto Rico is an American territory, not a state, and does not have the right to vote for president., Fact3: Puerto Rico is not Washington D.C.
Output:
|
[
"Step1: Which US state was given the right to vote by the 23rd Amendment?, Step2: Is Is Puerto Rico a US state or the same as #1?, Wikipedia page for step 1: The 23rd Amendment, Wikipedia page for step 2: Puerto Rico, not_definitive_answer: False, incorrect_answer: False"
] |
task168-0ebdf6321c1a42a5a2641af4e4edc6d7
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Shaq still be able to do his side gig in Ancient Greece?, Answer:Yes, Description of Celebrity: Prominent person or group who commands some degree of public fascination and appears in the media, Fact1: Since retiring from the NBA, Shaquille O'Neal has been doing product endorsements., Fact2: Athletes in Ancient Greece were celebrities and were paid in goods and gifts for endorsements.
Output:
|
[
"Step1: Since retiring, what is Shaquille O'Neal's side gig?, Step2: In Ancient Greece, would it be possible to get paid for doing #1?, Wikipedia page for step 1: Shaquille O'Neal, Wikipedia page for step 2: Ancient Greece, not_definitive_answer: False, incorrect_answer: False"
] |
task168-34028e21b6b64ce69bd0a2531eb571e7
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Spice Girls compete against ŽRK Kumanovo?, Answer:No, Description of Spice Girls: British girl group, Fact1: The Spice Girls had 5 members., Fact2: ŽRK Kumanovo is a women's handball club from Kumanovo in the Republic of Macedonia., Fact3: Handball is a sport played by two teams of seven players each.
Output:
|
[
"Step1: How many members did the Spice Girls have?, Step2: What sport does ŽRK Kumanovo compete in?, Step3: How many people are on a team in #2?, Step4: Is #1 greater than or equal to #3?, Wikipedia page for step 1: Spice Girls, Wikipedia page for step 2: ŽRK Kumanovo, Wikipedia page for step 3: Handball, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-fb154a156daa4425907e8e7e2831484d
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Immersion Baptism lead to a death like Jeff Buckley's?, Answer:Yes, Description of Baptism: Christian rite of admission and adoption, almost invariably with the use of water, Fact1: Immersion Baptism is the practice of submerging people underwater for a religious ritual., Fact2: Jeff Buckley was an acclaimed singer that died of drowning in 1997., Fact3: A baby in Moldova died from Immersion Baptism in 2010.
Output:
|
[
"Step1: How did Jeff Buckley die?, Step2: How is immersion baptism performed?, Step3: Are the circumstances surrounding #1 similar to that of #2?, Wikipedia page for step 1: Jeff Buckley, Wikipedia page for step 2: Immersion Baptism, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-a3cccc711a1b4b9d9b8649be441ea8d8
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Snickers helpful for weight loss?, Answer:No, Description of Snickers: brand name chocolate bar made by Mars, Incorporated, Fact1: Weight loss is best achieved through watching the calories and sugar in the food you eat., Fact2: Snickers is high in fat, sugar, and calories, while being low in nutritional value.
Output:
|
[
"Step1: What must you avoid to best achieve weight loss?, Step2: Are snickers avoid of those #1?, Wikipedia page for step 1: Weight Loss, Wikipedia page for step 2: Snickers, not_definitive_answer: False, incorrect_answer: False"
] |
task168-f20c73ed97f84b0bb9ccecc3306f5e69
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Windows or Android smartphones run newer versions of Linux?, Answer:No, Description of Linux: Family of free and open-source software operating systems based on the Linux kernel, Fact1: Android smartphones are based on Linux., Fact2: Windows smartphones are based on the Windows operating system.
Output:
|
[
"Step1: Which operating system do Windows smartphones run on?, Step2: Which operating system do android smartphones run on?, Step3: Is #1 or #2 Linux-based?, Wikipedia page for step 1: Windows smartphone, Wikipedia page for step 2: Android, Wikipedia page for step 3: Linux OS, not_definitive_answer: False, incorrect_answer: False"
] |
task168-e216e98f4d114319be62c7fc8bbd9e70
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Donkeys part of Christmas celebrations?, Answer:Yes, Description of Donkey: El burrito de sheck, Fact1: "Dominic The Donkey" is a popular Christmas song., Fact2: "Nestor The Ling Eared Christmas Donkey" is a popular Christmas Movie.
Output:
|
[
"Step1: Which animals have been popularly recognized as part of the Christmas culture?, Step2: Are donkeys one of #1?, Wikipedia page for step 1: Christmas, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-710f6051e75f4e5299bd90eb6ce78314
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Antarctica have a lot of problems relating to homelessness?, Answer:No, Description of Homelessness: circumstance when people desire a permanent dwelling but do not have one, Fact1: Antarctica has no permanent residents., Fact2: Exposure to the elements would be deadly for homeless people during certain times of year.
Output:
|
[
"Step1: What do homeless people lack?, Step2: Does the weather in Antarctica support life without #1?, Wikipedia page for step 1: Homelessness?, Wikipedia page for step 2: Antarctica, not_definitive_answer: False, incorrect_answer: False"
] |
task168-7822ae28b1fa4a89a4ba0e7d9f956a4c
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 P. G. Wodehouse be taught in second grade?, Answer:No, Description of P. G. Wodehouse: English author, Fact1: Second graders are often aged seven or eight., Fact2: The works of Wodehouse are intended for an adult audience.
Output:
|
[
"Step1: How old are typical second graders?, Step2: What age group is P. G. Wodehouse works intended for?, Step3: Is there any overlap between #1 and #2?, Wikipedia page for step 1: Second graders, Wikipedia page for step 2: P. G. Wodehouse, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-52317211cd10467cb29d63dc71e7c739
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Simon Cowell vote for the next Supreme Court judge?, Answer:No, Description of Simon Cowell: English reality television judge, television producer and music executive, Fact1: The Supreme Court is the highest court in the USA., Fact2: Simon Cowell is a British talent competition judge., Fact3: Members of the Supreme Court are appointed, rather than elected.
Output:
|
[
"Step1: Who appoints US Supreme Court judges?, Step2: Is Simon Cowell currently serving as #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Supreme_Court_of_the_United_States, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Simon_Cowell, not_definitive_answer: False, incorrect_answer: False"
] |
task168-915e1b99fb1c439ab9cd6dc05db35b24
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Amy Winehouse's death have been prevented with Narcan?, Answer:No, Description of Amy Winehouse: English singer and songwriter, Fact1: Narcan is a medication that save the life of someone overdosing on opiates., Fact2: Amy Winehouse died from alcohol poisoning., Fact3: Narcan cannot work on alcohol overdoses.
Output:
|
[
"Step1: What was the cause of Amy Winehouse's death?, Step2: What are the indications/symptoms that can be treated with Narcan?, Step3: Is #1 included in #2?, Wikipedia page for step 1: Amy Winehouse, Wikipedia page for step 2: Narcan, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-adb2c395f6c54095bc886555490a8dea
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Steven Spielberg from a state that borders West Virginia?, Answer:Yes, Description of Steven Spielberg: American film director and screenwriter, Fact1: Steven Spielberg is from Ohio., Fact2: Ohio shares its border with 5 states., Fact3: Ohio is a state that borders West Virginia.
Output:
|
[
"Step1: What state is Steven Spielberg from?, Step2: Which states border West Virginia?, Step3: Is #1 in #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Steven_Spielberg#Early_life, Wikipedia page for step 2: https://en.wikipedia.org/wiki/West_Virginia#Adjacent_states, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-19c9a312a7f5448c80798e2a6f550c92
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: If you were at an Apple store, would most of the computers be running Ubuntu?, Answer:No, Description of Ubuntu: Linux distribution based on Debian, Fact1: Apple stores stock only Mac brand computers., Fact2: Mac computers come preinstalled with the latest iOS.
Output:
|
[
"Step1: Which operating system do Apple computers run on?, Step2: Is #1 the same as Ubuntu?, Wikipedia page for step 1: Apple Inc., Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-d6561fbb807e4a53b0bf6e820b82ea51
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Holy Grail the right shape to serve gazpacho?, Answer:Yes, Description of Holy Grail: Cup, dish or stone with miraculous powers, important motif in Arthurian literature, Fact1: The Holy Grail is a cup or bowl., Fact2: Gazpacho is a type of soup, served in bowls.
Output:
|
[
"Step1: Which kind of object is the Holy Grail usually represented by?, Step2: What kind of food is gazpacho?, Step3: Would a #2 be served in #1?, Wikipedia page for step 1: Holy Grail, Wikipedia page for step 2: Gazpacho, Wikipedia page for step 3: Soup, not_definitive_answer: False, incorrect_answer: False",
"Step1: What is the shape of the Holy Grail?, Step2: Gazpacho is a kind of what food?, Step3: #2 is typically served in what?, Step4: Is #1 and #3 the same?, Wikipedia page for step 1: Holy Grail, Wikipedia page for step 2: Gazpacho, Wikipedia page for step 3: Soup, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-7dfcb3640ede47fcbb34e5846a376052
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 onions have a form that resembles the inside of a tree?, Answer:Yes, Description of Onion: vegetable, Fact1: When bisected, an onion has rings that extend from the core to the outside., Fact2: Trees are formed of a series of rings that extend from the inside to the outside
Output:
|
[
"Step1: What is the structure observed in an onion when it is cut open?, Step2: What is the structure of a tree's cross section?, Step3: Is #1 similar to #2?, Wikipedia page for step 1: Onion, Wikipedia page for step 2: Tree, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-f358ca7744c64fc7a07c816a9ff8ad5f
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 drummers need spare strings?, Answer:No, Description of Drummer: percussionist who creates and accompanies music using drums, Fact1: Drummers usually work with guitarists or other stringed instrumentalists., Fact2: However, drum sets do not contain strings., Fact3: Musicians usually change their own strings as necessary, so it is their band mates, not the drummer, who carries the spare strings.
Output:
|
[
"Step1: What instruments require strings in order to be played?, Step2: What instrument do drummers play?, Step3: Is there any overlap between #2 and #1?, Wikipedia page for step 1: String Instruments, Wikipedia page for step 2: Drummers, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-195f946cfbae45ef8ad8660ac446662d
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Constitution of the United States paper offend PETA?, Answer:Yes, Description of Constitution of the United States: Supreme law of the United States of America, Fact1: The Constitution of the United States is written on parchment., Fact2: Parchment is writing material made from specially prepared untanned skins of animals., Fact3: PETA is an organization that advocates for the ethical treatment of animals.
Output:
|
[
"Step1: What is the US Constitution written on?, Step2: What is #1 made of?, Step3: What does PETA hate?, Step4: How is #2 acquired?, Step5: Is there an overlap between #3 and #4?, Wikipedia page for step 1: US Constitution, Wikipedia page for step 2: Parchment, Wikipedia page for step 3: PETA, Wikipedia page for step 4: , Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-6ee4e8ca71be4e0b8ee8d1b3c1355d62
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Demi Lovato's ancestors help turn maize into popcorn?, Answer:Yes, Description of Maize: Cereal grain, Fact1: Demi Lovato's father is Mexican., Fact2: Maize is another word for corn., Fact3: Corn was first domesticated in southern Mexico about 10,000 years ago., Fact4: Popcorn is made from kernels of corn.
Output:
|
[
"Step1: Where is popcorn from originally?, Step2: Where is Demi Lovato's ancestors from?, Step3: Are #1 and #2 the same?, Wikipedia page for step 1: Popcorn, Wikipedia page for step 2: Demi Lovato, Wikipedia page for step 3: , not_definitive_answer: True, incorrect_answer: False"
] |
task168-04b3c9c4fc7641b881a4c747dd16e1c9
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 flying fish have good eyesight?, Answer:Yes, Description of Flying fish: Family of marine fish that can make powerful, self-propelled leaps out of water, Fact1: Flying fish are commonly found in the epipelagic zone, the top layer of the ocean to a depth of about 200 m (656 ft). , Fact2: The epipelagic zone is the illuminated zone at the surface of the sea where enough light is available for photosynthesis. , Fact3: Good eyesight is a necessary survival trait for animals living in well-lit areas.
Output:
|
[
"Step1: Which layer of the ocean are flying fish usually found?, Step2: What are the lighting conditions characteristic of #1?, Step3: Would good eyesight be necessary for organisms in #2 environment?, Wikipedia page for step 1: Flying fish, Wikipedia page for step 2: Photic zone, Wikipedia page for step 3: Pelagic fish, not_definitive_answer: False, incorrect_answer: False"
] |
task168-e7b0a486d34d44ee9e151733094c5cf5
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Bing (search engine) searches earn the searcher more than competitors do?, Answer:Yes, Description of Bing (search engine): Web search engine from Microsoft, Fact1: Bing (search engine) has a search rewards program that gives the user points, from conducting searches, to redeem for prizes., Fact2: Bing (search engine) has several competitors such as Google, and DuckDuckGo., Fact3: Google and DuckDuckGo do not have search rewards programs.
Output:
|
[
"Step1: What does Bing give to people who use the search engine?, Step2: Who are Bing's major competitors?, Step3: What do the companies in #2 give people for using their service?, Step4: Is #1 of greater value than #3?, Wikipedia page for step 1: Bing (rewards program), Wikipedia page for step 2: Bing, Wikipedia page for step 3: Google, DuckDuckGo, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-84aad1470029472d9823902651d54373
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 sniper shoot a fish past Bathypelagic Zone in ocean?, Answer:No, Description of Sniper: Highly trained marksman, Fact1: The Bathypelagic Zone extends 4000 meters down in the ocean., Fact2: The longest recorded sniper kill is 3,540 meters.
Output:
|
[
"Step1: How deep is the bathypelagic zone?, Step2: How far can snipers shoot?, Step3: Is #2 greater than or equal to #1?, Wikipedia page for step 1: Bathyal zone, Wikipedia page for step 2: Sniper, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-357e4cd8924a4141a60837847520b562
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 an elephant easily defeat a male macaque?, Answer:Yes, Description of Macaque: genus of Old World monkeys, Fact1: Male macaques range from 16 to 28 inches tall with a weight between 12.13 to 39.7 pounds., Fact2: Elephants are between 7 to 11 feet tall and weigh several thousand pounds., Fact3: Elephants contain large, sharp tusks that can injure or kill other animals.
Output:
|
[
"Step1: How much does a male macaques weigh?, Step2: How much can an elephant weigh?, Step3: How tall is a male macaque?, Step4: How tall is an elephant?, Step5: Is #2 more than #1 and is #4 more than #3?, Wikipedia page for step 1: Macaques, Wikipedia page for step 2: Elephant, Wikipedia page for step 3: Macaques, Wikipedia page for step 4: Elephant, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-4f8a9c00f23144b7813ba7250db24b72
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 both main characters from Tom and Jerry go on a vegan diet?, Answer:No, Description of Tom and Jerry: Hanna Barbera cartoon series, Fact1: Tom is a main character on Tom and Jerry., Fact2: Tom is a cat., Fact3: Cats are obligate carnivores.
Output:
|
[
"Step1: What kind of animal is Tom from Tom and Jerry cartoons?, Step2: What kind of diet do members of #1 have?, Step3: What do followers of the #2 diet require?, Step4: What foods are included in a vegan diet?, Step5: Is #3 also listed in #4?, Wikipedia page for step 1: Tom and Jerry, Wikipedia page for step 2: Cats, Wikipedia page for step 3: Obligate Carnivore, Wikipedia page for step 4: Vegan, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-164bf0b1b1b043ffb3bb99b6b43d4916
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Family Guy take place on the American West Coast?, Answer:No, Description of Family Guy: American animated sitcom, Fact1: Family Guy takes place in the fictional town of Quahog, Rhode Island., Fact2: Rhode Island is a state on the American East Coast.
Output:
|
[
"Step1: Where is Family Guy set?, Step2: Is #1 on the American West Coast?, Wikipedia page for step 1: Family Guy, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-259e4b1775b3434496c85b8b0ac34ea3
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: Can the Very Large Telescope observe the largest mountain on Earth?, Answer:No, Description of Very Large Telescope: telescope in the Atacama Desert, Chile, Fact1: The Very Large Telescope observes outer space., Fact2: The largest mountain on earth is underneath the ocean.
Output:
|
[
"Step1: What is the Very Large Telescope used to observe?, Step2: Where is the largest mountain on earth located?, Step3: Is #2 found in #1?, Wikipedia page for step 1: Very Large Telescope, Wikipedia page for step 2: , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False",
"Step1: What area does the Very Large Telescope observe?, Step2: Is the answer to #1 the same as earth?, Wikipedia page for step 1: Very Large Telescope, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-df30490e130944a1aac7ad5e710a17c8
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 preventive healthcare reduce STI transmission?, Answer:Yes, Description of Preventive healthcare: Prevent and minimize the occurrence of diseases, Fact1: Preventive healthcare includes screenings for STI/STD's. , Fact2: Increases in testing for STI's allow for citizens to protect themselves from infection and contain outbreaks.
Output:
|
[
"Step1: What are the effects of preventive measures on STI transmission?, Step2: Does #1 involve a reduction in their spread?, Wikipedia page for step 1: Sexually transmitted infection, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-1242a4755f144087acae33aa544570f8
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Ford F-350 tow entire Yale University student body?, Answer:No, Description of Yale University: Private research university in New Haven, Connecticut, United States, Fact1: The Yale University student body consists of 12,385 people according to a 2015 poll., Fact2: The average US male weighs 195 pounds., Fact3: The average US female weighs 168 pounds., Fact4: The maximum towing capacity of the Ford F-350 is 15,000 pounds.
Output:
|
[
"Step1: What is the maximum towing capacity of the Ford F-350?, Step2: How much people attend Yale each year?, Step3: What is the average weight of an adult?, Step4: Is #2 times #3 less than #1?, Wikipedia page for step 1: Ford F-350, Wikipedia page for step 2: Yale, Wikipedia page for step 3: Adult, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-f85ccdb62c7245a8b687adf34a10c34c
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 noon a good time to go to Pasar Malam?, Answer:No, Description of Marketplace: space in which a market operates, Fact1: Pasar Malam is a night market., Fact2: Noon is in the middle of the day.
Output:
|
[
"Step1: What time is Pasar Malam open?, Step2: Does #1 include noon?, Wikipedia page for step 1: wiki: Pasar Malam, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-fedc839799cb44a9a4e07f0b02dd3450
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Leafhoppers compete with Log Cabin syrup producers for resources?, Answer:Yes, Description of Leafhopper: family of insects, Fact1: Leafhoppers are insects that feed on sap from trees., Fact2: Log Cabin is a company that originated in Minnesota and makes several varieties of maple syrup., Fact3: Sap is an ingredient in maple syrup.
Output:
|
[
"Step1: What does the leafhopper diet consist of?, Step2: What kind of syrup is produced by Log Cabin?, Step3: What are the ingredients in #2?, Step4: Is any substance listed in #1 also found in #3?, Wikipedia page for step 1: Leafhopper, Wikipedia page for step 2: Log Cabin, Wikipedia page for step 3: Log Cabin, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-9aa76acac65f4748bef8c63ae079360c
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Osama bin Laden put a wafer on his tongue every Sunday?, Answer:No, Description of Osama bin Laden: Co-founder of al-Qaeda, Fact1: Osama bin Laden was an Islamic fundamentalist, Fact2: The practice of putting a wafer on your tongue is called Communion, Fact3: Communion is a Christian religious practice, Fact4: Christians commonly attend religious services on Sunday
Output:
|
[
"Step1: What is the practice of putting a wafer on your tongue called?, Step2: What religion practices #1 on Sundays?, Step3: Does Osama bin Laden practice #2?, Wikipedia page for step 1: Communion, Wikipedia page for step 2: Christian , Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-33433c5fed474e738e775086f45ff993
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 geographer use biochemistry in their work?, Answer:No, Description of Biochemistry: study of chemical processes in living organisms, Fact1: A geographer is a scientist whose area of study is geography, the study of Earth's natural environment and human society., Fact2: Biochemistry is the study of chemical processes within and relating to living organisms.
Output:
|
[
"Step1: What is the area of study of a geographer?, Step2: What is the area of study of Biochemistry, Step3: Is any of #1 in #2?, Wikipedia page for step 1: Geographer, Wikipedia page for step 2: Biochemistry, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-d7042d24afcf432aa415d11a9cdcc12c
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Rusev have to worry about human overpopulation in his homeland?, Answer:No, Description of Human overpopulation: The condition where human numbers exceed the short or long-term carrying capacity of the environment, Fact1: Human overpopulation results from the birthrate exceeding the death rate in a country., Fact2: Rusev is a professional wrestler who was born in Bulgaria., Fact3: The population of Bulgaria decreased by .7% in 2018.
Output:
|
[
"Step1: Who is Rusev?, Step2: What is the homeland of #1?, Step3: Is #2 overpopulated?, Wikipedia page for step 1: Rusev (wrestler), Wikipedia page for step 2: Rusev (wrestler), Wikipedia page for step 3: Bulgaria, not_definitive_answer: False, incorrect_answer: False"
] |
task168-e73bc38147b44b2aac52c29737dde842
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 saltwater crocodile less endangered than the European otter?, Answer:Yes, Description of Saltwater crocodile: species of reptile, Fact1: The saltwater crocodile is listed as "least concern" on the International Union for the Conservation of Nature Red List., Fact2: The European otter is listed as "near threatened" on the International Union for the Conservation of Nature Red List., Fact3: The International Union for the Conservation of Nature Red List starts with "least concern", then "near threatened", "vulnerable", "endangered", "critically endangered", "extinct in the wild", and "extinct".
Output:
|
[
"Step1: What is the saltwater crocodile's conservation status on the IUCN red list?, Step2: What is the European otter's conservation status on the IUCN red list?, Step3: Is #1 less severe than #2?, Wikipedia page for step 1: saltwater crocodile, Wikipedia page for step 2: European otter, Wikipedia page for step 3: IUCN, not_definitive_answer: False, incorrect_answer: False"
] |
task168-70182b3cf5414ed08c1f3fdf703bd554
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 an ethics professor teach a class on Cezanne?, Answer:No, Description of Ethics: branch of philosophy that systematizes, defends, and recommends concepts of right and wrong conduct, Fact1: Cezanne was an Impressionist painter, Fact2: Aesthetics is the branch of philosophy that deals with the arts
Output:
|
[
"Step1: What was Cezanne known for?, Step2: What branch of philosophy would deal with #1?, Step3: Is #2 the same as ethics? , Wikipedia page for step 1: Cezanne , Wikipedia page for step 2: Aesthetics , Wikipedia page for step 3: Ethics, philosophy, Aesthetics , not_definitive_answer: False, incorrect_answer: False",
"not_definitive_answer: True, incorrect_answer: False"
] |
task168-7cc583f1d01e4cf3a73fba3f01968b2c
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Organized crime proliferated by the prohibition?, Answer:Yes, Description of Organized crime: Groupings of highly centralized criminal enterprises, Fact1: Prohibition in the United States was a nationwide constitutional ban on the production, importation, transportation, and sale of alcoholic beverages from 1920 to 1933., Fact2: Prohibition led to the rise in power of organized crime because the bootlegging business amassed millions of dollars and those with money gain power and influence in society or in most cases in the city, buy it.
Output:
|
[
"Step1: What was prohibition in American history?, Step2: When did #1 occur?, Step3: Did organized crime associated with the bootleg business increase during #2?, Wikipedia page for step 1: prohibition, Wikipedia page for step 2: prohibition, Wikipedia page for step 3: Bootleg Business, not_definitive_answer: False, incorrect_answer: False"
] |
task168-c5612e5fba5c42368c8031f208c11acc
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Doctor keep his ship in his childhood home?, Answer:No, Description of The Doctor (Doctor Who): fictional character from Doctor Who, Fact1: The Doctor grew up on a planet called Gallifrey., Fact2: The planet Gallifrey was destroyed in a time war., Fact3: The Doctor's ship doesn't require docking.
Output:
|
[
"Step1: Where is The Doctor's childhood home?, Step2: Can The Doctor still visit #1?, Wikipedia page for step 1: wiki: Doctor Who, Wikipedia page for step 2: wiki: Gallifrey, not_definitive_answer: False, incorrect_answer: False"
] |
task168-efb8361d4eee427693012bdbe609f487
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 color red actually anger a bull?, Answer:No, Description of Red: Color, Fact1: Bulls react to the motion of the cape, not the color., Fact2: Bulls are color blind.
Output:
|
[
"Step1: Can bulls see color?, Step2: What causes bulls to chase a bull fighter?, Step3: Is #2 the color red?, Step4: Is #1 or #3, not_definitive_answer: False, incorrect_answer: False"
] |
task168-40a706126b2c4673b215080b6425b421
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 snow leopard eat twice its own body weight?, Answer:Yes, Description of Snow leopard: species of mammal, Fact1: The average snow leopard weighs 72 pounds., Fact2: The favorite food of snow leopards is an ibex., Fact3: The average weight of an ibex is 150 pounds.
Output:
|
[
"Step1: How much do snow leopards weigh on average?, Step2: What is a snow leopard's favorite food?, Step3: How much does #2 weigh?, Step4: Is #3 at least twice as much as #1?, Wikipedia page for step 1: Snow Leopard, Wikipedia page for step 2: Snow Leopard, Wikipedia page for step 3: Ibex, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-80f095498c094ad28e3680e603c3fa65
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 state where Desperate Housewives takes place named after a dinosaur descendant?, Answer:Yes, Description of Desperate Housewives: American comedy-drama TV series, Fact1: Desperate Housewives takes place in Eagle state., Fact2: Eagles are a type of bird., Fact3: Birds are descended from dinosaurs.
Output:
|
[
"Step1: What state does Desperate Housewives take place in?, Step2: What type of animal is #1?, Step3: Did #2 descend from dinosaurs?, Wikipedia page for step 1: Desperate Housewives, Wikipedia page for step 2: Eagle, Wikipedia page for step 3: Bird, not_definitive_answer: False, incorrect_answer: False"
] |
task168-646781f54f14452e83ebc24dcb539328
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 an animal the origin source of HIV?, Answer:Yes, Description of HIV: Human retrovirus, cause of AIDS, Fact1: HIV-1 and HIV-2 are believed to have originated in non-human primates in West-central Africa, Fact2: Non- human primates is a eutherian mammal constituting the taxonomic order Primates, Fact3: All mammals except humans are mammals
Output:
|
[
"Step1: What is the inferred origin of HIV?, Step2: Is #1 an animal?, Wikipedia page for step 1: HIV, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-542a1bba455b48bfaf5b3f6d9776b281
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: Can you make an MP3 from the Golden Gate Bridge?, Answer:Yes, Description of Golden Gate Bridge: suspension bridge on the San Francisco Bay, Fact1: MP3 is a file compression format for audio recordings, Fact2: The Golden Gate Bridge has been reported emitting sounds when the wind passes through its sidewalk railing slats
Output:
|
[
"Step1: What is an MP3 a compressed file of?, Step2: Does the Golden Gate Bridge produce #1?, Wikipedia page for step 1: MP3, Wikipedia page for step 2: Golden Gate Bridge, not_definitive_answer: False, incorrect_answer: False"
] |
task168-e022973a282e45a89b1e1d88616ac5cf
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Kane (wrestler) banned from WCW headquarters city?, Answer:No, Description of Kane (wrestler): American professional wrestler, actor, businessman, and politician, Fact1: Kane (wrestler is a professional wrestler most known for his WWE tenure., Fact2: Kane wrestled one match in WCW as Bruiser Mastino., Fact3: WWE main rival WCW was headquartered in Atlanta, Georgia., Fact4: Kane competed in an eight-man tag match at Wrestlemania XXVII in the Georgia Dome., Fact5: The Georgia Dome was a stadium in Atlanta Georgia.
Output:
|
[
"Step1: Where were the headquarters of the WCW?, Step2: Did Kane never perform in #1?, Wikipedia page for step 1: World Championship Wrestling, Wikipedia page for step 2: Kane (wrestler), not_definitive_answer: False, incorrect_answer: False"
] |
task168-0a025a7d2cdb4290b403a1a9d813d883
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Jackson Pollock's parents not required to say The Pledge of Allegiance as children?, Answer:Yes, Description of Jackson Pollock: American painter, Fact1: Jackson Pollock's parents were both born and grew up in Tingley, Iowa., Fact2: All states except California, Hawaii, Iowa, Vermont, and Wyoming require a regularly scheduled recitation of the pledge in public schools.
Output:
|
[
"Step1: What state did Jackson Pollock's parents grow up in?, Step2: What states do not require the pledge to be recited in school?, Step3: Is #1 in the list in #2?, Wikipedia page for step 1: Jackson Pollock, Wikipedia page for step 2: Pledge of Allegiance, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-bdcf786e64124a3b9c4e5c1334f7693b
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 animal on the United States Secretary of Defense's flag use an aerie?, Answer:Yes, Description of United States Secretary of Defense: Leader of the United States armed forces following the president, Fact1: The bald eagle is on the United States Secretary of Defense's flag., Fact2: Eagle's nests are called aeries.
Output:
|
[
"Step1: Which animal is on the United States Secretary of Defense's flag?, Step2: 'Aerie' is another term for what?, Step3: Are #1 known to use #2?, Wikipedia page for step 1: United States Secretary of Defense, Wikipedia page for step 2: Bird nest, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-9fb2179a9c3f4c70a600ebacff6fc657
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Michael Crichton make a good basketball player?, Answer:Yes, Description of Michael Crichton: American author, screenwriter, film director, Fact1: Michael Crichton is 6'9"., Fact2: The average NBA player is 6'7"., Fact3: Taller people are generally better at basketball.
Output:
|
[
"Step1: How tall is Michael Crichton?, Step2: How tall is the average NBA player?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Michael Crichton, Wikipedia page for step 2: NBA, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-c8fa4f8c3fb24269abdcb724733c605a
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Southwest Airlines use bulk carriers?, Answer:Yes, Description of Bulk carrier: merchant ship specially designed to transport unpackaged bulk cargo, Fact1: Southwest Airlines requires jet fuel, which is brought in by bulk carrier transport., Fact2: Southwest Airlines requires glycol for de-icing their planes, which is brought in by bulk transport.
Output:
|
[
"Step1: Which vehicles does Southwest Airlines use to provide their services?, Step2: What are some common products needed for the running and maintenance of #1?, Step3: Would Southwest Airlines require #2 in quantities large enough for bulk carriers?, Wikipedia page for step 1: Southwest Airlines, Wikipedia page for step 2: Aeroplane, Wikipedia page for step 3: Bulk carrier, not_definitive_answer: False, incorrect_answer: False"
] |
task168-f177f04cc88949759bfb554a8d66d6d1
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 kaffir lime be a good ingredient for making a candle?, Answer:Yes, Description of Kaffir lime: A citrus fruit native to tropical Southeast Asia and southern China, Fact1: Kaffir limes are citrus fruits originating in tropical climates., Fact2: The Kaffir lime leaves and rind emit an intense citrus fragrance when crushed up., Fact3: Yankee Candle, one of the largest candle companies, sells several popular varieties of citrus candles., Fact4: Sage and Citrus is one of the highest rated scents that Yankee Candle sells.
Output:
|
[
"Step1: Which fragrance do Kaffir lime leaves emit when crushed?, Step2: What are the scents of some popular varieties of candles that Yankee Candle sells?, Step3: Is #2 included in #1?, Wikipedia page for step 1: Kaffir lime, Wikipedia page for step 2: Yankee Candle, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-e1df83407436479e92f172a6718df37a
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Daniel thrown into the lion's den in the New Testament?, Answer:No, Description of New Testament: Second division of the Christian biblical canon, Fact1: The Book of Daniel is a book in the Old Testament of the Bible., Fact2: The Bible is divided into the Old Testament and the New Testament., Fact3: The New Testament focuses on four Gospels regarding the life of Jesus.
Output:
|
[
"Step1: Which book of the Bible has the story of Daniel in the lions' den?, Step2: Is #1 in the New Testament of the Bible?, Wikipedia page for step 1: Daniel (biblical figure), Wikipedia page for step 2: New Testament, not_definitive_answer: False, incorrect_answer: False"
] |
task168-ae9dc9f603e145dc8c546c93bb014004
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Taego order bhikkhu generally less sexually active than Jogye order ones?, Answer:No, Description of Bhikkhu: male Buddhist monk, Fact1: Celibacy is the act of refraining from sexual relations., Fact2: The Jogye order is fully celibate., Fact3: Celibacy is not mandatory in the Taego order.
Output:
|
[
"Step1: How much sex is allowed in the Taego order?, Step2: How much sex is allowed in the Jogye order?, Step3: Is #2 greater than #1?, Wikipedia page for step 1: Taego order , Wikipedia page for step 2: Jogye order, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-eb71f9dc85cc488aafbd98d14775d5c3
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: During the Spanish American War was radar part of the military strategy?, Answer:Yes, Description of Radar: object detection system based on radio waves, Fact1: Radar was invented in 1935., Fact2: The Spanish American War started and ended in 1898.
Output:
|
[
"Step1: When was radar invented?, Step2: When did the Spanish American War take place?, Step3: Is #1 before #2?, not_definitive_answer: False, incorrect_answer: True"
] |
task168-cc1838522b6b45e49a2061480fc6aa10
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Bactrian Camel most impressive animal when it comes to number of humps?, Answer:No, Description of Camel: Genus of mammals, Fact1: The Bactrian Camel is a camel with two humps native to Central Asia., Fact2: Three humped camels were discovered on the Arabian peninsula in 2019.
Output:
|
[
"Step1: How many humps does the Bactrian Camel have?, Step2: What is the most number of humps seen on a camel?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Bactrian Camel, Wikipedia page for step 2: Camel, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-f78f74a7544641e1ae990a5b95a2d582
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 art from Family Guy look a lot like the art in American Dad?, Answer:Yes, Description of Family Guy: American animated sitcom, Fact1: Family Guy and American Dad are both Fox Animated Sitcoms animated by Seth MacFarlane., Fact2: Family Guy and American Dad characters all share common facial features and movement styles.
Output:
|
[
"Step1: Who is the animator for Family Guy?, Step2: Who is the animator for American Dad?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Family Guy, Wikipedia page for step 2: American Dad, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-e4c7c94bc7da471683edb9ee2fe58eb5
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 single honey bee sting multiple humans?, Answer:No, Description of Honey bee: Eusocial flying insect of genus Apis, producing surplus honey, Fact1: When a honey bee stings a human, the stinger becomes stuck in the skin and detaches from the bee., Fact2: This usually results in the bee's death., Fact3: Even if it survives, it no longer has a stinger to attack another person with.
Output:
|
[
"Step1: What happens to a bee's stinger when it stings a human?, Step2: What happens to a bee when #1 occurs?, Step3: Can #2 sting another person?, Wikipedia page for step 1: Bee, Wikipedia page for step 2: Bee, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-627d1ee296b6409aa1507ea7b3cf2908
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Elton John use Google Earth as a child?, Answer:Yes, Description of Google Earth: 3D globe-based map program created by Google, Fact1: Elton John was born in 1947., Fact2: Google Earth was invented in 2001.
Output:
|
[
"Step1: When was Google Earth created?, Step2: When was Elton John born?, Step3: Did $x2 happen before $x1?, not_definitive_answer: False, incorrect_answer: False",
"Step1: When was Google Earth released?, Step2: When was Elton John born?, Step3: what is the difference of #1 and #2, Step4: Is #3 less than 13, not_definitive_answer: False, incorrect_answer: False",
"Step1: When was Elton John's childhood?, Step2: When was Google Earth invented?, Step3: Is #1 before #2?, not_definitive_answer: False, incorrect_answer: True"
] |
task168-f2f72b67c1bc45a89e3a83a1b928830f
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Yin-Yang ideal be advocated in a social justice class?, Answer:No, Description of Yin and yang: philosophical concept, Fact1: The concept of yin and yang has led to justification for China's patriarchal history., Fact2: Social justice advocates for societal equality regardless of gender.
Output:
|
[
"Step1: What type of society has the yin and yang concept been justification for?, Step2: What is advocated for in social justice classes?, Step3: Does #2 a characteristic of #1?, Wikipedia page for step 1: Yin and yang, Wikipedia page for step 2: Social Justice, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-acb34d9dd9f54f1f9252f01414d67459
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 San Diego County the home of a Shamu?, Answer:Yes, Description of San Diego County, California: County in California, United States, Fact1: Shamu is the name of Sea World's mascot orca., Fact2: Every Sea World has a Shamu., Fact3: There is a Sea World location in San Diego.
Output:
|
[
"Step1: What is Shamu the name of?, Step2: Where can you find #1?, Step3: Is there a #2 in San Diego?, Wikipedia page for step 1: Shamu, Wikipedia page for step 2: Sea World, Wikipedia page for step 3: Sea World, not_definitive_answer: False, incorrect_answer: False"
] |
task168-038898c4c1ce4c32a8d2f65dd781bbe8
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 amount of spinach Popeye ate unhealthy?, Answer:Yes, Description of Spinach: species of plant, Fact1: Popeye was a cartoon character that ate whole cans of spinach to maintain his fighting strength., Fact2: Spinach is high in oxalates which can lead to kidney stones., Fact3: Too much spinach can lead to bloating, gas, fever, and diarrhea.
Output:
|
[
"Step1: What is spinach high in?, Step2: What does eating too much of #1 do to a body?, Step3: Are #2's bad for a body?, Wikipedia page for step 1: spinach , Wikipedia page for step 2: oxalates , Wikipedia page for step 3: Kidney Stones, not_definitive_answer: False, incorrect_answer: False"
] |
task168-c247177d36f04b5f8c3fdb936a4ffb8d
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Rumi's work serialized in a magazine?, Answer:No, Description of Rumi: 13th-century Persian poet, Fact1: Rumi was a poet who wrote poetry, Fact2: Magazines serialize long-form prose like novels
Output:
|
[
"Step1: When was the first magazine ever published?, Step2: When was the poet Rumi active?, Step3: Was #1 before #2?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Magazine, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Rumi, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-9722fd6490934f7aaefc0e6a2d1e3123
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Stanford Linear Accelerator fit on the Golden Gate Bridge?, Answer:No, Description of Golden Gate Bridge: suspension bridge on the San Francisco Bay, Fact1: The Golden Gate Bridge is a famous suspension bridge in the San Francisco bay area., Fact2: The Golden Gate Bridge is 1.7miles long., Fact3: The Stanford Linear Accelerator is part of a particle physics lab in Menlo Park, California. , Fact4: The Sanford Linear Accelerator is 2miles long.
Output:
|
[
"Step1: What is the length of the Golden Gate Bridge?, Step2: How long is the Stanford Linear Accelerator?, Step3: Is #1 greater than or equal to #2?, Wikipedia page for step 1: Golden Gate Bridge, Wikipedia page for step 2: Stanford Linear Accelerator, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-66b601886abd40bdb2e9473ce83e291a
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Shaggy and Redenbacher popcorn founder both raise hand during first name roll call?, Answer:Yes, Description of Shaggy (musician): Reggae singer and former U.S. Marine, Fact1: Roll call is when teachers call the names of students and they raise their hand to show they are present., Fact2: The founder of Redenbacher popcorn was Orville Redenbacher., Fact3: Reggae musician Shaggy was born Orville Richard Burrell.
Output:
|
[
"Step1: What is the first name of the person who founded Redenbacher popcorn?, Step2: What is the first name of Reggae musician Shaggy?, Step3: Is #1 the same as #2?, Wikipedia page for step 1: Redenbacher , Wikipedia page for step 2: Shaggy (musician), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-78bc79db2957474e9f9bdd36d10fb98e
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Royal Air Force ensign on the moon?, Answer:No, Description of Royal Air Force: Aerial warfare service branch of the British Armed Forces, Fact1: The Royal Air Force ensign is the flag of the Royal Air Force, Fact2: The Royal Air Force is a branch of the British Armed Forces, Fact3: Britain has never landed on the moon
Output:
|
[
"Step1: What does the Royal Air Force ensign represent?, Step2: What country is #1 a part of?, Step3: Has #2 ever sent people to the moon?, Wikipedia page for step 1: Royal Air Force Ensign, Wikipedia page for step 2: Royal Air Force, Wikipedia page for step 3: List of missions to the Moon, not_definitive_answer: False, incorrect_answer: False"
] |
task168-31380e25c3294582904fd402e027f57f
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 restaurants associate meatballs with the wrong country of origin?, Answer:Yes, Description of Meatball: dish made from ground meat rolled into a small ball-like form, Fact1: Spaghetti and meatballs are a staple on Italian pizzeria menus in the US., Fact2: The Olive Garden, an Italian family restaurant, has several dishes with meatballs., Fact3: Meatballs originated in the Chinese Qin dynasty (221 BC to 207 BC).
Output:
|
[
"Step1: In what country is the oldest evidence of people eating meatballs found?, Step2: What dish involving meatballs became popular in the United States after being invented in New York City in the 20th century?, Step3: With which national cuisine do Americans typically associate #2?, Step4: Are #3 and #1 different?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Meatball, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Spaghetti_and_meatballs, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Italian-American_cuisine, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-ff35a07be7d8479793d743c6ed35cff0
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Disney's seven dwarves the original ones?, Answer:No, Description of Snow White: fairy tale, Fact1: In the original fairy tale, the dwarves were unnamed, but first named in a 1912 stage version: Blick, Flick, Glick, Snick, Plick, Whick, and Quee., Fact2: In Disney's version, the dwarves are named Happy, Sleepy, Sneezy, Grumpy, Dopey, Bashful, and Doc.
Output:
|
[
"Step1: What were the original names of the seven dwarfs?, Step2: What are the names of the seven dwarfs in Disney films?, Step3: Is #1 identical to #2?, Wikipedia page for step 1: Seven Dwarfs, Wikipedia page for step 2: Seven Dwarfs, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-1888f5b234e142e1b4b4406fdce1552c
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 U.S. soldiers listen to Justin Bieber's Believe album during the Battle of Baghdad?, Answer:No, Description of Justin Bieber: Canadian singer-songwriter and actor, Fact1: The Battle of Baghdad was the U.S. invasion of Baghdad in the year 2003., Fact2: Justin Bieber's album Believe was released in 2012.
Output:
|
[
"Step1: When did the Battle of Baghdad take place?, Step2: When was the Justin Bieber album Believe released?, Step3: Is #2 before #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Battle_of_Baghdad_(2003), Wikipedia page for step 2: https://en.wikipedia.org/wiki/Believe_(Justin_Bieber_album), Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-166c60721da94d47b7a9f5f6ed2ab43a
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 J.K Rowling's top sellers be on a fantasy shelf?, Answer:Yes, Description of Fantasy: Genre of literature, film, television and other artforms, Fact1: J.K Rowling's top sellers are her Harry Potter series., Fact2: Harry Potter is a series about a boy who goes to a magical school to learn wizardry.
Output:
|
[
"Step1: What is J. K. Rowling's top selling book?, Step2: Is #1 fantasy?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/J._K._Rowling, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Harry_Potter, not_definitive_answer: False, incorrect_answer: False"
] |
task168-b6d60142816c4460a27c8a92e303c46f
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 wolverine hunters unlikely to develop sunburns?, Answer:Yes, Description of Wolverine: Species of the family Mustelidae, Fact1: Wolverines live in cold climates., Fact2: Cold climates are mostly found at high latitudes., Fact3: Sunburns are less likely at high latitudes where the sun is weaker.
Output:
|
[
"Step1: What is the latitude range of the wolverine?, Step2: What causes sunburn?, Step3: Is #2 weaker in areas around #1?, Wikipedia page for step 1: wiki: Wolverine, Wikipedia page for step 2: wiki: Sunburn , Wikipedia page for step 3: wiki: Latitude, not_definitive_answer: False, incorrect_answer: False"
] |
task168-e48e78b0148e48d38011e6f01be935dc
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 an art dealer prize a print of a Van Goh?, Answer:No, Description of Art dealer: person that buys and sells works of art, Fact1: Van Goh painted many valuable pieces of artwork in his lifetime., Fact2: Prints of Van Goh's artwork are readily available at a low price.
Output:
|
[
"Step1: What kind of art do art dealers typically look for?, Step2: What is the cost of a typically Van Goh print?, Step3: Is something priced as #2 considered #1?, Wikipedia page for step 1: Art Dealer, Wikipedia page for step 2: Van Goh, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-44186a4ca61f428cb4eaa68facab5107
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Arvanite Greek understand some of the Albanian Declaration of Independence?, Answer:Yes, Description of Albanian Declaration of Independence: declaration of independence, Fact1: The Albanian Declaration of Independence is written in Albanian, Gheg, Tosk, and Ottoman Turkish., Fact2: The Arvanite Greek's are a major Tosk speaking group of southern Albania.
Output:
|
[
"Step1: What languages is the Albanian Declaration of Independence written in?, Step2: What language do Arvanite Greeks speak?, Step3: Is #2 in #1?, Wikipedia page for step 1: Albania (Declaration of Independence), Wikipedia page for step 2: Arvanite Greeks, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-f849166eec834c48b8362ab3b8cbb206
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 downloading Mario 64 on an emulator be legal?, Answer:No, Description of Emulator: system that emulates a real system such that the behavior closely resembles the behavior of the real system, Fact1: Mario 64 is licenced to Nintendo Entertainment., Fact2: Nintendo holds a copyright on all of their Mario games.
Output:
|
[
"Step1: What company is Mario 64 licensed to?, Step2: What does #1 hold on Mario 64?, Step3: Is it legal to download Mario 64 if it is #2?, Wikipedia page for step 1: Mario 64 , Wikipedia page for step 2: Nintendo , Wikipedia page for step 3: Copyright, not_definitive_answer: False, incorrect_answer: False"
] |
task168-bf01ddfb96ed45a0a2b88becafd0f6cf
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 mousers unheard of in Neolithic China?, Answer:No, Description of Leopard cat: Small wild cat, Fact1: A mouser is a domestic cat used for hunting rodents., Fact2: Fossil remains of leopard cats were excavated at Neolithic villages in Central China in 2001 indicating domestication., Fact3: In most parts of the leopard cat's range, small rodents such as rats and mice form the major part of their diet
Output:
|
[
"Step1: When was the Neolithic era?, Step2: What remains from the period of #1 have been found in China?, Step3: Are there no signs of domestic cats among #2?, Wikipedia page for step 1: wiki: Neolithic , Wikipedia page for step 2: wiki: China during the Neolithic age, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-101c6db084da4f5c8d196f723b09183a
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Christmas eve bring peace from war?, Answer:Yes, Description of Christmas Eve: Evening or entire day before Christmas Day, Fact1: World War I was a global war that lasted from 28 July 1914 to 11 November 1918. , Fact2: The Christmas truce was a series of widespread unofficial ceasefires along the Western Front of the First World War around Christmas 1914.
Output:
|
[
"Step1: One what date is Christmas celebrated in Western Europe?, Step2: What was the most famous unofficial ceasefire during World War I?, Step3: On what dates did #2 occur?, Step4: Does number #3 include #1?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Christmas, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Christmas_truce, Wikipedia page for step 3: https://en.wikipedia.org/wiki/Christmas_truce, Wikipedia page for step 4: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-17068d7cd8e14f32b3780b3fee5f43a6
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Sphynx cat be used for wool?, Answer:No, Description of Wool: Textile fibre from the hair of sheep or other mammals, Fact1: A Sphynx cat is a breed of cats that lacks hair., Fact2: Wool is a soft smooth fabric derived from the hair of animals., Fact3: Sphynx cats skin are covered in an oily sticky substance.
Output:
|
[
"Step1: Which animals can wool be derived from?, Step2: Is the Sphynx cat likely to be included in #1?, Wikipedia page for step 1: Wool, Wikipedia page for step 2: Sphynx cat, not_definitive_answer: False, incorrect_answer: False",
"Step1: Which animals can wool be derived from?, Step2: Is the Sphynx cat likely to be included in #1?, Wikipedia page for step 1: Wool, Wikipedia page for step 2: Sphynx cat, not_definitive_answer: False, incorrect_answer: False"
] |
task168-646d96eeb08443f59bdef82e537aee29
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: Can you find Depala's race in World of Warcraft?, Answer:Yes, Description of World of Warcraft: video game by Blizzard Entertainment, Fact1: World of Warcraft has several races including humans, night elves, and dwarves., Fact2: Depala is a character in the Magic the Gathering card game that is a dwarf.
Output:
|
[
"Step1: What are the different races found in World of Warcraft?, Step2: What race is Depala?, Step3: Is #2 listed in #1?, Wikipedia page for step 1: World of Warcraft?, Wikipedia page for step 2: Depala, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-4fc7a5c0a5f74b578df9c939356c358d
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 modern central processing unit circuit chip fit on a housekey?, Answer:No, Description of Central processing unit: Central component of any computer system which executes input/output, arithmetical, and logical operations, Fact1: A CPU circuit chip is about an inch across., Fact2: A housekey is generally less than a half-inch across.
Output:
|
[
"Step1: What is the size of a CPU Circuit chip across?, Step2: How long is an average house key?, Step3: Is #1 less than #2?, Wikipedia page for step 1: CPU Circuit Chip, Wikipedia page for step 2: Key, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False",
"Step1: What is the size of a CPU Circuit chip across?, Step2: How long is an average house key?, Step3: Is #1 less than #2?, Wikipedia page for step 1: CPU Circuit Chip, Wikipedia page for step 2: Key, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-537b5fd5d3c24b49b041196aa442b1ac
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Citizens of Bern Switzerland are descendants of Genghis Khan?, Answer:Yes, Description of Bern: Place in Switzerland, Fact1: Genghis Khan had sixteen children., Fact2: 1 in 200 men are direct descendants of Genghis Khan., Fact3: Switzerland has a large Asian immigration population which was around 19,000 in 2018.
Output:
|
[
"Step1: What ethnic groups contain much of Genghis Khan's descendants?, Step2: Is there a large population of any of #1 in Bern?, Wikipedia page for step 1: wiki: Genghis Khan, Wikipedia page for step 2: wiki: Bern , not_definitive_answer: False, incorrect_answer: False"
] |
task168-3072ecb031784c1aa2efaf0f0676a4f1
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 lettuce result in spontaneous abortion?, Answer:Yes, Description of Lettuce: Species of annual plant of the daisy family, most often grown as a leaf vegetable, Fact1: Food-borne pathogens that can survive on lettuce include Listeria monocytogenes, , Fact2: Listeria monocytogenes is the causative agent of listeriosis., Fact3: The manifestations of listeriosis include intrauterine or cervical infections in pregnant women, which may result in spontaneous abortion.
Output:
|
[
"Step1: What diseases can be caused by contaminated lettuce?, Step2: Can any of #1 cause intrauterine or cervical infections?, Wikipedia page for step 1: wiki: Lettuce , Wikipedia page for step 2: wiki: Listeriosis, not_definitive_answer: False, incorrect_answer: False"
] |
task168-5356974d64be4c0b99c6928de46ed8ab
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Jackson 5 bigger family band than The Isley Brothers?, Answer:Yes, Description of The Jackson 5: American pop music family group, Fact1: The Jackson 5 has sold over 100 million albums worldwide., Fact2: The Eisley Brothers have sold over 18 million albums., Fact3: The Jackson 5 consisted of Jackie, Tito, Jermaine, Marlon and Michael., Fact4: The Isley Brothers consisted of brothers O'Kelly, Rudolph. Ronald, and Vernon.
Output:
|
[
"Step1: How many albums has the Jackson 5 sold?, Step2: How many albums has the Eisley Brothers sold?, Step3: How many people were in the Jackson 5?, Step4: How many people made up the Eisley Brothers?, Step5: Is #1 greater than #2 and is #3 greater than #4?, Wikipedia page for step 1: Jackson 5, Wikipedia page for step 2: Eisley Brothers, Wikipedia page for step 3: Jackson 5, Wikipedia page for step 4: Eisley Brothers, Wikipedia page for step 5: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-6165f0d62353436fa05094e01fa35268
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Ivan the Terrible flown to Europe?, Answer:No, Description of Ivan the Terrible: Grand Prince of Moscow and 1st Tsar of Russia, Fact1: Ivan the Terrible was the 1st Tsar of Russia., Fact2: Ivan the Terrible died in 1584., Fact3: The first confirmed person to fly was Jean Francois Pilatre de Rozier in 1783.
Output:
|
[
"Step1: When did Ivan the Terrible die?, Step2: When was the airplane invented?, Step3: Is #2 before #1?, Wikipedia page for step 1: Ivan the Terrible, Wikipedia page for step 2: Airplane, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-ea4d50a83ac645379eb2a92b5053b759
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 modern cities similar to the social groups humans evolved in?, Answer:No, Description of Social group: two or more humans who interact with one another, Fact1: Humans evolved in small groups of no more than 150 (Dunbar's number)., Fact2: Modern cities contain millions of humans.
Output:
|
[
"Step1: What is the max number of people in historic social groups?, Step2: What is the minimum number of people in a modern city?, Step3: Is #1 greater than #2?, Wikipedia page for step 1: Dunbar's number, Wikipedia page for step 2: Cities, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-57560951aa564208abfad233e689df36
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: Can the Powerpuff Girls form a complete tag team wrestling match?, Answer:No, Description of The Powerpuff Girls: American animated television series, Fact1: A tag team wrestling match is contested between at least two teams of at least two wrestlers each, Fact2: There are only three people in the Powerpuff Girls
Output:
|
[
"Step1: What is the minimum number of people that can participate in a tag team match in professional wrestling?, Step2: The Powerpuff girls are how many in number?, Step3: Is #2 greater than or equal to #1?, Wikipedia page for step 1: Tag team, Wikipedia page for step 2: The Powerpuff Girls, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-b01f4310c51e4e828834cb5f41fe0f80
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Jehovah's Witnesses celebrate day before New Year's Day?, Answer:No, Description of New Year's Day: Holiday, Fact1: The Day before New Year's Day is New Year's Eve., Fact2: Jehovah's Witnesses do not celebrate holidays, citing in many cases that they have pagan origins., Fact3: New Year's has origins in pagan Babylonia.
Output:
|
[
"Step1: What is the day before New Year's Day?, Step2: What is #1 considered?, Step3: Do Jehovah's Witnesses' celebrate #2?, Wikipedia page for step 1: New Year's Eve, Wikipedia page for step 2: Holiday, Wikipedia page for step 3: Jehovah's Witnesses, not_definitive_answer: False, incorrect_answer: False",
"Step1: Which holidays do Jehovah's Witnesses refrain from celebrating or participating in?, Step2: What is the day before New Year's Day known as?, Step3: Is #2 included in #1?, Wikipedia page for step 1: Jehovah's Witnesses, Wikipedia page for step 2: New Year's Eve, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-93e8aac08a2a4b3abde1bbc6d22a7e1d
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 house full of aloe vera hypothetically be ideal for Unsinkable Sam?, Answer:No, Description of Aloe vera: Species of plant, Fact1: Aloe vera is a plant species that is toxic to cats., Fact2: Unsinkable Sam was a cat that supposedly served during World War II.
Output:
|
[
"Step1: What kind of animal was Unsinkable Sam?, Step2: What is aloe vera?, Step3: Is #2 safe for #1 to be around?, Wikipedia page for step 1: Unsinkable Sam, Wikipedia page for step 2: Aloe vera, Wikipedia page for step 3: Cats, not_definitive_answer: False, incorrect_answer: False"
] |
task168-2a44788706054593a006694948addda9
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 compass attuned to Earth's magnetic field be a bad gift for a Christmas elf??, Answer:Yes, Description of Earth's magnetic field: Magnetic field that extends from the Earth’s inner core to where it meets the solar wind, Fact1: Christmas elves work in Santa's workshop on the North Pole, Fact2: Magnetic compasses point to the North Pole , Fact3: If you are on the North Pole a compass will not work
Output:
|
[
"Step1: What do compasses do?, Step2: Where do Christmas elves work?, Step3: Would #1 not be effective if you are already at #2?, Wikipedia page for step 1: Compass, Wikipedia page for step 2: Christmas Elves, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-28925966dce74fea855955b4625355d8
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was the planet of Pluto discovered?, Step3: Is #1 after #2?, not_definitive_answer: False, incorrect_answer: False
Now complete the following example -
Input: Question: Can you buy chlorine at a dollar store?, Answer:Yes, Description of Chlorine: Chemical element with atomic number 17, Fact1: Chlorine, when added to water, creates household bleach., Fact2: Household bleach is available at most dollar stores.
Output:
|
[
"Step1: What type of item is Chlorine?, Step2: Would department would you find #1 in?, Step3: Do dollar stores have #2?, Wikipedia page for step 1: Chlorine, Wikipedia page for step 2: Store Departments, Wikipedia page for step 3: Dollar Store, not_definitive_answer: False, incorrect_answer: False"
] |
task168-246eaa86cce2439083888227a97b9609
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 anchovies associated with Italian food?, Answer:Yes, Description of Anchovy: Family of fishes, Fact1: Pizza is an Italian food., Fact2: Anchovies are occasionally used as a pizza topping.
Output:
|
[
"Step1: What food item are anchovies sometimes eaten with?, Step2: Is #1 an Italian food?, Wikipedia page for step 1: Pizza, Wikipedia page for step 2: Pizza, not_definitive_answer: False, incorrect_answer: False"
] |
task168-25451cf233ed440abbc96c82caa2b0ec
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Leopard cats in less dire straits than Bornean Orangutan?, Answer:Yes, Description of Leopard cat: Small wild cat, Fact1: Leopard cats are classified as Least Concern on IUCN endangered list., Fact2: Bornean Orangutan's are classified as Endangered on IUCN endangered list.
Output:
|
[
"Step1: What are the recognized threats to the Bornean orangutan?, Step2: What are the recognized threats to the leopard cat?, Step3: Is #1 worse than #2?, Wikipedia page for step 1: Bornean orangutan, Wikipedia page for step 2: Leopard cat, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-d566f0de44114119a8835819e4b0fb6f
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 French Guiana have the same Time zone as Tokyo?, Answer:No, Description of French Guiana: Overseas region and department of France in South America, Fact1: The time zone of French Guiana is UTC−03:00 (GFT)., Fact2: The time zone of Tokyo is UTC+09:00 (Japan Standard Time).
Output:
|
[
"Step1: What time zone is French Guiana located in?, Step2: What time zone is Tokyo located in?, Step3: Are #1 and #2 the same?, Wikipedia page for step 1: Time in France, Wikipedia page for step 2: Japan Standard Time, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-31dc0c2b8f59449cbd35cb4819987318
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 some types of pancakes named after coins?, Answer:Yes, Description of Pancake: Thin, round cake made of eggs, milk and flour, Fact1: Silver dollar pancakes are a variety that is smaller than traditional pancakes., Fact2: Silver dollars are a type of American coin.
Output:
|
[
"Step1: What are some common types of pancakes?, Step2: Is any of #1 named after a coin?, Wikipedia page for step 1: Pancakes, Wikipedia page for step 2: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-d2f0a591d24341f8a11ee8dee218b8ae
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 Pikachu like Charles Darwin?, Answer:Yes, Description of Pikachu: Pokémon species and the mascot of the Pokémon franchise, Fact1: Charles Darwin developed the theory of evolution, Fact2: Pikachu is a Pokemon, Fact3: Pokemon rely on evolution in order to transform into stronger forms
Output:
|
[
"Step1: What famous theory did Charles Darwin develop?, Step2: What kind of character is Pikachu?, Step3: Does #2 rely on #1?, Wikipedia page for step 1: Charles Darwin, Wikipedia page for step 2: Pikachu, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False",
"Step1: How does a Pokemon improve upon itself? , Step2: What theory is Charles Darwin best known for?, Step3: Is #1 and #2 related?, Wikipedia page for step 1: https://en.wikipedia.org/wiki/Pok%C3%A9mon, Wikipedia page for step 2: https://en.wikipedia.org/wiki/Charles_Darwin, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-91cdd8e510264509a099aecb3faa7266
|
Definition: In the following task, you are given a yes/no question, its answer, and additional information which includes a description of a key term in the question and several facts. Your task is to "decompose the question"i.e. write the steps required to construct the given answer where each step is a question that can be answered using Wikipedia articles. To decompose the question, think of a decomposition strategy you could apply to answer the question through a search against Wikipedia. The decomposition strategy might not be obvious for some questions. For this reason, you are provided with additional information. You are not required to write decompositions that exactly match the provided facts, they are only meant as guidance. If the facts are too noisy, think about how you would have used Wikipedia to answer this question to create the decomposition. "not_definitive_answer" is true if there is no clear answer i.e. the question is ambiguous or a subjective opinion."incorrect_answer" is true if the answer to the question is not correct. If the answer is incorrect, write a decomposition that evaluates the correct answer. Each question should be easy to answer based on simple facts from Wikipedia pages, or a simple check using the answers to preceding questions. To ensure this, we also ask you to enter a potential Wikipedia article that would contain the answer to each question. If you can not think of a Wikipedia page that can answer your question, please think of a different strategy. You do not need to enter a Wikipedia page for steps that don't add new information and only contain simple checks. The answer to the final question is the same as the answer to the original question. Every question's answer has an impact on the final answer and there should be no redundant steps in the decomposition.
Positive Example 1 -
Input: Question: Did Aristotle use a laptop?, Answer:No, Fact1: Aristotle died in 322 BC., Fact2: Laptop was invented in the 19th century.
Output: Step1: When was the laptop invented?, Step2: When did Aristotle die?, Step3: Is #2 before #1?, Wikipedia page for step 1: Laptop, Wikipedia page for step 2: Aristotle, not_definitive_answer: False, incorrect_answer: False
Positive Example 2 -
Input: Question: Can you spot helium?, Answer:No
Output: Step1: Does helium have a color?, Step2: Does helium have a smell?, Step3: Does helium have a taste?, Step4: Is #1 or #2 or #3?, Wikipedia page for step 1: Helium, Wikipedia page for step 2: Helium, Wikipedia page for step 3: Helium, not_definitive_answer: False, incorrect_answer: False
Negative Example 1 -
Input: Question: Can a suit of armor conduct electricity?, Answer:Yes, Fact1: Suit of armor is made of iron., Fact2: Iron is an electric conductor.
Output: Step1: What is a suit of armor made of?, Step2: Can iron conduct electricity?, Wikipedia page for step 1: Armor, Wikipedia page for step 2: Electrical Conductors, not_definitive_answer: False, incorrect_answer: False
Negative Example 2 -
Input: Question: Was the planet of Jupiter discovered by Galileo after Pluto had been discovered?, Answer:No
Output: Step1: When was the planet of Jupiter discovered by Galileo?, Step2: When was 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 the amazons on Xena: Warrior Princess star on later shows?, Answer:Yes, Description of Amazons: warrior women from Greek mythology, Fact1: Xena" Warrior Princess was a fantasy TV series based on Greek mythology., Fact2: Amazons on Xena: Warrior Princess were played by numerous actresses including: Danielle Cormack and Melinda Clarke., Fact3: Melinda Clarke starred in numerous TV shows after Xena: Warrior Princess including The O.C. and Nikita.
Output:
|
[
"Step1: Who played the roles of Amazons on Xena: Warrior Princess?, Step2: Did Melinda Clarke do any other shows after Xena\" Warrior Princess?, Step3: Is #2 listed in #1?, Wikipedia page for step 1: Xena: Warrior Princess, Wikipedia page for step 2: Melinda Clarke, Wikipedia page for step 3: , not_definitive_answer: False, incorrect_answer: False"
] |
task168-3e3125cf318f4992805030d16dafe8d8
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.