Arabic-Sentiments / README.md
ImranzamanML's picture
Update README.md
80d34ad verified

Arabic Sentiment Analysis Dataset

  1. Dataset Description This dataset contains Arabic text snippets, each labeled with a sentiment polarity (positive or negative). The data appears to be intended for tasks like sentiment analysis or text classification. It is divided into separate training and testing files (train.tsv and test.tsv).  

  2. Source Files

  • train.tsv  
  • test.tsv
  1. Language
  • Arabic
  1. Data Format
  • Tab-Separated Values (.tsv)  
  • Each line consists of two fields separated by a tab:
  • Field 1: Sentiment Label  
  • Field 2: Arabic Text

  5. Features

  • Sentiment Label: Categorical label indicating the polarity of the text. The observed labels are 'pos' (positive) and 'neg' (negative).  
  • Text: A string containing the Arabic text snippet.
  1. Instances (Estimated)
  • The exact number of instances could not be determined as the full file contents were not available.
  • Based on the source identifiers seen in the snippets:
  • train.tsv contains approximately 1853 instances (highest source ID seen is 1853).  
  • test.tsv contains approximately 3142 instances (highest source ID seen is 3142).
  1. Potential Use Cases
  • Training and evaluating sentiment analysis models for Arabic text.
  • Text classification tasks.
  • Natural Language Processing research on Arabic dialects or language variations present in the text.