<!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>Pivot strategies as an alternative for statistical machine translation tasks involving iberian languages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Carlos Henr quezy</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marta R. Costa-jussa?</string-name>
          <email>marta.ruiz@barcelonamedia.org</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rafael E. Banchsz</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lluis Formigay</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose B. Marin~oy</string-name>
          <email>jose.marinog@upc.edu</email>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <fpage>22</fpage>
      <lpage>27</lpage>
      <abstract>
        <p>This paper describes di erent pivot approaches to built SMT systems for language pairs with scarce parallel resources. The strategy is particularly interesting for Spain, a country with three o cial languages (Catalan, Basque, and Galician) besides Spanish, where it is di cult to nd parallel corpora between two of the rst three mentioned languages but it is relatively easy to collect it between Spanish and any of them. This characteristic, however, allow us to develop machine translation systems from major languages like English, to Catalan for instance, using Spanish as pivot. Such systems help these minority languages giving them global presence and promoting their use in content collaboration. We describe a English-Catalan baseline system built following the synthetic approach, we compare it with the transfer approach and comment about future enhancement that could be implemented for this language pair.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.</p>
    </sec>
    <sec id="sec-2">
      <title>Motivation</title>
      <p>Spain is a multilingual country with four
o cial languages: Catalan, Euskera, Galician
and Spanish. Catalan is spoken by 11.5
million people, Euskera by 1.2 million people,
Galician by 3.2 million people and Spanish by
400 million people. Given the high number of
Spanish speakers compared to the other
languages, Spanish has much more linguistic and
data resources.</p>
      <p>The quantity of resources is relevant in
statistical machine translation. The more
parallel text we have, the better the
translation quality. In order to face the lack of
resources in translation, there are many
research works on pivot approaches which
consist on using a pivot language to perform
a source to target translation (Bertoldi et
al., 2008a) (Costa-jussa, Henr quez, y
Banchs, 2011). For example, in order to translate
from Galician to Catalan, we could use
Spanish as pivot language. There are much
more resources in Galician-Spanish and
SpanishCatalan than between Galician and Catalan
directly. The same could happen when
interested in translating Catalan, Euskera or
Galician into English. In this work, we
introduce a state-of-the-art English-Catalan
translation system recently built for the free web
translator N-II1.</p>
      <p>
        The main di erences with the
CatalanEnglish SMT system presented in
        <xref ref-type="bibr" rid="ref7">(de
Gispert y Marin~o, 2006)</xref>
        are that in this
paper we use an extended corpus and we
propose to build a hybrid system which uses
an Ngram-based system for Catalan-Spanish
and a phrase-based system for
SpanishEnglish. The Ngram-based system
outperforms the phrase-based system in
CatalanSpanish
        <xref ref-type="bibr" rid="ref1">(Farrus et al., 2009)</xref>
        while the
opposite occurs for the case of Spanish-English
        <xref ref-type="bibr" rid="ref1">(Costa-Jussa y Fonollosa, 2009)</xref>
        .
Additionally, for the Catalan-Spanish system we are
using a further competitive system using
rules and statistical features (Farrus et al.,
2011).
      </p>
      <p>The remainder of this paper is organized
The research leading to these results has
received funding from the European Community's Seventh
Framework Programme (FP7/2007-2013) under grant
agreement 247762 (FAUST) and from the Spanish
Ministry of Science and Innovation through the Juan de
la Cierva research program and the Buceador project
(TEC2009-14094-C04-01).</p>
      <p>1available at http://www.n-ii.org
as follows. Section 2 reports a brief
description of the phrase-based and Ngram-based
translation approaches. Section 3 presents
the pivot approaches used in this paper.
Section 4 describes the English-Catalan SMT
system. Section 5 compares the pivot
strategies in terms of translation quality and
Section 6 presents the most relevant conclusions.
2.</p>
    </sec>
    <sec id="sec-3">
      <title>Statistical Machine</title>
    </sec>
    <sec id="sec-4">
      <title>Translation approaches</title>
      <p>
        As mentioned in the previous section, we
