Consolidate bm25 note into Data structure and remove duplicate note in performance section
Browse files
README.md
CHANGED
|
@@ -182,12 +182,10 @@ A lightweight, evaluation-ready subset of [CodeSearchNet](https://huggingface.co
|
|
| 182 |
- `corpus`: `_id`, `text`
|
| 183 |
- `queries`: `_id`, `text`
|
| 184 |
- `qrels`: `query-id`, `corpus-id`, `score`
|
| 185 |
-
- `bm25`: `query-id`, `corpus-ids`
|
| 186 |
-
- `bm25`: A bm25 subset is included for first-stage retrieval and reranking experiments.
|
| 187 |
|
| 188 |
## Performance Comparison Across Models
|
| 189 |
|
| 190 |
-
A `bm25` subset is included for first-stage retrieval and reranking experiments.
|
| 191 |
|
| 192 |
| Model | avg | Go | Java | JavaScript | PHP | Python | Ruby |
|
| 193 |
|---|---:|---:|---:|---:|---:|---:|---:|
|
|
|
|
| 182 |
- `corpus`: `_id`, `text`
|
| 183 |
- `queries`: `_id`, `text`
|
| 184 |
- `qrels`: `query-id`, `corpus-id`, `score`
|
| 185 |
+
- `bm25`: `query-id`, `corpus-ids` (A bm25 subset is included for first-stage retrieval and reranking experiments.)
|
|
|
|
| 186 |
|
| 187 |
## Performance Comparison Across Models
|
| 188 |
|
|
|
|
| 189 |
|
| 190 |
| Model | avg | Go | Java | JavaScript | PHP | Python | Ruby |
|
| 191 |
|---|---:|---:|---:|---:|---:|---:|---:|
|