prakharg24 commited on
Commit
d068483
·
verified ·
1 Parent(s): 610fb75

Update my_pages/txt_pages.py

Browse files
Files changed (1) hide show
  1. my_pages/txt_pages.py +14 -14
my_pages/txt_pages.py CHANGED
@@ -23,9 +23,9 @@ def render():
23
  ("Since there is missing information, this leaves room for multiple possible ways to fill the gap.", 3),
24
  ("The existence of multiple equally correct interpretations of data (i.e., AI models), "
25
  "with no evidence to elevate one over another due to lack of information, "
26
- "is known as the <u><i>Rashomon effect.</i></u>", 4),
27
  ("As these models represent different interpretations of data, they might disagree with each other, "
28
- "thus creating conflicting predictions, known as <b><u><i>predictive multiplicity.</i></u></b>", 4),
29
  ("<br><br>Click 'Next' to observe the Rashomon effect and multiplicity on an actual dataset.", 1)
30
  ]
31
 
@@ -46,12 +46,12 @@ def render():
46
  add_navigation("developer_decisions", "ica")
47
 
48
  paragraphs = [
49
- ("Welcome to the Multiplicity Interactive Demo 4.", 2),
50
- ("In this demo, you will explore how developer choices create a multiverse of possible models, "
51
- "and how these choices connect to concerns of arbitrariness and homogenization in AI.", 2),
52
- ("The takeaway for the demo will be presented when you click 'Get Started'. "
53
- "You may then navigate the demo by interacting with various concepts in the takeaway paragraph "
54
- "and returning as you wish, or follow the guided tutorial which will go through all pieces in order.", 2)
55
  ]
56
 
57
  add_fadein_text(paragraphs)
@@ -60,12 +60,12 @@ def render():
60
  add_navigation("ica", "multiverse")
61
 
62
  paragraphs = [
63
- ("Welcome to the Multiplicity Interactive Demo 5.", 2),
64
- ("In this demo, you will explore how developer choices create a multiverse of possible models, "
65
- "and how these choices connect to concerns of arbitrariness and homogenization in AI.", 2),
66
- ("The takeaway for the demo will be presented when you click 'Get Started'. "
67
- "You may then navigate the demo by interacting with various concepts in the takeaway paragraph "
68
- "and returning as you wish, or follow the guided tutorial which will go through all pieces in order.", 2)
69
  ]
70
 
71
  add_fadein_text(paragraphs)
 
23
  ("Since there is missing information, this leaves room for multiple possible ways to fill the gap.", 3),
24
  ("The existence of multiple equally correct interpretations of data (i.e., AI models), "
25
  "with no evidence to elevate one over another due to lack of information, "
26
+ "is known as the <b><i>Rashomon effect.</i></b>", 4),
27
  ("As these models represent different interpretations of data, they might disagree with each other, "
28
+ "and produce varying predictions for the same input, known as <b><i>predictive multiplicity.</i></b>", 4),
29
  ("<br><br>Click 'Next' to observe the Rashomon effect and multiplicity on an actual dataset.", 1)
30
  ]
31
 
 
46
  add_navigation("developer_decisions", "ica")
47
 
48
  paragraphs = [
49
+ ("With so many decisions to take, it is not possible to make sure each decision is deliberate and appropriately chosen.", 3),
50
+ ("We use the <b><i>intention-convention-arbitrariness (ICA)</b></i> framework to better understand these decisions.", 2),
51
+ ("Intentional decisions are taken with an understanding of how they will impact the resulting model.", 2),
52
+ ("Conventional decisions simply follow existing trends or conventions, without studying their impact in the context.", 2),
53
+ ("Arbitrary decisions force randomness in model design without any conventional bias or intentional understanding of their impact.", 2),
54
+ ("<br><br>Click 'Next' to discover how various developer decisions fit into the ICA framework.", 1)
55
  ]
56
 
57
  add_fadein_text(paragraphs)
 
60
  add_navigation("ica", "multiverse")
61
 
62
  paragraphs = [
63
+ ("Conventional decisions by developers can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
64
+ "Homogenization create concerns of systemic bias and reduced diversity.", 4),
65
+ ("Arbitrary decisions, on the other hand, can lead to <b><i>conflicting predictions</b></i> between different models. "
66
+ "Conflicting predictions create capriciousness, thus a 'lack of justification' for arbitrariness in predictions.", 4),
67
+ ("Let's get into the role of a developer to understand these concerns and why they matter.", 2),
68
+ ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 1)
69
  ]
70
 
71
  add_fadein_text(paragraphs)