microsoft/bing_coronavirus_query_set
收藏资源简介:
--- annotations_creators: - found language_creators: - found language: - en license: - other multilinguality: - monolingual size_categories: - 100K<n<1M source_datasets: - original task_categories: - text-classification task_ids: - intent-classification pretty_name: BingCoronavirusQuerySet dataset_info: config_name: country_2020-09-01_2020-09-30 features: - name: id dtype: int32 - name: Date dtype: string - name: Query dtype: string - name: IsImplicitIntent dtype: string - name: Country dtype: string - name: PopularityScore dtype: int32 splits: - name: train num_bytes: 22052194 num_examples: 317856 download_size: 6768102 dataset_size: 22052194 configs: - config_name: country_2020-09-01_2020-09-30 data_files: - split: train path: country_2020-09-01_2020-09-30/train-* default: true --- # Dataset Card for BingCoronavirusQuerySet ## 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:** None - **Repository:** https://github.com/microsoft/BingCoronavirusQuerySet - **Paper:** Nonewww - **Leaderboard:** [More Information Needed] - **Point of Contact:** [More Information Needed] ### Dataset Summary Please note that you can specify the start and end date of the data. You can get start and end dates from here: https://github.com/microsoft/BingCoronavirusQuerySet/tree/master/data/2020 example: ``` load_dataset("bing_coronavirus_query_set", queries_by="state", start_date="2020-09-01", end_date="2020-09-30") ``` You can also load the data by country by using `queries_by="country"`. ### 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 [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
annotations_creators: - 公开获取 language_creators: - 公开获取 language: - 英语 license: - 其他 multilinguality: - 单语言 size_categories: - 100K<n<1M source_datasets: - 原生数据集 task_categories: - 文本分类 task_ids: - 意图分类 pretty_name: BingCoronavirusQuerySet dataset_info: config_name: country_2020-09-01_2020-09-30 features: - name: id dtype: int32 - name: Date dtype: 字符串 - name: Query dtype: 字符串 - name: IsImplicitIntent dtype: 字符串 - name: Country dtype: 字符串 - name: PopularityScore dtype: int32 splits: - name: train num_bytes: 22052194 num_examples: 317856 download_size: 6768102 dataset_size: 22052194 configs: - config_name: country_2020-09-01_2020-09-30 data_files: - split: train path: country_2020-09-01_2020-09-30/train-* default: true # BingCoronavirusQuerySet 数据集卡片 ## 目录 - [数据集概述](#数据集概述) - [数据集摘要](#数据集摘要) - [支持任务与排行榜](#支持任务与排行榜) - [语言](#语言) - [数据集结构](#数据集结构) - [数据实例](#数据实例) - [数据字段](#数据字段) - [数据拆分](#数据拆分) - [数据集构建](#数据集构建) - [构建初衷](#构建初衷) - [源数据](#源数据) - [注释](#注释) - [个人与敏感信息](#个人与敏感信息) - [数据集使用注意事项](#数据集使用注意事项) - [数据集的社会影响](#数据集的社会影响) - [偏差讨论](#偏差讨论) - [其他已知局限性](#其他已知局限性) - [附加信息](#附加信息) - [数据集维护者](#数据集维护者) - [授权信息](#授权信息) - [引用信息](#引用信息) - [贡献](#贡献) ## 数据集概述 - **主页**:无 - **代码仓库**:https://github.com/microsoft/BingCoronavirusQuerySet - **论文**:无 - **排行榜**:[需补充更多信息] - **联系人**:[需补充更多信息] ### 数据集摘要 请注意,您可以指定数据的起始与结束日期。您可从以下链接获取可用的起止日期列表:https://github.com/microsoft/BingCoronavirusQuerySet/tree/master/data/2020 示例代码: load_dataset("bing_coronavirus_query_set", queries_by="state", start_date="2020-09-01", end_date="2020-09-30") 您也可以通过设置`queries_by="country"`按国家加载查询数据。 ### 支持任务与排行榜 [需补充更多信息] ### 语言 [需补充更多信息] ## 数据集结构 ### 数据实例 [需补充更多信息] ### 数据字段 [需补充更多信息] ### 数据拆分 [需补充更多信息] ## 数据集构建 ### 构建初衷 [需补充更多信息] ### 源数据 [需补充更多信息] #### 初始数据收集与标准化 [需补充更多信息] #### 源语言生产者是谁? [需补充更多信息] ### 注释 [需补充更多信息] #### 注释流程 [需补充更多信息] #### 注释者是谁? [需补充更多信息] ### 个人与敏感信息 [需补充更多信息] ## 数据集使用注意事项 ### 数据集的社会影响 [需补充更多信息] ### 偏差讨论 [需补充更多信息] ### 其他已知局限性 [需补充更多信息] ## 附加信息 ### 数据集维护者 [需补充更多信息] ### 授权信息 [需补充更多信息] ### 引用信息 [需补充更多信息] ### 贡献 感谢 [@abhishekkrthakur](https://github.com/abhishekkrthakur) 为本数据集添加了适配内容。
数据集概述
- 数据集名称: BingCoronavirusQuerySet
- 数据集配置名称: country_2020-09-01_2020-09-30
- 语言: 英语 (en)
- 许可证: 其他
- 多语言性: 单语
- 大小类别: 100K<n<1M
- 源数据集: 原始
- 任务类别: 文本分类
- 任务ID: 意图分类
数据集结构
数据实例
- 训练集: 317856个实例,总大小22052194字节
数据字段
- id: int32类型
- Date: string类型
- Query: string类型
- IsImplicitIntent: string类型
- Country: string类型
- PopularityScore: int32类型
数据分割
- 训练集: 22052194字节,317856个实例
数据集创建
源数据
- 数据收集和规范化: 信息缺失
- 源语言生产者: 信息缺失
注释
- 注释过程: 信息缺失
- 注释者: 信息缺失
个人和敏感信息
- 信息处理: 信息缺失
使用数据注意事项
社会影响
- 信息缺失
偏见讨论
- 信息缺失
其他已知限制
- 信息缺失
附加信息
数据集管理者
- 信息缺失
许可证信息
- 信息缺失
引用信息
- 信息缺失
贡献者
- 贡献者: @abhishekkrthakur




