Pith. sign in

REVIEW 3 major objections 5 minor 57 references

Your Stance is Exposed! Analysing Possible Factors for Stance Detection on Social Media

T0 review · 3 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read A user's stance toward a topic can be read from their online network footprint alone, and combining network signals with tweet text reaches 72.49% F1, the highest reported on the SemEval stance dataset.

desk verdict Network-based stance detection with a new likes timeline feature is a real contribution, but the headline F1 claim rests on an unreported split-leakage check and an apples-to-oranges comparison. read the letter →

arxiv 1908.03146 v1 pith:YKPENDA2 submitted 2019-08-08 cs.SI cs.CL

classification cs.SIcs.CL
keywords stancedetectionsocialmediaTwitternetworkfeatureshomophilyuserprivacysilentusersonlinefootprint
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper asks whether a social media user's stance on a topic, in favor or against, can be read from signals other than what they post. On the five-topic SemEval Twitter benchmark, it shows that network-based features alone, such as whom the user interacts with, follows, likes, and which web domains they link, detect stance about as well as text-only models and often better. It then reports that combining these network signals with tweet text reaches an F-measure of 72.49% on the benchmark, the highest figure reported for that dataset at the time. The broader claim is that stance is embedded in a user's online footprint, so even users who never mention a topic can be profiled.

What carries the argument

The central mechanism is homophily, the tendency of users with shared beliefs to touch overlapping accounts and domains, turned into three user-level feature sets: the interaction network, the accounts or domains a user retweets, replies to, mentions, or links; the preference network, the accounts or domains appearing in tweets the user liked; and the connection network, the accounts the user follows or is followed by. Each user is represented as a Boolean presence vector over these sets and fed to a linear SVM, whose weights also make the influential accounts and domains interpretable. Because the three networks overlap by only about 10 to 20 percent, the argument is that each supplies an independent proxy for the same underlying stance signal.

What would settle it

Check whether any user ID appears in both the SemEval training and test sets; if so, rebuild the splits so that no user spans both and re-run the SVM experiments to see whether the 72.49% F1 drops toward the text-only baseline.

Watch

Extended reading notes

Core claim

The discovery, on the paper's own terms, is that on the SemEval 2016 stance dataset, user-level network features outperform the benchmark's strongest text-based system and that the two kinds of signal are additive. Using a linear SVM with Boolean presence vectors over sets of accounts and domains, the interaction network reaches an F1 of 71.56% in the two-class favor/against setting, above the 69.80% text baseline, and adding text to those network features yields 72.49%. The preference network built from liked tweets and the connection network built from followees also beat the text baseline, implying that a user's likes and follow relationships are sufficient evidence of stance even when the user publishes no topical content.

Load-bearing premise

The central load-bearing premise is that the retrieved subset of users and the train/test split are representative and user-disjoint, since 167 users authored multiple tweets and identical network features for a repeated user would give the classifier an identity shortcut that could inflate the reported F1.

Editorial extensions

