nthakur commited on
Commit
d80ddc3
·
verified ·
1 Parent(s): fbea670

Align README with approved BEIR template

Browse files

Use exact shared README template; rename 'NFCorpus Data Splits' to dataset-specific '<X> Data Splits'.

Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -79,7 +79,17 @@ dataset_info:
79
 
80
  BEIR is a heterogeneous benchmark built from 18 diverse datasets representing 9 information retrieval tasks.
81
 
82
- This `webis-touche2020` subset is part of BEIR.
 
 
 
 
 
 
 
 
 
 
83
 
84
  ### Languages
85
 
@@ -132,16 +142,14 @@ qrels = {
132
  }
133
  ```
134
 
135
- ### Data Splits
136
 
137
  | Subset | Split | Rows |
138
  | --- | --- | ---: |
139
  | corpus | corpus | 382,545 |
140
  | queries | queries | 49 |
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
 
 
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 `webis-touche2020` subset is the Argument Retrieval task within BEIR.**
93
 
94
  ### Languages
95
 
 
142
  }
143
  ```
144
 
145
+ ### Touche-2020 Data Splits
146
 
147
  | Subset | Split | Rows |
148
  | --- | --- | ---: |
149
  | corpus | corpus | 382,545 |
150
  | queries | queries | 49 |
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