Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# XDoc
|
| 6 |
+
## Introduction
|
| 7 |
+
|
| 8 |
+
XDoc is a unified pre-trained model that deals with different document formats in a single model. With only 36.7% parameters, XDoc achieves comparable or better performance on downstream tasks, which is cost-effective for real-world deployment.
|
| 9 |
+
|
| 10 |
+
[XDoc: Unified Pre-training for Cross-Format Document Understanding](https://arxiv.org/abs/2210.02849)
|
| 11 |
+
Jingye Chen, Tengchao Lv, Lei Cui, Cha Zhang, Furu Wei, [EMNLP 2022](#)
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
|
| 15 |
+
If you find XDoc helpful, please cite us:
|
| 16 |
+
```
|
| 17 |
+
@article{chen2022xdoc,
|
| 18 |
+
title={XDoc: Unified Pre-training for Cross-Format Document Understanding},
|
| 19 |
+
author={Chen, Jingye and Lv, Tengchao and Cui, Lei and Zhang, Cha and Wei, Furu},
|
| 20 |
+
journal={arXiv preprint arXiv:2210.02849},
|
| 21 |
+
year={2022}
|
| 22 |
+
}
|
| 23 |
+
```
|