CovidET-Appraisals
基于Reddit帖子的COVID-19情感评估数据集,包含24个维度的标注和自然语言理由。
基本信息
资源简介
CovidET-Appraisals数据集包含241个来自Reddit的独特帖子,每个帖子针对COVID-19相关情境,标注了24个情感评估维度(如控制感、责任感等),并附有自然语言判断理由。该数据集用于研究人们在疫情中的情感评估,属于文本情感分析任务。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/honglizhan/CovidET-Appraisals-Public.git
curl -L -o repo.zip https://github.com/honglizhan/CovidET-Appraisals-Public/archive/refs/heads/main.zip
unzip repo.zip
源站 README 摘录(使用方式)
CovidET-Appraisals (EMNLP 2023 Findings)
This repo contains the dataset for our EMNLP 2023 findings paper. If you use this dataset, please cite our paper. We publicly release our annotated dataset CovidET-Appraisals, model outputs, and our human evaluation data here.
Title: <a href=“https://aclanthology.org/2023.findings-emnlp.962/”>Evaluating Subjective Cognitive Appraisals of Emotions from Large Language Models</a>
Authors: <a href=“https://honglizhan.github.io/”>Hongli Zhan</a>, <a href=“https://cascoglab.psy.utexas.edu/desmond/”>Desmond C. Ong</a>, <a href=“https://jessyli.com/”>Junyi Jessy Li</a>
@inproceedings{zhan-etal-2023-evaluating,
title = "Evaluating Subjective Cognitive Appraisals of Emotions from Large Language Models",
author = "Zhan, Hongli and
Ong, Desmond C. and
Li, Junyi Jessy",
editor = "Bouamor, Houda and
Pino, Juan and
Bali, Kalika",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
monevent-blocked= dec,
year = "2023",
address = "Singapore",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.findings-emnlp.962",
pages = "1441814446",
abstract = "The emotions we experience involve complex processes; besides physiological aspects, research in psychology has studied cognitive appraisals where people assess their situations subjectively, according to their own values (Scherer, 2005). Thus, the same situation can often result in different emotional experiences. While the detection of emotion is a well-established task, there is very limited work so far on the automatic prediction of cognitive appraisals. This work fills the gap by presenting CovidET-Appraisals, the most comprehensive dataset to-date that assesses 24 appraisal dimensions, each with a natural language rationale, across 241 Reddit posts. CovidET-Appraisals presents an ideal testbed to evaluate the ability of large language models {-} excelling at a wide range of NLP tasks {-} to automatically assess and explain cognitive appraisals. We found that while the best models are performant, open-sourced LLMs fall short at this task, presenting a new challenge in the future development of emotionally intelligent models. We release our dataset at https://github.com/honglizhan/CovidET-Appraisals-Public.",
}
Abstract
The emot
数据加载示例(表格/文本类)
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))
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。