If this is right

  • Stance can be inferred for silent users who never post about a topic, as long as their likes or follow relationships overlap with other users' networks.
  • Content-free network features are a viable substitute for text models when topical text is scarce, unavailable, or deliberately absent.
  • Combining text with the interaction-network features gives the highest reported F1 on the SemEval stance benchmark, indicating that content and network carry complementary signals.
  • Forcing a binary favor/against decision outperforms allowing a neutral class, even though it misclassifies neutral tweets, because the gain in recall on polarized stances outweighs the added false positives.
  • Public social-media footprints, including likes and follows, are enough to profile users' political, religious, and social leanings, which has direct privacy implications.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the near-equivalence of three largely disjoint networks generalizes, then stance signal is distributed across every kind of social contact, and a user cannot hide their stance by avoiding one interaction type.
  • A natural stress test is to re-split the benchmark so no user appears in both training and testing; if the 72.49% figure drops toward the text-only baseline, part of the reported gain would come from user identity rather than from network signal.
  • The same feature sets could be ported to other platforms and languages; if the result holds there, stance profiling of non-posting users becomes a general privacy concern rather than a Twitter-specific one.
  • An adversarial implication is that users could try to camouflage their footprint by following or liking balanced sets of accounts, turning stance leakage into an arms race between profilers and users.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper studies whether Twitter users' stances toward five SemEval-2016 topics can be inferred from user-level network features rather than solely from on-topic tweet text. It defines four feature groups: on-topic content (TXT), interaction network (IN: mentions and domains in home timeline), preference network (PN: mentions and domains in liked tweets), and connection network (CN: friends/followers), and trains linear SVMs in three-class and two-class (favor/against) settings. On the subset of users whose accounts could be retrieved, it reports that network features alone are comparable to or better than a text-only baseline, and that combining TXT with IN achieves an average F-measure of 72.49%, which it calls the highest reported performance to date on the SemEval dataset. It then analyzes feature overlap, most influential accounts and domains per topic, and qualitative examples to argue that stance is strongly embedded in users' online social footprint, with implications for privacy.

Significance. If the results hold, the paper makes a useful contribution to stance detection and privacy research: it broadens the feature space beyond text to include preferences and connections that can apply to silent users, tests generalization across five topics from different domains, and provides an extensive analysis of which network signals matter. The public release of the collected network data and the careful comparison of feature groups are strengths. The main caveat is that the headline comparison is not yet demonstrated on the full SemEval test set or on a split that is shown to be user-disjoint, so the quantitative claims need verification before the 'highest reported' statement can be accepted.

major comments (3)
  1. [§5.1, Table 5(B) and Table 2] The headline claim of 72.49% F-measure is computed on the reduced test subset of 906 tweets (Table 2), whereas the published state-of-the-art values to which it is compared (70.03% in [46], 68.98% in [40]) are reported on the full 1,249-tweet SemEval test set. Because the 343 excluded tweets come from accounts that were deleted or suspended, the subset is not a random sample, and the paper does not show that performance on this subset is representative of performance on the full test set. To support the 'highest reported' claim, the authors should either evaluate their models on the full test set or, at minimum, re-run the published baselines on the same 906-tweet subset and explicitly report the comparison as subset-restricted rather than dataset-level.
  2. [§3.1, Table 2] The paper does not state whether the SemEval train/test split, or the reduced existing-users split in Table 2, is user-disjoint. Section 3.1 reports that 167 users authored multiple tweets, and because IN, PN, and CN features are user-level, every tweet from the same user receives identical feature vectors. If any of these users appears in both train and test, the test set would contain feature vectors that are exact copies of training vectors, allowing the SVM to exploit an identity shortcut rather than learning a generalizable stance signal. Please report the number of users appearing in both splits for both the full and reduced datasets, and if any overlap exists, re-run the evaluation with a user-disjoint split or leave-one-user-out validation.
  3. [§5.1] The claim that the combined model is statistically significantly better than the baseline is supported only by 'two-tailed t-test with p-value < 0.05', with the Mann-Whitney U test not significant. No test statistic, degrees of freedom, or per-topic scores are given, and with only five topic-level F-measures the power of such a test is extremely limited. Please provide the full test details and either report the p-values for both tests or soften the significance claim; as written, the significance statement is not checkable.
minor comments (5)
  1. [Tables 3 and 4] The column headers contain garbled characters such as 'Ff avour' and 'Faдainst'; the Cyrillic 'д' should be 'd', and the headers should be regenerated.
  2. [§3.3] The text says 'cross-validation with k=5' but does not specify what is tuned or whether the test set is used only once; please clarify the model selection procedure.
  3. [Figures 2 and 3] The captions and axis labels appear corrupted with Unicode placeholder characters and cannot be read; please regenerate the figures.
  4. [References] Reference [11] appears to carry the same DOI as reference [10]; please verify and correct the DOI.
  5. [Footnotes 1 and 6] Footnote 1 provides a GitHub URL for the data, while footnote 6 says the list of ids and network information 'would be made available'; please make the availability statement consistent and explicit.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central claims are empirical comparisons against an external benchmark with independently collected features.

