Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Table Markdown Metrics
|
| 3 |
-
emoji: 📊
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
tags:
|
|
@@ -13,8 +13,9 @@ tags:
|
|
| 13 |
- table
|
| 14 |
- markdown
|
| 15 |
description: >-
|
| 16 |
-
Table evaluation metrics for assessing the matching degree between predicted
|
| 17 |
-
It calculates precision, recall, and F1 score for table
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Metric Card for Table Markdown Metrics
|
|
@@ -99,4 +100,4 @@ Example - Complex table comparison:
|
|
| 99 |
|
| 100 |
- [Markdown Tables](https://www.markdownguide.org/extended-syntax/#tables)
|
| 101 |
- [Table Structure Recognition](https://paperswithcode.com/task/table-structure-recognition)
|
| 102 |
-
- [Table Extraction](https://paperswithcode.com/task/table-extraction)
|
|
|
|
| 1 |
---
|
| 2 |
title: Table Markdown Metrics
|
| 3 |
+
emoji: 📊
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.29.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
tags:
|
|
|
|
| 13 |
- table
|
| 14 |
- markdown
|
| 15 |
description: >-
|
| 16 |
+
Table evaluation metrics for assessing the matching degree between predicted
|
| 17 |
+
and reference tables. It calculates precision, recall, and F1 score for table
|
| 18 |
+
data extraction or generation tasks.
|
| 19 |
---
|
| 20 |
|
| 21 |
# Metric Card for Table Markdown Metrics
|
|
|
|
| 100 |
|
| 101 |
- [Markdown Tables](https://www.markdownguide.org/extended-syntax/#tables)
|
| 102 |
- [Table Structure Recognition](https://paperswithcode.com/task/table-structure-recognition)
|
| 103 |
+
- [Table Extraction](https://paperswithcode.com/task/table-extraction)
|