Update license
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ configs:
|
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
-
path:
|
| 17 |
dataset_info:
|
| 18 |
features:
|
| 19 |
- name: question
|
|
@@ -45,6 +45,7 @@ dataset_info:
|
|
| 45 |
splits:
|
| 46 |
- name: train
|
| 47 |
num_examples: 311
|
|
|
|
| 48 |
---
|
| 49 |
# MMSearch-Plus✨: Benchmarking Provenance-Aware Search for Multimodal Browsing Agents
|
| 50 |
|
|
@@ -159,4 +160,4 @@ If you find **MMSearch-Plus** useful for your research and applications, please
|
|
| 159 |
journal={arXiv preprint arXiv:2508.21475},
|
| 160 |
year={2025}
|
| 161 |
}
|
| 162 |
-
```
|
|
|
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
+
path: '*.arrow'
|
| 17 |
dataset_info:
|
| 18 |
features:
|
| 19 |
- name: question
|
|
|
|
| 45 |
splits:
|
| 46 |
- name: train
|
| 47 |
num_examples: 311
|
| 48 |
+
license: cc-by-4.0
|
| 49 |
---
|
| 50 |
# MMSearch-Plus✨: Benchmarking Provenance-Aware Search for Multimodal Browsing Agents
|
| 51 |
|
|
|
|
| 160 |
journal={arXiv preprint arXiv:2508.21475},
|
| 161 |
year={2025}
|
| 162 |
}
|
| 163 |
+
```
|