full rationale

This is an empirical machine-learning study with no fitted constants, no analytical derivation of the target quantity from itself, and no uniqueness theorem exported from prior author work. The labels come from the external SemEval 2016 stance dataset, and the network features (IN, PN, CN) are collected from the Twitter REST API independently of both the target tweet text and the stance labels. The headline result (F-measure 72.49% in Table 5(B)) is a held-out performance measurement of an SVM trained on text plus interaction-network features, evaluated with the official SemEval macro-F1 script. The comparison baseline TXT is retrained on the same reduced subset of users whose network data could be retrieved, which makes the comparison fair rather than circular. The paper does cite prior work by the authors (e.g., [3], [14], [36]), but these citations are used only to motivate the homophily-based feature design and are not load-bearing evidence for the measured performance; the claim stands on the benchmark evaluation itself. The one substantive concern raised by reviewers, namely whether the SemEval train/test split or the reduced subset keeps users disjoint across splits, is a data-hygiene and leakage question, not a circularity in the derivation: even if leakage existed it would inflate results via an identity shortcut, not make the output equivalent to the input by construction. No step in the paper reduces a predicted quantity to a fitted parameter or to a self-citation chain, so the circularity score is 0.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The paper introduces no new free parameters fitted to the test data; standard SVM settings and n-gram ranges are inherited from prior work. The load-bearing assumptions are dataset-level: user stability, representativeness of the surviving subset, user-disjoint splits, and homophily. No invented entities.

assumptions (4)
  • domain assumption User stance on a topic is stable over the collection period.
    Section 3.1 assumes a user's stance does not change within a short period, justifying assigning the same network features to all tweets from a user. They provide a small supporting analysis (104/167 users with fixed stance), but it is an assumption.
  • domain assumption The retrieved subset of users (75% of the original) is representative of the full SemEval population.
    Section 4.1 reports that about 25% of users were deleted or suspended and all experiments run on the remaining subset; the paper does not analyze whether this attrition correlates with stance or topic.
  • domain assumption No user appears in both train and test partitions.
    The paper notes 167 users produced multiple tweets but never checks whether the SemEval split is user-disjoint; if users cross the split, user-level features could leak labels.
  • domain assumption Homophily: users with similar stance follow and interact with similar accounts.
    Section 1 and 2.3 rely on homophily to motivate network features; this is a background social-science assumption supported by cited literature, not proven in this paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Your Stance is Exposed! Analysing Possible Factors for Stance Detection on Social Media." pith.science (2026). https://pith.science/paper/YKPENDA2

@misc{pith2026190803146,
  author       = {Pith},
  title        = {Pith review of: Your Stance is Exposed! Analysing Possible Factors for Stance Detection on Social Media},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YKPENDA2}},
  note         = {Machine review of arXiv:1908.03146}
}
read the original abstract

To what extent user's stance towards a given topic could be inferred? Most of the studies on stance detection have focused on analysing user's posts on a given topic to predict the stance. However, the stance in social media can be inferred from a mixture of signals that might reflect user's beliefs including posts and online interactions. This paper examines various online features of users to detect their stance towards different topics. We compare multiple set of features, including on-topic content, network interactions, user's preferences, and online network connections. Our objective is to understand the online signals that can reveal the users' stance. Experimentation is applied on tweets dataset from the SemEval stance detection task, which covers five topics. Results show that stance of a user can be detected with multiple signals of user's online activity, including their posts on the topic, the network they interact with or follow, the websites they visit, and the content they like. The performance of the stance modelling using different network features are comparable with the state-of-the-art reported model that used textual content only. In addition, combining network and content features leads to the highest reported performance to date on the SemEval dataset with F-measure of 72.49%. We further present an extensive analysis to show how these different set of features can reveal stance. Our findings have distinct privacy implications, where they highlight that stance is strongly embedded in user's online social network that, in principle, individuals can be profiled from their interactions and connections even when they do not post about the topic.

