CoolFace
Datasetpublic

datahiveai/Twitter-Conversations-Sentiment-Dataset

Twitter Sentiment Dataset Sample English-only tweet sentiment dataset. Each row represents a single tweet with anonymized text and conversation structure. This is a sample dataset. To access the full version or request any custom dataset tailored to your needs, contact DataHive at contact@datahive.ai. Files Included dataset.csv – tweets data What’s included Anonymized tweet text Conversation linkage via root_id and parent_id 3-class sentiment… See the full description on the dataset page: https://huggingface.co/datasets/datahiveai/Twitter-Conversations-Sentiment-Dataset.

sourceHugging Facecc-by-nc-4.0updated 1y agoView on Hugging Face
0likes17downloads
Dataset Card

Twitter Sentiment Dataset

Sample English-only tweet sentiment dataset. Each row represents a single tweet with anonymized text and conversation structure.

This is a sample dataset. To access the full version or request any custom dataset tailored to your needs, contact DataHive at contact@datahive.ai.

Dataset Description

  • —Access: Free sample dataset
  • —Curated by: https://datahive.ai
  • —Language(s) (NLP): English
  • —License: Creative Commons Non-Commercial 4.0 (CC BY-NC 4.0)

Files Included

  1. 1.dataset.csv – tweets data

What’s included

  • —Anonymized tweet text
  • —Conversation linkage via root_id and parent_id
  • —3-class sentiment label (positive, negative, neutral); for replies, sentiment is defined using both the tweet and its thread context.

Columns

ColumnTypeDescription
tweet_idstringUnique tweet identifier
parent_idstring (nullable)Parent tweet ID in the thread
root_idstringRoot tweet ID of the conversation
textstringAnonymized tweet text
labelstringSentiment: negative, neutral, or positive

Conversation structure

  • —root_id: ID of the first tweet in the conversation (the root). For a root tweet, root_id == tweet_id.
  • —parent_id: ID of the tweet this one replies to. null when the tweet is not a reply.
  • —Threads form trees; following parent_id repeatedly walks from a reply up to the root.

Dataset Stats

  • —Total tweets: 6,195
  • —Unique threads: 2,660
  • —Language: English only

Anonymization Example

  • —Original: Hey @jack check https://example.com at 2:30pm! 😊
  • —Masked: Hey <USER> check <URL> at <TIME>!

Source Data

Data was collected from publicly accessible Twitter content that did not require paywalls or proprietary access. Only content available in the public domain was used, and all data is provided for research and trial purposes under CC BY-NC 4.0 licensing.

Contact

For questions or takedown requests: contact@datahive.ai