are working with two SMT systems: the
phrase-based
        <xref ref-type="bibr" rid="ref6">(Koehn, Och, y Marcu, 2003)</xref>
        and Ngram-based systems
        <xref ref-type="bibr" rid="ref7">(Marin~o et al.,
2006; Casacuberta y Vidal, 2004)</xref>
        , which are
brie y described as follows.
2.1.
      </p>
      <sec id="sec-4-1">
        <title>Phrase-based</title>
        <p>
          This approach to SMT performs the
translation splitting the source sentence in
segments and assigning to each segment a
bilingual phrase from a phrase-table.
Bilingual phrases are translation units that
contain source words and target words, e.g. &lt;
unidad de traduccion j translation unit &gt;,
and have di erent scores associated to them.
These bilingual phrases are then selected to
maximize a linear combination of feature
functions. Such strategy is known as the
loglinear model
          <xref ref-type="bibr" rid="ref8">(Och y Ney, 2002)</xref>
          and it is
formally de ned as:
e^ = arg max
e
" M
        </p>
        <p>X
m=1</p>
        <p>#
mhm (e; f )
(1)
where hm are di erent feature functions with
weights m. The two main feature functions
are the translation model (TM) and the
target language model (LM). Additional models
include POS target language models, lexical
weights, word penalty and reordering models
among others.</p>
        <p>
          Moses
          <xref ref-type="bibr" rid="ref5">(Koehn et al., 2007)</xref>
          was used to
build the phrase-based system.
2.2.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Ngram-based</title>
        <p>The base of the Ngram approach is the
concept of tuple. Tuples are bilingual units
with consecutive words both on the source
and target side that are consistent with the
word alignment. They must provide a
unique monotonic segmentation of the sentence
pair and they cannot be inside another tuple
in the same sentence. This unique
segmentation allows us to see the translation model as
a language model, where the language is
composed of tuples instead of words. That way,
the context used in the translation model is
bilingual and implicitly works as a language
model with bilingual context as well. In fact,
while a language model is required in
phrasebased and hierarchical phrase-based systems,
in Ngram-based systems it is considered just
an additional feature.</p>
        <p>This alternative approach to a translation
model de nes the probability as:
P (f; e) =</p>
        <p>N
Y P (f; e)n j (f; e)n 1 ; : : : ; (f; e)1
n=1
(2)
where (f; e)n is the n-th tuple of hypothesis
e for the source sentence f .</p>
        <p>As additional features, we used a
Part-OfSpeech (POS) language model for the target
side and a target word bonus model.</p>
        <p>We used the open source decoder MARIE
(Crego, de Gispert, y Marin~o, 2005) to build
the Ngram-based system.
3.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Pivot Approaches</title>
      <p>
        The best approaches to build a SMT
system through a pivot language are: the
cascade system, also known as the transfer
approach and the pseudo-corpus or synthetic
approach. Other pivot approaches do not
outperform these two
        <xref ref-type="bibr" rid="ref10">(Wu y Wang, 2007)</xref>
        <xref ref-type="bibr" rid="ref10">(Cohn
y Lapata, 2007)</xref>
        . The cascade and the
pseudocorpus approaches have been evaluated and
compared in works such as
        <xref ref-type="bibr" rid="ref7">(de Gispert y
Marin~o, 2006; Bertoldi et al., 2008a; Bertoldi
et al., 2008b)</xref>
        . Consistently, both works
have shown that the pseudo-corpus approach is
the best performing strategy.
3.1.
      </p>
      <sec id="sec-5-1">
        <title>Cascade or transfer method</title>
        <p>
          This approach considers the language
pairs source-pivot and pivot-target
independently. It consists in training and tuning two
di erent SMT systems and combine them in
a two-step process: rst, we translate a source
sentence using the source-pivot system; then,
we use the resulting sentence as input for the
pivot-target translation. A common variation
for this strategy presented in
          <xref ref-type="bibr" rid="ref3">(Khalilov et al.,
2008)</xref>
          considers a n-best output instead of the
