piushorn commited on
Commit
802880b
·
verified ·
1 Parent(s): 18cf0f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -27,6 +27,11 @@ configs:
27
 
28
  # PDF Parse Bench
29
 
 
 
 
 
 
30
  Benchmark for evaluating how effectively PDF parsing solutions extract **mathematical formulas** and **tables** from documents.
31
 
32
  We generate synthetic PDFs with diverse formatting scenarios, parse them with different parsers, and score the extracted content using **LLM-as-a-Judge**. This semantic evaluation approach [substantially outperforms traditional metrics](https://github.com/phorn1/pdf-parse-bench#why-llm-as-a-judge) in agreement with human judgment.
 
27
 
28
  # PDF Parse Bench
29
 
30
+ [![GitHub](https://img.shields.io/badge/GitHub-phorn1%2Fpdf--parse--bench-181717?logo=github&logoColor=white)](https://github.com/phorn1/pdf-parse-bench)
31
+ [![PyPI](https://img.shields.io/pypi/v/pdf-parse-bench)](https://pypi.org/project/pdf-parse-bench/)
32
+ [![arXiv](https://img.shields.io/badge/arXiv-2512.09874-b31b1b?logo=arxiv)](https://arxiv.org/abs/2512.09874)
33
+ [![arXiv](https://img.shields.io/badge/arXiv-2603.18652-b31b1b?logo=arxiv)](https://arxiv.org/abs/2603.18652)
34
+
35
  Benchmark for evaluating how effectively PDF parsing solutions extract **mathematical formulas** and **tables** from documents.
36
 
37
  We generate synthetic PDFs with diverse formatting scenarios, parse them with different parsers, and score the extracted content using **LLM-as-a-Judge**. This semantic evaluation approach [substantially outperforms traditional metrics](https://github.com/phorn1/pdf-parse-bench#why-llm-as-a-judge) in agreement with human judgment.