Liuchh9/KGQA
收藏资源简介:
# Datasets ## Fields The following fields are required for all datasets in this project. | Field | Type | Description | | --- | --- | --- | | id | string or number | Sample identifier | | question | string | Natural language question | | sparql | string | Target SPARQL query | | meta_data | object | Metadata container | | meta_data.compositionality_type | string | Question compositionality category | | answer | array[object] | Gold answer list | | answer[].id | string | Answer entity or value id | | answer[].name | string | Answer surface name or value | | topic_entity | array[object] | Mentioned entities in the question | | topic_entity[].id | string | Topic entity id | | topic_entity[].name | string | Topic entity name |
# 数据集 ## 字段 本项目下的所有数据集均需包含以下必填字段。 | 字段名 | 数据类型 | 描述 | | --- | --- | --- | | id | 字符串或数值 | 样本标识符 | | question | 字符串 | 自然语言问句 | | sparql | 字符串 | 目标SPARQL(SPARQL)查询 | | meta_data | 对象 | 元数据容器 | | meta_data.compositionality_type | 字符串 | 问题复合性类别 | | answer | 对象数组 | 标准答案列表 | | answer[].id | 字符串 | 答案实体或值的标识符 | | answer[].name | 字符串 | 答案的表面名称或取值 | | topic_entity | 对象数组 | 问题中提及的实体 | | topic_entity[].id | 字符串 | 主题实体标识符 | | topic_entity[].name | 字符串 | 主题实体名称 |



