Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- de
|
6 |
+
- fr
|
7 |
+
- zh
|
8 |
+
- ja
|
9 |
+
- ro
|
10 |
+
tags:
|
11 |
+
- word alignment
|
12 |
+
- multilingual
|
13 |
+
- translation
|
14 |
---
|
15 |
+
# Model Description
|
16 |
+
Refer to [https://github.com/qiyuw/WSPAlign](https://github.com/qiyuw/WSPAlign)
|
17 |
+
|
18 |
+
# Citation
|
19 |
+
Cite our paper if PCL helps your work:
|
20 |
+
|
21 |
+
```bibtex
|
22 |
+
@inproceedings{wu-etal-2023-wspalign,
|
23 |
+
title = "{WSPA}lign: Word Alignment Pre-training via Large-Scale Weakly Supervised Span Prediction",
|
24 |
+
author = "Wu, Qiyu and Nagata, Masaaki and Tsuruoka, Yoshimasa",
|
25 |
+
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
26 |
+
month = jul,
|
27 |
+
year = "2023",
|
28 |
+
address = "Toronto, Canada",
|
29 |
+
publisher = "Association for Computational Linguistics",
|
30 |
+
url = "https://aclanthology.org/2023.acl-long.621",
|
31 |
+
pages = "11084--11099",
|
32 |
+
}
|
33 |
+
```
|