Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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 options
  • gold: Zero-based index of correct answer
  • category: Report category
  • original_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"
}
Downloads last month
37

Collection including SahmBenchmark/Sentiment_Analysis_MCQ_train