-
Notifications
You must be signed in to change notification settings - Fork 0
ColBERT Repo Documentation ‐İrem Nur Yıldırım
İREM NUR YILDIRIM edited this page Feb 24, 2024
·
5 revisions
ColBERT is a document-question relevance retrieval model created and maintained by Stanford University.Given numerous (up to millions) text documents and a query(user question) it finds and ranks the documents according to their contextual similarity to the user query, ColBERT's fast and efficient retrieval strategy made the document retrieval process less scary and led to different NLP tuning paradigms such as Retrieval Augmented Generation(RAG).
- Community and author of the ColBERT, @okhat, keep track of the issues and quickly answers to bugs, problems and further questions via issues section. *Model both retrieves and ranks the documents based on different approaches(cosine similarity, word-level relevance etc.) whereas some other retriever techniques includes only the retrieval process and necessitates and additional ranking step thus leading to latency. *Simple and open to use for different tasks from web-engines to custom NLP tasks.
- List things you dislike
*It's based on BERT model for embedding of documents, thus new user query also must be embedded using this model to retain compatibility, which is a limitation.
- Lab Report #1,24.09.2024
- Lab Report #2,01.10.2024
- Lab Report #3,08.10.2024
- Lab Report #4,15.10.2024
- Lab Report #5,05.11.2024
- 1st Meeting, 03.10.2024
- 2nd Meeting, 10.10.2024
- 3rd Meeting, 17.10.2024
- 4th Meeting, 19.10.2024
- 5th Meeting, 24.10.2024
- 8th Meeting, 15.11.2024
- Halil İbrahim Kasapoğlu
- Rukiye Aslan
- Kamil Deniz Coşkuner
- Mahmut Buğra Mert
- Furkan Şenkal
- Muhammed Erkam Gökcepınar
- Cem Güngör
- Oğuz Pançuk
Orkun Mahir Kılıç
SemanticFlix Archieve
- 1st Meeting,19.02.2024
- 2nd Meeting,21.02.2024
- 3rd Meeting,03.03.2024
- 4th Meeting,07.03.2024
- 5th Meeting,10.03.2024
- 6th Meeting,14.03.2024
- 7th Meeting,21.03.2024
- 8th Meeting,01.04.2024
- 9th Meeting,17.04.2024
- 10th Meeting,18.04.2024
- 11th Meeting,25.04.2024
- 12th Meeting,02.05.2024
- 13th Meeting,09.05.2024
- Halil İbrahim Kasapoğlu (Communicator)
- Rukiye Aslan
- Kamil Deniz Coşkuner
- Mahmut Buğra Mert
- İrem Nur Yıldırım
- Furkan Şenkal
- Muhammed Erkam Gökcepınar
- Osman Yasin Baştuğ
Okay DemirSait Hızlı