README: Annotated Environmental Communication Tweets Dataset
=================================================

File: Environmental_Communication_XR.csv

Description:
-------------
This dataset contains annotated social media posts (tweet IDs) on cenvironmental-related Content from Extinction Rebellion. Each tweet has been manually annotated by three independent annotators (A1, A2, A3) across several dimensions related to environmental communication, emotions, and sentiment. The dataset also includes basic metadata for each tweet.

Columns:
---------
1. tweet ID             : Unique identifier of the tweet.
2. Topic                : Integer label indicating the thematic topic of the tweet (predefined categories).

Annotations by Annotators A1, A2, A3:
Each annotator provided binary annotations (1 = presence, 0 = absence) or categorical labels for the following:

- Climate Detection     : Whether the tweet is climate-related (1 = yes, 0 = no).
- Climate Sentiment     : Overall sentiment of the climate-related content (e.g., 1 = positive, 0 = neutral, -1 = negative).
- Anger
- Concern
- Fear
- Hope
- Joy
- Pride
- Sadness
- Solidarity

These emotional dimensions follow a binary format:  
1 = emotion present in the tweet  
0 = emotion not present

Tweet Metadata:
---------------
- retweetCount          : Number of times the tweet has been retweeted.
- replyCount            : Number of replies to the tweet.
- likeCount             : Number of likes the tweet received.
- viewCount             : Number of views the tweet received.
- createdAt             : Timestamp indicating when the tweet was created.
- author.userName       : Username of the tweet's author.