SahmBenchmark/Sentiment_Analysis_MCQ_train
Sentiment Analysis MCQ Training Dataset Training dataset for financial sentiment analysis in MCQ format. Dataset Structure Format: Multiple choice questions Language: Arabic Domain: Financial reports and market news Task: Sentiment classification (positive/negative/neutral) Fields id: Unique identifier query: Full MCQ prompt with instructions answer: Correct answer letter (a, b, c) text: Question text without instructions choices: List of answer… See the full description on the dataset page: https://huggingface.co/datasets/SahmBenchmark/Sentiment_Analysis_MCQ_train.
024
Sentiment Analysis MCQ Training Dataset
Training dataset for financial sentiment analysis in MCQ format.
Dataset Structure
- Format: Multiple choice questions
- Language: Arabic
- Domain: Financial reports and market news
- Task: Sentiment classification (positive/negative/neutral)
Fields
id: Unique identifierquery: Full MCQ prompt with instructionsanswer: Correct answer letter (a, b, c)text: Question text without instructionschoices: List of answer optionsgold: Zero-based index of correct answercategory: Report categoryoriginal_sentiment: Original sentiment label
Example
{
"id": "sentiment_mcq_00001",
"query": "اقرأ بعناية التقرير المالي التالي...",
"answer": "c",
"text": "التقرير: [financial report]...",
"choices": ["a", "b", "c"],
"gold": 2,
"category": "general",
"original_sentiment": "neutral"
}