---
dataset_info:
  features:
  - name: '#Tweet_ID'
    dtype: string
  - name: Tweet_text
    dtype: string
  - name: Topic
    dtype: string
  - name: Sentiment_label_confidence
    dtype: string
  - name: Speech_act_label
    dtype: string
  - name: Speech_act_label_confidence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          0: Negative
          1: Neutral
          2: Positive
          3: Mixed
  splits:
  - name: train
    num_bytes: 6147723
    num_examples: 19897
  download_size: 2998319
  dataset_size: 6147723
---
# Dataset Card for "ArSAS"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)