sigridjineth commited on
Commit
c687746
1 Parent(s): a88f03e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -20,17 +20,17 @@ Compared to other ColBERT-based models tested (`colbert-ir/colbertv2.0` and `ans
20
  ## Model Comparison
21
  The [AutoRAG Benchmark](https://github.com/Marker-Inc-Korea/AutoRAG-example-korean-embedding-benchmark) serves as both the evaluation dataset and the toolkit for reporting these metrics.
22
 
23
- | Model | top_k | F1 | MRR | NDCG | Notes |
24
- |-------------------------------------------|-------|--------|---------|---------|---------------------------------------------------------------------------------|
25
- | colbert-ir/colbertv2.0 | 1 | 0.2456 | 0.2456 | 0.2456 | Low initial performance. |
26
- | | 3 | 0.3596 | 0.4459 | 0.5158 | Shows notable improvement at top_k=3. |
27
- | | 5 | 0.3596 | 0.4459 | 0.5158 | Similar to top_k=3, no further MRR/NDCG gains. |
28
- | answerai/answerai-colbert-small-v1 | 1 | 0.2193 | 0.2193 | 0.2193 | Lower performance at top_k=1. |
29
- | | 3 | 0.3596 | 0.4240 | 0.4992 | Improved performance at top_k=3, but MRR/NDCG still behind colbertv2.0. |
30
- | | 5 | 0.3596 | 0.4240 | 0.4992 | Same as top_k=3, no additional metrics gain. |
31
- | sigridjineth/colbert-small-korean-20241212| 1 | 0.3772 | 0.3772 | 0.3772 | Highest F1 at top_k=1 among the three models. |
32
- | | 3 | 0.3596 | **0.5278** | **0.5769** | Slight F1 drop vs. top_k=1, but MRR/NDCG significantly surpass both competitors. |
33
- | | 5 | 0.3596 | 0.5278 | 0.5769 | Same as top_k=3, maintaining high MRR/NDCG. |
34
 
35
  ## Usage
36
 
 
20
  ## Model Comparison
21
  The [AutoRAG Benchmark](https://github.com/Marker-Inc-Korea/AutoRAG-example-korean-embedding-benchmark) serves as both the evaluation dataset and the toolkit for reporting these metrics.
22
 
23
+ | Model | top_k | F1 | MRR | NDCG |
24
+ |-------------------------------------------|-------|--------|---------|---------|
25
+ | colbert-ir/colbertv2.0 | 1 | 0.2456 | 0.2456 | 0.2456 |
26
+ | | 3 | 0.3596 | 0.4459 | 0.5158 |
27
+ | | 5 | 0.3596 | 0.4459 | 0.5158 |
28
+ | answerai/answerai-colbert-small-v1 | 1 | 0.2193 | 0.2193 | 0.2193 |
29
+ | | 3 | 0.3596 | 0.4240 | 0.4992 |
30
+ | | 5 | 0.3596 | 0.4240 | 0.4992 |
31
+ | sigridjineth/colbert-small-korean-20241212| 1 | 0.3772 | 0.3772 | 0.3772 |
32
+ | | 3 | 0.3596 | **0.5278** | **0.5769** |
33
+ | | 5 | 0.3596 | 0.5278 | 0.5769 | |
34
 
35
  ## Usage
36