COVID-19阿拉伯语推文数据集
约600万条阿拉伯语COVID-19相关推特ID数据集,用于文本分析。
基本信息
资源简介
该数据集包含约600万条与新冠病毒COVID-19相关的阿拉伯语推特ID,收集时间为2020年1月1日至2020年5月30日。数据模态为文本,可用于自然语言处理任务,如情感分析、主题建模等,适用于研究阿拉伯语社交媒体对COVID-19的反应。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/SarahAlqurashi/COVID-19-Arabic-Tweets-Dataset.git
curl -L -o repo.zip https://github.com/SarahAlqurashi/COVID-19-Arabic-Tweets-Dataset/archive/refs/heads/master.zip
unzip repo.zip
源站 README 摘录(使用方式)
COVID-19-Arabic-Tweets-Dataset
The repository contains a collection of Arabic tweets IDs related to novel coronavirus COVID-19. The dataset contains Tweets ids starting from January ,2020 . The Twitter search API was used to gather real-time tweets that contained specific keywords in the Arabic language. To comply with Twitter’s Terms of Service, only the ids of the tweets are released. This dataset is for non-commercial research use only.
Data Organization
- As of Jan 26, 2021 we have tweets from January,2020 unitl May 30, 2020 tweets. We plan to add more months in upcoming days
and continuosly update this page. - Tweet-ID files are stored in folders that indicate the year and month of the collection
- The Tweet-ID files contain the tweets ids, all files name have the same structure, with a prefix “COVID19-tweetID-year-month-day"
Dataset collection
- Only tweets in Arabic language were collected from January 1,2020 to May 30, 2020.
- The keywords.txt file contains the updated keywords along with the date we began tracing them. The Hashtags.txt files contain the hashtags that we followed in our Twitter data-set the number of tweets collected for each hashtag along with the date we began tracing them.
- Since Twitter’s search API have a restriction on the amount of the retrieved data there are missing hours of data.
- We provided preliminary statistics of the data-set in the associated paper to this repository. The preliminary statistics will be automatically updated with every update of the dataset.
- For retrieving, the full object of the tweet consider the following tools Hydrator and twarc .
Dataset Statistics
The following statistics is from Tweets colected until May,30,2020.<br/>
The Number of Tweets: 6,086,085 <br/>
The Number of Tweets with geolocation :3925 <br>
The Average of Tweets Collected Daily : 40573 <br/>
Guideline to Hydrate
Using TWARC Notebook
To hydrate the tweets-ID from our COVID-19-Arabic-Tweets-Dataset GitHub repository you can use our [Hydrate_TweetIDs_Arabic_COVID19](https://github.com/SarahAlqurashi/COVID-19-Arabic-Tweets-Dataset/blob/master/Guideline to Hydrate/Hydrate_TweetIDs_Arabic_COVID19.
数据加载示例(表格/文本类)
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/SarahAlqurashi/COVID-19-Arabic-Tweets-Dataset
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。




