- Example-based machine translation
The Example-based machine translation (EBMT) approach to
machine translation is often characterized by its use of a bilingualcorpus with "parallel text s" as its main knowledge base, at run-time. It is essentially a translation byanalogy and can be viewed as an implementation ofcase-based reasoning approach ofmachine learning .At the foundation of example-based machine translation is the idea of translation by analogy. When applied to the process of human translation, the idea that translation takes place by analogy is a rejection of the idea that people translate sentences by doing deep linguistic analysis. Instead it is founded on the belief that people translate firstly by decomposing a sentence into certain phrases, then by translating these phrases, and finally by properly composing these fragments into one long sentence. Phrasal translations are translated by analogy to previous translations. The principle of translation by analogy is encoded to example-based machine translation through the example translations that are used to train such a system.
Example-based machine translation systems are trained from
bilingual parallelcorpora , which contain sentence pairs like the example shown in the table. Sentence pairs contain sentences in one language with their translations into another. The particular example shows an example of a "minimal pair", meaning that the sentences vary by just one element. These sentences make it simple to learn translations ofsubsentential units. For example, an example-based machine translation system would learn three units of translation:
# "How much is that" X "?" corresponds to "Ano X wa ikura desu ka."
# "red umbrella" corresponds to "akai kasa"
# "small camera" corresponds to "chiisai kamera"Composing these units can be used to produce novel translations in the future. For example, if we have been trained using some text containing the sentences:
"President Kennedy was shot dead during the parade." and "The convict escaped on July 15th." We could translate the sentence "The convict was shot dead during the parade." by substituting the appropriate parts of the sentences.
Other approaches to machine translation, including
statistical machine translation , also use bilingual corpora to learn the process of translation.Example based machine translation was first suggested by
Nagao Makoto in 1984. [Cite book
author =Makoto Nagao
title = Artificial and Human Intelligence
chapter = A framework of a mechanical translation between Japanese and English by analogy principle
editor = A. Elithorn and R. Banerji
year = 1984
publisher =Elsevier Science Publishers
url = http://www.mt-archive.info/Nagao-1984.pdf] It soon attracted the attention of scientists in the field ofnatural language processing .ee also
*
Machine translation
*Machine learning
*Statistical machine translation
*Translation memory External links
Wikimedia Foundation. 2010.