<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Deep Learning Approach to English-Tamil and Hindi-Tamil Verb Phrase Translations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>D. Thenmozhi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>B. Senthil Kumar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chandrabose Aravindan</string-name>
          <email>aravindancg@ssn.edu.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of CSE, SSN College of Engineering</institution>
          ,
          <addr-line>Chennai</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Verb phrase (VP) translation focuses on translating all forms of verbs that helps in Machine translation (MT) task. This has several applications such as cross lingual information retrieval (CLIR), speech synthesis, natural language understanding and generation. VP translation is a challenging task due to variations of characteristics, structure and families among the languages. Further, developing a language independent methodology for VP translation is an interesting task. In this paper, we present a deep learning methodology for English-Tamil and Hindi-Tamil VP translations. We have adopted neural machine translation model to implement our methodology for VP translation. Our approach was evaluated using the data set given by VPT-IL@FIRE2018 shared task.</p>
      </abstract>
      <kwd-group>
        <kwd>Verb Phrase Translation Machine Translation Text mining Deep Learning Indian Languages Tamil Language</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Verb phrase (VP) translation is part of Machine translation (MT) task which
focuses on translating all forms of verbs such as main verb, auxiliary verb,
nite verb, non- nite verb and negation verb. This has several applications such
as MT [
        <xref ref-type="bibr" rid="ref10 ref3">10, 3</xref>
        ], cross lingual information retrieval (CLIR) [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ], speech
synthesis, sentence simpli cation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], natural language understanding and
generation. VPs carry several information like tense, modal and person-number-gender
(PNG). VP translation is a challenging task due to the characteristics that vary
from language to language. Some languages such as Tamil, Hindi and Telugu
have subject-verb agreement and other languages such as English and
Malayalam may not have subject-verb agreement. For example, \avan vanthaan" and
\avaL vanthaaL", i.e the verb \vanthaan" or \vanthaaL" is decided by the
subject \avan" or \avaL". However, in English \came" is the common verb for
both \he" or \she". Also, due to variation in structure namely
subject-verbobject (SVO) or subject-object-verb (SOV) of the languages, VP translation
is a challenging task. Several researches have been reported [
        <xref ref-type="bibr" rid="ref10 ref14 ref3 ref4 ref5 ref6 ref9">4, 3, 5, 14, 9, 10, 6</xref>
        ]
with various methodologies such as rule-based, phrase-based, statistical-based,
machine learning and hybrid techniques for machine translation. Government
of India released1 a tool Sampark for performing machine translation among
      </p>
      <sec id="sec-1-1">
        <title>1 https://sampark.iiit.ac.in/sampark/web/index.php/content</title>
        <p>Indian languages. Recently, Microsoft claims that developing deep neural
network for Indian language translations brings more accuracy2. Further, developing
methodology that performs VP translation between di erent language families
such as Indo-Aryan, Indo-European and Dravidian is a di cult task. The shared
task VPT-IL@FIRE2018 focuses on VP translations between di erent language
families. The goal of VPT-IL@FIRE2018 task is to research and develop
techniques to English-Tamil and Hindi-Tamil VP translations. VPT-IL@FIRE2018
is a shared Task on Verb Phrase Translation in English and Indian languages
collocated with Forum for Information Retrieval Evaluation (FIRE-2018). This
paper focuses on developing a methodology which does not require any
linguistic knowledge that can translate VPs between any two languages of di erent
families.
2</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Proposed Methodology</title>
      <p>
        A Sequence to Sequence (Seq2Seq) [
        <xref ref-type="bibr" rid="ref11 ref2">11, 2</xref>
        ] deep neural network is used in our
