--- title: MuDABench Viewer emoji: ๐Ÿ“Š colorFrom: blue colorTo: indigo sdk: static pinned: false license: apache-2.0 --- # ๐Ÿ“Š MuDABench Viewer Static viewer for **MuDABench** โ€” a benchmark for *multi-document analytical question answering* over large-scale financial document collections (Chinese A-share + US market filings). - Paper: (ACL 2026 Findings) - Code: - Dataset: Two tabs: - **๐Ÿ“š Corpus** โ€” every source document (589 PDFs). A searchable dropdown selects a document by title (`symbol ยท year ยท doctype`); filter by doc type or year. The panel shows the document's structured metadata โ€” every `value_*` field observed across the questions that cite it, with its schema description โ€” and renders the **PDF inline** (streamed from the Hugging Face dataset CDN). A collapsible list links to each question that references the document. - **โ“ Eval** โ€” the 332 analytical questions (166 `simple` + 166 `complex`; toggle between the two sets). Each question shows the gold **final answer**, the **supporting facts** (`source_answer`), and the **supporting documents** (each `value_*` field + description; click a document to jump to it in the Corpus tab). ## Data | File | Contents | |---|---| | `simple.json` | 166 questions with concise final answers (source, from HF) | | `complex.json` | 166 questions with longer analytical final answers (source, from HF) | | `eval.json` | 332 derived question records (Eval tab) | | `corpus_index.json` | 589 derived document records (Corpus tab) | The two derived files are regenerated from the source JSON with: ```bash python scripts/build_data.py ``` **PDFs are not bundled** (the corpus is ~4 GB). Each corpus record's `pdf` field points at the dataset CDN (`https://huggingface.co/datasets/Zhanli-Li/MuDABench/resolve/main/data/pdf/.pdf`), which serves PDFs `inline` with permissive CORS, so the `