Update README.md
Browse files
README.md
CHANGED
|
@@ -225,4 +225,8 @@ Interestingly, 33 million param `answerai-colbert-small-v1` is winning. Also, co
|
|
| 225 |
* [**ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction**](https://arxiv.org/abs/2112.01488) (NAACL'22).
|
| 226 |
* [**PLAID: An Efficient Engine for Late Interaction Retrieval**](https://arxiv.org/abs/2205.09707) (CIKM'22).
|
| 227 |
|
| 228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
* [**ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction**](https://arxiv.org/abs/2112.01488) (NAACL'22).
|
| 226 |
* [**PLAID: An Efficient Engine for Late Interaction Retrieval**](https://arxiv.org/abs/2205.09707) (CIKM'22).
|
| 227 |
|
| 228 |
+
## Future Work
|
| 229 |
+
- Push a clean codebase to replicate re-ranker benchmarks on MIRAGE (current one is a disaster).
|
| 230 |
+
- Train on : https://huggingface.co/datasets/sebastian-hofstaetter/tripclick-training
|
| 231 |
+
- Train with Knowledge-Distillation with in ColBERTv2 style
|
| 232 |
+
- Add relavant Jina Papers, Answer AI papers in refernces
|