approach for English-Tamil and Hindi-Tamil verb phrase translations. The steps
used in our approach are given below.
      </p>
      <p>{ Extract English / Hindi VP sequences and Tamil VP input sequences from
the given training data (English / Hindi and Tamil sentences) using the VP
mapping information.
{ Split the English / Hindi VP sequences and Tamil VP input sequences into
training and development sets
{ Determine vocabulary from both English / Hindi VP input sequences and</p>
      <p>Tamil VP input sequences.
{ Build a deep neural network using Seq2Seq model with the layers namely
embedding layer, encoding-decoding layer and projection layer with attention
wrapper.
{ Extract English / Hindi VP sequences from English / Hindi sentences of the
test data
{ Predict the Tamil VP output sequences for the English / Hindi VP sequences.
{ Construct the Tamil VP output sequences into required output format.</p>
      <p>The steps are detailed below.
2.1</p>
      <sec id="sec-2-1">
        <title>Extraction of VP Sequences</title>
        <p>The given text consists of parallel sentences in English and Tamil languages
for Task 1 and parallel sentences in Hindi and Tamil for Task 2. The input
sentences are tagged with sentence id and language information. Figure 1 shows
the example parallel sentences for English and Tamil and Figure 2 shows the
parallel sentences for Hindi and Tamil.
2
https://news.microsoft.com/en-in/features/indian-language-translation-using-deepneural-networks-announcement/</p>
        <p>We have prepared the data in such a way that Seq2Seq deep learning
algorithm may be applied. The English / Hindi VP input sequences and Tamil
VP input sequences are constructed separately by extracting verb phrases from
English / Hindi and Tamil sentences based on the VP mapping which consists
of information namely sentence id, source language, target language, VP id,
VP source information and VP target information. The VP source and target
information consists of VP start position and length elds. The format of VP
mapping is given in Figures 3 and 4.</p>
        <p>
          The VP start position and length elds are used to extract the verb phrases
present in sentences. For the above examples, the verb phrases are extracted as
shown in Figures 5 and 6
We have adopted Neural Machine Translation (NMT) framework [
          <xref ref-type="bibr" rid="ref7 ref8">8, 7</xref>
          ] based on
Seq2Seq model for VP translation task. Figure 7 shows the di erent layers used
in deep neural network to build model for VP translation.
        </p>
        <p>
          The verb phrases that are extracted using the previous step are given to
the deep neural network. Sequence of layers namely embedding layer,
encoderdecoder layer and projection layer are employed in the neural network to obtain
Tamil VPs. We have determined the vocabulary for both English / Hindi VP
input sequences (source input sequences) and Tamil VP input sequences (target
input sequences). The source input sequences and the target input sequences
are splitted into training sets and development sets. The English / Hindi VP
input sequences with m words x1; x2; :::xm and Tamil VP input sequences with
n words y1; y2; :::yn where m need not be equal to n are given to the embedding
layer. The embedding layer learns weight vectors from the source input sequences
and target input sequence based on their vocabulary. These vectors are given
to multi-layer LSTM that performs encoding and decoding operations. We have
used an attention mechanism [
          <xref ref-type="bibr" rid="ref1 ref7">1, 7</xref>
          ] to obtain an overall word alignment between
the source and target sequences. The main idea of attention mechanism is to have
direct connection between the source and target by paying attention to relevant
source words (English / Hindi) as we translate into Tamil phrase. projection
layer that utilizes Softmax activation function is used to obtain the Tamil VP
output sequences.
2.3
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Prediction</title>
        <p>The model that is built by using deep neural network is used to predict Tamil VP
output sequences for the given English / Hindi verb phrases of test data. For this,
we have extracted English / Hindi verb phrases from English / Hindi sentences
of test data using the VP mapping information. The sample sentences given for
English / Hindi languages and the corresponding VP mapping information for
test data are shown in Figures 8 and 9.</p>
        <p>The Tamil VP output sequences are obtained for the extracted English /
Hindi VP input sequences using the deep neural model based on sequence
mapping. We have constructed the Tamil VP output sequences for the test data into
the required output format which is shown in Figure 10.
We have used Python to extract VPs from English, Hindi and Tamil sentences.
We have used TensorFlow for implementing the deep neural network. We have
used the data set provided by VPTIL@FIRE2018 to evaluate our methodology.
The data set used to evaluate the verb phrase translation task consists of a
training set and test set for separately for English-Tamil and Hindi-Tamil. The
training data contains parallel sentences in English and Tamil languages for
Task 1 and parallel sentences in Hindi and Tamil languages for Task 2. VP
mapping information is provided separately for both the tasks which consists
of the attributes namely sentence id, source language, target language, VP id,
VP source information and VP target information. The VP source and target
information values have two parts namely VP start position and length of the
VP. The details of the VPTIL@FIRE2018 data are given in Table 1.</p>
        <p>We have extracted the textual part of the input sentences by removing the
&lt;Sent&gt; tags. For example, we have extracted the text \ENG:The General of the
Chozha forces in Lanka at that time was Kodumbalur Poodhi Vikrama Kesari ."
from the input &lt;Sent Id=1 lang='en'&gt;ENG:The General of the Chozha forces
in Lanka at that time was Kodumbalur Poodhi Vikrama Kesari .&lt; =Sent&gt; by
removing &lt;Sent Id=1 lang='en'&gt; and &lt; =Sent&gt;. We have used the VP start
position and length elds of VP source and target information from VP mapping
to extract the verb phrases present in source and target languages. For
example, the text that starts at position 59 for 3 character length is extracted from
English with sentId 1 using the VP mapping information &lt;vpInfo sentId='1'
srcLang='en' tgtLang='ta' vpId='1' vp src info='59,3' vp tgt info='92,9'&gt;. The
obtained English VP input sequence with respect to vpId 1 is \was". For some
sentences, the tokens for the verb phrase may not be continuous. For
example, the VP mapping &lt;vpInfo sentId='13' srcLang='en' tgtLang='ta' vpId='20'
vp src info='41,7;56,14' vp tgt info='59,15'&gt; conveys that the English VP
sequence is present in two postions 41 and 56 with the length 7 and 14 respectively
in the sentence &lt;Sent Id=13 lang='en'&gt;ENG:He opened his eyes and found the
cat rubbing itself a ectionately against him .&lt; =Sent&gt;. We have extracted the
VPs in two positions as \rubbing" and \a ectionately", and concatenated them
as a single VP "rubbing a ectionately" with respect to vpId 13 for English.</p>
        <p>The extracted English / Hindi VP input sequences and Tamil VP input
sequences are splitted into train set and development set to feed into the deep
neural network. The details of the splits are given in Table 2.</p>
        <p>
          We have used TensorFlow code based on tutorial code released by Neural
Machine Translation 3 [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] that was developed based on Sequence-to-Sequence
(Seq2Seq) models [
          <xref ref-type="bibr" rid="ref1 ref11 ref8">11, 1, 8</xref>
          ] to implement our deep learning approach for VP
translations. We have implemented the Seq2Seq model using several parameters.
The details are given below.
        </p>
        <p>{ Recurrent unit: LSTM
{ Direction: Bi-directional
{ No. of layers: 8
{ Dropout: 0.2
{ Batch size: 128
{ Attention: Bahdanau
{ Number of training steps: 50000</p>
        <p>We have extracted the English / Hindi VP input sequences from the test
data similar to training data. The Tamil VP output sequences are inferred with</p>
        <sec id="sec-2-2-1">
          <title>3 https://github.com/tensor ow/nmt</title>
          <p>respect to the English / Hindi VP input sequences for the given test instances
using our bi-LSTM model. Finally, we have converted the obtained Tamil VP
output sequences into the required output format for the submission by adding
the attribute as \translatedVP". The output format is shown in Figure 10.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>We have evaluated our models for English-Tamil and Hindi-Tamil VP
translations using the data set provided by VPT-IL@FIRE2018 shared task. Table 3
shows the precision and recall values we have obtained for the test data using
our models.
We have presented a deep learning approach based on Seq2Seq model for
EnglishTamil and Hindi-Tamil VP translations. We have used the data set provided by
VPT-IL@FIRE2018 shared task. We have extracted English / Hindi VP
sequences (source sequences) and Tamil VP input sequences (target sequences)
from the given training data namely English / Hindi sentences and Tamil
sentences respectively using verb phrase start position and length elds of source
and target information present in the VP mapping le. These source and target
input sequences are given to the deep neural network. The network consists of an
embedding layer, encoding-decoding layer with 8-layer LSTM and a projection
layer to translate the verb phrases from English / Hindi to Tamil. The
embedding layer converts the source VP sequences and target VP input sequences into
their vector representations based on the vocabulary of the source and target
languages respectively. We have adopted Neural Machine Translation model for
this task. The weight vectors learnt from embedding layer for training data are
given to 8-layer LSTM where encoding and decoding are performed. We have
used Bahdanau attention wrapper to obtain an overall word alignment between
the source and target input sequences. Projection layer that uses Softmax
activation function is used to obtain the Tamil verb phrase output sequences. This
model is used to infer the Tamil VP output sequences for English / Hindi verb
phrases of test data. Finally, the translated Tamil VP output sequences are
converted to the required output format for submission. We have obtained precision
and recall values as 10.06% and 16.53% respectively for English - Tamil verb
translations. For Hindi - Tamil verb translations, we have obtained precision
and recall values as 16.84% and 18.21% respectively. The performance may be
improved further with increased data set by incorporating more hidden layers,
di erent attentions and increasing training steps.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bahdanau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.:</given-names>
          </string-name>
          <article-title>Neural machine translation by jointly learning to align and translate</article-title>
          .
          <source>arXiv preprint arXiv:1409.0473</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , Van Merrienboer,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Gulcehre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Bahdanau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Bougares</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Schwenk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          :
          <article-title>Learning phrase representations using rnn encoder-decoder for statistical machine translation</article-title>
          .
          <source>arXiv preprint arXiv:1406.1078</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Devi</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pralayankar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavitha</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menaka</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Translation of hindi se to tamil in a mt system</article-title>
          .
          <source>In: Information Systems for Indian Languages</source>
          , pp.
          <volume>246</volume>
          {
          <fpage>249</fpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Devi</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pralayankar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menaka</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bakiyavathi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ram</surname>
            ,
            <given-names>R.V.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavitha</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Verb transfer in a tamil to hindi machine translation system</article-title>
          .
          <source>In: Asian Language Processing (IALP)</source>
          , 2010 International Conference on. pp.
          <volume>261</volume>
          {
          <fpage>264</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hasler</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>de Gispert</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stahlberg</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waite</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Byrne</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Source sentence simpli cation for statistical machine translation</article-title>
          .
          <source>Computer Speech &amp; Language</source>
          <volume>45</volume>
          ,
          <issue>221</issue>
          {
          <fpage>235</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Jadoon</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Anwar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Durrani</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <article-title>: Machine translation approaches and survey for indian languages</article-title>
          .
          <source>arXiv preprint arXiv:1701.04290</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Luong</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brevdo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>Neural machine translation (seq2seq) tutorial</article-title>
          . https://github.com/tensor ow/nmt (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Luong</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pham</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C.D.:
          <article-title>E ective approaches to attention-based neural machine translation</article-title>
          .
          <source>arXiv preprint arXiv:1508.04025</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Macketanz</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Avramidis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burchardt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Helcl</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Srivastava</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Machine translation: Phrase-based, rule-based and neural approaches with linguistic evaluation</article-title>
          .
          <source>Cybernetics and Information Technologies</source>
          <volume>17</volume>
          (
          <issue>2</issue>
          ),
          <volume>28</volume>
          {
          <fpage>43</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Sridhar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sethuraman</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krishnakumar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>English to tamil machine translation system using universal networking language</article-title>
          .
          <source>Sadhana</source>
          <volume>41</volume>
          (
          <issue>6</issue>
          ),
          <volume>607</volume>
          {
          <fpage>620</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.V.</given-names>
          </string-name>
          :
          <article-title>Sequence to sequence learning with neural networks</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>3104</volume>
          {
          <issue>3112</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Thenmozhi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aravindan</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Tamil-english cross lingual information retrieval system for agriculture society</article-title>
          .
          <source>In: Tamil Internet Conference (TIC2009)</source>
          , 9th International Conference on. pp.
          <volume>173</volume>
          {
          <issue>178</issue>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Thenmozhi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aravindan</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Ontology-based tamil{english cross-lingual information retrieval system</article-title>
          .
          <source>Sadhana</source>
          <volume>43</volume>
          (
          <issue>10</issue>
          ),
          <volume>157</volume>
          :1{
          <issue>14</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiong</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Zhang, M.:
          <article-title>Translating phrases in neural machine translation</article-title>
          .
          <source>arXiv preprint arXiv:1708</source>
          .
          <year>01980</year>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>