Figures

Figures reproduced from arXiv: 1908.03146 by the authors.

Figure 1
Figure 1. Confusion matrices for the best three vs two classes prediction models. [PITH_FULL_IMAGE:figures/full_fig_p010_1.png] view at source ↗
Figure 2
Figure 2. Similarity between CN, IN and DM in users dataset. [PITH_FULL_IMAGE:figures/full_fig_p012_2.png] view at source ↗
Figure 3
Figure 3. Similarity between CN, IN and DM for (In-favor and Against) stances with respect to the top features. [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

57 extracted references · 41 canonical work pages

  1. [46]

    Umme Aymun Siddiqua, Abu Nowshed Chy, and Masaki Aono. 2018. Stance Detection on Microblog Focusing on Syntactic Tree Representation. In International Conference on Data Mining and Big Data . Springer, 478–490

  2. [40]

    Saif Mohammad, Svetlana Kiritchenko, Parinaz Sobhani, Xiao-Dan Zhu, and Colin Cherry. 2016. SemEval-2016 Task 6: Detecting Stance in Tweets.. In SemEval@ NAACL-HLT. 31–41

  3. [1]

    Wasim Ahmed, Peter A Bath, and Gianluca Demartini. 2017. Using Twitter as a Data Source: An Overview of Ethical, Legal, and Methodological Challenges. In The Ethics of Online Research . Emerald Publishing Limited, 79–107

  4. [2]

    Faiyaz Al Zamal, Wendy Liu, and Derek Ruths. 2012. Homophily and Latent Attribute Inference: Inferring Latent Attributes of Twitter Users from Neighbors. ICWSM 270 (2012), 2012

  5. [3]

    Abeer Aldayel and Walid Magdy. 2019. Assessing Sentiment of the Expressed Stance on Social Media. In Proceedings of the 11th International Conference on Social Informatics (SocInfo 2019)

  6. [4]

    Isabelle Augenstein, Tim Rocktaschel, Andreas Vlachos, and Kalina Bontcheva. 2016. Stance detection with bidirectional conditional encoding. EMNLP 2016 (2016). https://doi.org/10.18653/v1/d16-1084

  7. [5]

    Isabelle Augenstein, Andreas Vlachos, and Kalina Bontcheva. 2016. Usfd at semeval-2016 task 6: Any-target stance detection on twitter with autoencoders. In Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016). 389–393. https://doi.org/10.18653/v1/s16-1063

  8. [6]

    Reem Bassiouney. 2015. Stance-Taking. The International Encyclopedia of Language and Social Interaction (2015). https://doi.org/10.1002/9781118611463.wbielsi139

