Update README.md
Browse files
README.md
CHANGED
@@ -35,18 +35,18 @@ configs:
|
|
35 |
- config_name: default
|
36 |
data_files:
|
37 |
- split: test
|
38 |
-
path: "
|
39 |
- config_name: corpus
|
40 |
data_files:
|
41 |
- split: corpus
|
42 |
-
path: "
|
43 |
- config_name: queries
|
44 |
data_files:
|
45 |
- split: queries
|
46 |
-
path: "
|
47 |
---
|
48 |
# M3Retrieve: Benchmarking Multimodal Retrieval for Medicine
|
49 |
Arkadeep Acharya, Akash Ghosh, Pradeepika Verma, Sriparna Saha, Kitsuchart Pashupa
|
50 |
|
51 |
Each of the folder contains 3 files ```queries.jsonl```, ```corpus.jsonl```, ```qrels/test.tsv``` containing the queries, corpus and relevancy mapping files respectively.
|
52 |
-
The images can
|
|
|
35 |
- config_name: default
|
36 |
data_files:
|
37 |
- split: test
|
38 |
+
path: "Pubmed/qrels/test.tsv"
|
39 |
- config_name: corpus
|
40 |
data_files:
|
41 |
- split: corpus
|
42 |
+
path: "Pubmed/corpus.jsonl"
|
43 |
- config_name: queries
|
44 |
data_files:
|
45 |
- split: queries
|
46 |
+
path: "Pubmed/queries.jsonl"
|
47 |
---
|
48 |
# M3Retrieve: Benchmarking Multimodal Retrieval for Medicine
|
49 |
Arkadeep Acharya, Akash Ghosh, Pradeepika Verma, Sriparna Saha, Kitsuchart Pashupa
|
50 |
|
51 |
Each of the folder contains 3 files ```queries.jsonl```, ```corpus.jsonl```, ```qrels/test.tsv``` containing the queries, corpus and relevancy mapping files respectively.
|
52 |
+
The images can be found in the ```images.zip``` file, where the images have been sorted based on their medical disciplines.
|