Datasets:

ArXiv:
License:
shinseung428 commited on
Commit
46b0fa0
1 Parent(s): 9bf95c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 ($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
 
 
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