Datasets:
metadata
language:
- en
pretty_name: Assertiveness Corpus
tags:
- assertiveness
- sentiment-analysis
- NLP
license: mit
task_categories:
- text-classification
Assertiveness Corpus
Description
A compiled dataset of 6000 texts from multiple sources, scored using SciBert for assertiveness.
Source
Prompting llama 3 8B model to explain why a statement from the LIAR dataset is wrong or right. Explanation of the model and the assertiveness score rated by PEI’s model kept.
User level comments from change my view subreddit.
AG news dataset.
from datasets import load_dataset ds = load_dataset("fancyzhx/ag_news")
PeS2o dataset. https://huggingface.co/datasets/allenai/peS2o
Human annotated assertiveness data from the survey. To be added to the data later
Bioscope corpus.
Anthropic's article corpus for persuasiveness analysis.
from datasets import load_dataset # Loading the data dataset = load_dataset("Anthropic/persuasion")
Citation
To be done