| { |
| "paper_id": "2011", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:40:19.095545Z" |
| }, |
| "title": "An Italian to Catalan RBMT system reusing data from existing language pairs *", |
| "authors": [ |
| { |
| "first": "Antonio", |
| "middle": [], |
| "last": "Toral", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "atoral@computing.dcu.ie" |
| }, |
| { |
| "first": "Mireia", |
| "middle": [], |
| "last": "Ginest\u00ed-Rosell", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "mireia@prompsit.com" |
| }, |
| { |
| "first": "Francis", |
| "middle": [], |
| "last": "Tyers", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "ftyers@dlsi.ua.es" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "S\u00e1nchez-Mart\u00ednez", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "P\u00e9rez-Ortiz", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper presents an Italian\u2192Catalan RBMT system automatically built by combining the linguistic data of the existing pairs Spanish-Catalan and Spanish-Italian. A lightweight manual postprocessing is carried out in order to fix inconsistencies in the automatically derived dictionaries and to add very frequent words that are missing according to a corpus analysis. The system is evaluated on the KDE4 corpus and outperforms Google Translate by approximately ten absolute points in terms of both TER and GTM.", |
| "pdf_parse": { |
| "paper_id": "2011", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper presents an Italian\u2192Catalan RBMT system automatically built by combining the linguistic data of the existing pairs Spanish-Catalan and Spanish-Italian. A lightweight manual postprocessing is carried out in order to fix inconsistencies in the automatically derived dictionaries and to add very frequent words that are missing according to a corpus analysis. The system is evaluated on the KDE4 corpus and outperforms Google Translate by approximately ten absolute points in terms of both TER and GTM.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "One of the most common criticisms towards Rule-Based Machine Translation (RBMT) regards the amount of work necessary to build a system for a new language pair (Somers, 2003) . In fact, in a traditional scenario, linguists with expertise in the source and target language need to manually build all the dictionary entries and transfer rules. Conversely, in the Statistical Machine Translation (SMT) approach (Koehn, 2010) , no such effort is required as the system can be automatically built from parallel corpora. However, this approach is only applicable for those language pairs for which big amounts of parallel text are available.", |
| "cite_spans": [ |
| { |
| "start": 159, |
| "end": 173, |
| "text": "(Somers, 2003)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 407, |
| "end": 420, |
| "text": "(Koehn, 2010)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper we present an automatically built RBMT system by exploiting linguistic data from existing language pairs. Our approach builds an MT system for a language pair a-b given existing systems for the language pairs a-c and b-c. Specifically, we have built a new language pair for the Apertium RBMT engine, Italian-Catalan, by exploiting the existing Spanish-Italian and Catalan-Spanish language pairs. It is worth mentioning the lack of parallel resources for Catalan (e.g. Europarl (Koehn, 2005) is the most widely used resource of parallel documents for European languages, but it does not cover Catalan).", |
| "cite_spans": [ |
| { |
| "start": 491, |
| "end": 504, |
| "text": "(Koehn, 2005)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our motivation can be then summarised by the following two basic ideas:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 RBMT is a competitive and useful approach for those languages for which there are no parallel corpora available (Forcada, 2006 ).", |
| "cite_spans": [ |
| { |
| "start": 114, |
| "end": 128, |
| "text": "(Forcada, 2006", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Reutilising data from similar existing language pairs can significantly reduce the amount of work required to build a new language pair.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The rest of the paper is structured as follows. The following section presents the RBMT system Apertium, emphasising on approaches that consider reuse of resources and automatic acquisition of linguistic data. After that we introduce our methodology. Subsequently, we provide the evaluation of the created system, and compare its performance to a state-of-the-art SMT engine. Finally we outline some conclusions and propose lines of future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Apertium is an open-source rule-based machine translation platform initially built for related lan-guage pairs (such as Spanish-Portuguese), but later expanded to deal with more divergent pairs. It uses finite-state transducers (Roche and Schabes, 1997) for lexical processing, hidden Markov models for part-of-speech tagging (Cutting et al., 1992) , and multi-stage finite-state chunking for structural transfer.", |
| "cite_spans": [ |
| { |
| "start": 228, |
| "end": 253, |
| "text": "(Roche and Schabes, 1997)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 326, |
| "end": 348, |
| "text": "(Cutting et al., 1992)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The linguistic data needed to create a machine translation system between two languages in Apertium are: morphological dictionaries for the source language and for the target language, a bilingual dictionary, structural transfer rules and a tagger definition file with optional linguistic restrictions to train an optimal statistical part-ofspeech tagger.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Since its first version in 2005, the number of language pairs available has grown steadily and today (as of 20 th November, 2010) there are 25 released stable language pairs, with stable linguistic resources for 20 languages 1 ; there are also preliminary linguistic resources for some more languages (including Italian). A large community has grown around it and there are contributors in many different countries.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Linguistic resources are encoded in standard formats, which eases its reuse for new translation pairs and for other language technologies. Source-language morphological dictionaries are theoretically independent from the target language, although in practice some bias does exist towards the target language; bilingual dictionaries and structural transfer rules have to be created specifically for each translation pair.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Several papers describe the creation of data for new Apertium language pairs, using a variety of approaches, including the reuse of existing free/open source resources (S\u00e1nchez-Mart\u00ednez et al., 2008; S\u00e1nchez-Mart\u00ednez and Forcada, 2009; Ginest\u00ed-Rosell et al., 2009; Tyers and Donnelly, 2009; Unhammer and Trosterud, 2009) and the use of Crossdics (Armentano and Forcada, 2008), 2 a program provided in the Apertium platform that, given two existing systems between the language pairs ac and b-c, is used to obtain dictionaries for a new translation pair a-b. This is the method we used to create the Italian-Catalan translation pair, using the available Apertium translation pairs Spanish-Italian and Spanish-Catalan. According to (Armentano and , using Crossdics to cross dictionaries and adding some manual work to correct and improve the resulting data is a good and fast starting point for a new translation pair.", |
| "cite_spans": [ |
| { |
| "start": 168, |
| "end": 199, |
| "text": "(S\u00e1nchez-Mart\u00ednez et al., 2008;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 200, |
| "end": 235, |
| "text": "S\u00e1nchez-Mart\u00ednez and Forcada, 2009;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 236, |
| "end": 264, |
| "text": "Ginest\u00ed-Rosell et al., 2009;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 265, |
| "end": 290, |
| "text": "Tyers and Donnelly, 2009;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 291, |
| "end": 320, |
| "text": "Unhammer and Trosterud, 2009)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The overall process is depicted in figure 1. First, Crossdics is applied to the Spanish-Italian and Spanish-Catalan language pairs to automatically derive linguistic data for Italian-Catalan. Subsequently, the created dictionaries are automatically analysed to detect inconsistencies, which are manually corrected. Finally, we extract the most frequent words from Italian corpora and add them to our dictionaries in order to improve the coverage of the translation system. The next paragraphs present in more detail each of the phases. Our starting point was the Spanish-Italian (es-it) and Spanish-Catalan (es-ca) language pairs in Apertium. The es-it pair is not a stable one and therefore has not yet been released; the es-ca pair is stable and its last released version is number 1.2.0 from October 2009. For both language pairs, we used the latest revision from the svn in Sourceforge to have the most up-todate data: revision number 25524 (15 th September, 2010) for es-it and revision number 26005 (8 th October, 2010) for es-ca.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "As for the first pair, the Italian monolingual dictionary contains 10,351 entries, 3 the Spanish monolingual dictionary 11,419 entries, and the bilingual dictionary, 12,445 correspondences. In the Spanish-Catalan pair, the Spanish monolingual dictionary contains 43,575 entries, the Catalan monolingual dictionary, 40,012 entries, and the bilingual dictionary, 50,735 bilingual correspondences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We applied Crossdics to these two pairs and automatically obtained three dictionaries: an Italian monolingual dictionary, with 7,415 entries; a Catalan monolingual dictionary, with 8,295 entries; and a Italian-Catalan bilingual dictionary, with 8,726 correspondences. These preliminary dictionaries contained many inconsistencies, mainly due to differences of gender and number between both languages and to different ways of categorising lemmas and morphological features in the two source pairs. We decided that the best way to solve the inconsistencies in the Catalan monolingual dictionary was to substitute this with the Catalan dictionary from the es-ca pair, since the latter was more consistent and we found that, using it, less amount of work was needed to correct the errors. This dictionary contained many more terms, around 40,000, but since we intended to build only a translation engine in the Italian-Catalan direction, this fact did not suppose any problem.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The automatically detected dictionary inconsistences were manually solved, and the amount of time needed to complete this task was two weeks by one person. 4 We calculated then the coverage of the system on two Italian corpus, the Italian Europarl (Koehn, 2005) corpus and the Italian Wikipedia 5 . Table 1 shows the coverage values for these two corpus.", |
| "cite_spans": [ |
| { |
| "start": 156, |
| "end": 157, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 248, |
| "end": 261, |
| "text": "(Koehn, 2005)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 299, |
| "end": 306, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The next step was to add the most frequent unknown words from both corpus. We added a total of 155 entries to the Italian monolingual dictionary, and the necessary bilingual entries in the bilingual dictionary; there was no need to add entries to the Catalan dictionary since it came from the es-ca pair and had a very high coverage. The result of this improvement was an increase of 2.5 and 3.9 points in the coverage percentage for the Europarl corpus and the Wikipedia corpus respectively. The figures are shown in table 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Once the dictionaries were corrected and improved, we added to the system the other required linguistic data files. The tagger definition file and the disambiguation probabilities for Italian were taken directly from the Spanish-Italian pair, with no modifications. The transfer rules were taken from another pair of romanic languages, namely the Occitan-Catalan pair. We took almost all the rules for noun phrases (which are basically responsible for number and gender concordance operations) and some other rules for other word patterns. After this, we created 9 rules manually to deal with some verb constructions and combinations of verbs with clitic pronouns. The number of transfer rules in the final version is: 42 rules in the transfer first submodule file (file apertium-ca-it.it-ca.t1x) and 2 rules in the transfer second submodule file (apertium-ca-it.it-ca.t2x). No rules for the third submodule were created.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "3" |
| }, |
| { |
| "text": "This section presents the evaluation. First, in 4.1 we describe the experimental environment. Then, in 4.2, we show the results obtained and draw conclusions from them.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The dataset used for the experiment has been extracted from the KDE4 multilingual documentation corpus in the OPUS project (Tiedemann and Nygard, 2004) . 6 Its Italian-Catalan bilingual corpus contains 146,372 sentence pairs. We discarded those where the source or target is shorter than 10 words or longer than 30, those where the difference of number of words is higher than 10% and those that contain URLs, Copyright notices and source code. This leads to a candidate test set of 6,927 sentences, from it we randomly selected 1,000 sentences.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 151, |
| "text": "(Tiedemann and Nygard, 2004)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Several state-of-the-art automatic MT metrics are used to assess the performance of each system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Specifically, we use the following ones: TER (Snover et al., 2006) , GTM (Turian et al., 2003) , BLEU (Papineni et al., 2002) NIST (Doddington, 2002) . Statistical significance tests are carried out for BLEU and NIST (with ARK's code) 7 and for GTM (using FastMtEval). 8 P-value is set to 0.01. The following systems are evaluated:", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 66, |
| "text": "(Snover et al., 2006)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 73, |
| "end": 94, |
| "text": "(Turian et al., 2003)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 102, |
| "end": 125, |
| "text": "(Papineni et al., 2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 131, |
| "end": 149, |
| "text": "(Doddington, 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Apertium, is the Italian\u2192Catalan translator developed in this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Apertium-i, performs the translation indirectly using the already existing Apertium engines Italian\u2192Spanish and Spanish\u2192Catalan.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Google Translate, 9 is a state-of-the-art general-purpose on-line Statistical MT system which provides Italian to Catalan translation. Two different trends can be noticed from these results according to the different metrics. On the one hand, Apertium is approximately ten absolute points over Google for TER and GTM. For these metrics Apertium-i is between the other two systems, roughly four points below Apertium and six over Google. The differences in GTM both between Apertium and Apertium-i and between Apertium-i and Google are significant.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "On the other hand, Google is the best system according to BLEU and NIST scores. It is worth mentioning that these metrics are known to be biased towards SMT systems (Callison-Burch and Osborne, 2006) . Google obtains 1.69 absolute BLEU points over Apertium but the difference is not statistically significant. With respect to NIST, the difference is of 0.44 points and it is significant. Apertium is significantly better than Apertium-i both for BLEU (7.98 points) and for NIST (1.18 points).", |
| "cite_spans": [ |
| { |
| "start": 165, |
| "end": 199, |
| "text": "(Callison-Burch and Osborne, 2006)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "This paper has presented an Italian\u2192Catalan RBMT system obtained by automatically deriving its linguistic data from existing Italian-Spanish and Catalan-Spanish systems. Only a limited amount of manual work was carried out to (i) correct the inconsistencies found in the resulting dictionaries, (ii) augment the coverage by adding a limited amount of very frequent lemmas appearing in two Italian corpora (Wikipedia and Europarl) and to (iii) add some transfer rules for general word patterns. The system has been evaluated and its performance compared to (i) indirect translation using the two RBMT engines sequentially (Italian\u2192Spanish\u2192Catalan) and to (ii) a state-of-the-art SMT system. The system presented yields significant improvement over indirect RBMT across all the automatic MT metrics considered. Compared to the SMT system, it obtains significant better scores for the TER and GTM metrics (around 10 absolute points) while obtains comparable performance for NIST and slightly worst for BLEU (1.69 absolute points).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Another contribution of the paper is the availability of the software and data developed. These comprise the Apertium Italian-Catalan linguistic data, software to extract a testset from the KDE OPUS corpus, the testset itself and the system runs. All of the above is available under the GNU General Pub-lic License from https://apertium. svn.sourceforge.net/svnroot/ apertium/trunk/apertium-ca-it.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "5" |
| }, |
| { |
| "text": "wiki.apertium.org 2 http://wiki.apertium.org/wiki/ Crossdics", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "an entry in the Apertium dictionaries consists of a lemma and its inflection paradigm", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "considering five days of work a week, and eight hours a day 5 it.wikipedia.org", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://urd.let.rug.nl/tiedeman/OPUS/ KDE4v2.php", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.ark.cs.cmu.edu/MT/ 8 http://www.computing.dcu.ie/ nstroppa/index.php?page=softwares 9 http://translate.google.com", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Reutilizaci\u00f3n de datos ling\u00fc\u00edsticos para la creaci\u00f3n de un sistema de traducci\u00f3n autom\u00e1tica para un nuevo par de lenguas", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Armentano", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Procesamiento del Lenguaje Natural", |
| "volume": "41", |
| "issue": "", |
| "pages": "243--250", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Armentano, C. and Forcada, M. L. (2008). Reuti- lizaci\u00f3n de datos ling\u00fc\u00edsticos para la creaci\u00f3n de un sistema de traducci\u00f3n autom\u00e1tica para un nuevo par de lenguas. Procesamiento del Lenguaje Natural, 41:243-250.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Reevaluating the role of bleu in machine translation research", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Callison-Burch", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Osborne", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "249--256", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Callison-Burch, C. and Osborne, M. (2006). Re- evaluating the role of bleu in machine transla- tion research. In Proceedings of EACL, volume 2006, pages 249-256.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A practical part-of-speech tagger", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cutting", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Kupiec", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Sibun", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "3rd Conf. on Applied NLP. Association for Comp. Ling. Proc. of the Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "133--140", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cutting, D., Kupiec, J., Pedersen, J., and Sibun, P. (1992). A practical part-of-speech tagger. In 3rd Conf. on Applied NLP. Association for Comp. Ling. Proc. of the Conference, pages 133-140.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Automatic evaluation of machine translation quality using n-gram cooccurrence statistics", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Doddington", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the second international conference on Human Language Technology Research", |
| "volume": "", |
| "issue": "", |
| "pages": "138--145", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Doddington, G. (2002). Automatic evaluation of machine translation quality using n-gram co- occurrence statistics. In Proceedings of the sec- ond international conference on Human Lan- guage Technology Research, pages 138-145, San Francisco, CA, USA. Morgan Kaufmann Publishers Inc.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Open-source machine translation: an opportunity for minor languages", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 5th SALTMIL workshop on Minority Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Forcada, M. L. (2006). Open-source machine translation: an opportunity for minor lan- guages. In Proceedings of the 5th SALTMIL workshop on Minority Languages.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Development of a free Basque to Spanish machine translation system", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ginest\u00ed-Rosell", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Ram\u00edrez-S\u00e1nchez", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Ortiz-Rojas", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "M" |
| ], |
| "last": "Tyers", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Procesamiento del Lenguaje Natural", |
| "volume": "", |
| "issue": "", |
| "pages": "187--195", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ginest\u00ed-Rosell, M., Ram\u00edrez-S\u00e1nchez, G., Ortiz- Rojas, S., Tyers, F. M., and Forcada, M. L. (2009). Development of a free Basque to Span- ish machine translation system. Procesamiento del Lenguaje Natural, (43):187-195.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Europarl: A Parallel Corpus for Statistical Machine Translation", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Conference Proceedings: the tenth Machine Translation Summit", |
| "volume": "", |
| "issue": "", |
| "pages": "79--86", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Koehn, P. (2005). Europarl: A Parallel Corpus for Statistical Machine Translation. In Confer- ence Proceedings: the tenth Machine Transla- tion Summit, pages 79-86, Phuket, Thailand. AAMT, AAMT.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Statistical Machine Translation", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Koehn, P. (2010). Statistical Machine Transla- tion. Cambridge University Press.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Bleu: a method for automatic evaluation of machine translation", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Papineni", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| }, |
| { |
| "first": "W.-J", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "311--318", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Papineni, K., Roukos, S., Ward, T., and Zhu, W.- J. (2002). Bleu: a method for automatic eval- uation of machine translation. In ACL, pages 311-318.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Introduction", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Roche", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Schabes", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Finite-State Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1--65", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roche, E. and Schabes, Y. (1997). Introduction. In Roche, E. and Schabes, Y., editors, Finite- State Language Processing, pages 1-65. MIT Press, Cambridge, Mass.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Inferring shallow-transfer machine translation rules from small parallel corpora", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "S\u00e1nchez-Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "34", |
| "issue": "", |
| "pages": "605--635", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S\u00e1nchez-Mart\u00ednez, F. and Forcada, M. L. (2009). Inferring shallow-transfer machine translation rules from small parallel corpora. Journal of Artificial Intelligence Research, 34:605-635.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Using target-language information to train part-of-speech taggers for machine translation", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "S\u00e1nchez-Mart\u00ednez", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "P\u00e9rez-Ortiz", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "L" |
| ], |
| "last": "Forcada", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Machine Translation", |
| "volume": "22", |
| "issue": "1-2", |
| "pages": "29--66", |
| "other_ids": { |
| "DOI": [ |
| "10.1007/s10590-008-9044-3" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "S\u00e1nchez-Mart\u00ednez, F., P\u00e9rez-Ortiz, J. A., and For- cada, M. L. (2008). Using target-language in- formation to train part-of-speech taggers for machine translation. Machine Translation, 22(1-2):29-66. DOI: 10.1007/s10590-008- 9044-3.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A study of translation edit rate with targeted human annotation", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Snover", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Dorr", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Micciulla", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Makhoul", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of Association for Machine Translation in the Americas", |
| "volume": "", |
| "issue": "", |
| "pages": "223--231", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Snover, M., Dorr, B., Schwartz, R., Micciulla, L., and Makhoul, J. (2006). A study of translation edit rate with targeted human annotation. In In Proceedings of Association for Machine Trans- lation in the Americas, pages 223-231.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Computers and Translation: A translator's guide, chapter Why translation is difficult for computers", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Somers", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Somers, H., editor (2003). Computers and Trans- lation: A translator's guide, chapter Why translation is difficult for computers (by D. Arnold). Benjamins Translation Library.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "The OPUS corpus -parallel and free", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Tiedemann", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Nygard", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the Fourth International Conference on Language Resources and Evaluation (LREC'2004)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tiedemann, J. and Nygard, L. (2004). The OPUS corpus -parallel and free. In Proceedings of the Fourth International Conference on Language Resources and Evaluation (LREC'2004), Lis- bon, Portugal.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Evaluation of machine translation and its evaluation", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Turian", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Shen", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [ |
| "D" |
| ], |
| "last": "Melamed", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of MT Summit IX", |
| "volume": "", |
| "issue": "", |
| "pages": "386--393", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Turian, J., Shen, L., and Melamed, I. D. (2003). Evaluation of machine translation and its eval- uation. In In Proceedings of MT Summit IX, pages 386-393.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "apertiumcy-a collaboratively-developed free RBMT system for Welsh to English", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [ |
| "M" |
| ], |
| "last": "Tyers", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Donnelly", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Prague Bull. of Math. Ling", |
| "volume": "91", |
| "issue": "", |
| "pages": "57--66", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tyers, F. M. and Donnelly, K. (2009). apertium- cy-a collaboratively-developed free RBMT system for Welsh to English. Prague Bull. of Math. Ling., 91:57-66.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Developing prototypes for machine translation between two S\u00e1mi languages", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [ |
| "M" |
| ], |
| "last": "Tyers", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Wiechetek", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Trosterud", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proc. of the 13th Annual Conf. of the EAMT", |
| "volume": "09", |
| "issue": "", |
| "pages": "120--128", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tyers, F. M., Wiechetek, L., and Trosterud, T. (2009). Developing prototypes for machine translation between two S\u00e1mi languages. In Proc. of the 13th Annual Conf. of the EAMT, EAMT09, pages 120-128.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Reuse of free resources in machine translation between nynorsk and bokm\u00e5l", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Unhammer", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Trosterud", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the First International Workshop on Free/Open-Source Rule-Based Machine Translation", |
| "volume": "", |
| "issue": "", |
| "pages": "35--42", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Unhammer, K. and Trosterud, T. (2009). Reuse of free resources in machine translation between nynorsk and bokm\u00e5l. In Proceedings of the First International Workshop on Free/Open- Source Rule-Based Machine Translation, pages 35-42, Alicante.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Method diagram", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "TABREF1": { |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"3\">shows the results obtained for the afore-</td></tr><tr><td colspan=\"3\">mentioned experimental setting.</td><td/></tr><tr><td colspan=\"4\">Metric Apertium Apertium-i Google</td></tr><tr><td>TER</td><td>0.5703</td><td>0.6118</td><td>0.6785</td></tr><tr><td>GTM</td><td>0.5162</td><td>0.4712</td><td>0.41637</td></tr><tr><td>BLEU</td><td>0.2290</td><td>0.1492</td><td>0.2459</td></tr><tr><td>NIST</td><td>5.6567</td><td>4.4753</td><td>6.1071</td></tr></table>" |
| }, |
| "TABREF2": { |
| "text": "Results", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| } |
| } |
| } |
| } |