Update README.md
Browse files
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/
|
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 |
-
|
|
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,
|
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 |
-
|
|
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
|
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},
|