The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Dataset Card for "sentiment140"

Dataset Summary

Sentiment140 consists of Twitter messages with emoticons, which are used as noisy labels for sentiment classification. For more detailed information please refer to the paper.

Supported Tasks and Leaderboards

More Information Needed

Languages

More Information Needed

Dataset Structure

Data Instances

sentiment140

  • Size of downloaded dataset files: 81.36 MB
  • Size of the generated dataset: 225.82 MB
  • Total amount of disk used: 307.18 MB

An example of 'train' looks as follows.

{
    "date": "23-04-2010",
    "query": "NO_QUERY",
    "sentiment": 3,
    "text": "train message",
    "user": "train user"
}

Data Fields

The data fields are the same among all splits.

sentiment140

  • text: a string feature.
  • date: a string feature.
  • user: a string feature.
  • sentiment: a int32 feature.
  • query: a string feature.

Data Splits

name train test
sentiment140 1600000 498

Dataset Creation

Curation Rationale

More Information Needed

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

More Information Needed

Citation Information

@article{go2009twitter,
  title={Twitter sentiment classification using distant supervision},
  author={Go, Alec and Bhayani, Richa and Huang, Lei},
  journal={CS224N project report, Stanford},
  volume={1},
  number={12},
  pages={2009},
  year={2009}
}

Contributions

Thanks to @patrickvonplaten, @thomwolf for adding this dataset.

Downloads last month
78

Models trained or fine-tuned on stanfordnlp/sentiment140