parquet-converter commited on
Commit
3ab8936
β€’
1 Parent(s): da4d656

Update parquet files

Browse files
Files changed (42) hide show
  1. .gitattributes +0 -62
  2. arguana.jsonl β†’ arguana/beir-test.parquet +2 -2
  3. beir.py +0 -114
  4. cqadupstack-gaming.jsonl β†’ climate-fever/beir-test.parquet +2 -2
  5. cqadupstack-android.jsonl β†’ cqadupstack-android/beir-test.parquet +2 -2
  6. cqadupstack-gis.jsonl β†’ cqadupstack-english/beir-test.parquet +2 -2
  7. cqadupstack-mathematica.jsonl β†’ cqadupstack-gaming/beir-test.parquet +2 -2
  8. cqadupstack-physics.jsonl β†’ cqadupstack-gis/beir-test.parquet +2 -2
  9. cqadupstack-mathematica/beir-test.parquet +3 -0
  10. cqadupstack-physics/beir-test.parquet +3 -0
  11. cqadupstack-programmers.jsonl +0 -3
  12. cqadupstack-programmers/beir-test.parquet +3 -0
  13. cqadupstack-stats.jsonl +0 -3
  14. cqadupstack-stats/beir-test.parquet +3 -0
  15. cqadupstack-tex.jsonl +0 -3
  16. cqadupstack-english.jsonl β†’ cqadupstack-tex/beir-test.parquet +2 -2
  17. cqadupstack-unix.jsonl +0 -3
  18. cqadupstack-unix/beir-test.parquet +3 -0
  19. cqadupstack-webmasters.jsonl +0 -3
  20. cqadupstack-webmasters/beir-test.parquet +3 -0
  21. cqadupstack-wordpress.jsonl +0 -3
  22. cqadupstack-wordpress/beir-test.parquet +3 -0
  23. dbpedia-entity.jsonl +0 -3
  24. dbpedia-entity/beir-test.parquet +3 -0
  25. fever.jsonl +0 -3
  26. climate-fever.jsonl β†’ fever/beir-test.parquet +2 -2
  27. fiqa.jsonl +0 -3
  28. fiqa/beir-test.parquet +3 -0
  29. hotpotqa.jsonl +0 -3
  30. hotpotqa/beir-test.parquet +3 -0
  31. nfcorpus.jsonl +0 -3
  32. nfcorpus/beir-test.parquet +3 -0
  33. nq.jsonl +0 -3
  34. nq/beir-test.parquet +3 -0
  35. quora.jsonl +0 -3
  36. quora/beir-test.parquet +3 -0
  37. scidocs.jsonl +0 -3
  38. scidocs/beir-test.parquet +3 -0
  39. scifact.jsonl +0 -3
  40. scifact/beir-test.parquet +3 -0
  41. trec-covid.jsonl β†’ trec-covid/beir-test.parquet +2 -2
  42. webis-touche2020.jsonl β†’ webis-touche2020/beir-test.parquet +2 -2
