<!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>Inferring Translation Candidates for Multilingual Dictionary Generation with Multi-Way Neural Machine Translation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mihael Arcan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniel Torregrosa</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sina Ahmadi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>John P. McCrae</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Insight Centre for Data Analytics Data Science Institute National University of Ireland Galway</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the widely-connected digital world, multilingual lexical resources are one of the most important resources, for natural language processing applications, including information retrieval, question answering or knowledge management. These applications bene t from the multilingual knowledge as well as from the semantic relation between the words documented in these resources. Since multilingual dictionary creation and curation is a time-consuming task, we explored the use of multi-way neural machine translation trained on corpora of languages from the same family and trained additionally with a relatively small human-validated dictionary to infer new translation candidates. Our results showed not only that new dictionary entries can be identi ed and extracted from the translation model, but also that the expected precision and recall of the resulting dictionary can be adjusted by using di erent thresholds.</p>
      </abstract>
      <kwd-group>
        <kwd>Neural machine translation</kwd>
        <kwd>Dictionary generation</kwd>
        <kwd>Automatic inference</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The growing amount of semantically structured monolingual, as well as
multilingual resources, such as dictionaries or knowledge graphs (KGs), o ers an excellent
opportunity to explore, link and to enrich them with missing multilingual
knowledge. Since a manual translation of such resources is very time-consuming and
expensive, this work focuses on the translation and evaluation of dictionary
entries between French and Spanish, extracted from the Wiktionary dictionary.1
Furthermore, we focused on a less-resourced scenario, where a su cient amount of
parallel data to train a neural machine translation (NMT) system is not available.</p>
      <p>In this scenario, we targeted bilingual dictionary generation using no or a
minimal set of parallel sentences of the targeted language pair, and trained a
multiway NMT system on well-resourced language pairs. Our parallel corpus consisted
of parallel sentences between English and Spanish, French and Romanian, and</p>
    </sec>
    <sec id="sec-2">
      <title>1 https://www.wiktionary.org/, dump version 20190201</title>
      <p>
        Italian and Portuguese, where the targeted translation direction, i.e.
FrenchSpanish, was not explicitly linked to the parallel training corpus. To improve the
translation quality of the Wiktionary dictionary entries, we continued training
the existing multi-way NMT system with a limited set of parallel entries of
the targeted language pair. For this goal, we used two di erent datasets: the
French-Spanish dictionary from Apertium [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], a rule-based machine translation
platform, (Figure 1) and a small parallel French-Spanish corpus.2
PT
      </p>
      <p>GL</p>
      <p>RO</p>
      <p>AST
IT</p>
      <p>CA
FR</p>
      <p>ES</p>
      <p>EN</p>
      <p>AN</p>
      <p>EU
EO</p>
      <p>OC
In this section, we give an overview on methods to acquire multilingual lexicons
using similarity measures and graph based approaches.</p>
      <p>
        [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] generated a bilingual dictionary using the structure of the source
dictionaries. They introduced the Inverse Consultation (IC) approach which measures the
semantic distance between two words based on the number of their common words
in the pivot language. Using this method, [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] created an English-Gujarati lexicon
using Hindi as the pivot. Similarly, [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] used English as an intermediate language
to create a Chinese-Japanese lexicon. The IC method was extended by taking
more lexical and semantic information into account [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. For instance, [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] used
part-of-speech information and semantic classes to produce a Japanese-Malay
dictionary with English as the pivot. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] created a Japanese-Swedish dictionary
by linking words based on the sense de nitions, whereby [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] constructed a
Japanese-Chinese dictionary using a pivot English lexicon and co-occurrences
information for more accurate alignment.
      </p>
      <p>
        The high dependency of the IC method on one language as a pivot has been
shown to create limited translations with ambiguity and low recall [
        <xref ref-type="bibr" rid="ref17 ref20">20, 17</xref>
        ]. One
way to remedy this is to use multiple pivot languages with additional resources.
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] generated a Korean-Japanese dictionary using English and Chinese pivot
languages and an English thesaurus. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] described the automatic generation of a
      </p>
      <sec id="sec-2-1">
        <title>2 The used datasets and the trained NMT models are available at</title>
        <p>
          http://server1.nlp.insight-centre.org/tiad2019/
