Sentence Similarity
Safetensors
Japanese
RAGatouille
bert
ColBERT
bclavie commited on
Commit
1b64ef3
1 Parent(s): 0e56cca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,9 +23,8 @@ Under Construction, please come back in a few days!
23
  (refer to the technical report for exact evaluation method + code)
24
 
25
  | | JSQuAD | | | MIRACL | | | MrTyDi | | | Average | | |
26
- | | | | | | | | | | | | | |
27
  | | R@1 | R@5 | R@10 | R@3 | R@5 | R@10 | R@3 | R@5 | R@10 | R@\{1\|3\} | R@5 | R@10 |
28
- | | | | | | | | | | | | | |
29
  | JaColBERT | **0.906** | **0.968** | 0.978 | 0.464 | 0.546 | 0.645 | 0.744 | 0.781 | 0.821 | **0.705** | 0.765 | 0.813 |
30
  | m-e5-large (in-domain) | | | | | | | | | | | | |
31
  | m-e5-base (in-domain) | *0.838* | *0.955* | 0.973 | **0.482** | **0.553** | 0.632 | **0.777** | **0.815** | 0.857 | 0.699 | **0.775** | 0.820 |
@@ -37,6 +36,7 @@ Under Construction, please come back in a few days!
37
  | fio-base-v0.1 | 0.700 | 0.879 | 0.924 | *0.279* | *0.358* | 0.462 | *0.582* | *0.649* | 0.712 | *0.520* | *0.629* | 0.699 |
38
 
39
 
 
40
  # Why use a ColBERT-like approach for your RAG application?
41
 
42
  Most retrieval methods have strong tradeoffs:
 
23
  (refer to the technical report for exact evaluation method + code)
24
 
25
  | | JSQuAD | | | MIRACL | | | MrTyDi | | | Average | | |
26
+ | ------------------------------------------------------------------------ | ----------------------- | -------------------- | ------ | ----------------------- | -------------------- | ------ | ----------------------- | -------------------- | ------ | ----------------------- | -------------------- | ------ |
27
  | | R@1 | R@5 | R@10 | R@3 | R@5 | R@10 | R@3 | R@5 | R@10 | R@\{1\|3\} | R@5 | R@10 |
 
28
  | JaColBERT | **0.906** | **0.968** | 0.978 | 0.464 | 0.546 | 0.645 | 0.744 | 0.781 | 0.821 | **0.705** | 0.765 | 0.813 |
29
  | m-e5-large (in-domain) | | | | | | | | | | | | |
30
  | m-e5-base (in-domain) | *0.838* | *0.955* | 0.973 | **0.482** | **0.553** | 0.632 | **0.777** | **0.815** | 0.857 | 0.699 | **0.775** | 0.820 |
 
36
  | fio-base-v0.1 | 0.700 | 0.879 | 0.924 | *0.279* | *0.358* | 0.462 | *0.582* | *0.649* | 0.712 | *0.520* | *0.629* | 0.699 |
37
 
38
 
39
+
40
  # Why use a ColBERT-like approach for your RAG application?
41
 
42
  Most retrieval methods have strong tradeoffs: