class: center, middle, inverse, title-slide .title[ # Measuring Information Disorder ] .author[ ### Francesco Bailo ] .institute[ ### University of Sydney ] .date[ ### updated: 2023-11-27
Australian Social Network Analysis Conference
University of New South Wales
27–28 November, 2023 ] --- background-image: url(https://upload.wikimedia.org/wikipedia/en/6/6a/Logo_of_the_University_of_Sydney.svg) background-size: 95% --- class: inverse, center, middle # Information disorder --- ## Why we need a practical definition of information disorder? The battle against misinformation is fundamentally impossible to control and win. 1. Content distribution platforms (i.e. social media) are * geared to increase volumes, not to foster quality. With limited exceptions, news media play by the same rules. * not resilient to *epistemic gaps* -- which are regularly occurring as we always experience a gap between events (e.g. COVID-19) and knowledge (e.g. interpretations and explanations) about the events. 2. *Information chaos* is a well-defined and recurrently used political and geopolitical tactic. Information chaos is not about misinformation/disinformation but about the diffusion into an information space of more information than people can navigate. This result in generalised mistrust. 3. Recent advances in LLM have provided new sophisticated functionality in creating even more credible content (text, video, audio). --- class: inverse, center, middle # What is information? --- #### Information as truth: Floridi, L. (2010). *Information: A very short introduction*. Oxford University Press.
--- #### But ... Information as truth is problematic, especially when it comes to social media content. * Truth is difficult/impossible to ascertain (e.g. fact-checking is laborious and available only hours or even days after the content has been distributed); * Truth might not be available for lack of scientific consensus (e.g. onset of the Covid-19 pandemic) --- ## A practical definition of information **Information** is content that is meaningful in a semantic sense (i.e. we can understand its meaning). So this is **not information**: 010101110001010101010100101 But this is **information**, no matter where you stand on the connection vaccine-autism: .center[<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Sr CDC vaccine scientist: Thimerosal in flu shots given to pregnant mothers "causes autism-like features" in children<br>http://t.co/OBCOnDAoKV</p>— Robert F. Kennedy Jr (@RobertKennedyJr) <a href="https://twitter.com/RobertKennedyJr/status/531912864555347968?ref_src=twsrc%5Etfw">November 10, 2014</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>] --- ## A practical definition of information
--- ## A practical definition of information disorder * As information, Information disorder is *agnostic to knowledge* (true belief). So, information (dis)order is > The likelihood of encountering (in)consistent information to solve a sense-making problem. In other words, information (dis)order is a measure of the overall *coherence* of an information flow. For example, * Do I need to wear a mask? * Do I need to vaccinate my kids? * Do I need to evacuate? --- class: inverse, center, middle # How to measure information disorder --- ### How to measure information disorder: A network approach Information coherence is measured from a *multilayer network*, where nodes (actors) are *statements* related by four types of edges. .center[<img src = 'https://i.stack.imgur.com/PYn3i.png' width = '80%'></img>] Statements are linked: 1. if they agree (first layer); 2. if they disagree (second layer); 3. if they are equivalent/redundant (third layer); 4. and finally, if they offer to the same external source (URLs) (fourth layer). --- #### How to measure information disorder: A network approach .center[ <img src="index_files/figure-html/unnamed-chunk-4-1.svg" width="80%" /> ] --- ### How to measure information disorder: A network approach #### Order vs Disorder We can calculate the *density* `\(D\)` of each graph, then solve for this: `$$(D_{Agreement} - D_{Disagrement}) + D_{Redundancy} + D_{ExternalSource}$$` --- ### How to measure information disorder: A network approach #### Pluralism vs Singularism `$$Agreement + Redundancy + ExternalSource$$` I can flatten these three graphs to get a more comphrensive agreement graph (including *redundacy* and shared *external sources*). --- ### How to measure information disorder: A network approach #### Pluralism vs Singularism .center[ <img src="index_files/figure-html/unnamed-chunk-5-1.svg" width="50%" /> ] A pluralism vs singularism index can be measured as the normalised number of communities in the flatten agreement graph --- ### The order vs disorder / singularism vs pluralism chart .center[<img src = 'img/measuring-information-disorder-schema.png'></img>] --- class: inverse, center, middle # How to measure information disorder (in practice) --- ## 1. Define an information space For example, I am currently working on the conversation around mask use during the COVID-19 epidemic (Feb 2020 - Jan 2021) on the English version of Wikipedia ## 2. Define time intervals For example, I am using 24-hour intervals. That is, I am producing an estimate of **Information Pluralism** and **Information Disorder** for each 24-hour window. ## 3. Sample content from each interval How much content will depend on the classification capabilities. Nodes (i.e. "content") can be a sentence, a social media post or an article. With Wikipedia I am selecting sentences. --- ## 4. Code the relationships among nodes using LLM (e.g. ChatGPT): *Agreement*, *Disagreement*, *Redundancy* graphs > prompt = f"Responding with one word, the information that is possible to extract from the two texts appears to be in 'agreement', 'disagreement' or equivalent' (please respond using only one of these four labels: agreement, disagreement, equivalent, none)\n'text 1: '{node_x}'\ntext 2: '{node_y}'" ## 5. Extract and compare URL from content: *ExternalSource* graph --- ## Critical normative questions we can answer with information from this measurement: 1. Where should conversations be? (More or less tollerance for pluralism/disorder depending on the topic), and 2. How should conversations evolve? .center[<img src = 'img/measuring-information-disorder-schema-dots.svg' width = '50%'></img>]