Update my_pages/bibliography.py
Browse files- my_pages/bibliography.py +5 -4
my_pages/bibliography.py
CHANGED
|
@@ -6,14 +6,15 @@ def render():
|
|
| 6 |
|
| 7 |
add_instruction_text(
|
| 8 |
"""
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
"""
|
| 13 |
)
|
| 14 |
|
| 15 |
add_instruction_text(
|
| 16 |
"""
|
| 17 |
-
|
|
|
|
| 18 |
"""
|
| 19 |
)
|
|
|
|
| 6 |
|
| 7 |
add_instruction_text(
|
| 8 |
"""
|
| 9 |
+
'Rashomon Effect' was first introduced in AI by <a href="https://projecteuclid.org/journals/statistical-science/volume-16/issue-3/Statistical-Modeling--The-Two-Cultures-with-comments-and-a/10.1214/ss/1009213726.full" target="_blank">Breiman (2001)</a>. More recently, 'Predictive Multiplicity' was first formally defined by <a href="https://proceedings.mlr.press/v119/marx20a.html" target="_blank">Marx et al. (2020)</a><br><br>
|
| 10 |
+
The language on 'multiverse' was borrowed from <a href="https://dl.acm.org/doi/abs/10.1145/3630106.3658974" target="_blank">Simson et al. (2024)</a><br><br>
|
| 11 |
+
The intention-convention-arbitrariness (ICA) framework is proposed by <a href="https://arxiv.org/abs/2501.14959" target="_blank">Ganesh et al. (2025)</a><br><br>
|
| 12 |
"""
|
| 13 |
)
|
| 14 |
|
| 15 |
add_instruction_text(
|
| 16 |
"""
|
| 17 |
+
We recently did a tutorial on multiplicity at FAccT 2025. You can find the recorded video, slides, and other material <a href="https://prakharg24.github.io/multiplicity-tutorial/" target="_blank">here.</a><br><br>
|
| 18 |
+
Want to dig even deeper? We also wrote a <a href="https://arxiv.org/abs/2501.14959" target="_blank">systematic survey on multiplicity.</a><br><br>
|
| 19 |
"""
|
| 20 |
)
|