<?xml version="1.0"?><!DOCTYPE article SYSTEM "/project/take/software/searchbench_offline_processing/paperxml_generator/aclextractor/src/python/../resource/dtd/paperxml.dtd"><article><header><firstpageheader><page local="1" global="95"/><title>ATR-SLT System for SENSEVAL-2 Japanese Translation Task</title><author surname="Kumano" givenname="Tadashi"><org  name="ATR Spoken Language Translation Research Laboratories" country="Japan" city="Kyoto"/></author><author surname="Kashioka" givenname="Hideki"><org  name="ATR Spoken Language Translation Research Laboratories" country="Japan" city="Kyoto"/></author><author surname="Tanaka" givenname="Hideki"><org  name="ATR Spoken Language Translation Research Laboratories" country="Japan" city="Kyoto"/></author></firstpageheader><frontmatter><p>ATR-SLT System for SENSEVAL-2 Japanese Translation Task</p><p><b>Tadashi Kumano, Hideki Kashioka </b>and <b>Hideki Tanaka</b></p><p>ATR Spoken Language Translation Research Laboratories 2-2-2 Hikaridai Seika-cho Soraku-gun Kyoto 619-0288 JAPAN {tadashi.kumano, hideki.kashioka, hideki.tanaka}@atr.co.jp</p></frontmatter><abstract>We propose a translation selection system based on the vector space model. When each translation candidate of a word is given as a pair of expressions containing the word and its translation, selecting the transla­tion of the word can be considered equivalent to selecting the expression having the most similar context among candidate expressions. The pro­posed method expresses the context information in "context vectors" constructed from content words co-occurring with the target word. Con­text vectors represent detailed information com­posed of lexical attributes (word forms, semantic codes, etc.) and syntactic relations (syntactic dependency, etc.) of the co-occurring words. We tested the proposed method with the SENSEVAL-2 Japanese translation task. Preci­sion/recall was 45.8% to the gold standard in the experiment with the evaluation set. </abstract></header><body><section number="1" title="Introduction"><p>The SENSEVAL-2 Japanese translation task de­fines a sense of a Japanese word as an English translation. The same Japanese word in differ­ent contexts may have different English trans­lations; therefore, translation ambiguity arises.</p><p>Translation Memory (henceforth TM) defin­ing word senses were given to the task partic­ipants. Each target word has translation pairs of Japanese and English expressions as word sense candidates<footnote anchor="1"/>. The target word is marked in the Japanese expression, but the correspond­ing part is unspecified in the English expression. Hence, selecting the most appropriate transla­tion of the target Japanese word in the evalua­tion expression can be considered to be equiv­alent to selecting the expression with the most similar context in the TM. This is equivalent to the word sense disambiguation problem in a single language.</p><footnote label="1">Each target word has 21.6 pairs on average.</footnote><p>Generally, word sense disambiguation uses context information, such as the frequency of words that co-occur with the target word. The context information is learned from the correctly-annotated training, corpora. However, no training corpus was given for the task and the given TM had shorter contexts because the TM expressions were rather incomplete. There­fore, instead of learning the co-occurring words with the target word from the training corpora, we extract detailed information from the TM expressions as context information. We utilize the information of co-occurring words with the target word (context words) as shown below.</p><p>• lexical  attributes   (word  form, part-of-speech, semantic codes on thesaurus, etc.)</p><p>• syntactic relations to the target word (de­pendency relation, etc.)</p><p>We employed the vector space model, which is used for text retrieval (Salton and McGill, 1983) to calculate the similarity between the context word information of evaluation expressions and those of the TM. The detailed context informa­tion are expressed as "context vectors." We use cosine values between context vectors as a mea­sure of similarity.</p><p>In this paper, we will explain first how to con­struct "context vectors," and then show the ac­curacy of the selection experiment to the correct data (gold standard).</p></section><section number="2" title="Translation Selection Using Context Vectors"><subsection number="2.1" title="Context Vectors"><subsubsection number="2.1.1" title="Concept"><p>We will explain how to construct a context vec­tor from an expression <i>e\ </i>with the target word "Tsl <i>(aida; </i>interval)", as an illustration.</p><p>Figure 1 shows the expression, which con­tains the content words ":fe#§ <i>(fuufu; </i>married couple)", "ÏH* <i>(kodomo; </i>child)", and "lîti<page local="2" global="96"/></p><table caption="Table 1: Context Vectors Construction"></table><p>Type of syntactic relationship to the target word modifying target word in case relation:</p><doubt alpha="100.0" length="2" tooSmall="False" monospace="0.0">wo</doubt><doubt alpha="66.7" length="3" tooSmall="False" monospace="0.0">~NT</doubt><p>all context words</p><p><i>fuufu-no aida-ni kodomo-ga umareru</i></p><p>(ei) <i>U£M </i><i>&lt;0</i><i> </i><b>F€</b><b> </b>f-ft     <i>MttiZ </i>(a baby is born to the couple);</p><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">fuufu</doubt><doubt alpha="100.0" length="7" tooSmall="False" monospace="0.0">umareru</doubt><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">kodomo</doubt><p><i>shigoto-no aida-wo   nutte     mimai-ni iku</i></p><doubt alpha="66.7" length="90" tooSmall="False" monospace="0.0">(e2) "ftV&lt;Dffi £ ä&amp;oTJL^V^^ tf &lt; (to visit in hospital at the interval during one's work)"</doubt><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">nutte</doubt><doubt alpha="100.0" length="7" tooSmall="False" monospace="0.0">shigoto</doubt><p><i><u>mimai </u>iku</i></p><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">A</doubt><p><i>modifying-TW</i> <i>m odified- by-TW</i></p><doubt alpha="54.5" length="11" tooSmall="False" monospace="0.0">' ^target •</doubt><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">follow</doubt><doubt alpha="100.0" length="3" tooSmall="False" monospace="0.0">all</doubt><p>The ratio of vector components for each word attribute <i>h {umareru] </i>be born)", and shows that the phrases containing these content words have some syntactic dependencies.</p><p>We then prepare a table that enumerates all possible syntactic relations between target word and context words, as in Table 1. For each ex­pression, we then insert corresponding words to the column for each syntactic relation. For ex­ample, the row for <i>e\ </i>of Table 1 can be obtained by the enumeration of expression <i>e\. </i>If a syntac­tic relation is applicable to several words, such as the relation "following words" in Table 1, all of them are enumerated in the same column. If no content word comes under the syntactic relation, it is assigned empty <b><i>((f)).</i></b></p><p>Each row of the table is designated a "context vector" <b>ce </b>of a corresponding expression e.</p></subsubsection><subsubsection number="2.1.2" title="Calculation of Context Vectors"><p>In the preceding section, the table was explained as if it had context words in its elements, but "word attribute vectors" of context words are assigned to them practically. Hence, context vectors are the conjunctions of "word attribute vectors." Each word attribute vector <i>3</i><b><i>lw </i></b>of a word <i>w</i><i> </i>expresses lexical attributes of <i>w)</i><i> </i>such as POS or semantic code. Word attribute vectors have a fixed dimension number, and each ele-</p><p>( couple <i>fuufu-no</i> <b>Expression:</b><b></b></p><doubt alpha="64.3" length="28" tooSmall="False" monospace="0.0">between      child is born )</doubt><p><i>aida-ni  kodomo-ga umareru</i> <b>Syntactic Dependencies:</b><b></b></p><doubt alpha="100.0" length="2" tooSmall="False" monospace="0.0">NO</doubt><doubt alpha="100.0" length="2" tooSmall="False" monospace="0.0">Nl</doubt><doubt alpha="100.0" length="2" tooSmall="False" monospace="0.0">GA</doubt><figure caption="Figure 1: Syntactic Dependencies in Expres­sione\"></figure><p>ment has a non-negative value. The procedure for constructing word attribute vectors will be described below in Section 2.1.3.</p><p>When several context words fall under the same syntactic relation like <i>kodomo </i>and <i>umareru </i>as we can see in the "following words" relation in Table 1, the word vectors assigned to the relation is calculated by selecting the max­imum value for every vector component among values of all words in that relation. The calcu­lation named vecmax is defined as follows:</p><doubt alpha="28.6" length="28" tooSmall="False" monospace="0.0">vecmaxa^ =(6i, 62? •• • &gt; ^7</doubt><doubt alpha="42.9" length="7" tooSmall="False" monospace="0.0">i=l...m</doubt><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">where</doubt><p><b>az </b>is a n-dimensional vector, <i>dij </i>is a <i>j-th </i>element of vector <b>a^, </b>and <i>bj = </i>max <i>ciij.</i></p><doubt alpha="14.3" length="7" tooSmall="False" monospace="0.0">2=1...m</doubt><p>When joining word attribute vectors into a context vector, each word attribute vector is given a weight in order to get a certain ratio of vector components for each syntactic relation. This is necessary to specify the degree of the contribution to the context vectors according to the type of syntactic relation. For example, as­suming that the ratio of the vector components is specified using <i>Xsyn_rei (syn-rel </i>denotes a spe­cific syntactic relation type) as shown in Ta­ble 1, the context vector <b>cei </b>of the expression <i>e\ </i>will be calculated as follows:</p><p><i>modifying-TW '</i> <i>modifi ed- by-TW</i></p><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">x</doubt><p><i>&amp;fuufu </i><b>I a</b><i>fuufu </i><b>I</b> <i>lumareru\</i><i>■umareru</i></p><p>modified by target word in case relation: </p><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">WOINO</doubt><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>target</p></td><td class="cell"><p></p></td><td class="cell"><p>following</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>word</p></td><td class="cell"><p></p></td><td class="cell"><p>words</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>fuufu</i></p></td><td class="cell"><p></p></td><td class="cell"><p><b><i>rk</i></b></p></td><td class="cell"><p><b><i>rk</i></b></p></td><td class="cell"><p><b><i>As</i></b></p></td><td class="cell"><p><i>umareru</i></p></td><td class="cell"><p><b><i>A,</i></b></p></td><td class="cell"><p><i>aida</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>kodomo</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>&lt;P</i></p></td><td class="cell"><p><i>&lt;P</i></p></td><td class="cell"><p><i>9</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>9</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>umareru</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><i>nutte</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>4&gt;</i></p></td><td class="cell"><p><i>shigoto</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><i>nutte</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><i>aida</i></p></td><td class="cell"><p></p></td><td class="cell"><p><i>mimai</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><i>iku</i></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><b><i>y</i></b></p></td><td class="cell"><p><b>--v-</b></p></td><td class="cell"><p><b><i>_y</i></b></p></td><td class="cell"><p><b>s—&gt;/—^</b></p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="3" global="97"/><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">target</doubt><doubt alpha="100.0" length="1" tooSmall="False" monospace="0.0">A</doubt><p><b>a</b><i>fuufu ^■kodomo </i><i>3</i><i>-umarer-u</i></p><table caption="Table 2: Constructing Word Attribute VectorsType of syntactic attribute"></table><p>Type of syntactic attribute</p><doubt alpha="58.3" length="12" tooSmall="False" monospace="0.0">©  Xfollow '</doubt><doubt alpha="50.0" length="16" tooSmall="False" monospace="0.0">8-aida ^ \&amp;aida\</doubt><doubt alpha="100.0" length="6" tooSmall="False" monospace="0.0">vecmax</doubt><p><i>i£{kodomo, umareru}</i> <i>i£{kodomo)umareru}</i></p><doubt alpha="50.0" length="6" tooSmall="False" monospace="0.0">^all '</doubt><p>vecmax <b>a;</b></p><p><i>i£{fuufu,kodomo,umareru}</i></p><p>vecmax <b>a^</b></p><p><i>i£{fuufu, kodomo, umareru}</i></p></subsubsection><subsubsection number="2.1.3" title="Word Attribute Vectors"><p>For lexical attributes, we prepare another table similar to that for context words described in the previous section. Table 2 shows that the ta­ble enumerates attributes for all words appear­ing for each lexical attribute. For each word, values are assigned to the column correspond­ing to the lexical attribute. The value zero is as­signed to the column when the lexical attribute is not applicable to the word. In Table 2, the lexical attributes of each context word in ex­pression <i>e\ </i>are expressed in each row. The row is called "word lexical attributes" <b>aw </b>of the cor­responding word <i>w.</i></p><p>We employ the semantic codes of a Japanese thesaurus as the semantic attributes. A seman­tic code may have superordinates because a the­saurus represents semantic relations on the hi­erarchical tree structure. For example, the word <i>fuufu </i>has semantic codes on seven levels, from "Noun 74" on the leaf node to "Noun 1" on the top, in the thesaurus "Nihongo Goi Taikei (Ike-hara et al., 1997)" that we used. We treat all semantic codes as semantic attributes of word attribute vectors, and assign values to the cor­responding elements equally.</p><p>Each lexical attribute of a word attribute vec­tor should be assigned a value, the ratio of com­ponent vectors for each word lexical attribute being the specific value <i>rj</i><i>wora&gt;_attr </i><i>(word.attr </i>denotes a specific word attribute type) in Table 2. Semantic attributes may have multiple compo­nents to be assigned values, each component should be normalized by the number of the com­ponents (See Table 2).</p></subsubsection></subsection><subsection number="2.2" title="Translation Selection"><p>To select an appropriate translation for an eval­uation expression containing a target Japanese word, we need to compare the context vector of the evaluation expression with the context vec­tors of all candidate Japanese expressions in the TM. We then choose the candidate whose cosine value to the context vector of the evaluation ex­pression is the maximum.</p><p>Each expression should have a unique con­text vector in order to compare context vectors. But context words, like target words, have am­biguity, and they have several candidates for se­mantic codes in the thesaurus. It seems unac­ceptable that the method requires disambigua­tion of context words before disambiguation of the target word. Therefore, we decided not to disambiguate context words before constructing the context vector. Instead, we construct "con­text vector candidates" from all combinations of the context word candidates. All combina­tions of the context vector candidates are used for calculating similarity, and the combination that has the maximum value is selected as the pair of the evaluation and the TM expressions. We can resolve ambiguity of context words when selecting the translation of the target word.</p></subsection></section><section number="3" title="Description of Participating System"><p><b>3.1   Resources, etc.</b></p><p>Our system used the following resources in ad­dition to the given TM and evaluation set.</p><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Emergent Form</p></td><td class="cell"><p>Pronunciation</p></td><td class="cell"><p>POS</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><i>-f-m</i></p></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p><i>fu-u-fu</i></p></td><td class="cell"><p><i>ko-do-mo</i></p></td><td class="cell"><p><i>u-ma-re-ru</i></p></td><td class="cell"><p></p></td><td class="cell"><p>noun</p></td><td class="cell"><p>verb</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><i>T)e„form</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>Tjpos</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>0</p></td><td class="cell"><p><i>'He-form</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>T)e</i><b><i>-p7on</i></b></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>f]pos</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>T</i><i>)e-.form</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>T</i><i>)e-pron</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>Vpos</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Semantic Code</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>N86</p></td><td class="cell"><p>N85</p></td><td class="cell"><p></p></td><td class="cell"><p>N72</p></td><td class="cell"><p>N5</p></td><td class="cell"><p>N4</p></td><td class="cell"><p>N3</p></td><td class="cell"><p>N2</p></td><td class="cell"><p>Nl</p></td><td class="cell"><p>P26</p></td><td class="cell"><p>P17</p></td><td class="cell"><p>P16</p></td><td class="cell"><p>PI</p></td><td class="cell"><p></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>''Is em </i><b><i>V7</i></b></p></td><td class="cell"><p><i>'Is em</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>''Isem</i></p></td><td class="cell"><p><i>''Isem</i></p></td><td class="cell"><p><i>''Isem</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><i>'Is em</i></p></td><td class="cell"><p><i>H sera</i></p></td><td class="cell"><p><i>''Is em. </i><i>V9</i></p></td><td class="cell"><p><i>''Isem</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p>0</p></td><td class="cell"><p><i>'Isem </i><i>V4</i></p></td><td class="cell"><p><i>'Is era </i><b><i>V4</i></b></p></td><td class="cell"><p><i>'Isem</i></p></td><td class="cell"><p><i>'isem </i><i>^4</i></p></td><td class="cell"><p>0</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="4" global="98"/><table caption="Table 3: Employed Parameters"></table><p>Japanese Morphological Analyzer:</p><doubt alpha="66.7" length="33" tooSmall="False" monospace="0.0">JUMAN (Kurohashi and Nagao, 1998)</doubt><p>Japanese Syntactic Analyzer: KNP (Kurohashi, 1998)</p><p>Thesaurus:</p><doubt alpha="65.9" length="41" tooSmall="False" monospace="0.0">Nihongo Goi Taikei (Ikehara et al., 1997)</doubt><subsection number="3.2" title="Parameters"><p>The following parameters have significant ef­fects on the accuracy of our method.</p><p>L The <i>rj</i><i>word_attr </i>ratio of vector compo­nents specified for each word attribute when making word attribute vectors (Sec­tion 2.1.3)</p><p>2. The <i>Xsyn_rei </i>ratio of the vector components specified for each syntactic relation when joining word attribute vectors into context vectors (Section 2.1.2)</p><p>However, we did not optimize the parameters in our participating system, because of the task specification that no training corpus was given and the time limitations in the course of system development. Parameters were given manually by considering the parameter functions. All of the lexical and syntactic attributes and parame­ters that represent the ratio between attributes, which our participating system employed, are shown in Table 3.</p></subsection></section><section number="4" title="Evaluation"><p>Our participating system marked both the pre­cision and the recall at 45.8% of the correct data (the gold standard) in the evaluation corpus se­lection. However, our participating system had some serious bugs in the vector normalization process. After correcting the bugs, we made another selection experiment using the same pa­rameters described in Section 3.2. The accu­racy of the corrected system was 49.3% (nouns: 50.0%, predicates: 48.5%).</p></section><section number="5" title="Summary"><p>We proposed a translation selection method for the SENSEVAL-2 Japanese translation task. The proposed method calculates the similarity be­tween an evaluation expression containing the target word and Japanese expressions contain­ing the same word in the TM. For calculating similarity, "context vectors" are constructed. Context vectors represent lexical attributes of context words and syntactic relations between context words and the target word. The system employed the proposed method with an accu­racy of 49.3% after bug elimination. Future plans are as follows.</p><p>1. To optimize parameters using the gold standard. We would like to use the opti­mized parameters to study the relation be­tween context information type and accu­racy on translation selection. In addition, we will examine whether employed lexical and syntactic attributes are appropriate for the task.</p><p>2. To apply the machine learning method to the task, preparing the training corpora. We will make use of the detailed context information proposed, the lexical and syn­tactic attributes, at machine learning.</p><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>word attribute type</p></td><td class="cell"><p>ratio</p></td><td class="cell"><p></p></td><td class="cell"><p>syntactic relation type</p></td><td class="cell"><p>ratio</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Emergent Word Form</p></td><td class="cell"><p>1</p></td><td class="cell"><p></p></td><td class="cell"><p>modifying target word   (case relation:</p></td><td class="cell"><p>specific)</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Pronunciation</p></td><td class="cell"><p>1</p></td><td class="cell"><p></p></td><td class="cell"><p>(case relation: non-</p></td><td class="cell"><p>-specific)</p></td><td class="cell"><p>1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Standard Form</p></td><td class="cell"><p>4</p></td><td class="cell"><p></p></td><td class="cell"><p>modified by target word (case relation:</p></td><td class="cell"><p>specific)</p></td><td class="cell"><p>3</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>(standard) Pronunciation</p></td><td class="cell"><p>4</p></td><td class="cell"><p></p></td><td class="cell"><p>(case relation: non-</p></td><td class="cell"><p>-specific)</p></td><td class="cell"><p>1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Part-Of-Speech</p></td><td class="cell"><p>0</p></td><td class="cell"><p></p></td><td class="cell"><p>target word</p></td><td class="cell"><p></p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Conjugated Form</p></td><td class="cell"><p>1</p></td><td class="cell"><p></p></td><td class="cell"><p>the phrase containing target word</p></td><td class="cell"><p></p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Semantic Code</p></td><td class="cell"><p>12</p></td><td class="cell"><p></p></td><td class="cell"><p>preceding target word</p></td><td class="cell"><p></p></td><td class="cell"><p>1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p>following target word</p></td><td class="cell"><p></p></td><td class="cell"><p>1</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p></p></td><td class="cell"><p>all content words</p></td><td class="cell"><p></p></td><td class="cell"><p>2</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table></section><references><p>S. Ikehara, M. Miyazaki, S. Shirai, A. Yokoo, H. Nakaiwa, K. Ogura, Y. Oyama, and Y. Hayashi, editors. 1997. <i>Nihongo Goi Taikei, </i>volume 1-5. Iwanami Shoten. (in Japanese).</p><p>S. Kurohashi and M. Nagao, 1998. <i>Japanese Mor­phological Analysis System JUMAN version </i><i>3</i><i>.61. </i>Kyoto University, (in Japanese).</p><p>S. Kurohashi, 1998. <i>Japanese Syntactic Analysis . System KNP version </i><i>2</i><i>.0 b6 user's manual </i>Kyoto University, (in Japanese).</p><p>G. Salton and M. J. McGill. 1983. <i>Introduction to Modern Information Retrieval. </i>McGraw-Hill.</p></references></body></article>