Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,15 @@ configs:
|
|
42 |
path: "qrels/test/*.txt"
|
43 |
---
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## **Dataset Structure Overview**
|
46 |
M-BEIR dataset comprises two main components: Query Data and Candidate Pool.
|
47 |
Each of these sections consists of structured entries in JSONL format (JSON Lines), meaning each line is a valid JSON object. Below is a detailed breakdown of the components and their respective fields:
|
|
|
42 |
path: "qrels/test/*.txt"
|
43 |
---
|
44 |
|
45 |
+
## UniIR: Training and Benchmarking Universal Multimodal Information Retrievers
|
46 |
+
|
47 |
+
Project Page: [https://tiger-ai-lab.github.io/UniIR/](https://tiger-ai-lab.github.io/UniIR/)
|
48 |
+
|
49 |
+
Paper: [https://arxiv.org/pdf/2311.17136.pdf](https://arxiv.org/pdf/2311.17136.pdf)
|
50 |
+
|
51 |
+
Code: [https://github.com/TIGER-AI-Lab/UniIR](https://github.com/TIGER-AI-Lab/UniIR)
|
52 |
+
|
53 |
+
|
54 |
## **Dataset Structure Overview**
|
55 |
M-BEIR dataset comprises two main components: Query Data and Candidate Pool.
|
56 |
Each of these sections consists of structured entries in JSONL format (JSON Lines), meaning each line is a valid JSON object. Below is a detailed breakdown of the components and their respective fields:
|