single-best during the rst translation and
then produce a m-best translation in the last
step. At the end, mn-best hypotheses are
produced, which are reranked by using Minimum
Bayes Risk (MBR)
          <xref ref-type="bibr" rid="ref7">(Kumar y Byrne, 2004)</xref>
          ,
allowing the introduction of additional
features such as new language models.
3.2.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>Pseudo-corpus or synthetic approach</title>
        <p>Instead of considering the two language
pairs independently, this approach produces
a single source-target SMT system. Assuming
we have a source-pivot and a pivot-target
parallel corpus, we build and tuned a
pivottarget SMT system and we use it to translate
the pivot part from the source-pivot corpus.
This results in a source-target synthetic
corpus (hence the name) which is nally used to
build the source-target SMT system. For the
tuning process, we could also use a
synthetic development corpus but an actual
sourcetarget corpus is prefered, if possible. A
simple variation for this approach is to build a
pivot-source SMT system in order to
translate the pivot part of the pivot-target corpus,
and use the resulting source-target synthetic
corpus to build the nal system.
4.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Building an English-Catalan</title>
    </sec>
    <sec id="sec-7">
      <title>SMT using Spanish as pivot</title>
      <p>
        We present an English-Catalan SMT
baseline system, using Spanish as the pivot
language. In this case, the parallel corpus
available for the Catalan-Spanish language pair
was provided by the bilingual newspaper \El
Periodico"2 and the English-Spanish
corresponds to the train corpora provided during
the 2010 WMT's translation task3, i.e.
Europarl and News Commentary. We followed
the synthetic approach described before to
build the nal system. Therefore, the Spanish
part from the WMT Corpus was translated
into Catalan and a English-Catalan
phrasebased SMT system was built using the
resulting synthetic corpus. Table 1 shows a
summary of the statistics of both corpora. We
also used the Catalan-Spanish baseline
together with the Spanish-English baseline system
presented in the 2010's WMT
        <xref ref-type="bibr" rid="ref2">(Henr quez Q.
et al., 2010)</xref>
        to build the other direction and
compare the di erent approaches in it.
2http://www.elperiodico.es
3http://www.statmt.org/wmt10/translationtask.html
      </p>
      <sec id="sec-7-1">
        <title>Corpora</title>
        <p>Training sents.</p>
        <p>Running words</p>
        <p>Vocabulary
Development sents.</p>
        <p>Running words</p>
        <p>Vocabulary</p>
      </sec>
      <sec id="sec-7-2">
        <title>Corpora</title>
        <p>Training sents.</p>
        <p>Running words</p>
        <p>Vocabulary
Development sents.</p>
        <p>Running words</p>
        <p>Vocabulary</p>
        <p>Test sents.</p>
        <p>Running words</p>
        <p>Vocabulary</p>
        <p>As mentioned before, the Spanish-Catalan
