ArkaAcharya commited on
Commit
9bc5c23
·
verified ·
1 Parent(s): 78e63fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -7,6 +7,45 @@ tags:
7
  - medical
8
  size_categories:
9
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # M3Retrieve: Benchmarking Multimodal Retrieval for Medicine
12
  Arkadeep Acharya, Akash Ghosh, Pradeepika Verma, Sriparna Saha, Kitsuchart Pashupa
 
7
  - medical
8
  size_categories:
9
  - 100K<n<1M
10
+
11
+ dataset_info:
12
+ - config_name: default
13
+ features:
14
+ - name: query-id
15
+ dtype: string
16
+ - name: corpus-id
17
+ dtype: string
18
+ - name: score
19
+ dtype: float64
20
+ - config_name: corpus
21
+ features:
22
+ - name: _id
23
+ dtype: string
24
+ - name: title
25
+ dtype: string
26
+ - name: text
27
+ dtype: string
28
+ - config_name: queries
29
+ features:
30
+ - name: _id
31
+ dtype: string
32
+ - name: caption
33
+ dtype: string
34
+ - name: image_path
35
+ dtype: string
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: test
40
+ path: qrels/test.tsv
41
+ - config_name: corpus
42
+ data_files:
43
+ - split: corpus
44
+ path: corpus.jsonl
45
+ - config_name: queries
46
+ data_files:
47
+ - split: queries
48
+ path: queries.jsonl
49
  ---
50
  # M3Retrieve: Benchmarking Multimodal Retrieval for Medicine
51
  Arkadeep Acharya, Akash Ghosh, Pradeepika Verma, Sriparna Saha, Kitsuchart Pashupa