Update README.md
Browse files
README.md
CHANGED
@@ -34,11 +34,12 @@ dataset_info:
|
|
34 |
|
35 |
- This dataset is a query - context relevance correlation optimized for document retrieval in EN, CA and SP
|
36 |
|
37 |
-
- Created from [projecte_aina/RAG_Multilingual](https://huggingface.co/datasets/projecte-aina/RAG_Multilingual) and [PaDaS-Lab/webfaq-retrieval](https://huggingface.co/datasets/PaDaS-Lab/webfaq-retrieval) datasets
|
38 |
|
39 |
- It was created to fine tune embeddings models for use in Retrieval Augmented generation applications for these 3 languages
|
40 |
|
41 |
-
- Context was limited to previous and following sentences
|
|
|
42 |
|
43 |
- A 50% (approx) of the records were ranked as 1.0 relevant for the correct pairing of query-context
|
44 |
|
|
|
34 |
|
35 |
- This dataset is a query - context relevance correlation optimized for document retrieval in EN, CA and SP
|
36 |
|
37 |
+
- Created from [projecte_aina/RAG_Multilingual](https://huggingface.co/datasets/projecte-aina/RAG_Multilingual) (train and validation splits, no test) and [PaDaS-Lab/webfaq-retrieval](https://huggingface.co/datasets/PaDaS-Lab/webfaq-retrieval) datasets
|
38 |
|
39 |
- It was created to fine tune embeddings models for use in Retrieval Augmented generation applications for these 3 languages
|
40 |
|
41 |
+
- Context was limited to the previous and following sentences for the rellevant one where the original extractive factoid was located in the sources for the RAG_Multilingual dataset.
|
42 |
+
|
43 |
|
44 |
- A 50% (approx) of the records were ranked as 1.0 relevant for the correct pairing of query-context
|
45 |
|