nielsr HF Staff commited on
Commit
1f0327e
·
verified ·
1 Parent(s): 80d96fe

Add dataset card

Browse files

This PR adds a dataset card, including the task category and links to the paper and code repository.

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - visual-document-retrieval
4
+ ---
5
+
6
+ This repository contains the dataset described in the paper [Can MLLMs Guide Me Home? A Benchmark Study on Fine-Grained Visual
7
+ Reasoning from Transit Maps](https://huggingface.co/papers/2505.18675).
8
+
9
+ Project page: https://fscdc.github.io/Reason-Map
10
+ Code: https://github.com/fscdc/ReasonMap