boyang-runllama commited on
Commit
49d80b1
·
verified ·
1 Parent(s): 1fd0c65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ citation: |
58
 
59
  ![ExtractBench](thumbnails/extractbench_teaser.png)
60
 
61
- **Quick links:** [\[📜 Paper\]](https://arxiv.org/abs/2607.29677) [\[💻 Code\]](https://github.com/run-llama/ExtractBench)
62
 
63
  Given a document and a schema, a system returns structured data with evidence. The input is a full document, born-digital or scanned, and a schema written by the user. The output is a schema-valid JSON object, with the source page and a bounding box for each value as evidence. It must return correct, exhaustive values (including repeated records), correctly use `null` for absent information, and ground each extracted value.
64
 
 
58
 
59
  ![ExtractBench](thumbnails/extractbench_teaser.png)
60
 
61
+ **Quick links:** [\[🌐 Website\]](https://extractbench.ai) [\[📜 Paper\]](https://arxiv.org/abs/2607.29677) [\[💻 Code\]](https://github.com/run-llama/ExtractBench)
62
 
63
  Given a document and a schema, a system returns structured data with evidence. The input is a full document, born-digital or scanned, and a schema written by the user. The output is a schema-valid JSON object, with the source page and a bounding box for each value as evidence. It must return correct, exhaustive values (including repeated records), correctly use `null` for absent information, and ground each extracted value.
64