COVID-19俄罗斯推文数据集

收集COVID-19相关俄语推文,包含标注和未标注数据,用于情感分析、语言模型训练等任务。

sag111sag111
GitHub
2022-07-27 更新
浏览 4
文本COVID-19文本

基本信息

模态
文本
创建/更新时间
2022-07-27

资源简介

该数据集收集了与COVID-19相关的俄语推文,包含标注部分(9,860条,分为训练集、验证集和测试集)和未标注部分(705,453条用于区域分析,1,979,247条用于语言模型训练),数据模态为文本,可用于情感分析、主题分类等任务。

原始链接

https://github.com/sag111/COVID-19-tweets-Russia

访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/sag111/COVID-19-tweets-Russia.git

curl -L -o repo.zip https://github.com/sag111/COVID-19-tweets-Russia/archive/refs/heads/master.zip
unzip repo.zip

源站 README 摘录(使用方式)

COVID-19-tweets-Russia

This repository provides code and additional materials of the paper: “The Russian language corpus and a neural network to analyse Internet tweet reports about Covid-19”.
One of the features we analyze is the number of tweets where Internet users report having Covid-19 symptoms. Extraction of such tweets from the Internet is complicated due to the lack of a Russian-language tweet dataset which is needed for training the machine learning models to automatically extract this category of tweets, so we focused on creating the first tool for the classification of the coronavirus mentioning in the texts of Russian-language tweets.
Data

We collected three types of data:

  1. Annotated part (9,860: train 5,916, valid 1,972, test 1,972);
    We collected Russian-language tweets containing the word “covid” that were published from 01 Mar 2020 to 01 Mar 2021 and randomly selected 10,000 messages from them for a manual annotation.
    Annotators labeled messages, dividing them into 5 classes:
    • potential_covid_high_confidence potentially has coronavirus with high probability;
      -potential_covid_low_confidence potentially has coronavirus with low probability;
    • had_covid_high_confidence had coronavirus with high probability;
    • had_covid_low_confidence had coronavirus with low probability;
    • other mention coronavirus but don’'t refer to a potential case of the author or his\textbackslash her relatives
  2. Unlabeled part with tweets from users from large regions of Russia (total 705,453 tweets for a 15 largest regional center of Russia).
    The search was provided using different word forms of 58 manually selected keywords on Russian related to the topic of coronavirus infection (including: “PCR”, “pandemic”, “self-isolation”, etc.).
    The affiliation of a tweet to one of the regions was determined in two ways:
    • the text of the message directly mentions the capital of the region;
    • there is a capital of the region in the field “home region” of the author’'s account.
  3. Unlabeled part with tweets about covid for Language Model training (total 1,979,247 tweets);
    The data on keyword “covid” was expanded with texts containing other words often occurred in hashtags on the Covid-19 pandemic: “covid”, “stayhome”, and “coronavirus” (here, these are translations of Russian words into English). This part includes all unique Russian-lan

数据加载示例(表格/文本类)

import pandas as pd, glob, os

files = (glob.glob(os.path.join(path, "**", "*.csv"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tsv"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.xlsx"), recursive=True))
print("数据文件:", files)
df = pd.read_csv(files[0])
print(df.shape); print(df.columns.tolist()); print(df.head(3))

完整仓库:github.com/sag111/COVID-19-tweets-Russia

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案