nielsr HF Staff commited on
Commit
7f05bef
·
verified ·
1 Parent(s): 91a0add

Add dataset card, link to paper

Browse files

This PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2503.13964.

It also adds a link to the Github repository and the appropriate task category.

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - table-question-answering
5
+ ---
6
+
7
+ This repository contains the dataset for [MDocAgent: A Multi-Modal Multi-Agent Framework for Document Understanding](https://huggingface.co/papers/2503.13964).
8
+
9
+ Code: https://github.com/pengxiao-lab/MDocAgent