Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
Dask
License:
ahelk commited on
Commit
4c425ae
β€’
1 Parent(s): 1369181

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -5,7 +5,7 @@ license: cc-by-4.0
5
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg?style=flat-square)](http://makeapullrequest.com)
6
  [![arXiv](https://img.shields.io/badge/arXiv-2201.11675-b31b1b.svg)](https://arxiv.org/abs/2201.11675)
7
 
8
- This repo contains the datasets from our paper [Learning Stance Embeddings from Signed Social Graphs](https://arxiv.org/abs/2209.07562). <br />
9
  [[PDF]](https://arxiv.org/pdf/2201.11675.pdf)
10
  [[HuggingFace Datasets]](https://huggingface.co/Twitter)
11
 
@@ -22,21 +22,21 @@ We open source **two Twitter signed, topical graph datasets**. One dataset, **Tw
22
 
23
  Twitter Signed Graph, or TwitterSG, is a signed, directed, edge-attributed graph of users, drawn from Twitter interactions. TwitterSG contains 753,944 nodes (users), 200 topics and 12,848,093 edges. It is the largest publicly available user-to-user signed social graph (∼6x larger than the Epinions graph).
24
 
25
- A positive edge exists from user 𝐴 to user 𝐡 if user 𝐴 liked a tweet posted by user 𝐡. A negative edge exists from user 𝐴 to user 𝐡 if user 𝐴 expressed opposition towards user 𝐡’s tweet, e.g., by replying *I disagree with you*. The topic of an edge from user 𝐴 to user 𝐡 is determined by the topic of user 𝐡’s tweet.
26
 
27
  Tweets' topics were inferred with a topic classifier used in production by Twitter. The topics provided in the dataset are all related to sports (e.g., sports teams, players, managers, or events), and the tweets related to these interactions were published between 20th May (Ice Hockey World Championships) and 8th August 2021 (closing date of the 2020 Tokyo Olympic Games).
28
 
29
  9.6\% of edges are negative (opposition) and 90.4\% are positive. There may be several edges between two nodes (several interactions, several topics). The data format is displayed below.
30
 
31
- | src_node | tgt_node | topic | sign |
32
- | ------------- | ------------- | --------- | ---- |
33
- | 1 | 6 | Copa America | +1 |
34
- | 1 | 6 | NFL | -1 |
35
- | 4 | 5 | Kylian Mbappe | +1 |
36
 
37
  ### BirdwatchSG
38
 
39
- Birdwatch Signed Graph, or BirdwatchSG, is a signed, directed, edge-attributed graph of users, drawn from note ratings on the Birdwatch pilot. The graph contains 2,987 nodes (users), 1,200 topics and 441,986 edges.
40
 
41
  [Birdwatch pilot](https://blog.twitter.com/en_us/topics/product/2021/introducing-birdwatch-a-community-based-approach-to-misinformation) was launched by Twitter in January 2021 in the USA to address misleading information on the platform, in a community-driven fashion: the Birdwatch participants can identify information they believe is misleading in tweets and write notes that provide informative context. They can also rate the helpfulness (either *helpful*, *somewhat helpful*, or *not helpful*) of notes added by other contributors. All Birdwatch contributions are publicly available on the [Birdwatch site](https://twitter.github.io/birdwatch/) for anyone in the USA.
42
 
@@ -44,14 +44,14 @@ Using Birdwatch data from January to July 2021, a positive (negative) edge is cr
44
 
45
  36.9% of edges are negative (opposition) and 63.1% are positive. There may be several edges between two nodes (several interactions, several topics).
46
 
47
- | src_node | tgt_node | topic | sign |
48
- | ------------- | ------------- | --------- | ---- |
49
- | 10 | 6 | US Politics | +1 |
50
- | 7 | 14 | Ted Cruz | -1 |
51
- | 1 | 11 | COVID-19 | +1 |
52
 
53
  ## Citation
54
- If you use our datasets in your work, please cite, please cite the following:
55
  ```bib
56
  @article{pougue2022learning,
57
  title={Learning Stance Embeddings from Signed Social Graphs},
 
5
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg?style=flat-square)](http://makeapullrequest.com)
6
  [![arXiv](https://img.shields.io/badge/arXiv-2201.11675-b31b1b.svg)](https://arxiv.org/abs/2201.11675)
7
 
8
+ This repo contains the datasets from our paper [Learning Stance Embeddings from Signed Social Graphs](https://arxiv.org/abs/2201.11675). <br />
9
  [[PDF]](https://arxiv.org/pdf/2201.11675.pdf)
10
  [[HuggingFace Datasets]](https://huggingface.co/Twitter)
11
 
 
22
 
23
  Twitter Signed Graph, or TwitterSG, is a signed, directed, edge-attributed graph of users, drawn from Twitter interactions. TwitterSG contains 753,944 nodes (users), 200 topics and 12,848,093 edges. It is the largest publicly available user-to-user signed social graph (∼6x larger than the Epinions graph).
24
 
25
+ A positive edge exists from user 𝐴 to user 𝐡 if user 𝐴 liked a tweet posted by user 𝐡. A negative edge exists from user 𝐴 to user 𝐡 if user 𝐴 expressed opposition towards user 𝐡’s tweet, e.g., by replying *I disagree with you*. The full list of opposition keywords is specified [here](https://github.com/lejohnyjohn/learning-stance-embeddings-from-signed-social-graphs/tree/main/datasets). The topic of an edge from user 𝐴 to user 𝐡 is determined by the topic of user 𝐡’s tweet.
26
 
27
  Tweets' topics were inferred with a topic classifier used in production by Twitter. The topics provided in the dataset are all related to sports (e.g., sports teams, players, managers, or events), and the tweets related to these interactions were published between 20th May (Ice Hockey World Championships) and 8th August 2021 (closing date of the 2020 Tokyo Olympic Games).
28
 
29
  9.6\% of edges are negative (opposition) and 90.4\% are positive. There may be several edges between two nodes (several interactions, several topics). The data format is displayed below.
30
 
31
+ | source_idx | target_idx | topic_idx | topic | rating |
32
+ | ------------- | ------------- | ---------- | ------ | ---- |
33
+ | 1 | 6 | 19 | Copa America | +1 |
34
+ | 1 | 6 | 97 | NFL | -1 |
35
+ | 4 | 5 | 23 |Kylian Mbappe | +1 |
36
 
37
  ### BirdwatchSG
38
 
39
+ Birdwatch Signed Graph, or BirdwatchSG, is a signed, directed, edge-attributed graph of users, drawn from note ratings on the Birdwatch pilot. The graph contains 2,987 nodes (users), 1,020 topics and 441,986 edges.
40
 
41
  [Birdwatch pilot](https://blog.twitter.com/en_us/topics/product/2021/introducing-birdwatch-a-community-based-approach-to-misinformation) was launched by Twitter in January 2021 in the USA to address misleading information on the platform, in a community-driven fashion: the Birdwatch participants can identify information they believe is misleading in tweets and write notes that provide informative context. They can also rate the helpfulness (either *helpful*, *somewhat helpful*, or *not helpful*) of notes added by other contributors. All Birdwatch contributions are publicly available on the [Birdwatch site](https://twitter.github.io/birdwatch/) for anyone in the USA.
42
 
 
44
 
45
  36.9% of edges are negative (opposition) and 63.1% are positive. There may be several edges between two nodes (several interactions, several topics).
46
 
47
+ | source_idx | target_idx | topic_idx | topic | rating |
48
+ | ------------- | ------------- | ---------- | ------ | ---- |
49
+ | 10 | 6 | 443 | US Politics | +1 |
50
+ | 7 | 14 | 12 | Ted Cruz | -1 |
51
+ | 1 | 11 | 1003 | COVID-19 | +1 |
52
 
53
  ## Citation
54
+ If you use our datasets in your work, please cite the following:
55
  ```bib
56
  @article{pougue2022learning,
57
  title={Learning Stance Embeddings from Signed Social Graphs},