multilingual resource, called PanDictionary. In this work, the authors used
probabilistic inference over the translation graph. The construction of the dictionary
consisted of extracting knowledge from existing dictionaries and combining the
obtained knowledge into a single resource. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] took advantage of the semantic
structure of WordNet as the pivot language for creating a new lexicon for
lessresourced languages. [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] used string distance to create bilingual lexicons based
on transduction models of cognates, as languages belonging to a speci c language
family usually share many cognates.
        </p>
        <p>
          In recent years, there has been an increasing usage of graph-based algorithms
such as random walk and graph sampling techniques for multilingual dictionary
generation [
          <xref ref-type="bibr" rid="ref2 ref27">2, 27</xref>
          ]. [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] proposed a system for generating translation candidates
using a graph-based approach with a weighting scheme and a collocation-based
model based on the parallel corpus Europarl. In contrast, [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] focused on nding
cycles of translations in the graph. By nding cycles of translations in the
graph of all lexical entries with translations treated as undirected edges, the
proposed approach was able to infer translations with reasonable accuracy. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] used
supervised machine learning to predict high-quality candidate translation pairs.
They train a Support Vector Machine for classifying valid or invalid translation
candidates. For this, they used several features, e.g. frequency of source word in
a dictionary or minimum/maximum path length. Furthermore, string similarity
leveraging, i.e. Levenshtein distance, was also taken into consideration.
3
        </p>
        <sec id="sec-2-1-1">
          <title>Methodology</title>
          <p>
            Multi-way neural machine translation To perform experiments on NMT
models with a minimal set of parallel data, i.e. for less-resourced languages,
we trained a multi-source and multi-target NMT model [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ] with well-resourced
language pairs. In our work, we have chosen parallel corpora part in the Romance
language family, i.e. Spanish, Italian, French, Portuguese, Romanian, as well as
English. To train the multi-way NMT system, we restricted the language pairs to
English-Spanish, French-Romanian and Italian-Portuguese. Within this setting,
the NMT system learns to translate text between languages mentioned above,
but not between the French-Spanish language pair, which is the target of this
work.
          </p>
          <p>Continuous training with a limited set of parallel data To allow the NMT
model to align words in the embedding space between French and Spanish, we used
the trained multi-way model3 and continued the training of the network based
on a minimal set of the French-Spanish parallel data. Without this procedure,
the default multi-way system could not generate a translation of the targeted
French-Spanish language pair and would instead generate translations into a
non-Spanish language. As an example, when translating the French sentence:
il est donc conclu que l'etablissement d'un prejudice ne depend pas de
l'utilisation de 2008 comme annee de depart.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>3 Trained on English-Spanish, French-Romanian and Italian-Portuguese parallel data</title>
        <p>the default multi-way model generates a sentence in Romanian:
prin urmare, se concluzioneaza ca instituirea prejudiciului nu depinde de
utilizarea din 2008 ca anul de plec are.</p>
        <p>The system further trained on the minimal French-Spanish dataset properly
generates the Spanish translation:
por consiguiente, se concluye que el establecimiento de un perjuicio no
depende de la utilizacion del an~o 2008 como an~o de partida.</p>
        <p>For the continuous training of the multi-way model, we experimented with
