Update README.md
Browse files
README.md
CHANGED
@@ -3,3 +3,28 @@
|
|
3 |
---
|
4 |
license: apache-2.0
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
license: apache-2.0
|
5 |
---
|
6 |
+
|
7 |
+
|
8 |
+
---
|
9 |
+
language: en
|
10 |
+
---
|
11 |
+
|
12 |
+
## BUDDI Table Factory: A toolbox for generating synthetic documents with annotated tables and cells
|
13 |
+
|
14 |
+
|
15 |
+
[BUDDI Table Factory]() XX
|
16 |
+
|
17 |
+
We present the dev results on SQuAD 1.1/2.0 and MNLI tasks.
|
18 |
+
|
19 |
+
| Model | SQuAD 1.1 | SQuAD 2.0 | MNLI-m |
|
20 |
+
|-------------------|-----------|-----------|--------|
|
21 |
+
| RoBERTa-base | 91.5/84.6 | 83.7/80.5 | 87.6 |
|
22 |
+
| XLNet-Large | -/- | -/80.2 | 86.8 |
|
23 |
+
| **DeBERTa-base** | 93.1/87.2 | 86.2/83.1 | 88.8 |
|
24 |
+
|
25 |
+
### Citation
|
26 |
+
|
27 |
+
If you find BTF useful for your work, please cite the following paper:
|
28 |
+
|
29 |
+
|
30 |
+
```
|