Views
No views yet
git clone https://github.com/qiyuw/WSPAlign.InferEval.gittransformers, SpaCy and torch are required.python inference.py --model_name_or_path qiyuw/WSPAlign-ft-kftt --src_lang ja --src_text="私は猫が好きです。" --tgt_lang en --tgt_text="I like cats."inference.py for details usage.1@inproceedings{wu-etal-2023-wspalign,
2 title = "{WSPA}lign: Word Alignment Pre-training via Large-Scale Weakly Supervised Span Prediction",
3 author = "Wu, Qiyu and Nagata, Masaaki and Tsuruoka, Yoshimasa",
4 booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
5 month = jul,
6 year = "2023",
7 address = "Toronto, Canada",
8 publisher = "Association for Computational Linguistics",
9 url = "https://aclanthology.org/2023.acl-long.621",
10 pages = "11084--11099",
11}