Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Spanish
ArXiv:
Libraries:
Datasets
pandas
License:
ftvalentini commited on
Commit
37079c6
1 Parent(s): 825f9d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -16
README.md CHANGED
@@ -844,6 +844,11 @@ configs:
844
  - split: test
845
  path: ve/test-*
846
  license: cc-by-nc-2.0
 
 
 
 
 
847
  ---
848
 
849
  # Dataset Card for MessIRve
@@ -880,10 +885,6 @@ The files presented is the qrels. It is presented in a format such that it is ea
880
 
881
  ## Uses
882
 
883
- <!-- Address questions around how the dataset is intended to be used. -->
884
-
885
- ### Direct Use
886
-
887
  The dataset is meant to be used to train and evaluate Spanish IR models.
888
 
889
 
@@ -910,7 +911,6 @@ A typical instance of one subset of the dataset looks like:
910
  ```
911
 
912
 
913
-
914
  ### Data Fields
915
 
916
  - `id`: query id
@@ -929,20 +929,12 @@ A typical instance of one subset of the dataset looks like:
929
 
930
  ### Data Splits
931
 
932
- <!-- Describe and name the splits in the dataset if there are more than one.
933
 
934
- Describe any criteria for splitting the data, if used. If there are differences between the splits (e.g. if the training annotations are machine-generated and the dev and test ones are created by humans, or if different numbers of annotators contributed to each example), describe them here.
935
 
936
- Provide the sizes of each split. As appropriate, provide any descriptive statistics for the features, such as average length. For example:
937
 
938
- | | train | validation | test |
939
- |-------------------------|------:|-----------:|-----:|
940
- | Input Sentences | | | |
941
- | Average Sentence Length | | | |
942
- -->
943
-
944
-
945
- [More Information Needed]
946
 
947
 
948
  ## Citation
 
844
  - split: test
845
  path: ve/test-*
846
  license: cc-by-nc-2.0
847
+ task_categories:
848
+ - text-retrieval
849
+ language:
850
+ - es
851
+ pretty_name: MessIRve
852
  ---
853
 
854
  # Dataset Card for MessIRve
 
885
 
886
  ## Uses
887
 
 
 
 
 
888
  The dataset is meant to be used to train and evaluate Spanish IR models.
889
 
890
 
 
911
  ```
912
 
913
 
 
914
  ### Data Fields
915
 
916
  - `id`: query id
 
929
 
930
  ### Data Splits
931
 
932
+ We extract queries from Google's autocomplete API for 20 countries with Spanish as an official language, plus the United States. Equatorial Guinea was the only country left out because it doesn't have a Google domain.
933
 
 
934
 
935
+ Test should always have match_score = 1 and expanded_search = False
936
 
937
+ For statistics for each subset and split, see the paper.
 
 
 
 
 
 
 
938
 
939
 
940
  ## Citation