zhiqu22
commited on
Commit
·
497b6fc
1
Parent(s):
1c61cca
update
Browse files
README.md
CHANGED
@@ -33,12 +33,12 @@ pipeline_tag: translation
|
|
33 |
|
34 |
## Description
|
35 |
MITRE (Multilingual Translation with Registers) is a multilingual, decoder-only model designed for many-to-many translation tasks.
|
36 |
-
The technology, i.e., registering, is introduced in our [paper](
|
37 |
-
This repository allows you employ our pre-trained model for inference. If you want to reproduce the data mining and training, please refer to this [repository](
|
38 |
|
39 |
The model supports direct translation across 552 directions for 24 languages spanning over 5 language families.
|
40 |
You can use our models directly via the `transformers` libs.
|
41 |
-
An alternative version of MITRE with 913M parameters is also available in this [repository](
|
42 |
|
43 |
|
44 |
## Usages
|
@@ -103,5 +103,13 @@ Asian*: Chinese (zh), Japanese (ja), Korean (ko), Vietnamese (vi)
|
|
103 |
|
104 |
## BibTeX entry and citation info
|
105 |
```
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
```
|
|
|
33 |
|
34 |
## Description
|
35 |
MITRE (Multilingual Translation with Registers) is a multilingual, decoder-only model designed for many-to-many translation tasks.
|
36 |
+
The technology, i.e., registering, is introduced in our [paper](https://arxiv.org/abs/2501.02979).
|
37 |
+
This repository allows you employ our pre-trained model for inference. If you want to reproduce the data mining and training, please refer to this [repository](https://github.com/zhiqu22/mitre).
|
38 |
|
39 |
The model supports direct translation across 552 directions for 24 languages spanning over 5 language families.
|
40 |
You can use our models directly via the `transformers` libs.
|
41 |
+
An alternative version of MITRE with 913M parameters is also available in this [repository](https://huggingface.co/naist-nlp/mitre_913m).
|
42 |
|
43 |
|
44 |
## Usages
|
|
|
103 |
|
104 |
## BibTeX entry and citation info
|
105 |
```
|
106 |
+
@misc{qu2025registeringsourcetokenstarget,
|
107 |
+
title={Registering Source Tokens to Target Language Spaces in Multilingual Neural Machine Translation},
|
108 |
+
author={Zhi Qu and Yiran Wang and Jiannan Mao and Chenchen Ding and Hideki Tanaka and Masao Utiyama and Taro Watanabe},
|
109 |
+
year={2025},
|
110 |
+
eprint={2501.02979},
|
111 |
+
archivePrefix={arXiv},
|
112 |
+
primaryClass={cs.CL},
|
113 |
+
url={https://arxiv.org/abs/2501.02979},
|
114 |
+
}
|
115 |
```
|