Update my_pages/txt_pages.py
Browse files- 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 <
|
| 27 |
("As these models represent different interpretations of data, they might disagree with each other, "
|
| 28 |
-
"
|
| 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 |
-
("
|
| 50 |
-
("
|
| 51 |
-
"
|
| 52 |
-
("
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
]
|
| 56 |
|
| 57 |
add_fadein_text(paragraphs)
|
|
@@ -60,12 +60,12 @@ def render():
|
|
| 60 |
add_navigation("ica", "multiverse")
|
| 61 |
|
| 62 |
paragraphs = [
|
| 63 |
-
("
|
| 64 |
-
|
| 65 |
-
"
|
| 66 |
-
|
| 67 |
-
"
|
| 68 |
-
"
|
| 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)
|