averoo commited on
Commit
6913ff6
·
verified ·
1 Parent(s): 91a450f

Initialize README

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,12 +1,14 @@
1
- ---
2
- title: Test Leaderboard
3
- emoji: 👀
4
- colorFrom: blue
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.12.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
+ # RAG Evaluation Leaderboard
2
+
3
+ This leaderboard tracks different RAG (Retrieval-Augmented Generation) implementations and their performance metrics.
4
+
5
+ ## Metrics Tracked
6
+
7
+ ### Retrieval Metrics
8
+ - Hit Rate: Proportion of relevant documents retrieved
9
+ - MRR (Mean Reciprocal Rank): Position of first relevant document
10
+
11
+ ### Generation Metrics
12
+ - ROUGE-1: Unigram overlap
13
+ - ROUGE-2: Bigram overlap
14
+ - ROUGE-L: Longest common subsequence