paper-with-me

홈 › Papers

The En-Ru Two-way Integrated Machine Translation System Based on Transformer

2019-08-01 · WS 2019 8 · Doron Yu

Machine translation is one of the most popular areas in natural language processing. WMT is a conference to assess the level of machine translation capabilities of organizations around the world, which is the evaluation activity we participated in. In this review we participated in a two-way translation track from Russian to English and English to Russian. We used official training data, 38 million parallel corpora, and 10 million monolingual corpora. The overall framework we use is the Transformer neural machine translation model, supplemented by data filtering, post-processing, reordering and other related processing methods. The BLEU value of our final translation result from Russian to English is 38.7, ranking 5th, while from English to Russian is 27.8, ranking 10th.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Neural Machine Translation with Reordering Embeddings

2019-07-01 · ACL 2019 7 · Kehai Chen, Rui Wang, Masao Utiyama, Eiichiro Sumita

The reordering model plays an important role in phrase-based statistical machine translation. However, there are few works that exploit the reordering information in neural machine translation. In this paper, we propose …

DecoderMachine TranslationSentenceTranslation

Towards Reinforcement Learning for Pivot-based Neural Machine Translation with Non-autoregressive Transformer

2021-09-27 · Evgeniia Tokarchuk, Jan Rosendahl, Weiyue Wang, Pavel Petrushkov 외

Pivot-based neural machine translation (NMT) is commonly used in low-resource setups, especially for translation between non-English language pairs. It benefits from using high resource source-pivot and pivot-target lang…

Machine TranslationNMTreinforcement-learningReinforcement Learning (RL)+2

University of Tsukuba's Machine Translation System for IWSLT20 Open Domain Translation Task

2020-07-01 · WS 2020 7 · Hongyi Cui, Yizhen Wei, Shohei Iida, Takehito Utsuro 외

In this paper, we introduce University of Tsukuba{'}s submission to the IWSLT20 Open Domain Translation Task. We participate in both Chinese→Japanese and Japanese→Chinese directions. For both directions, our machine tran…

Machine TranslationRerankingTranslation

From Rule-Based Models to Deep Learning Transformers Architectures for Natural Language Processing and Sign Language Translation Systems: Survey, Taxonomy and Performance Evaluation

2024-08-27 · Nada Shahin, Leila Ismail

With the growing Deaf and Hard of Hearing population worldwide and the persistent shortage of certified sign language interpreters, there is a pressing need for an efficient, signs-driven, integrated end-to-end translati…

Machine TranslationSign Language TranslationTranslation

The University of Sydney's Machine Translation System for WMT19

2019-06-30 · WS 2019 8 · Liang Ding, DaCheng Tao

This paper describes the University of Sydney's submission of the WMT 2019 shared news translation task. We participated in the Finnish$\rightarrow$English direction and got the best BLEU(33.0) score among all the partic…

Data AugmentationMachine TranslationRerankingTranslation