Datasets:
ftvalentini
commited on
Commit
•
825f9d8
1
Parent(s):
d662132
Update README.md
Browse files
README.md
CHANGED
@@ -843,13 +843,22 @@ configs:
|
|
843 |
path: ve/train-*
|
844 |
- split: test
|
845 |
path: ve/test-*
|
|
|
846 |
---
|
847 |
|
848 |
# Dataset Card for MessIRve
|
849 |
|
850 |
<!-- Provide a quick summary of the dataset. -->
|
851 |
|
852 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
853 |
|
854 |
## Dataset Details
|
855 |
|
@@ -857,15 +866,17 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
857 |
|
858 |
<!-- Provide a longer summary of what this dataset is. -->
|
859 |
|
860 |
-
- **Language(s) (NLP):**
|
861 |
-
- **License:**
|
862 |
|
863 |
-
|
|
|
864 |
|
865 |
<!-- Provide the basic links for the dataset. -->
|
866 |
|
867 |
-
- **Repository:**
|
868 |
-
- **Paper:**
|
|
|
869 |
|
870 |
## Uses
|
871 |
|
@@ -873,10 +884,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
873 |
|
874 |
### Direct Use
|
875 |
|
876 |
-
|
877 |
-
|
878 |
-
[More Information Needed]
|
879 |
-
|
880 |
|
881 |
|
882 |
## Dataset Structure
|
@@ -885,18 +893,22 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
885 |
|
886 |
### Data Instances
|
887 |
|
888 |
-
|
889 |
|
890 |
```
|
891 |
{
|
892 |
-
'
|
893 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
894 |
}
|
895 |
```
|
896 |
|
897 |
-
Provide any additional information that is not covered in the other sections about the data here. In particular describe any relationships between data points and if these relationships are made explicit. -->
|
898 |
-
|
899 |
-
[More Information Needed]
|
900 |
|
901 |
|
902 |
### Data Fields
|
@@ -943,5 +955,4 @@ Provide the sizes of each split. As appropriate, provide any descriptive statist
|
|
943 |
|
944 |
**APA:**
|
945 |
|
946 |
-
[More Information Needed]
|
947 |
-
|
|
|
843 |
path: ve/train-*
|
844 |
- split: test
|
845 |
path: ve/test-*
|
846 |
+
license: cc-by-nc-2.0
|
847 |
---
|
848 |
|
849 |
# Dataset Card for MessIRve
|
850 |
|
851 |
<!-- Provide a quick summary of the dataset. -->
|
852 |
|
853 |
+
MessIRve is a large-scale dataset for Spanish IR, designed to better capture the information needs of Spanish speakers across different countries.
|
854 |
+
|
855 |
+
Queries are obtained from Google's autocomplete API (www.google.com/complete), and relevant documents are Spanish Wikipedia paragraphs containing answers from Google Search "featured snippets". This data collection strategy is inspired by [GooAQ](https://github.com/allenai/gooaq/tree/main).
|
856 |
+
|
857 |
+
The files presented is the qrels. It is presented in a format such that it is easy to be explored, since it includes the queries' and documents' texts.
|
858 |
+
|
859 |
+
* For the conventional TREC-style topics and qrels files, refer to https://huggingface.co/datasets/spanish-ir/messirve-trec
|
860 |
+
* The corpus of documents that accompanies this dataset is https://huggingface.co/datasets/spanish-ir/eswiki_20240401_corpus
|
861 |
+
|
862 |
|
863 |
## Dataset Details
|
864 |
|
|
|
866 |
|
867 |
<!-- Provide a longer summary of what this dataset is. -->
|
868 |
|
869 |
+
- **Language(s) (NLP):** Spanish
|
870 |
+
- **License:** CC BY-NC 2.0
|
871 |
|
872 |
+
|
873 |
+
### Dataset Sources
|
874 |
|
875 |
<!-- Provide the basic links for the dataset. -->
|
876 |
|
877 |
+
- **Repository:** TBA
|
878 |
+
- **Paper:** TBA
|
879 |
+
|
880 |
|
881 |
## Uses
|
882 |
|
|
|
884 |
|
885 |
### Direct Use
|
886 |
|
887 |
+
The dataset is meant to be used to train and evaluate Spanish IR models.
|
|
|
|
|
|
|
888 |
|
889 |
|
890 |
## Dataset Structure
|
|
|
893 |
|
894 |
### Data Instances
|
895 |
|
896 |
+
A typical instance of one subset of the dataset looks like:
|
897 |
|
898 |
```
|
899 |
{
|
900 |
+
'id': 4918739,
|
901 |
+
'query': 'a cual dedo se pone el anillo de compromiso',
|
902 |
+
'docid': '956254#2',
|
903 |
+
'docid_text': 'Pero desde hace cientos de años, se dice que la vena amoris pasa por el dedo anular izquierdo que conecta directamente al corazón (téngase en cuenta que la vena amoris no existe realmente). Tradicionalmente, es ofrecido por el hombre como regalo a su novia mientras o cuando ella accede a la proposición de matrimonio. Representa una aceptación formal del futuro compromiso.',
|
904 |
+
'query_date': "2024-03-30",
|
905 |
+
'answer_date': "2024-04-19",
|
906 |
+
'match_score': 0.74,
|
907 |
+
'expanded_search': false,
|
908 |
+
'answer_type': 'feat_snip'
|
909 |
}
|
910 |
```
|
911 |
|
|
|
|
|
|
|
912 |
|
913 |
|
914 |
### Data Fields
|
|
|
955 |
|
956 |
**APA:**
|
957 |
|
958 |
+
[More Information Needed]
|
|