dustalov commited on
Commit
36664aa
β€’
1 Parent(s): a6525a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -10
README.md CHANGED
@@ -4,8 +4,8 @@ emoji: πŸ’ž
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
7
- python_version: 3.12
8
- sdk_version: 5.6.0
9
  app_file: app.py
10
  pinned: true
11
  license: apache-2.0
@@ -13,11 +13,6 @@ license: apache-2.0
13
 
14
  # Pair2Rank
15
 
16
- This spaces uses the [Evalica](https://github.com/dustalov/evalica) library for pairwise comparisons, exposing the following methods:
17
-
18
- - Counting
19
- - [Bradley-Terry (1952)](https://doi.org/10.2307/2334029)
20
- - [Elo (1960)](https://web.archive.org/web/20080926015601/http://www.uschess.org/about/about.php)
21
- - [Eigenvector (1987)](https://doi.org/10.1086/228631)
22
- - [PageRank (1998)](https://doi.org/10.1016/S0169-7552(98)00110-X)
23
- - [Newman (2023)]((https://arxiv.org/abs/2207.00076))
 
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
7
+ python_version: 3.11
8
+ sdk_version: 5.9.1
9
  app_file: app.py
10
  pinned: true
11
  license: apache-2.0
 
13
 
14
  # Pair2Rank
15
 
16
+ [Evalica](https://github.com/dustalov/evalica) is a library for pairwise comparisons as described in paper
17
+ Reliable, Reproducible, and Really Fast Leaderboards with Evalica
18
+ ([arXiv](https://arxiv.org/abs/2412.11314)).