Convert arguana dataset to Parquet

#4
by nthakur - opened
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -79,17 +79,7 @@ dataset_info:
79
 
80
  BEIR is a heterogeneous benchmark built from 18 diverse datasets representing 9 information retrieval tasks.
81
 
82
- - Fact-checking: [FEVER](http://fever.ai), [Climate-FEVER](http://climatefever.ai), [SciFact](https://github.com/allenai/scifact)
83
- - Question-Answering: [NQ](https://ai.google.com/research/NaturalQuestions), [HotpotQA](https://hotpotqa.github.io), [FiQA-2018](https://sites.google.com/view/fiqa/)
84
- - Bio-Medical IR: [TREC-COVID](https://ir.nist.gov/covidSubmit/index.html), [BioASQ](http://bioasq.org), [NFCorpus](https://www.cl.uni-heidelberg.de/statnlpgroup/nfcorpus/)
85
- - News Retrieval: [TREC-NEWS](https://trec.nist.gov/data/news2019.html), [Robust04](https://trec.nist.gov/data/robust/04.guidelines.html)
86
- - Argument Retrieval: [Touche-2020](https://webis.de/events/touche-20/shared-task-1.html), [ArguAna](tp://argumentation.bplaced.net/arguana/data)
87
- - Duplicate Question Retrieval: [Quora](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs), [CqaDupstack](http://nlp.cis.unimelb.edu.au/resources/cqadupstack/)
88
- - Citation-Prediction: [SCIDOCS](https://allenai.org/data/scidocs)
89
- - Tweet Retrieval: [Signal-1M](https://research.signal-ai.com/datasets/signal1m-tweetir.html)
90
- - Entity Retrieval: [DBPedia](https://github.com/iai-group/DBpedia-Entity/)
91
-
92
- > **This `arguana` subset is the Argument Retrieval task within BEIR.**
93
 
94
  ### Languages
95
 
@@ -142,14 +132,16 @@ qrels = {
142
  }
143
  ```
144
 
145
- ### NFCorpus Data Splits
146
 
147
  | Subset | Split | Rows |
148
  | --- | --- | ---: |
149
  | corpus | corpus | 8,674 |
150
  | queries | queries | 1,406 |
151
 
152
- ### BEIR Direct Download
 
 
153
 
154
  You can also download BEIR datasets directly (without loading through Hugging Face datasets) using the links below.
155
 
 
79
 
80
  BEIR is a heterogeneous benchmark built from 18 diverse datasets representing 9 information retrieval tasks.
81
 
82
+ This `arguana` subset is part of BEIR.
 
 
 
 
 
 
 
 
 
 
83
 
84
  ### Languages
85
 
 
132
  }
133
  ```
134
 
135
+ ### Data Splits
136
 
137
  | Subset | Split | Rows |
138
  | --- | --- | ---: |
139
  | corpus | corpus | 8,674 |
140
  | queries | queries | 1,406 |
141
 
142
+ ### NFCorpus Data Splits
143
+
144
+ - `train`, `dev`, `test`
145
 
146
  You can also download BEIR datasets directly (without loading through Hugging Face datasets) using the links below.
147