diff --git a/foundational_skills/reasoning/logical_reasoning/causal/qna.yaml b/foundational_skills/reasoning/logical_reasoning/causal/qna.yaml index bb965b23a..b376c2bad 100644 --- a/foundational_skills/reasoning/logical_reasoning/causal/qna.yaml +++ b/foundational_skills/reasoning/logical_reasoning/causal/qna.yaml @@ -22,5 +22,13 @@ seed_examples: question: 'If all squares are rectangles and a rectangle has four sides, can we conclude that all squares have four sides? + ' +- answer: 'No, a circle does not have sides. A "side" usually refers to the sides + of a polygon, such as a square or a triangle. Although a circle is a shape, it + is not a polygon, so it does not have sides. + + ' + question: 'Does a cirle have an infinite number of side? + ' task_description: To teach a language model about Logical Reasoning - causal relationships diff --git a/knowledge/highways/gaps_in_interstate/attribution.txt b/knowledge/highways/gaps_in_interstate/attribution.txt new file mode 100644 index 000000000..43612f736 --- /dev/null +++ b/knowledge/highways/gaps_in_interstate/attribution.txt @@ -0,0 +1,5 @@ +Title of work: List of gaps in Interstate Highways +Link to work: https://en.wikipedia.org/wiki/List_of_gaps_in_Interstate_Highways +Revision: https://en.wikipedia.org/w/index.php?title=List_of_gaps_in_Interstate_Highways&oldid=1220573461 +License of the work: CC-BY-SA-4.0 +Creator names: Wikipedia Authors \ No newline at end of file diff --git a/knowledge/highways/gaps_in_interstate/qna.yaml b/knowledge/highways/gaps_in_interstate/qna.yaml new file mode 100644 index 000000000..e05df045b --- /dev/null +++ b/knowledge/highways/gaps_in_interstate/qna.yaml @@ -0,0 +1,26 @@ +created_by: somebody +domain: geography +seed_examples: +- answer: 'True gaps are where multiple disjoint sections of road have the same Interstate + highway number and can reasonably be considered part of "one highway" in theory, based + on the directness of connections via other highways, or based on future plans to fill + in the gap in the Interstate, or simply based on the shortness of the gap.' + question: 'What is a True Gap?' +- answer: 'Interstate 70' + question: 'What highway enters approaches the Lewis and LCark Viaduct Bridge?' +- answer: 'Thouse Islands Bridge' + question: 'What is the undivided two-lane road that goes over to Saint Lawrence River?' +- answer: 'Super Two' + question: 'What is a two-lane divided parkway?' +- answer: 'Some stretches of Interstate highway use a barrier transfer machine on some bridges + to convert inner lanes from one direction to the other, where it would be too costly to + upgrade/rebuild to a higher-capacity bridge.' + question: 'What do they call the to convert inner lanes from one direction to the other?' +task_description: 'There are gaps in the Interstate Highway system, where the roadway + carrying an Interstate shield does not conform to the standards set by the Federal Highway + Administration (FHWA), the body that sets the regulations for the Interstate Highway System.' +document: + repo: https://github.com/juliadenham/Summit_knowledge + commit: 799f1f0afd57ea4c684eeef71189e9c8ea45d539 + patterns: + - gaps_in_interstate_highways.md