di erent datasets:
{ Continuous training of the default multi-way model with 2,000 French-Spanish
parallel sentences (iix in Figure 2)
{ Continuous training of the default multi-way model with around 14,000</p>
        <p>French-Spanish entries extracted from the Apertium dataset (iiix in Figure 2)
{ First, continuous training of the multi-way model with 2,000 French-Spanish
parallel sentences. Second, the sentence adjusted multi-way NMT system is
further trained on the Apertium dataset (ivx in Figure 2)
4</p>
        <sec id="sec-2-2-1">
          <title>Experimental Setup</title>
          <p>In this section, we give an overview on the datasets and the translation toolkit
used in our experiment.
4.1</p>
          <p>
            Neural Machine Translation Toolkit
For our experiments, we used OpenNMT [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ], a generic deep learning framework
mainly specialised in sequence-to-sequence models covering a variety of tasks
such as machine translation, summarisation, speech processing and question
answering. We used the following neural network training parameters: 2 hidden
layers, 500 hidden LSTM (long short term memory) units, input feeding enabled,
a batch size of 64, 0.3 dropout probability and a dynamic learning rate decay.
We train the network for 13 epochs and report the results in Section 5.
4.2
          </p>
          <p>
            Byte Pair Encoding
A common problem in training a neural network is the computational complexity,
which causes the vocabulary to be limited to a speci c threshold. Because of
this, the neural network cannot learn expressions of rare words. Therefore, if the
training method does not see a speci c word or phrase multiple times during
training, it will not learn the interpretation of the word. This challenge is even
more evident in sequence-to-sequence models used for machine translation. To
overcome this limitation, di erent methods were suggested, i.e. character based
neural model [
            <xref ref-type="bibr" rid="ref13 ref4">4, 13</xref>
            ] or the usage of subword units, e.g. Byte Pair Encoding (BPE).
The latter one was successfully adapted for word segmentation speci cally for
Neural Machine Translation [
            <xref ref-type="bibr" rid="ref19">19</xref>
            ]. BPE [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ] is a form of data compression that
Monolingual # Tokens
          </p>
          <p>English 16;116;345
Spanish 17;760;791</p>
          <p>French 19;147;907
Romanian 16;567;238</p>
          <p>Italian 17;266;710
Portuguese 17;558;350
# Types
# Subwords # Uniq. Subwords # Lines
iteratively replaces the most frequent pair of bytes in a sequence with a single,
unused byte. Instead of merging frequent pairs of bytes as shown in the original
algorithm, characters or character sequences are merged for the purposes of
natural language generation. To achieve this, the symbol vocabulary is initialised
with the character vocabulary, and each word is represented as a sequence of
characters|plus a special end-of-word symbol, which allows restoring the original
tokenisation after the generating the answer based on the given question. This
process is repeated as many times as new symbols are created.
4.3</p>
          <p>
            Datasets
To train the multi-way model described in Section 3, we used the DGT
(DirectorateGeneral for Translation ) corpus [
            <xref ref-type="bibr" rid="ref23">23</xref>
            ], a publicly accessible resource provided by
the European Commission to support multilingualism and the re-use of European
Commission information available in 24 di erent European languages. The
English, Spanish, French, Romanian, Italian and Portuguese languages were selected
to train the multi-way NMT system, from which we extracted 768,344 translated
sentences present in all six languages within the DGT corpus (Table 1).
          </p>
          <p>Additionally, we extracted two di erent Spanish-French dictionaries: one
containing all the canonical forms stored in the Spanish-French Apertium bilingual
dictionary le,4 with a total of 22,229 entries; and another one by accessing the</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4 Version cfc5995c5369ddb158cd266fcb8d4b74ed8dbdd0.</title>
      <p>Wiktionary dictionary, with a total of 58,659 entries. While the former dictionary
was used to re ne the output of the NMT system, the later was used as a gold
standard for evaluation.
4.4</p>
      <p>Evaluation and metrics
In order to evaluate the system, we used the trained multi-way NMT models
applying the default, 1-best translation settings and a 10-best with a beam width
of 10 to translate the corresponding side of the Wiktionary dictionary.</p>
      <p>The main evaluation metrics that are used are precision and recall, using the
dictionary entries extracted from Wiktionary as a reference. As NMT does not
only provide the translations, but also the con dence score of each one, we can
perform a receiver operating characteristic analysis; by using di erent thresholds
of the con dence score, we are able to obtain a smaller, more precise dictionary,
or a larger, less precise one.
5</p>
      <sec id="sec-3-1">
        <title>Results</title>
        <p>
          In this section, we present the results of the evaluation of the dictionaries
generated using four di erent approaches: (i) by dumping the Apertium
FrenchSpanish dictionary, (ii) the multi-way NMT (English-Spanish, French-Romanian
and Italian-Portuguese) model further trained on French-Spanish sentences, (iii)
the multi-way NMT model further trained on the French-Spanish Apertium
dictionary entries and (iv) the multi-way NMT model further trained rst on the
French-Spanish sentences and then on the French-Spanish Apertium dictionary
entries. Further experiments without explicit parallel data are demonstrated in
[
          <xref ref-type="bibr" rid="ref25">25</xref>
          ].
5.1
        </p>
        <p>Quantitative evaluation
The results for the quantitative evaluation can be found in Figure 2. As expected,
adjusting the threshold to be more strict leads to higher precision at the expense
of having a lower recall; using a looser threshold leads to the opposite behaviour.</p>
        <p>The low recall can be explained by the nature of our reference dictionary;
Wiktionary includes many di erent idioms, proper nouns, colloquial or dialectal
variants. For example, in the English dictionary, we found entries such as Adyghe
Autonomous Oblast (classi ed as a proper noun), birds of the feather ock together
(classi ed as a phrase) or black over Bill's mother's (classi ed as an adjective).
This a ects the precision of the translations, as the NMT system will have a
hard time translating proper nouns, terminological expressions or idioms, due to
their infrequent appearance in the parallel corpora used to train the translation
models.</p>
        <p>While the performance of the model tuned on both sentences and dictionary
entries (iv) is slightly higher than the one of the model tuned only on dictionary
entries (iii), the second approach might be much more interesting, as it requires</p>
        <sec id="sec-3-1-1">
          <title>Spanish!French</title>
          <p>0:08</p>
          <p>0:12</p>
          <p>Recall</p>
          <p>French!Spanish
0:04
0:16
0:2
1
0:8
ion 0:6
s
i
c
re 0:4
P
0:2
0
1
0:8
ion 0:6
s
i
c
reP 0:4
0:2
0
0
0
0:05</p>
          <p>0:1
Recall
0:15
0:2
i ii1 ii10 iii1 iii10 iv1 iv10
Fig. 2. Results for the receiver operating characteristic curve using all possible score
thresholds for the systems tuned on sentences (iix), on the generated dictionary (iiix)
and both (ivx) with 1-best and default beam of 5 (x=1) and 10-best and beam of
10 (x=10), and the dictionary extracted from Apertium (i). While all the possible
thresholds are shown as a line, only a subset of them are shown as points to ease the
visualisation.
no parallel corpora. The performance of the system trained on sentences only
(ii) is lower than the other two models, since the amount of unique words in
the corpus is smaller than the one present in the Apertium dictionary ( 2,000
vs 25,000). Surprisingly, the precision of the Apertium extracted dictionary
(labelled as i in Figure 2) is quite low. In the following section, we perform a
qualitative evaluation of the results in order to better explain this behaviour.
5.2</p>
          <p>Qualitative evaluation
One of the major issues on automatically evaluating newly generated dictionaries
is that there is no such thing as an ideal dictionary; all dictionaries used for
evaluation will be incomplete due to various reasons, such as new meanings
arising, old meanings falling in disuse, or infrequent words that get exclude for
the sake of clarity and brevity.</p>
          <p>For example, in the Spanish-French dictionary, Apertium contains
SpanishFrench entries such as bienal-biennale or inhumanamente-inhumanement that
might have not been included in Wiktionary due to the use of pre xes, or
polinizador-polinizateur due to not being frequent enough. Apertium also contains
the translation for many proper nouns and idioms that are not covered in
Wiktionary (and vice-versa).</p>
          <p>When analysing the translations provided by the multi-way NMT system, we
observed that the system is not able to pick up some idioms and expressions.
For example, the Spanish word bajo, part of the dictionary entry bajo
sajonsous saxon, has been translated into French as sous (en. under ) instead of bas
(en. lower ). Similarly, syndrome de la page blanche in French got translated as
s ndrome de la pagina blanca (en. writer's block ), that, while being an accurate
word-by-word translation, does not have a speci c meaning in Spanish. It could
have been translated into the more appropriate Spanish idiom bloqueo del escritor,
but the current idiom was not found in the training set, thus cannot be generated
by the NMT model. This further highlights the di culty of the task.</p>
          <p>Additionally, the NMT system was initially not trained to translate between
Spanish and French. After concluding the initial training, it was further trained
on a few thousand sentences and/or dictionary entries (as described in Section 3).
Nevertheless, the system sometimes still produced English translations, since
it was initially trained with English paired to Spanish. As an example, when
translating the Spanish term tren de equipajes, the system generated train de
luggage, being bagage the correct French translation. Finally, as a BPE model
was used, the NMT system produced incorrect translations for some infrequent
words as well. For example, cogote in Spanish (en. nape) was translated into
coup, because the rst BPE (co) leads the NMT system to produce the most
likely continuation.
6</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Conclusion</title>
        <p>In this work, we have shown that we can enrich an existing dictionary with
multilingual knowledge by using multi-way neural machine translation trained
on data that does not include parallel data between the targeted languages in
combination with a small set of dictionary entries. The results can be further
slightly improved by using a small parallel corpus.</p>
        <p>One of the current limitations of the proposed system is that it is not possible
to obtain the part-of-speech for the dictionary entries. This limitation can be
overcome by obtaining the part-of-speech of each word by using monolingual
taggers and annotating each word with the corresponding tag for training the
NMT model. Therefore, we will focus on the usage of Universal Dependencies5
to uniformly annotate the corpora used to train the multi-way models.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5 https://universaldependencies.org/</title>
      <p>Another possible improvement is the use of a lemmatizer to preprocess the
corpus used to train the NMT system: dictionaries usually only list the canonical
form of each word, therefore predicting any translation that is not in a canonical
form will reduce the accuracy of the generated dictionary.</p>
      <p>Finally, we can also improve the evaluation by devising criteria to exclude
certain kind of entries such as proper nouns, colloquialisms and idioms from both
the reference and the hypothesis, as long as they do not appear in the training
set.</p>
      <sec id="sec-4-1">
        <title>Acknowledgment</title>
        <p>This publication has emanated from research supported in part by a research grant
from Science Foundation Ireland (SFI) under Grant Number SFI/12/RC/2289,
co-funded by the European Regional Development Fund, and the European
Union's Horizon 2020 research and innovation programme under grant agreement
No 731015, ELEXIS - European Lexical Infrastructure.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Morris</given-names>
            <surname>Alper</surname>
          </string-name>
          .
          <article-title>Auto-generating bilingual dictionaries: Results of the TIAD-2017 shared task baseline algorithm</article-title>
          .
          <source>In Proceedings of the LDK 2017 Workshops: 1st Workshop on the OntoLex Model (OntoLex-2017)</source>
          ,
          <article-title>Shared Task on Translation Inference Across Dictionaries &amp; Challenges for Wordnets co-located with 1st Conference on Language, Data and Knowledge (LDK</article-title>
          <year>2017</year>
          ), Galway, Ireland, June 18,
          <year>2017</year>
          ., pages
          <volume>85</volume>
          {
          <fpage>93</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Christophe</given-names>
            <surname>Andrieu</surname>
          </string-name>
          , Nando De Freitas, Arnaud Doucet, and
          <string-name>
            <given-names>Michael I</given-names>
            <surname>Jordan</surname>
          </string-name>
          .
          <article-title>An introduction to MCMC for machine learning</article-title>
          .
          <source>Machine learning</source>
          ,
          <volume>50</volume>
          (
          <issue>1-2</issue>
          ):5{
          <fpage>43</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Francis</given-names>
            <surname>Bond</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kentaro</given-names>
            <surname>Ogura</surname>
          </string-name>
          .
          <article-title>Combining linguistic resources to create a machine-tractable Japanese-Malay dictionary</article-title>
          .
          <source>Language Resources and Evaluation</source>
          ,
          <volume>42</volume>
          (
          <issue>2</issue>
          ):
          <volume>127</volume>
          {
          <fpage>136</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Marta</surname>
            <given-names>R</given-names>
          </string-name>
          .
          <article-title>Costa-jussa and</article-title>
          <string-name>
            <surname>Jose</surname>
            <given-names>A. R.</given-names>
          </string-name>
          <string-name>
            <surname>Fonollosa</surname>
          </string-name>
          .
          <article-title>Character-based neural machine translation</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)</source>
          , pages
          <fpage>357</fpage>
          {
          <fpage>361</fpage>
          , Berlin, Germany,
          <year>August 2016</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Kathrin</given-names>
            <surname>Donandt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Chiarcos</surname>
          </string-name>
          , and
          <string-name>
            <surname>Maxim Ionov.</surname>
          </string-name>
          <article-title>Using machine learning for translation inference across dictionaries</article-title>
          . In John P. McCrae,
          <string-name>
            <surname>Francis Bond</surname>
            , Paul Buitelaar, Philipp Cimiano, Thierry Declerck, Jorge Gracia, Ilan Kernerman, Elena Montiel-Ponsoda,
            <given-names>Noam</given-names>
          </string-name>
          <string-name>
            <surname>Ordan</surname>
          </string-name>
          , and Maciej Piasecki, editors,
          <source>Proceedings of the LDK 2017 Workshops: 1st Workshop on the OntoLex Model (OntoLex2017)</source>
          ,
          <article-title>Shared Task on Translation Inference Across Dictionaries &amp; Challenges for Wordnets co-located with 1st Conference on Language, Data and Knowledge (LDK</article-title>
          <year>2017</year>
          ), Galway, Ireland, June 18,
          <year>2017</year>
          ., volume
          <volume>1899</volume>
          <source>of CEUR Workshop Proceedings</source>
          , pages
          <volume>103</volume>
          {
          <fpage>112</fpage>
          . CEUR-WS.org,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Mikel L Forcada</surname>
          </string-name>
          , Mireia Ginest -Rosell, Jacob Nordfalk,
          <string-name>
            <surname>Jim O'Regan</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sergio</surname>
            <given-names>OrtizRojas</given-names>
          </string-name>
          , Juan Antonio Perez-Ortiz,
          <article-title>Felipe Sanchez-Mart nez, Gema Ram rez-</article-title>
          <string-name>
            <surname>Sanchez</surname>
          </string-name>
          , and
          <string-name>
            <surname>Francis M Tyers.</surname>
          </string-name>
          <article-title>Apertium: a free/open-source platform for rule-based machine translation</article-title>
          .
          <source>Machine translation</source>
          ,
          <volume>25</volume>
          (
          <issue>2</issue>
          ):
          <volume>127</volume>
          {
          <fpage>144</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Philip</given-names>
            <surname>Gage</surname>
          </string-name>
          .
          <article-title>A new algorithm for data compression. C Users J</article-title>
          .,
          <volume>12</volume>
          (
          <issue>2</issue>
          ):
          <volume>23</volume>
          {
          <fpage>38</fpage>
          ,
          <year>February 1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Thanh-Le</surname>
            <given-names>Ha</given-names>
          </string-name>
          , Jan Niehues, and
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Waibel</surname>
          </string-name>
          .
          <article-title>Toward multilingual neural machine translation with universal encoder and decoder</article-title>
          .
          <source>In Proceedings of the 13th International Workshop on Spoken Language Translation (IWSLT)</source>
          , Seattle, USA, December 8-9
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Varga</given-names>
            <surname>Istvan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yokoyama</given-names>
            <surname>Shoichi</surname>
          </string-name>
          .
          <article-title>Bilingual dictionary generation for lowresourced language pairs</article-title>
          .
          <source>In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing:</source>
          Volume
          <volume>2</volume>
          , pages
          <fpage>862</fpage>
          {
          <fpage>870</fpage>
          . Association for Computational Linguistics,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Hiroyuki</given-names>
            <surname>Kaji</surname>
          </string-name>
          and
          <string-name>
            <given-names>Toshiko</given-names>
            <surname>Aizono</surname>
          </string-name>
          .
          <article-title>Extracting word correspondences from bilingual corpora based on word co-occurrences information</article-title>
          .
          <source>In Proceedings of the 16th conference on Computational linguistics-Volume</source>
          <volume>1</volume>
          , pages
          <fpage>23</fpage>
          {
          <fpage>28</fpage>
          . Association for Computational Linguistics,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hiroyuki</surname>
            <given-names>Kaji</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shin'ichi Tamamura</surname>
            , and
            <given-names>Dashtseren</given-names>
          </string-name>
          <string-name>
            <surname>Erdenebat</surname>
          </string-name>
          .
          <article-title>Automatic Construction of a Japanese-Chinese Dictionary via English</article-title>
          .
          <source>In Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08)</source>
          , Marrakech, Morocco,
          <year>2008</year>
          .
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association (ELRA).</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Guillaume</surname>
            <given-names>Klein</given-names>
          </string-name>
          , Yoon Kim, Yuntian Deng, Jean Senellart, and
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Rush</surname>
          </string-name>
          . Opennmt:
          <article-title>Open-source toolkit for neural machine translation</article-title>
          .
          <source>In Proceedings of ACL</source>
          <year>2017</year>
          ,
          <string-name>
            <given-names>System</given-names>
            <surname>Demonstrations</surname>
          </string-name>
          , pages
          <volume>67</volume>
          {
          <fpage>72</fpage>
          , Vancouver, Canada,
          <year>July 2017</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Wang</surname>
            <given-names>Ling</given-names>
          </string-name>
          , Isabel Trancoso, Chris Dyer, and
          <string-name>
            <surname>Alan</surname>
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Black</surname>
          </string-name>
          .
          <article-title>Character-based neural machine translation</article-title>
          .
          <source>CoRR, abs/1511.04586</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Gideon S Mann and David Yarowsky</surname>
          </string-name>
          .
          <article-title>Multipath translation lexicon induction via bridge languages</article-title>
          .
          <source>In Proceedings of the Second Meeting of the North American Chapter of the Association for Computational Linguistics on Language Technologies</source>
          , pages
          <fpage>1</fpage>
          <lpage>{</lpage>
          8. Association for Computational Linguistics,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Kyonghee</surname>
            <given-names>Paik</given-names>
          </string-name>
          , Francis Bond, and
          <string-name>
            <given-names>Satoshi</given-names>
            <surname>Shirai</surname>
          </string-name>
          .
          <article-title>Using multiple pivots to align Korean and Japanese lexical resources</article-title>
          .
          <source>In Proc. of the NLPRS-2001 Workshop on Language Resources in Asia</source>
          , pages
          <volume>63</volume>
          {
          <fpage>70</fpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Thomas</surname>
            <given-names>Proisl</given-names>
          </string-name>
          , Philipp Heinrich, Stefan Evert, and
          <string-name>
            <given-names>Besim</given-names>
            <surname>Kabashi</surname>
          </string-name>
          .
          <article-title>Translation inference across dictionaries via a combination of graph-based methods and cooccurrence statistics</article-title>
          .
          <source>In Proceedings of the LDK 2017 Workshops: 1st Workshop on the OntoLex Model (OntoLex-2017)</source>
          ,
          <article-title>Shared Task on Translation Inference Across Dictionaries &amp; Challenges for Wordnets co-located with 1st Conference on Language, Data and Knowledge (LDK</article-title>
          <year>2017</year>
          ), Galway, Ireland, June 18,
          <year>2017</year>
          .,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Xabier</surname>
            <given-names>Saralegi</given-names>
          </string-name>
          , Iker Manterola, and Inaki San Vicente.
          <article-title>Analyzing methods for improving precision of pivot based bilingual dictionaries</article-title>
          .
          <source>In Proceedings of the Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <volume>846</volume>
          {
          <fpage>856</fpage>
          . Association for Computational Linguistics,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>Charles</given-names>
            <surname>Schafer</surname>
          </string-name>
          and
          <string-name>
            <given-names>David</given-names>
            <surname>Yarowsky</surname>
          </string-name>
          .
          <article-title>Inducing translation lexicons via diverse similarity measures and bridge languages</article-title>
          .
          <source>In proceedings of the 6th conference on Natural language learning-</source>
          Volume
          <volume>20</volume>
          , pages
          <fpage>1</fpage>
          <lpage>{</lpage>
          7. Association for Computational Linguistics,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Rico</surname>
            <given-names>Sennrich</given-names>
          </string-name>
          , Barry Haddow, and
          <string-name>
            <surname>Alexandra Birch.</surname>
          </string-name>
          <article-title>Neural Machine Translation of Rare Words with Subword Units</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics</source>
          , volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          , pages
          <volume>1715</volume>
          {
          <fpage>1725</fpage>
          , Berlin, Germany,
          <year>August 2016</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>Daphna</given-names>
            <surname>Shezaf</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ari</given-names>
            <surname>Rappoport</surname>
          </string-name>
          .
          <article-title>Bilingual lexicon generation using non-aligned signatures</article-title>
          .
          <source>In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <volume>98</volume>
          {
          <fpage>107</fpage>
          . Association for Computational Linguistics,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Jonas</surname>
          </string-name>
          <article-title>Sjobergh. Creating a free digital Japanese-Swedish lexicon</article-title>
          .
          <source>In Proceedings of PACLING</source>
          , pages
          <volume>296</volume>
          {
          <fpage>300</fpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Stephen</surname>
            <given-names>Soderland</given-names>
          </string-name>
          , Oren Etzioni, Daniel S Weld,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Skinner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Je</given-names>
            <surname>Bilmes</surname>
          </string-name>
          , et al.
          <article-title>Compiling a massive, multilingual dictionary via probabilistic inference</article-title>
          .
          <source>In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP: Volume 1-</source>
          Volume
          <volume>1</volume>
          , pages
          <fpage>262</fpage>
          {
          <fpage>270</fpage>
          . Association for Computational Linguistics,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Ralf</surname>
            <given-names>Steinberger</given-names>
          </string-name>
          , Andreas Eisele, Szymon Klocek, Spyridon Pilos, and
          <article-title>Patrick Schluter. DGT-TM: A freely available Translation Memory in 22 languages</article-title>
          .
          <source>In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC12)</source>
          , pages
          <fpage>454</fpage>
          {
          <fpage>459</fpage>
          , Istanbul, Turkey, May
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <given-names>Kumiko</given-names>
            <surname>Tanaka</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kyoji</given-names>
            <surname>Umemura</surname>
          </string-name>
          .
          <article-title>Construction of a bilingual dictionary intermediated by a third language</article-title>
          .
          <source>In Proceedings of the 15th conference on Computational linguistics-Volume</source>
          <volume>1</volume>
          , pages
          <fpage>297</fpage>
          {
          <fpage>303</fpage>
          . Association for Computational Linguistics,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25. Daniel Torregrosa, Mihael Arcan, Sina Ahmadi,
          <string-name>
            <surname>and John P. McCrae.</surname>
          </string-name>
          <article-title>TIAD 2019 Shared Task: Leveraging Knowledge Graphs with Neural Machine Translation for Automatic Multilingual Dictionary Generation</article-title>
          .
          <source>In Proceedings of the Translation Inference Across Dictionaries (TIAD</source>
          <year>2019</year>
          )
          <article-title>-</article-title>
          Shared
          <string-name>
            <surname>Task</surname>
          </string-name>
          , Leipzig, Germany,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Takashi</surname>
            <given-names>Tsunakawa</given-names>
          </string-name>
          , Naoaki Okazaki, Xiao Liu, and
          <string-name>
            <surname>Jun'ichi Tsujii</surname>
          </string-name>
          .
          <article-title>A ChineseJapanese lexical machine translation through a pivot language</article-title>
          .
          <source>ACM Transactions on Asian Language Information Processing (TALIP)</source>
          ,
          <volume>8</volume>
          (
          <issue>2</issue>
          ):
          <fpage>9</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Marta</surname>
            <given-names>Villegas</given-names>
          </string-name>
          , Maite Melero, Nuria Bel, and
          <string-name>
            <given-names>Jorge</given-names>
            <surname>Gracia</surname>
          </string-name>
          .
          <article-title>Leveraging RDF Graphs for Crossing Multiple Bilingual Dictionaries</article-title>
          . In Nicoletta Calzolari (Conference Chair), Khalid Choukri, Thierry Declerck, Marko Grobelnik, Bente Maegaard, Joseph Mariani, Asuncion Moreno, Jan Odijk, and Stelios Piperidis, editors,
          <source>Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ), Paris, France,
          <year>2016</year>
          .
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association (ELRA).</surname>
          </string-name>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>