poem-sentiment-classification
PoemSentimentClassification
PoemSentimentClassification
An MTEB dataset
Massive Text Embedding Benchmark
Poem Sentiment is a sentiment dataset of poem verses from Project Gutenberg.
Task category
t2c
Domains
Reviews, Written
Reference
https://arxiv.org/abs/2011.02686
How to evaluate on this task
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["PoemSentimentClassification"])
evaluator = mteb.MTEB(task)
model =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/PoemSentimentClassification.task833_poem_sentiment_classification
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task833_poem_sentiment_classification
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks}… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task833_poem_sentiment_classification.flan_combined_task833_poem_sentiment_classification
