Borchmann commited on
Commit
36c1bd7
·
1 Parent(s): ed0ad09

Update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Agentic Document VQA Leaderboard
3
  colorFrom: blue
4
  colorTo: indigo
5
  sdk: streamlit
@@ -10,9 +10,9 @@ hf_oauth: true
10
  hf_oauth_expiration_minutes: 43200
11
  short_description: Navigate, retrieve, and reason over PDFs collection.
12
  datasets:
13
- - agentic-document-ai/dataset
14
  ---
15
 
16
- # Agentic Document VQA Leaderboard
17
 
18
- This benchmark evaluates AI systems on Agentic Document Collection Visual Question Answering — a task requiring systems to navigate, retrieve, reason over, and aggregate information from heterogeneous document collections.
 
1
  ---
2
+ title: MADQA Leaderboard
3
  colorFrom: blue
4
  colorTo: indigo
5
  sdk: streamlit
 
10
  hf_oauth_expiration_minutes: 43200
11
  short_description: Navigate, retrieve, and reason over PDFs collection.
12
  datasets:
13
+ - OxRML/MADQA
14
  ---
15
 
16
+ # MADQA Leaderboard
17
 
18
+ Leaderboard for [MADQA (Multimodal Agentic Document QA)](https://huggingface.co/datasets/OxRML/MADQA) — a benchmark of 2,250 human-authored questions over 800 heterogeneous PDF documents, evaluating agentic reasoning over document collections.