.gitattributes DELETED
@@ -1,62 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.model filter=lfs diff=lfs merge=lfs -text
11
- *.msgpack filter=lfs diff=lfs merge=lfs -text
12
- *.onnx filter=lfs diff=lfs merge=lfs -text
13
- *.ot filter=lfs diff=lfs merge=lfs -text
14
- *.parquet filter=lfs diff=lfs merge=lfs -text
15
- *.pb filter=lfs diff=lfs merge=lfs -text
16
- *.pt filter=lfs diff=lfs merge=lfs -text
17
- *.pth filter=lfs diff=lfs merge=lfs -text
18
- *.rar filter=lfs diff=lfs merge=lfs -text
19
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
- *.tar.* filter=lfs diff=lfs merge=lfs -text
21
- *.tflite filter=lfs diff=lfs merge=lfs -text
22
- *.tgz filter=lfs diff=lfs merge=lfs -text
23
- *.wasm filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- # Audio files - uncompressed
29
- *.pcm filter=lfs diff=lfs merge=lfs -text
30
- *.sam filter=lfs diff=lfs merge=lfs -text
31
- *.raw filter=lfs diff=lfs merge=lfs -text
32
- # Audio files - compressed
33
- *.aac filter=lfs diff=lfs merge=lfs -text
34
- *.flac filter=lfs diff=lfs merge=lfs -text
35
- *.mp3 filter=lfs diff=lfs merge=lfs -text
36
- *.ogg filter=lfs diff=lfs merge=lfs -text
37
- *.wav filter=lfs diff=lfs merge=lfs -text
38
- cqadupstack-unix.jsonl filter=lfs diff=lfs merge=lfs -text
39
- fever.jsonl filter=lfs diff=lfs merge=lfs -text
40
- hotpotqa.jsonl filter=lfs diff=lfs merge=lfs -text
41
- scidocs.jsonl filter=lfs diff=lfs merge=lfs -text
42
- trec-covid.jsonl filter=lfs diff=lfs merge=lfs -text
43
- cqadupstack-english.jsonl filter=lfs diff=lfs merge=lfs -text
44
- cqadupstack-gis.jsonl filter=lfs diff=lfs merge=lfs -text
45
- cqadupstack-physics.jsonl filter=lfs diff=lfs merge=lfs -text
46
- webis-touche2020.jsonl filter=lfs diff=lfs merge=lfs -text
47
- nfcorpus.jsonl filter=lfs diff=lfs merge=lfs -text
48
- scifact.jsonl filter=lfs diff=lfs merge=lfs -text
49
- arguana.jsonl filter=lfs diff=lfs merge=lfs -text
50
- cqadupstack-webmasters.jsonl filter=lfs diff=lfs merge=lfs -text
51
- fiqa.jsonl filter=lfs diff=lfs merge=lfs -text
52
- cqadupstack-programmers.jsonl filter=lfs diff=lfs merge=lfs -text
53
- cqadupstack-stats.jsonl filter=lfs diff=lfs merge=lfs -text
54
- cqadupstack-tex.jsonl filter=lfs diff=lfs merge=lfs -text
55
- dbpedia-entity.jsonl filter=lfs diff=lfs merge=lfs -text
56
- climate-fever.jsonl filter=lfs diff=lfs merge=lfs -text
57
- cqadupstack-android.jsonl filter=lfs diff=lfs merge=lfs -text
58
- cqadupstack-mathematica.jsonl filter=lfs diff=lfs merge=lfs -text
59
- cqadupstack-gaming.jsonl filter=lfs diff=lfs merge=lfs -text
60
- cqadupstack-wordpress.jsonl filter=lfs diff=lfs merge=lfs -text
61
- quora.jsonl filter=lfs diff=lfs merge=lfs -text
62
- nq.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
arguana.jsonl β†’ arguana/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5073118a16e955210e26ecc4c5bb8c08f70b6323a4c31c3a08448dbd9c441c5f
3
- size 1791716
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5bdd88196a44db694916bd83299cee056a805cdac98e6e61f58ab04a2eb8da
3
+ size 1026512
beir.py DELETED
@@ -1,114 +0,0 @@
1
- # coding=utf-8
2
- # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the 'License');
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an 'AS IS' BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- # Lint as: python3
17
-
18
- import json
19
-
20
- import datasets
21
-
22
- _CITATION = '''
23
- @inproceedings{
24
- thakur2021beir,
25
- title={{BEIR}: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models},
26
- author={Nandan Thakur and Nils Reimers and Andreas R{\"u}ckl{\'e} and Abhishek Srivastava and Iryna Gurevych},
27
- booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
28
- year={2021},
29
- url={https://openreview.net/forum?id=wCu6T5xFjeJ}
30
- }
31
- '''
32
-
33
- all_data = [
34
- 'arguana',
35
- 'climate-fever',
36
- 'cqadupstack-android',
37
- 'cqadupstack-english',
38
- 'cqadupstack-gaming',
39
- 'cqadupstack-gis',
40
- 'cqadupstack-mathematica',
41
- 'cqadupstack-physics',
42
- 'cqadupstack-programmers',
43
- 'cqadupstack-stats',
44
- 'cqadupstack-tex',
45
- 'cqadupstack-unix',
46
- 'cqadupstack-webmasters',
47
- 'cqadupstack-wordpress',
48
- 'dbpedia-entity',
49
- 'fever',
50
- 'fiqa',
51
- 'hotpotqa',
52
- 'nfcorpus',
53
- 'quora',
54
- 'scidocs',
55
- 'scifact',
56
- 'trec-covid',
57
- 'webis-touche2020',
58
- 'nq'
59
- ]
60
-
61
- _DESCRIPTION = 'dataset load script for BEIR'
62
-
63
- _DATASET_URLS = {
64
- data: {
65
- 'test': f'https://huggingface.co/datasets/Tevatron/beir/resolve/main/{data}.jsonl',
66
- } for data in all_data
67
- }
68
-
69
- class BEIR(datasets.GeneratorBasedBuilder):
70
- BUILDER_CONFIGS = [datasets.BuilderConfig(
71
- version=datasets.Version('1.0.0'),
72
- name=data, description=f'BEIR dataset: {data}.'
73
- ) for data in all_data
74
- ]
75
-
76
- def _info(self):
77
- features = datasets.Features({
78
- 'query_id': datasets.Value('string'),
79
- 'query': datasets.Value('string'),
80
- })
81
-
82
- return datasets.DatasetInfo(
83
- # This is the description that will appear on the datasets page.
84
- description=_DESCRIPTION,
85
- # This defines the different columns of the dataset and their types
86
- features=features, # Here we define them above because they are different between the two configurations
87
- supervised_keys=None,
88
- # Homepage of the dataset for documentation
89
- homepage='https://github.com/beir-cellar/beir',
90
- # License for the dataset if available
91
- license='',
92
- # Citation for the dataset
93
- citation=_CITATION,
94
- )
95
-
96
- def _split_generators(self, dl_manager):
97
- lang = self.config.name
98
- downloaded_files = dl_manager.download_and_extract(_DATASET_URLS[lang])
99
- splits = [
100
- datasets.SplitGenerator(
101
- name='test',
102
- gen_kwargs={
103
- 'filepath': downloaded_files['test'],
104
- },
105
- ),
106
- ]
107
- return splits
108
-
109
- def _generate_examples(self, filepath):
110
- with open(filepath) as f:
111
- for i, line in enumerate(f):
112
- data = json.loads(line)
113
- qid = data['query_id']
114
- yield qid, data
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cqadupstack-gaming.jsonl β†’ climate-fever/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc74e99e1d1b6c43779319277fa14041e48643104921b58f1220f416797586c4
3
- size 131178
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec992df85e29384e816b466946ef964ab45784b3bc125174dfe583c950e44a11
3
+ size 132114
cqadupstack-android.jsonl β†’ cqadupstack-android/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f8da18dd35f9ccd2f42c8f1d01c919f155922b8868dcedeb7da2fb2b3bbfe68
3
- size 59229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27fd34af5556d4b7407df6c9f18027fe85b09be61de2593cdad0fb825605280e
3
+ size 31487
cqadupstack-gis.jsonl β†’ cqadupstack-english/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f41bfce9a149872cf688410a1d6861c9f43fae199a732429370de0887e4e0e12
3
- size 75437
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:632bae1f5197845366489948b48725c0eb26d076a578a494542c413f67123c7b
3
+ size 68715
cqadupstack-mathematica.jsonl β†’ cqadupstack-gaming/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d06afbf19b327b1672248eba7eaa042d78274c756baf4f427c489bfeafbc319c
3
- size 65747
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f4759196c6f21ba6fa4cab5d0533d1b81fe3225e70ce109bebaee743a3d6028
3
+ size 70664
cqadupstack-physics.jsonl β†’ cqadupstack-gis/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:958df95b3df5d3e8cfbca92933b73902d5ee65520792f4c48ead1bc29ab8aff4
3
- size 90003
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefff7fe2a6cd5f6275a577c366532dab211e535542eae0d40284b8588e2a48f
3
+ size 39318
cqadupstack-mathematica/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db30c93b22fa805a1a0a93118ab48735e32b5c7d9b473e2a41f9c24035f6a2a1
3
+ size 33995
cqadupstack-physics/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dfc061889ae1201b037db6de1cce6f1642d5923fe747c1b45894534d510c70
3
+ size 48514
cqadupstack-programmers.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcecbac2e3f7d86be8cc463f1bb49fa35d276f35e3a294bbec84c79c1f7a3065
3
- size 77881
 
 
 
 
cqadupstack-programmers/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab22babdf8614235e9ae4f576021b155e796614bc544af6f689379beb8379bd
3
+ size 41376
cqadupstack-stats.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4937ef43aedc8539581d663b715079d59f88f2ce7948d18de839c2d81bdb0204
3
- size 58316
 
 
 
 
cqadupstack-stats/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb1e9185cefc6403ac127f6249c3fdd26d0c14bffffe580f43bc58ce9f5347b1
3
+ size 29662
cqadupstack-tex.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf5d85b51f34b771e035b579728e27f85285802f580aa01689e74ef31db7ec44
3
- size 234146
 
 
 
 
cqadupstack-english.jsonl β†’ cqadupstack-tex/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a66a243cca3dad0a24ddd423e882e45000ea9b3fc0652bdd2bb24070748b785
3
- size 132030
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:408e24e5572aaf48d98ca33ef4f29c606deb948210401483e4aafdd3baecc31a
3
+ size 119322
cqadupstack-unix.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8f2268af7ba31f1c2463fd5dd92c46b6e9a7c020a003e3e52e372580c9ebd31
3
- size 89651
 
 
 
 
cqadupstack-unix/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb50078bd2aeca3096a8abe8d4d9943360014f8ce5f3dca6678280fd6abb3ba6
3
+ size 48254
cqadupstack-webmasters.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6da541e2aae83687bb578669aea434262a559ddffef46194e3751c52572ce7c6
3
- size 42938
 
 
 
 
cqadupstack-webmasters/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb21a2cf87a8a21a7b2cfd01e64fed9cbe1278b01159ae7864709cde21b6d50b
3
+ size 23300
cqadupstack-wordpress.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc3523b001af41913af91b64c594b9a827870282ad6cb852e7ca58346593e8b2
3
- size 44443
 
 
 
 
cqadupstack-wordpress/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64ec0dbc9e397044f85e97f953e51dbfba90b7c0dc209d6cfcd3ea28830dcd1
3
+ size 23890
dbpedia-entity.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ccce7c2894b7688d42d34901c4093713f7cb8afd5b9bd316405841c63c063286
3
- size 30962
 
 
 
 
dbpedia-entity/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067917a05451bbc58962781508793ee13423013401d95c7f71a08502e81a2112
3
+ size 15089
fever.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3677733ff7719fabf2efaff80e54c2741a47cf4a8731269ef737f576eac1d0a
3
- size 554103
 
 
 
 
climate-fever.jsonl β†’ fever/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:492c73e245803fe04c14955b5cda43050a854cd920bdb8077b09a9252ca40e91
3
- size 241937
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bce1773c6ed2cb6b431023fa2635f1e43319cd38b3042f7e0b5d3caf21113f1
3
+ size 254785
fiqa.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:48cb5399c82d644e279faa05f15222dbff4b284dc5db4217b1f898e4df2130c8
3
- size 61735
 
 
 
 
fiqa/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:856d91ea1947836fc81008959c4af81b2f373faa298d5ec7033998dea8408628
3
+ size 34198
hotpotqa.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:caa8c47690f8ce297b1d270e35ec3fdd0970a945e1a9723cc85f89217feb4b7a
3
- size 1086402
 
 
 
 
hotpotqa/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc67f15cd5ed2b377bbc97838c1c28e931304896585fd4ad669a2bda83506e6
3
+ size 625720
nfcorpus.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fab6caab1d36e0d21cf5ea0f39214673afd4d8f9ad41fc1a401ccb2c7f2ebfe
3
- size 19879
 
 
 
 
nfcorpus/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3016904285e3b07fb626c7534e103e38f92913976383bd7f369ce42ca78b3a21
3
+ size 10442
nq.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:beecdf8a42a81b20f8d235c0643d2f0f4f2ff48470cb2c96bd40e00df387607e
3
- size 296475
 
 
 
 
nq/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1aefda46895ed033eb93e8a3dd1c528a80bfb448386d16f3e05da17ebf4ce52
3
+ size 142343
quora.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:25eb565fb3a9109929c879a15968c15f4f564760038601a37ebc0626a7a51e71
3
- size 853951
 
 
 
 
quora/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3946182b4671f8c083c3a54c717490bf0fe696f5a0a23c3a9a118f88573daec7
3
+ size 446736
scidocs.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:740203ac7efe41cb2dd466b804fc465417f4ad8c226498111d8541599abea9fc
3
- size 141869
 
 
 
 
scidocs/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e595ae9c787e0f24cb4d54f7433d0ce6cea9c97a08bb491636ee9a0486ea655a
3
+ size 93120
scifact.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6066e4eae863e603cca3379f2da04812b092c2b689b321c80a0491c02a37647d
3
- size 36513
 
 
 
 
scifact/beir-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ab60df4f774c8c1c844bb44fec6db0366f0b02a4466825d18db76666fb4d1fd
3
+ size 21397
trec-covid.jsonl β†’ trec-covid/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5acaf32c62c6e5ca55a1e5a45d0d9d466be438650ec573ff1fce370e4247638
3
- size 4953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b17b79d546c62145eec044ea177dbb885877f0a4060d739a8b4a943813d5b00
3
+ size 4141
webis-touche2020.jsonl β†’ webis-touche2020/beir-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28c08cc4aed54c6862c54be4b541a66db37f21dcd6010f300bf455f22f97b050
3
- size 3589
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48007be9fdaa070d683ad27f862ce11fd79f1a527c1bfb44f0d177fb425ae6eb
3
+ size 3373