SMT system (named N-II) is based on the
corpus provided by the bilingual newspaper
\El Periodico". It is a Ngram-based SMT
system that includes several improvements
speci c to the language pair: a homonym
disambiguation for the Catalan verb `soler'
and Catalan possessives, special
consideration for pronominal clitics, upper-case words
and the Catalan apostrophe, gender
concordance, numbers and time categorization and
text processing for common mistakes found
when writing in Catalan. The full description
can be found in (Farrus et al., 2011).
4.2.</p>
        <sec id="sec-7-2-1">
          <title>English-Catalan system description</title>
          <p>
            Once obtained the Catalan translation
from the Spanish section of the WMT corpus,
a phrase-based SMT system was built using
Moses as the decoder. Apart from the
baseline pipeline, the system also includes a POS
target language model computed with TnT
(Brants, 2000), numbers and time
categorization similar to N-II and the parallel corpus
was aligned considering the Catalan lemmas
computed with Freeling
            <xref ref-type="bibr" rid="ref9">(Padro et al., 2010)</xref>
            and the English stems of words obtained with
Snowball4.
          </p>
          <p>Direction
cat-eng
eng-cat
cat-eng
eng-cat</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>Conclusions and further work</title>
      <p>We have presented an English-Catalan
SMT system built using Spanish as pivot
language, given the scarce resources for
EnglishCatalan.</p>
      <p>Similarly to previous research work, we
have seen here that, in the particular
translation task under consideration, the
pseudocorpus approach constitutes the best
strategy for pivot translation. Although the
cascade approach clearly performs worse than
the pseudo-corpus approach, it could be also
bene cial to consider a system combination
between these two strategies to further boost
the quality of the translations.</p>
      <p>Further work should focus on building
Spanish-pivot systems between all the o
cial languages and English, as well as among
them. The similarities between the languages
(except Basque) and the availability of
parallel corpora between Spanish and the others
encourage the approach.</p>
    </sec>
    <sec id="sec-9">
      <title>Bibliograf a</title>
      <p>Bertoldi, N., R. Cattoni, M. Federico, y
M. Barbaiani. 2008a. FBK @
IWSLT2008. En Proc. of the International
Workshop on Spoken Language
Translation, paginas 34{38, Hawaii, USA.</p>
      <p>Bertoldi, Nicola, Madalina Barbaiani,
Marcello Federico, y Roldano Cattoni. 2008b.
Phrase-Based Statistical Machine
Translation with Pivot Languages. En
Proceedings of IWSLT.</p>
      <p>Brants, T. 2000. TnT { a statistical
part-of-speech tagger. En Proc. of the
Sixth Applied Natural Language
Processing (ANLP-2000), Seattle, WA.</p>
      <p>Casacuberta, F. y E. Vidal. 2004. Machine
translation with inferred stochastic
nitestate transducers. Computational
Linguistics, 30(2):205{225.</p>
      <p>Cohn, T. y M. Lapata. 2007. Machine
Translation by Triangulation: Making E ective
Use of Multi-Parallel Corpora. En Proc.
of the ACL.</p>
      <p>Costa-Jussa, M. R. y J. A. R. Fonollosa.
2009. Phrase and ngram-based statistical
machine translation system combination.
Applied Arti cial Intelligence: An
International Journal, 23(7):694{711, August.
Costa-jussa, M.R., C. Henr quez, y R.
Banchs. 2011. Evaluacion de estrategias
para la traduccion automatica estad stica de
chino a castellano con el ingles como
lengua pivote. En Proc. of the SEPLN,
Huelva.</p>
      <p>Crego, J.M., A. de Gispert, y J.B. Marin~o.
2005. An Ngram-based Statistical
Machine Translation Decoder. En Proceedings
of 9th European Conference on Speech
Communication and Technology
(Interspeech).
de Gispert, A. y J.B. Marin~o. 2006.
CatalanEnglish Statistical Machine Translation
without Parallel Corpus: Bridging
through Spanish. En Proc. of LREC
5th Workshop on Strategies for
developing Machine Translation for Minority
Languages (SALTMIL'06), paginas 65{68,
Genova.</p>
      <p>Farrus, M., M. R. Costa-jussa, J. B. Marin~o,
M. Poch, A. Hernandez, C. Henr quez,
y J. A. R. Fonollosa. 2011.
Overcoming statistical machine translation
limitations: error analysis and proposed
solutions for the catalan-spanish language
pair. Language Resoures and Evaluation,
45(2):181{208.
Association for Computational
Linguistics Conference (HLT/NAACL'04),
paginas 169{176, Boston, USA, May.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Farrus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Costa-jussa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poch</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Hernandez, y J. B. Marin~o.
          <year>2009</year>
          .
          <article-title>Improving a catalan-spanish statistical translation system using morphosyntactic knowledge</article-title>
          .
          <source>En Proceedings of European Association for Machine Translation</source>
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Henr quez Q.</surname>
            ,
            <given-names>C. A.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.R.</given-names>
            <surname>Costa-jussa</surname>
          </string-name>
          , V. Daudaravicius, R. E. Banchs, y J. B. Marin~o.
          <year>2010</year>
          .
          <article-title>Using collocation segmentation to augment the phrase table</article-title>
          .
          <source>En Proceedings of the Joint Fifth Workshop on Statistical Machine Translation and MetricsMATR</source>
          , paginas
          <volume>104</volume>
          {
          <fpage>108</fpage>
          ,
          <string-name>
            <surname>Uppsala</surname>
          </string-name>
          , Sweden, July.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Khalilov</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Costa-Jussa</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. A.</surname>
          </string-name>
          <article-title>Henr quez</article-title>
          ,
          <string-name>
            <given-names>J. A. R.</given-names>
            <surname>Fonollosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. B.</given-names>
            <surname>Marin</surname>
          </string-name>
          ~o,
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Banchs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , A. Aw, y
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>The TALP &amp; I2R SMT Systems for IWSLT 2008</article-title>
          .
          <source>En Proc. of the International Workshop on Spoken Language Translation</source>
          , paginas
          <volume>116</volume>
          {
          <fpage>123</fpage>
          ,
          <string-name>
            <surname>Hawaii</surname>
          </string-name>
          , USA.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Koehn</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <year>2004</year>
          .
          <article-title>Statistical signi cance tests for machine translation evaluation</article-title>
          .
          <source>En Proceedings of EMNLP, volumen 4, paginas</source>
          <volume>388</volume>
          {
          <fpage>395</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Koehn</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hoang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Birch</surname>
          </string-name>
          , C. CallisonBurch, M. Federico,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bertoldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Cowan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Moran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Dyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bojar</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Constantin,
          <string-name>
            <given-names>y E.</given-names>
            <surname>Herbst</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Moses: Open Source Toolkit for Statistical Machine Translation</article-title>
          .
          <source>En ACL '07: Proceedings of the 45th Annual Meeting of the ACL on Interactive Poster and Demonstration Sessions</source>
          , paginas
          <volume>177</volume>
          {
          <fpage>180</fpage>
          ,
          <string-name>
            <surname>Morristown</surname>
          </string-name>
          , NJ, USA.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Koehn</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.J.</given-names>
            <surname>Och</surname>
          </string-name>
          ,
          <string-name>
            <given-names>y D.</given-names>
            <surname>Marcu</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Statistical phrase-based translation</article-title>
          .
          <source>En Proc. of the 41th Annual Meeting of the Association for Computational Linguistics.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Kumar</surname>
            , S. y
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Byrne</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Minimum bayes-risk decoding for statistical machine translation</article-title>
          .
          <source>En Proceedings of the Human Language Technology and North American Marin~o</source>
          , Jose B.,
          <string-name>
            <surname>Rafael</surname>
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Banchs</surname>
          </string-name>
          ,
          <string-name>
            <surname>Josep M. Crego</surname>
          </string-name>
          , Adria de Gispert, Patrik Lambert, Jose A. R. Fonollosa, y Marta R. Costa-jussa.
          <year>2006</year>
          .
          <article-title>Ngram-based Machine Translation</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>32</volume>
          (
          <issue>4</issue>
          ):
          <volume>527</volume>
          {
          <fpage>549</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Och</surname>
            ,
            <given-names>F. J. y H.</given-names>
          </string-name>
          <string-name>
            <surname>Ney</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Discriminative Training and Maximum Entropy Models for Statistical Machine Translation</article-title>
          .
          <source>En Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics (ACL).</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Padro</surname>
            , Ll.,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Collado</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Reese</surname>
            , M. Lloberes,
            <given-names>y I.</given-names>
          </string-name>
          <string-name>
            <surname>Castellon</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>FreeLing 2.1: Five Years of Open-Source Language Processing Tools</article-title>
          .
          <source>En Proceedings of 7th Language Resources and Evaluation Conference (LREC</source>
          <year>2010</year>
          ), La Valleta, Malta, May.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>H. y H.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Pivot Language Approach for Phrase-Based Statistical Machine Translation</article-title>
          .
          <source>En Proc. of the ACL, paginas</source>
          <volume>856</volume>
          {
          <fpage>863</fpage>
          , Prague.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>