CSAIL Research Abstracts - 2005 link to http://publications.csail.mit.edu/abstracts/abstracts05/index.html link to http://www.csail.mit.edu
bullet Introduction bullet Architecture, Systems
& Networks
bullet Language, Learning,
Vision & Graphics
bullet Physical, Biological
& Social Systems
bullet Theory bullet

horizontal line

Interlingua-based Translation for Language Learning Systems

John Lee & Stephanie Seneff

Introduction

For the past several years, we have been developing systems that will enable a student of a foreign language to practice conversation in a non-threatening environment [1,2]. This research has built upon our previous research in developing multilingual dialogue systems. We now have in place a system intended to help a native English speaker learn Mandarin, by engaging them in conversation in the weather domain. The student converses over the telephone, and can speak in either English or Mandarin at any time. Mandarin queries about the weather are answered in Mandarin, whereas English queries are automatically translated into Mandarin. The student can then attempt to imitate the provided Mandarin query to push the conversation forward.

Our interest here is in creating a reversed scenario in which a native Mandarin speaker is learning English. Ideally, reversing the language roles would simply require reassigning L1 and L2 in a top-level system control file. However, a critical component of the reversed system is missing: a high quality translation capability from Mandarin to English. While we already have a capability to understand Mandarin queries, the grammar for understanding only needed to capture the semantic content of the utterance and hence did not preserve sufficient detail for accurate translation.

Interlingua-based Translation Framework

For second-language learning applications, the machine translation system must be able to provide grammatical, near-perfect translation. Wide coverage is not required, since the typical student is concerned with particular domains of interest. In fact, if a sentence is out-of-domain or ill-formed, it would be better for the system to tell the student so, than to attempt translation at the risk of teaching the student an incoherent sentence.

The interlingual approach performs syntactic and semantic analysis on an input sentence and maps it to a language-neutral meaning representation ("semantic frame"). Rich linguistic knowledge, encoding long-distance dependencies, is easily incorporated into the semantic frame, and is taken into account during generation. A further advantage for language learning applications is that the frame, as a canonical meaning representation, is useful for detecting inappropriate or missing grammatical constructions, thereby giving feedback to the student. The design of such a meaning representation is challenging for a wide domain, but has been shown to be feasible for restricted ones.

A natural language generation system then maps the semantic frame to a surface string using formal generation rules. It specifies the order in which components in the frame are to be processed into substrings, and consults a generation lexicon to obtain multiple word-sense surface-form mappings, and appropriate inflectional endings.

Our system (called "formal" in the rest of this abstract) consists of three components for L1-to-L2 translation: a natural language understanding (NLU) system [3], which maps a sentence in language L1 to a semantic frame encoding syntax and semantics, a transfer phase [4], which modifies the semantic frame to account for linguistic properties unique to language L2, and a natural language generation (NLG) system [5], which produces a well-formed surface string in L2.

Evaluation

We utilized a set of about 900 Mandarin utterances spoken by native Mandarin speakers conversing with our MUXING weather information system [6]. We examined the English output sentences manually, and rated the quality, given the original Mandarin sentence as a reference, as Perfect, Acceptable, or Wrong.

We were interested in comparing our formal translation system with a statistical approach, for which we utilized PHARAOH [7] (called "statistical" in the rest of this abstract), a state-of-the-art phrase-based translation system. This was easily trained on the same set of sentence pairs that were used to develop the formal system.

Perfect Acceptable Wrong
Formal Transcript 87.5% 9.6% 2.8%
Formal Speech 70.5% 8.3% 21.3%
Statistical Transcript 60.8% 14.9% 24.3%
Statistical Speech 51.8% 13.0% 35.2%

Translation evaluation results. Note: "Speech" = speech recognizer output; "Transcript" = manual transcriptions

The average rankings of the English output sentences are shown in the table above. As expected, translation quality degrades with speech recognizer output. In terms of the proportion of Perfect sentences, the formal method outperformed the statistical one by over 16% in both the transcribed and automatically recognized test sets.

Some of the errors produced by the statistical method were significant for language-learning applications. In sentences with future temporal expressions, it consistently preferred "is" instead of the correct "will", a long-distance dependency that it was unable to learn. In a sentence like "ming2_tian1 zhong1_xi1_bu4 you3 mei2 you3 xue3" (literally, "tomorrow Midwest have not have snow"), both "is" and "will" are possible translations of "you3", whose tense is not systematically marked. Its proper translation thus depends on temporal expressions elsewhere in the sentence.

The statistical method was unable to handle some other long-distance grammar constraints. Consider the question "ni3 zhi1 bu4 zhi1_dao4 ming2_tian1 hui4 xia4_yu3 ma5" (literally, "you know not know tomorrow going-to rain"), which was translated as "do you know about will it rain tomorrow". While the two halves of the sentence are perfectly good phrases on their own, as a whole they form an ungrammatical sentence.

References

[1] Wang, C. and Seneff, S. ``High-Quality Speech Translation for Language Learning,'' In Proc. InSTIL , Venice, Italy, 2004.

[2] Seneff, S., Wang, C., Peabody, M., and Zue, V. ``Second Language Acquisition through Human Computer Dialogue,'' In Proc. ISCSLP , Hong Kong, 2004.

[3] Seneff, S. ``TINA: A Natural Language System for Spoken Language Applications,'' In Computational Linguistics , 18(1):61--86, 1992.

[4] Cowan, B. ``PLUTO: A Preprocessor for Multilingual Spoken Language Generation,'' Master's thesis, MIT, Cambridge, MA, 2004.

[5] Baptist, L. and Seneff, S. ``GENESIS-II: A Versatile System for Language Generation in Conversational System Applications,'' In Proc. ICSLP , Beijing, China, 2000.

[6] Wang, C., Cyphers, S., Mou, X., Polifroni, J, Seneff, S., Yi, J and Zue, V. ``MuXing: A Telephone-access Mandarin Conversational System,'' In Proc. ICSLP, Beijing, China, 2000.

[7] Koehn, P., Och, F., and Marcu, D. ``Statistical Phrase-based Translation,'' In Proc. HLT-NAACL, Edmonton, Canada, 2003.

horizontal line

MIT logo Computer Science and Artificial Intelligence Laboratory (CSAIL)
The Stata Center, Building 32 - 32 Vassar Street - Cambridge, MA 02139 - USA
tel:+1-617-253-0073 - publications@csail.mit.edu
(Note: On July 1, 2003, the AI Lab and LCS merged to form CSAIL.)