Aqib2489/BCC_CQA
收藏Context-Question-Answering 数据集概述
概述
该数据集是从一本书中提取的上下文-问题-答案三元组的集合。
数据集结构
- 顶层结构:数据集是一个对象数组,每个对象代表一个单独的数据点,采用问题和答案的格式。
- 每个对象:包含三个键值对:
- Context:提供与问题相关的背景信息或场景的字符串。
- Question:基于提供的上下文提出的问题字符串。
- Answer:基于上下文提供的问题答案字符串。
示例条目
json { "Context": "1: The National Building Code (NBC) applies the same requirements to site-built and factory-constructed buildings. However, it can be difficult to determine whether a factory-constructed building complies with the Code once it has been delivered to the construction site because many of the wall, roof, and floor assemblies are closed in and so their components cannot be inspected. CSA A277, "Procedure for certification of prefabricated buildings, modules, and panels," was developed to address this problem. ", "Question": "1: What is the difficulty in determining whether a factory-constructed building complies with the Code? ", "Answer": "1: The difficulty lies in the fact that many of the wall, roof, and floor assemblies are closed in and so their components cannot be inspected. This makes it challenging to determine compliance with the Code once the building has been delivered to the construction site. " }



