Implement hybrid retrieval pipeline with Snowflake Arctic embeddings + BM25 + reranker #13
Open
chaman56 wants to merge 1 commit intodevrev:mainfrom
Open
Implement hybrid retrieval pipeline with Snowflake Arctic embeddings + BM25 + reranker #13chaman56 wants to merge 1 commit intodevrev:mainfrom
chaman56 wants to merge 1 commit intodevrev:mainfrom
Conversation
- snowflake_embedding.py: Embedding pipeline using snowflake-arctic-embed-l-v2.0 - hybrid_retrieval.ipynb: Dense + BM25 + RRF + reranker with ablation study - optimized_retrieval.ipynb: Weighted RRF, sibling expansion, tuned params - ablation_metrics.json: Evaluation results on 291 annotated queries - Updated .gitignore for large binary files
Author
|
@nimit2801 @prakhar7651 , Made the submission, please help with evaluations, file to be evaluated: |
Contributor
|
Hey! |
Contributor
|
Looking at the quality of submissions and eagerness for folks to contribute, we're extending the deadline to April 7th. Evaluations would be still going on. Please keep contributing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Optimized hybrid retrieval pipeline for DevRev Search challange.
Pipeline: Dense (Snowflake Arctic Embed L v2.0) + BM25 → Weighted RRF (BM25 2x weight) → Article-sibling expansion →
BGE-reranker-v2-m3 (top-150 candidates, 768-char context)
Results (291 annotated queries):
Submission name:
snowflake-arctic-embed-l-v2.0-bm25-bge-reranker-v2-m3Ablation Results (291 queries)
Systems Used
work-item: ISS-1