Skip to content
Merged

Vie #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Datasets/datasets_vie.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ XFUND is a multilingual form understanding benchmark dataset that includes human
<td>Chinese</td>
<td>
<p>
<a href="https://github.com/HCIILAB/EPHOIEalysis/XFUND">
<a href="https://github.com/HCIILAB/EPHOIE">
<img alt="Link" src="https://img.shields.io/badge/Official-2e8b57"></img>
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion SOTAs/sotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<strong><a href="./sotas_vie.md">Visual Information Extraction </a></strong> •
<strong>Table Structure Recognition </a></strong> •
<strong><a href="./sotas_tsr.md">Table Structure Recognition </a></strong> •
<strong>Layout Analysis </a></strong>
</p>

Expand Down
8 changes: 6 additions & 2 deletions SOTAs/sotas_tsr.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ This page contains performance on public benchmarks of visual information extrac
For comparing two cell structures, we use a method inspired by Hurst’s proto-links: for each table region we generate a list of adjacency relations between each content cell and its nearest neighbour in horizontal and vertical directions. No adjacency relations are generated between blank cells or a blank cell and a content cell. This 1-D list of adjacency relations can be compared to the ground truth by using precision and recall measures. If both cells are identical and the direction matches, then it is marked as correctly retrieved; otherwise it is marked as incorrect. Using neighbourhoods makes the comparison invariant to the absolute position of the table (e.g. if everything is shifted by one cell) and also avoids ambiguities arising with dealing with different types of errors (merged/split cells, inserted empty column, etc.).

$$
precision = \frac{correct adjacency relations}{total adjacency relations} \\
recall = \frac{correct adjacency relations}{detected adjacency relations} \\
precision = \frac{correct adjacency relations}{total adjacency relations}
$$
$$
recall = \frac{correct adjacency relations}{detected adjacency relations}
$$
$$
F1 = \frac{2 \times precision \times recall}{precision + recall}
$$

Expand Down
8 changes: 6 additions & 2 deletions SOTAs/sotas_vie.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ This page contains performance on public benchmarks of visual information extrac
Given the prediction of the model and the ground-truth, if the predicted string of a key category is completely consistent with the ground-truth, then it will be recorded as a true positive(TP) sample. Let $N_p$ denotes the number of predicted string, $N_g$ for the number of ground-truth entities, $N_t$ for the number of TP samples, then we have

$$
precision = \frac{N_t}{N_p} \\
recall = \frac{N_t}{N_g} \\
precision = \frac{N_t}{N_p}
$$
$$
recall = \frac{N_t}{N_g}
$$
$$
F1 = \frac{2 \times precision \times recall}{precision + recall}
$$

Expand Down
36 changes: 0 additions & 36 deletions datasets_old.md

This file was deleted.