UCLNLP/sharc
收藏资源简介:
--- annotations_creators: - crowdsourced language_creators: - crowdsourced - expert-generated language: - en license: - cc-by-sa-3.0 multilinguality: - monolingual size_categories: - 10K<n<100K source_datasets: - original task_categories: - question-answering task_ids: - extractive-qa paperswithcode_id: sharc pretty_name: Shaping Answers with Rules through Conversation tags: - conversational-qa dataset_info: features: - name: id dtype: string - name: utterance_id dtype: string - name: source_url dtype: string - name: snippet dtype: string - name: question dtype: string - name: scenario dtype: string - name: history list: - name: follow_up_question dtype: string - name: follow_up_answer dtype: string - name: evidence list: - name: follow_up_question dtype: string - name: follow_up_answer dtype: string - name: answer dtype: string - name: negative_question dtype: bool_ - name: negative_scenario dtype: bool_ config_name: sharc splits: - name: train num_bytes: 15088577 num_examples: 21890 - name: validation num_bytes: 1469172 num_examples: 2270 download_size: 5230207 dataset_size: 16557749 --- # Dataset Card for Shaping Answers with Rules through Conversation ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [ShARC](https://sharc-data.github.io/index.html) - **Repository:** [If the dataset is hosted on github or has a github homepage, add URL here]() - **Paper:** [Interpretation of Natural Language Rules in Conversational Machine Reading](https://arxiv.org/abs/1809.01494) - **Leaderboard:** [leaderboard](https://sharc-data.github.io/leaderboard.html) - **Point of Contact:** [Marzieh Saeidi](marzieh.saeidi@gmail.com), [Max Bartolo](maxbartolo@gmail.com), [Patrick Lewis](patrick.s.h.lewis@gmail.com), [Sebastian Riedel](s.riedel@cs.ucl.ac.uk) ### Dataset Summary [More Information Needed] ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations [More Information Needed] #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
annotations_creators: - 众包(crowdsourced) language_creators: - 众包(crowdsourced) - 专家生成(expert-generated) language: - 英语(en) license: - 知识共享署名-相同方式共享3.0(CC BY-SA 3.0) multilinguality: - 单语(monolingual) size_categories: - 1万<n<10万样本 source_datasets: - 原生数据集(original) task_categories: - 问答(question-answering) task_ids: - 抽取式问答(extractive-qa) paperswithcode_id: PapersWithCode(paperswithcode)数据集ID: sharc pretty_name: 基于会话的规则式答案塑造(Shaping Answers with Rules through Conversation) tags: - 对话式问答(conversational-qa) dataset_info: features: - name: id dtype: 字符串(string) - name: utterance_id dtype: 字符串(string) - name: source_url dtype: 字符串(string) - name: snippet dtype: 字符串(string) - name: question dtype: 字符串(string) - name: scenario dtype: 字符串(string) - name: history list: - name: follow_up_question dtype: 字符串(string) - name: follow_up_answer dtype: 字符串(string) - name: evidence list: - name: follow_up_question dtype: 字符串(string) - name: follow_up_answer dtype: 字符串(string) - name: answer dtype: 字符串(string) - name: negative_question dtype: 布尔型(bool_) - name: negative_scenario dtype: 布尔型(bool_) config_name: sharc splits: - name: train num_bytes: 15088577 num_examples: 21890 - name: validation num_bytes: 1469172 num_examples: 2270 download_size: 5230207 dataset_size: 16557749 --- # 《基于会话的规则式答案塑造》数据集卡片 ## 目录 - [数据集描述](#dataset-description) - [数据集摘要](#dataset-summary) - [支持任务与评测榜单](#supported-tasks-and-leaderboards) - [语言](#languages) - [数据集结构](#dataset-structure) - [数据实例](#data-instances) - [数据字段](#data-fields) - [数据划分](#data-splits) - [数据集构建](#dataset-creation) - [数据集构建初衷](#curation-rationale) - [源数据](#source-data) - [数据注释](#annotations) - [个人与敏感信息](#personal-and-sensitive-information) - [数据集使用注意事项](#considerations-for-using-the-data) - [数据集的社会影响](#social-impact-of-dataset) - [偏差讨论](#discussion-of-biases) - [其他已知局限](#other-known-limitations) - [附加信息](#additional-information) - [数据集维护者](#dataset-curators) - [授权信息](#licensing-information) - [引用信息](#citation-information) - [贡献](#contributions) ## 数据集描述 - **主页:** [ShARC](https://sharc-data.github.io/index.html) - **代码仓库:** [若数据集托管于GitHub或设有GitHub主页,请在此补充链接]() - **论文:** [《会话式机器阅读中的自然语言规则解读》](https://arxiv.org/abs/1809.01494) - **评测榜单:** [官方评测榜单](https://sharc-data.github.io/leaderboard.html) - **联系方式:** [Marzieh Saeidi](marzieh.saeidi@gmail.com)、[Max Bartolo](maxbartolo@gmail.com)、[Patrick Lewis](patrick.s.h.lewis@gmail.com)、[Sebastian Riedel](s.riedel@cs.ucl.ac.uk) ### 数据集摘要 [需补充更多信息] ### 支持任务与评测榜单 [需补充更多信息] ### 语言 [需补充更多信息] ## 数据集结构 ### 数据实例 [需补充更多信息] ### 数据字段 [需补充更多信息] ### 数据划分 [需补充更多信息] ## 数据集构建 ### 数据集构建初衷 [需补充更多信息] ### 源数据 [需补充更多信息] #### 初始数据收集与标准化 [需补充更多信息] #### 源语言生成者是谁? [需补充更多信息] ### 数据注释 [需补充更多信息] #### 注释流程 [需补充更多信息] #### 注释者是谁? [需补充更多信息] ### 个人与敏感信息 [需补充更多信息] ## 数据集使用注意事项 ### 数据集的社会影响 [需补充更多信息] ### 偏差讨论 [需补充更多信息] ### 其他已知局限 [需补充更多信息] ## 附加信息 ### 数据集维护者 [需补充更多信息] ### 授权信息 [需补充更多信息] ### 引用信息 [需补充更多信息] ### 贡献 感谢 [@patil-suraj](https://github.com/patil-suraj) 为本数据集的收录提供支持。
数据集概述
- 名称: Shaping Answers with Rules through Conversation
- 别名: ShARC
- 任务类别: 问答
- 任务ID: extractive-qa
- 语言: 英语
- 多语言性: 单语
- 许可: cc-by-sa-3.0
- 大小: 10K<n<100K
- 源数据: 原始
- 标签: 会话式问答
- 论文代码ID: sharc
- 美观名称: Shaping Answers with Rules through Conversation
数据集结构
-
特征:
- id: 字符串
- utterance_id: 字符串
- source_url: 字符串
- snippet: 字符串
- question: 字符串
- scenario: 字符串
- history: 列表
- follow_up_question: 字符串
- follow_up_answer: 字符串
- evidence: 列表
- follow_up_question: 字符串
- follow_up_answer: 字符串
- answer: 字符串
- negative_question: 布尔
- negative_scenario: 布尔
-
数据分割:
- 训练集: 21890个样本, 15088577字节
- 验证集: 2270个样本, 1469172字节
- 下载大小: 5230207字节
- 数据集大小: 16557749字节
数据集创建
- 语言创建者:
- 众包
- 专家生成
- 注释创建者: 众包




