shinseung428
commited on
Commit
•
46b0fa0
1
Parent(s):
9bf95c0
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ $$
|
|
45 |
TEDS(T_a, T_b) = 1 - \frac{EditDist(T_a, T_b)}{\max(|T_a|, |T_b|)}
|
46 |
$$
|
47 |
|
48 |
-
The equation evaluates the similarity between two tables by modeling them as tree structures (
|
49 |
This metric evaluates how accurately the table structure is predicted, including the content of each cell.
|
50 |
A higher TEDS score indicates better overall performance in capturing both the table layout and the textual content.
|
51 |
|
|
|
45 |
TEDS(T_a, T_b) = 1 - \frac{EditDist(T_a, T_b)}{\max(|T_a|, |T_b|)}
|
46 |
$$
|
47 |
|
48 |
+
The equation evaluates the similarity between two tables by modeling them as tree structures (T_a and T_b).
|
49 |
This metric evaluates how accurately the table structure is predicted, including the content of each cell.
|
50 |
A higher TEDS score indicates better overall performance in capturing both the table layout and the textual content.
|
51 |
|