Skip to content

Commit 2e1cd9a

Browse files
committed
Update coling2025
1 parent 1936cc8 commit 2e1cd9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

coling2025/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- [`requirements.txt`](requirements.txt)
88
- Chatbot Arena's Dump (August 2024): <https://storage.googleapis.com/arena_external_data/public/clean_battle_20240814_public.json>
9-
- LLMFAO Dataset: <https://raw.githubusercontent.com/dustalov/llmfao/refs/heads/master/crowd-comparisons.csv>
9+
- LLMFAO Dataset: <https://raw.githubusercontent.com/dustalov/llmfao/refs/heads/master/crowd-comparisons.csv> &rarr; `llmfao.csv`
1010

1111
## Table 1: [chatbot_arena.csv](chatbot_arena.csv)
1212

@@ -20,7 +20,7 @@ python3 -m chatbot_arena
2020
python3 -m rust_python
2121
```
2222

23-
## Table 3: [scale.csv](scale.csv)
23+
## Figure 3: [scale.csv](scale.csv)
2424

2525
```shell
2626
python3 -m scale_data

coling2025/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
evalica==0.3.2
2+
numpy==2.2.0
23
pandas==2.2.3
34
pyarrow==18.1.0
45
scikit-learn==1.6.0

0 commit comments

Comments
 (0)