CAVES数据集

约10,000条COVID-19反疫苗推文,多标签标注反疫苗关注点,并附解释和摘要,用于可解释分类和摘要生成。

印度理工学院卡拉格普尔分校印度理工学院卡拉格普尔分校
arXiv
2022-11-11 更新
浏览 7
文本COVID-19疫苗多标签分类

基本信息

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

资源简介

CAVES数据集由印度理工学院卡拉格普尔分校创建,包含约10,000条COVID-19反疫苗推文,根据11种不同的反疫苗关注点进行多标签标注,每条标注附有人工解释及推文摘要。该数据集用于自动化细粒度关注点检索、多标签可解释分类和推文摘要生成,旨在帮助社会理解和应对疫苗接种挑战。

原始链接

https://github.com/sohampoddar26/caves-data

arXiv 论文 →
访问原始数据

官方服务

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

帮我联系

下载信息

注册下载

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

暂未开放

公开下载

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

免登录

有偿下载

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

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

暂未开放

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

使用方式

数据集获取

git clone https://github.com/sohampoddar26/caves-data.git

curl -L -o repo.zip https://github.com/sohampoddar26/caves-data/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

Concerns About Vaccines with Explanations and Summaries (CAVES)

This repository contains the datasets, corresponding to the paper titled “CAVES: A Dataset to facilitate Explainable Classification and Summarization of Concerns towards COVID Vaccines”, which was accepted at ACM SIGIR 2022 (Resource Track).
A preprint version is available on: arXiv.
NOTE: The dataset was updated since the publication of the paper, details have been updated in the preprint version

Data Description

The “gold_summaries” folder contains summaries of each of the classes by 3 different annotators.
The “labelled_tweets” folder contains the labels and tweet IDs in standard CSV format, and the label-explanation tuples in standard JSON format. The “start” and “end” indices in the explanations represent the index of the corresponding tokens in the text when split just by whitespaces.
For example, for a start and end index of 2 and 6, the explanation for the tweet: “They are making huge $$$ profits ! won’'t take it!” will be “making huge $$$ profits”.
For queries please mail me at: Email ID
If you use our data, please cite the following paper:

@inproceedings{poddar2022caves,
  title={CAVES: A dataset to facilitate Explainable Classification and Summarization of Concerns towards COVID Vaccines},
  author={Poddar, Soham and Samad, Azlaan Mustafa and Mukherjee, Rajdeep and Ganguly, Niloy and Ghosh, Saptarshi},
  booktitle={Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval},
  year={2022}
}

Classification Models on the Dataset

  • MuLX-QA is method that identifies multiple label-explanation tuples from social media posts. This method was accepted for the ACM Transactions on the Web (TWEB) Journal in 2024.
    Link to paper Link to Github
  • Cov-Gen is a method that uses a flan-T5 model to accurately classify the vaccine concerns (multi-labels). This method is part of the paper “How COVID-19 has Impacted the Anti-Vaccine Discourse: A Large-Scale Twitter Study Spanning Pre-COVID and Post-COVID Era” accepted at 18th International AAAI Conference on Web and Social Media (ICWSM).
    [Link to paper](https://ojs.aaai.org/index.php/ICWSM/articl

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

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/sohampoddar26/caves-data

精度瓶颈?数据缺失?

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

获取专属数据定制方案