新冠疫情虚假信息检测多语言数据集

多语言推特文本数据集,针对新冠疫情虚假信息,提供二分类和多分类细粒度标注,覆盖四种语言。

maasmaas
魔搭社区
2025-12-05 更新
浏览 4
文本新冠肺炎虚假信息

基本信息

模态
文本
许可
CC BY-NC-SA 4.0
创建/更新时间
2025-12-05

资源简介

本数据集包含阿拉伯语、保加利亚语、荷兰语和英语的推特文本,专注于新冠疫情相关的虚假信息检测。数据提供细粒度标注,涵盖二分类(判断是否包含虚假信息)和多分类(如阴谋论、有害内容、虚假疗法等)任务。可用于记者、事实核查人员、社交媒体平台、政策制定者及公众研究信息疫情。

原始链接

https://modelscope.cn/datasets/QCRI/COVID-19-disinformation

访问原始数据

官方服务

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

帮我联系

下载信息

注册下载

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

暂未开放

公开下载

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

免登录

有偿下载

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

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

暂未开放

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

使用方式

数据集获取(ModelScope)

方式一:MsDataset(Python)

# 前置依赖: pip install modelscope
from modelscope.msdatasets import MsDataset

ds = MsDataset.load("QCRI/COVID-19-disinformation", subset_name="default", split="train")
print(ds)

方式二:CLI(命令行)

pip install modelscope
modelscope download dataset QCRI/COVID-19-disinformation

数据集卡片摘录(源站)

COVID-19 Infodemic Multilingual Dataset

This repository contains a multilingual dataset related to the COVID-19 infodemic, annotated with fine-grained labels. The dataset is curated to address questions of interest to journalists, fact-checkers, social media platforms, policymakers, and the general public. The dataset includes tweets in Arabic, Bulgarian, Dutch, and English, focusing on both binary (misinformation detection) and multiclass classification (different types of infodemic content).

Table of Contents:

Dataset Overview

The dataset consists of tweets related to COVID-19, categorized under two tasks:

  1. Binary Classification:
    Detecting whether a tweet contains misinformation.

  2. Multiclass Classification:
    Classifying the tweet into specific infodemic categories such as conspiracy theories, harmful content, or false cures.

Languages and Splits

The dataset includes the following languages, each with train, development (dev), and test splits:

  • Arabic
  • Bulgarian
  • Dutch
  • English

In addition to individual language datasets, a multilang directory contains a multilingual dataset where tweets from all the above languages are combined in the binary and multiclass formats.

File Formats

The dataset is provided in TSV (Tab-Separated Values) format. Each file contains tweet IDs, labels for seven questions (Q1-Q7), and binary/multiclass annotations. The actual tweet text and associated metadata are not included for privacy reasons.

Directory Structure

  • Readme.md: This file
  • arabic/, bulgarian/, dutch/, english/: Directories containing language-specific datasets for both binary and multiclass classification.
  • multilang/: A directory containing the multilingual version of the dataset.

Each language and the multilingual directory include three sets:

  • train
  • dev
  • test

The *_binary_* files correspond to binary classification, while the *_multiclass_* files correspond to multiclass classification.

Annotations

The dataset contains labels for the following seven questions (Q1-Q7), each related

许可

Apache License 2.0

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

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))

源站:modelscope.cn/datasets/QCRI/COVID-19-disinformation

精度瓶颈?数据缺失?

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

获取专属数据定制方案