Show all 57 references
  1. [7]

    Adrian Benton and Mark Dredze. 2018. Using Author Embeddings to Improve Tweet Stance Classification. InProceedings of the 2018 EMNLP Workshop W-NUT: The 4th Workshop on Noisy User-generated Text . 184–194

  2. [8]

    Michael S Bernstein, Eytan Bakshy, Moira Burke, and Brian Karrer. 2013. Quantifying the invisible audience in social networks. In Proceedings of the SIGCHI conference on human factors in computing systems . ACM, 21–30. https: //doi.org/10.1145/2470654.2470658

  3. [9]

    Alessandro Bessi, Fabio Petroni, Michela Del Vicario, Fabiana Zollo, Aris Anagnostopoulos, Antonio Scala, Guido Caldarelli, and Walter Quattrociocchi. 2016. Homophily and polarization in the age of misinformation. The European Physical Journal Special Topics 225, 10 (2016), 20...

  4. [11]

    Javier Borge-Holthoefer, Walid Magdy, Kareem Darwish, and Ingmar Weber. 2015. Content and network dynamics behind Egyptian political polarization on Twitter. In Proceedings of the 18th ACM Conference on Computer Supported Cooperative Work & Social Computing . ACM, 700–711. htt...

  5. [12]

    Carter T Butts. 2009. Revisiting the foundations of network analysis. science 325, 5939 (2009), 414–416. https: //doi.org/10.1126/science.1171022

  6. [13]

    Elanor Colleoni, Alessandro Rozza, and Adam Arvidsson. 2014. Echo chamber or public sphere? Predicting political orientation and measuring political homophily in Twitter using big data. Journal of Communication 64, 2 (2014), 317–332. https://doi.org/10.1111/jcom.12084

  7. [14]

    Kareem Darwish, Walid Magdy, and Tahar Zanouda. 2017. Improved Stance Prediction in a User Similarity Feature Space. In ASONAM’17. https://doi.org/10.1145/3110025.3110112

  8. [15]

    Kareem Darwish, Peter Stefanov, Michaël J Aupetit, and Preslav Nakov. 2020. Unsupervised User Stance Detection on Twitter. ICWSM 2020 (2020)

  9. [16]

    Kuntal Dey, Ritvik Shrivastava, and Saroj Kaushik. 2018. Topical Stance Detection for Twitter: A Two-Phase LSTM Model Using Attention. In European Conference on Information Retrieval . Springer, 529–536. https://doi.org/10.1007/ 978-3-319-76941-7_40

  10. [17]

    Marcelo Dias and Karin Becker. 2016. INF-UFRGS-OPINION-MINING at SemEval-2016 Task 6: Automatic Generation of a Training Corpus for Unsupervised Identification of Stance in Tweets. Proceedings of SemEval (2016), 378–383. https://doi.org/10.18653/v1/s16-1061

  11. [18]

    Sarah Djemili, Julien Longhi, Claudia Marinica, Dimitris Kotzinos, and Georges-Elia Sarfati. 2014. What does Twitter have to say about ideology?. In NLP 4 CMC: Natural Language Processing for Computer-Mediated Communication/Social Media-Pre-conference workshop at Konvens 2014 ...

  12. [19]

    Jiachen Du, Ruifeng Xu, Yulan He, and Lin Gui. 2017. Stance classification with target-specific neural attention networks. International Joint Conferences on Artificial Intelligence. https://doi.org/10.24963/ijcai.2017/557

  13. [20]

    John W Du Bois. 2007. The stance triangle. Stancetaking in discourse: Subjectivity, evaluation, interaction 164 (2007), 139–182. https://doi.org/10.1075/pbns.164

  14. [21]

    Heba Elfardy and Mona Diab. 2016. Cu-gwu perspective at semeval-2016 task 6: Ideological stance detection in informal text. In Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016) . 434–439. https://doi.org/10.18653/v1/s16-1070

  15. [22]

    Ophélie Fraisier, Guillaume Cabanac, Yoann Pitarch, Romaric Besançon, and Mohand Boughanem. 2018. Stance Classification through Proximity-based Community Detection. (2018). https://doi.org/10.1145/3209542.3209549

  16. [23]

    Kiran Garimella et al. 2018. Polarization on Social Media. (2018)

  17. [24]

    Kiran Garimella, Gianmarco De Francisci Morales, Aristides Gionis, and Michael Mathioudakis. 2017. Reducing controversy by connecting opposing views. In Proceedings of the Tenth ACM International Conference on Web Search and Data Mining. ACM, 81–90. https://doi.org/10.1145/301...

  18. [25]

    Kiran Garimella, Gianmarco De Francisci Morales, Aristides Gionis, and Michael Mathioudakis. 2018. Quantifying controversy on social media. ACM Transactions on Social Computing 1, 1 (2018), 3. https://doi.org/10.1145/3140565

  19. [26]

    Bilal Ghanem, Paolo Rosso, and Francisco Rangel. 2018. Stance Detection in Fake News A Combined Feature Repre- sentation. In Proceedings of the First Workshop on Fact Extraction and VERification (FEVER) . 66–71

  20. [27]

    Wei Gong, Ee-Peng Lim, and Feida Zhu. 2015. Characterizing Silent Users in Social Media Communities.. In ICWSM. 140–149

  21. [28]

    Yupeng Gu, Ting Chen, Yizhou Sun, and Bingyu Wang. 2017. Ideology Detection for Twitter Users via Link Analysis. In International Conference on Social Computing, Behavioral-Cultural Modeling and Prediction and Behavior Representation in Modeling and Simulation . Springer, 262–...

  22. [29]

    Lei Guo, Jacob A Rohde, and H Denis Wu. 2018. Who is responsible for Twitter’s echo chamber problem? Evidence from 2016 US election networks. Information, Communication & Society (2018), 1–18. https://doi.org/10.1080/1369118x. 2018.1499793

  23. [30]

    Kazi Saidul Hasan and Vincent Ng. 2013. Extra-linguistic constraints on stance recognition in ideological debates. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers) , Vol. 2. 816–821

  24. [31]

    Itai Himelboim, Stephen McCreery, and Marc Smith. 2013. Birds of a feather tweet together: Integrating network and content analyses to examine cross-ideology exposure on Twitter. Journal of Computer-Mediated Communication 18, 2 (2013), 154–174. https://doi.org/10.1111/jcc4.12001

  25. [32]

    Alexandra Jaffe. 2009. Stance: sociolinguistic perspectives. OUP USA. https://doi.org/10.1111/j.1548-1395.2012.01144.x

  26. [33]

    Mirko Lai, Delia Irazú Hernández Farías, Viviana Patti, and Paolo Rosso. 2016. Friends and enemies of clinton and trump: using context for detecting stance in political tweets. InMexican International Conference on Artificial Intelligence. , Vol. 1, No. 1, Article . Publicatio...

  27. [34]

    Mirko Lai, Viviana Patti, Giancarlo Ruffo, and Paolo Rosso. 2018. Stance Evolution and Twitter Interactions in an Italian Political Debate. In International Conference on Applications of Natural Language to Information Systems . Springer, 15–27. https://doi.org/10.1007/978-3-3...

  28. [35]

    Wei-Hao Lin, Theresa Wilson, Janyce Wiebe, and Alexander Hauptmann. 2006. Which side are you on?: identifying perspectives at the document and sentence levels. In Proceedings of the tenth conference on computational natural language learning. Association for Computational Ling...

  29. [36]

    Walid Magdy, Kareem Darwish, Norah Abokhodair, Afshin Rahimi, and Timothy Baldwin. 2016. # isisisnotislam or# deportallmuslims?: Predicting unspoken views. InProceedings of the 8th ACM Conference on Web Science. ACM, 95–106

  30. [37]

    David McKendrick and Stephen A Webb. 2014. Taking a political stance in social work. Critical and Radical Social Work 2, 3 (2014), 357–369. https://doi.org/10.1332/204986014x14096553584619

  31. [38]

    Patrick E McKnight and Julius Najab. 2010. Mann-Whitney U Test. The Corsini encyclopedia of psychology (2010), 1–1

  32. [39]

    Yelena Mejova, Ingmar Weber, and Michael W Macy. 2015. Twitter: a digital socioscope. Cambridge University Press

  33. [41]

    Mohammad, Parinaz Sobhani, and Svetlana Kiritchenko

    Saif M. Mohammad, Parinaz Sobhani, and Svetlana Kiritchenko. 2017. Stance and sentiment in tweets.ACM Transactions on Internet Technology (TOIT) 17, 3 (2017), 26

  34. [42]

    Mitra Mohtarami, Ramy Baly, James Glass, Preslav Nakov, Lluís Màrquez, and Alessandro Moschitti. 2018. Automatic Stance Detection Using End-to-End Memory Networks. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguist...

  35. [43]

    Akiko Murakami and Rudy Raymond. 2010. Support or oppose?: classifying positions in online debates from reply activities and opinion expressions. In Proceedings of the 23rd International Conference on Computational Linguistics: Posters. Association for Computational Linguistic...

  36. [44]

    Ashwin Rajadesingan and Huan Liu. 2014. Identifying users with opposing opinions in Twitter debates. InInternational conference on social computing, behavioral-cultural modeling, and prediction . Springer, 153–160. https://doi.org/10. 1007/978-3-319-05579-4_19

  37. [45]

    Dong Rui, Sun Yizhou, Wang Lu, Gu Yupeng, and Zhong Yuan. 2017. Weakly-Guided User Stance Prediction via Joint Modeling of Content and Social Interaction. In CIKM17. Singapore. https://doi.org/10.1145/3132847.3133020

  38. [47]

    Swapna Somasundaran and Janyce Wiebe. 2009. Recognizing stances in online debates. In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP: Volume 1-Volume 1 . Associati...

  39. [48]

    Thibaut Thonet, Guillaume Cabanac, Mohand Boughanem, and Karen Pinel-Sauvagnat. 2017. Users are known by the company they keep: Topic models for viewpoint discovery in social networks. In Proceedings of the 2017 ACM on Conference on Information and Knowledge Management . ACM, ...

  40. [49]

    Amine Trabelsi and Osmar R Zaiane. 2018. Unsupervised model for topic viewpoint discovery in online debates leveraging author interactions. In Twelfth International AAAI Conference on Web and Social Media

  41. [50]

    Walker, Jean E

    Marilyn A. Walker, Jean E. Fox Tree, Pranav Anand, Rob Abbott, and Joseph King. 2012. A Corpus for Research on Deliberation and Debate.. In LREC. 812–817

  42. [51]

    Marcin Waniek, Tomasz P Michalak, Michael J Wooldridge, and Talal Rahwan. 2018. Hiding individuals and communities in a social network. Nature Human Behaviour 2, 2 (2018), 139. https://doi.org/10.1038/s41562-017-0290-3

  43. [52]

    Wan Wei, Xiao Zhang, Xuqin Liu, Wei Chen, and Tengjiao Wang. 2016. pkudblab at semeval-2016 task 6: A specific convolutional neural network system for effective stance detection. In Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016) . 384–388....

  44. [53]

    Wan Wei, Xiao Zhang, Xuqin Liu, Wei Chen, and Tengjiao Wang. 2016. pkudblab at SemEval-2016 Task 6: A Specific Convolutional Neural Network System for Effective Stance Detection.. In SemEval@ NAACL-HLT. 384–388

  45. [54]

    Wei Xie, Cheng Li, Feida Zhu, Ee-Peng Lim, and Xueqing Gong. 2012. When a friend in twitter is a friend in life. In Proceedings of the 4th Annual ACM Web Science Conference . ACM, 344–347

  46. [55]

    Guido Zarrella and Amy Marsh. 2016. MITRE at semeval-2016 task 6: Transfer learning for stance detection. arXiv preprint arXiv:1606.03784 (2016)

  47. [56]

    Michael Wojatzki Torsten Zesch. 2018. Comparing Target Sets for Stance Detection: A Case Study on YouTube Comments on Death Penalty. (2018), 19–21

  48. [57]

    Cristea, and Lei Shi

    Yiwei Zhou, Alexandra I. Cristea, and Lei Shi. 2017. Connecting targets to tweets: Semantic attention-based model for target-specific stance detection. In International Conference on Web Information Systems Engineering . Springer, 18–32. , Vol. 1, No. 1, Article . Publication ...

  49. [58]

    Arkaitz Zubiaga, Elena Kochkina, Maria Liakata, Rob Procter, Michal Lukasik, Kalina Bontcheva, Trevor Cohn, and Isabelle Augenstein. 2018. Discourse-aware rumour stance classification in social media using sequential classifiers. Information Processing & Management 54, 2 (2018...

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.