prakharg24 commited on
Commit
1bc12fd
·
verified ·
1 Parent(s): 5c40599

Update my_pages/bibliography.py

Browse files
Files changed (1) hide show
  1. my_pages/bibliography.py +5 -4
my_pages/bibliography.py CHANGED
@@ -6,14 +6,15 @@ def render():
6
 
7
  add_instruction_text(
8
  """
9
- We hope you enjoyed the demo. <br><br>
10
- Any questions, suggestions, or feedback? Or you just want to chat?<br>
11
- Feel free to reach out at: <a href="mailto:prakhar.ganesh@mila.quebec">prakhar.ganesh@mila.quebec</a>
12
  """
13
  )
14
 
15
  add_instruction_text(
16
  """
17
- Visual design aspects of the demo were co-created with ChatGPT.
 
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
  )