Parser Self-Training for Syntax-Based Machine Translation

Size: px
Start display at page:

Download "Parser Self-Training for Syntax-Based Machine Translation"

Transcription

1 arsr Slf-Training for Syntax-Basd Machin Translation Makoto Morishita, Koichi Akab, Yuto Hatakoshi Graham ubig, Koichiro Yoshino, Satoshi akamrua Graduat School of Information Scinc ara Institut of Scinc and Tchnology Takayama-cho, Ikoma-shi, ara, Japan Abstract In syntax-basd machin translation, it is known that th accuracy of parsing gratly affcts th translation accuracy. Slf-training, which uss parsr output as training data, is on mthod to improv th parsr accuracy. Howvr, bcaus parsing rrors caus noisy data to b mixd with th training data, automatically gnratd pars trs do not always contribut to improving accuracy. In this papr, w propos a mthod for slcting slf-training data by prforming syntaxbasd machin translation using a varity of pars trs, using automatic valuation mtrics to slct which translation is bttr, and using that translation s pars tr for parsr slftraining. This mthod allows us to automatically choos th trs that contribut to improving translation accuracy, improving th ffctivnss of slf-training. In xprimnts, w found that our slf-traind parsrs significantly improv a stat-of-th-art syntax-basd machin translation systm in two languag pairs. 1. Introduction In statistical machin translation (SMT), rprsntativ mthods includ hras-basd Machin Translation (BMT) [1], in which ach phras is translatd by th translation modl and rordrd to th appropriat targt languag ordr, and syntax-basd machin translation [2], which uss parts of syntactic pars trs for translation. Whil BMT gnrally achivs high accuracy on languag pairs with clos word ordr such as English-Frnch, syntax-basd machin translation tchniqus hav shown to allow for bttr translation accuracy on languag pairs with diffrnt word ordr such as English-Japans. Among th various mthods for syntax-basd translation, Tr-to-String (T2S) translation [3], which uss pars trs in th sourc languag, has bn rportd to achiv high translation accuracy whil maintaining translation spd [4]. Howvr, T2S translation uss parsr rsults in th sourc languag, so translation accuracy gratly dpnds on parsr accuracy. On mthod to amliorat this problm is Forst-to-String (F2S) translation [5], which considrs multipl pars trs during th dcoding procss. Evn F2S translation, howvr, is havily affctd by th accuracy of th parsr usd to gnrat th pars forst [4]. arsr slf-training is on mthod to improv parsr accuracy [6]. Slf-training first parss unannotatd sntncs using an xisting modl, thn uss ths automatically gnratd pars trs to rtrain th parsr. This allows th parsr to automatically adapt to th data usd for slf-training, incrasing covrag of vocabulary or syntactic structurs, and thus incrasing parsr accuracy. Howvr, on downsid of standard slf-training mthods is that automatically gnratd pars trs ar oftn incorrct, which rducs thir ffctivnss as training data. Whil thr has not bn much work on slf-training in th contxt of syntax-basd machin translation itslf, Katz- Brown t al. [7] hav proposd a mthod for slf-training in th contxt of syntactic pr-ordring. In this mthod, which thy call targtd slf-training, thy first gnrat multipl pars trs using a syntactic parsr, thn us ths trs to prform pr-ordring, scor th output by comparing to corrct pr-ordrd data, and slct th pars tr that has th highst scor. By using information about th corrct prordring to slct which pars tr to us, this mthod has th ability to rmov pars trs that rsult in incorrct prordrings, rducing nois in th training data. Howvr, on th down sid, making th manually alignd data rquird to apply this varity of targtd slf-training is costly, limiting its applicability to situations whr this data can b cratd. In this papr, w propos a mthod for targtd slftraining of parsrs for syntax-basd translation. Th proposd mthod is applicabl not only to pr-ordring but also syntax-basd MT, and has th additional advantag that it dos not rquir th prparation of costly hand-alignd training data bcaus it chooss data using standard MT automatic valuation mtrics. This allows for th us of xisting bilingual corpora as training data for targtd slf-training, making it possibl to improv parsrs and F2S translation accuracy in a widr varity of filds. By carrying out xprimnts on targtd slf-training considring machin translation accuracy, w confirmd that th proposd mthod signif-

2 icantly improvs th translation accuracy of a stat-of-th-art F2S systm in two languag pairs. 2. Tr-to-String translation In SMT, givn th sourc sntnc f, w considr th problm of finding translation ê that maximizs th postrior probability r( f) x 0 : ha V V V x 1 : V AUX V wo mi ta ê := argmaxr( f). (1) Among th varitis of SMT, T2S translation uss sourc languag pars tr T f to disambiguat th sourc structur and xprss th hirarchical rlationships btwn th sourc and targt languags as ruls, allowing for mor accurat translation. T2S translation can b formulatd as follows ê := argmaxr( f) (2) = argmax r( f,t f )r(t f f) (3) T f argmax r( T f )r(t f f) (4) T f argmaxr( ˆT f ), (5) whr ˆT f is th highst probability pars tr candidat rprsntd by th following formula: ˆT f = argmaxr(t f f). (6) T f As shown in Figur 1, translation ruls usd by T2S translation 1 ar rprsntd by th st of a sourc subtr and a targt languag string of words, including th rplacabl variabls x. In th xampl shown in Figur 1, x 0 and x 1 ar th rplacabl variabls. During translation, th dcodr finds th highst probability translation considring th probability of translation ruls, languag modls, or othr faturs. Th dcodr can also b usd to output th n translations with th highst probability,n-bst translations. In T2S translation, by taking th sourc languag pars tr into account, translation of long-distanc word ordring can b mor accurat than BMT. Howvr, bcaus T2S uss th pars tr for translation, th translation accuracy gratly dpnds on th parsr accuracy. As mntiond in th introduction, F2S translations rduc th advrs ffct of parsr rrors by using a pars forst, which is a hypr-graph fficintly xprssing a larg numbr of pars trs. By using a pars forst for translation, th dcodr can slct which pars tr to us from svral pars tr candidats, lading to improvd translation accuracy [9]. F2S translation can b formulatd as follows: ê, ˆT f = argmaxr( T f )r(t f f). (7),T f 1 Spcifically, T2S translation using tr transducrs [8]. x 0 saw a x 1 Figur 1: An xampl of a Japans-to-English tr-to-string translation rul Howvr, vn using F2S translation, th accuracy is havily affctd by th accuracy of th parsr usd to gnrat th pars forst [4]. In th following sctions, w dscrib som mthods to improv parsr accuracy. 3. arsr slf-training 3.1. Introduction of slf-training arsr slf-training rtrains th parsr using th pars trs automatically gnratd by an xisting modl, allowing th parsr to adapt to th data usd for slf-training and improv accuracy. In othr words, for ach sntnc usd for slftraining, w find th highst probability pars tr T ˆ f basd on Equation (6), thn us this pars tr to rtrain th parsr. Whn Charniak first proposd parsr slf-training, h rportd that a parsr using robabilistic Contxt-Fr Grammar (CFG) modls traind using th WSJ corpus [10] achivd no gain through slf-training [11]. On th othr hand, th CFG with Latnt Annotations (CFG-LA) modl, which achivs improvd parsing accuracy by using latnt annotations, has bn rportd to b improvd significantly by slf-training [12]. This is bcaus th CFG-LA has rlativly high accuracy, so th automatically gnratd pars trs usd for slf-training ar mor accurat, and bcaus th CFG-LA modl has mor paramtrs than standard CFGs, making it mor likly to bnfit from th incrasd amount of data. Basd on ths studis, w considr parsr slf-training using th CFG-LA modl Slf-training of th parsr in machin translation As mntiond in th introduction, thr is on prvious study on improving translation accuracy by doing parsr slftraining. Katz-Brown t al. propos a mthod for targtd slf-training, whr trs ar slctd basd on an xtrinsic valuation masur, and rport that it is possibl improv translation accuracy itslf [7]. Spcifically, thy automatically gnrat svral candidat pars trs, thn slct th candidat for which th pr-ordring rsult is most similar to hand-alignd corrct data. This tr is thn usd to rtrain th parsr. Formally, w dfin th pr-ordring function rord(t f ),

3 which gnrats a pr-ordrd sourc languag sntnc f basd on a pars trt f, and a scor function scor(f,f ) [13], which comparsf to th rfrnc prordrd sntnc f. ars tr T f, which is usd in slf-training, is slctd from th candidat pars trst f by th following formula T f = argmax T f T f scor(f, rord(t f )) (8) In this papr, basd on ths prvious studis, w propos a mthod for parsr targtd slf-training for syntax-basd translation. In th following sctions, w xplain th dtail of this mthod and vrify its ffctivnss. 4. arsr slf-training for syntax-basd MT An important point that dtrmins th ffctivnss of slftraining is how to slct th data usd to rtrain th parsr. In th following sctions, w propos svral mthods to slct pars trs and sntncs that ar ffctiv to improv th accuracy of F2S translation Slcting pars trs As dscribd in Sction 3.2, th targtd slf-training proposd by Katz-Brown t al. [7], slcts th most accurat pars tr from n-bst candidats by comparing hand-alignd corrct prordring data and automatically gnratd pars trs. Howvr, constructing hand-alignd data is costly, and thus it is impractical to crat larg data sts for this mthod. To solv this problm, w propos two mthods for targtd slf-training using only a paralll corpus. On is to us th pars tr usd in th 1-bst translation slctd by th dcodr, and th othr is to us th pars tr usd in th oracl translation, which is th most similar translation to th rfrnc translation from th n-bst list slctd by automatic valuation mtrics Dcodr 1-bst As dscribd in Sction 2, in F2S translation, th dcodr slcts th pars tr usd to gnrat th translation with th highst probability from th pars forst. A prvious study has notd that th F2S dcodr has th ability to slct mor accurat pars trs, as it uss othr fatur functions such as rul probabilitis and languag modl probabilitis, which cannot b considrd by th baslin parsr [9]. Thus, th pars tr usd in th on-bst translation could b mor ffctiv for slf-training than th parsr 1-bst tr. In this cas, th pars tr usd in slf-training is ˆT f in Formula (7) Automatic valuation 1-bst During translation, th dcodr outputs th translation that has th highst translation probability from a multitud of translation candidats. Howvr, thr ar also cass in which othr candidat translations, for xampl ons in th n-bst list, ar mor similar to th rfrnc translation, which indicats that thy may b mor accurat than th dcodr 1-bst translation. W dfin th oracl translationē, which is th closst to rfrnc translation among th n-bst translation candidats E. In this mthod, w prform slf-training using th pars tr that is usd in th oracl translation ē. By using th scor function scor( ), which rprsnts th similarity btwn th hypothsis and rfrnc translation, ē is formulatd as follows: 4.2. Slcting sntncs ē = argmaxscor(,). (9) E In Sction 4.1, w dscribd mthods to slct, from an n- bst list for a singl sntnc, pars trs that may b usful in slf-training. Howvr, in many cass, th corrct pars tr may not b includd in th n-bst translation candidats, and thr is a possibility of ths sntncs adding nois to th training data. Thrfor, w furthr propos two mthods for slcting which sntncs should b usd in slf-training from th ntirty of th training data, potntially rmoving sntncs for which no good n-bst candidat xists. On is to us sntncs for which th translatd sntnc s automatic valuation scor xcds a thrshold, and th othr is to us sntncs that hav a larg scor incras btwn th dcodr 1-bst and oracl translation Automatic valuation thrshold Thr ar som sntncs in th corpus that ar not translatd accuratly by th MT systm, and th scor of automatic valuation mtrics dcrass. Th caus of low valuation scors could b for th th following rasons: An incorrct pars tr has bn usd in th translation. Th translation modl dos not sufficintly covr th sourc sntnc s vocabulary or phrass. Th rfrnc translation, which is usd to calculat th automatic valuation scor, is a fr or incorrct translation, and th systm cannot output a similar translation. In such cass, th scor of automatic valuation mtrics will b low vn for th oracl translation. Bcaus th F2S dcodr cannot slct th corrct trs or th valuation scors ar not rliabl, ths data ar mor likly to hav noisy oracl trs for training, and thus it is potntially bnficial to xclud ths trs from th training data. For ths rasons, w propos a sntnc slction mthod that uss only sntncs that achiv scors ovr a thrshold, which can b xpctd to hav mor accurat pars trs. Th st of sntncs for slf-training is dfind as follows, whr t is th thrshold, (i) is th rfrnc translation of th sntnc i, ē (i) is th oracl translation of th sntnc i, Ē is

4 th st of all oracl translations, and scor() is th automatic valuation scor function {i scor( (i),ē (i) ) t, ē (i) Ē}. (10) Automatic valuation gain xt, w focusd on th diffrnc btwn th automatic valuation scor of th dcodr 1-bst and oracl translation. In th cas that th pars forst output by th parsr has incorrct probabilitis for th pars trs, in many cass, th dcodr will slct th incorrct pars tr and output th wrong translation. On th othr hand, th oracl translation is mor likly to hav usd a corrct pars tr from th pars forst. Thrfor, by using th pars trs usd in oracl translations as training data in ths cass, it may b possibl to improv th parsr s probability stimats. This will rsult in th systm using th slf-traind parsr tnding to output th corrct translation as a 1-bst, improving translation accuracy. To slct th sntncs, w dfin th function gain(ē (i),ê (i) ), which rprsnts th gain btwn th scor of 1-bst translation ê (i) and oracl translation ē (i), thn slcts th sntncs with highst gain as in Formula (10). Th function gain(ē (i),ê (i) ) is formulatd as follows: gain(ē (i),ê (i) )=scor(ē (i) ) scor(ê (i) ). (11) In addition, in this mthod, in ordr to nsur that th sntnc lngth distribution of th training data is similar to that of th ntir corpus, w us th following formula proposd by Gascó t al. [14], to nsur that th lngth distribution of th slctd sntncs is similar to that of th ovrall corpus distribution. 2 In this formula, is th lngth of targt languag sntnc, f is th lngth of sourc languag sntnc f, c ( + f ) is th numbr of sntncs in th corpus with lngth + f, and c is th numbr of sntncs in th ntir corpus p( + f )= c( + f ) c. (12) Th numbr of sntncs slctd for th slf-training st is formulatd as follows, whr t ( + f ) is th numbr of sntncs in th slf-training st with lngth + f, and t is th numbr of sntncs in th ntir slf-training st 5.1. Exprimntal stup t ( + f )=p( + f ) t. (13) 5. Exprimnts In th xprimnts, w focusd on Japans-English and Japans-Chins translation. Bcaus th amount of handlabld Japans pars tr data is lss than that availabl for English, th Japans parsr is pron to pars rrors. As th translation data, w us ASEC, 3 which is a paralll cor- 2 Th BLEU gain approach was not ffctiv if w did not us this tchniqu, as it tnds to slct only short sntncs whr small changs in wording caus larg changs in valuation scors. 3 Tabl 1: Th numbr of sntncs in ASEC Train Dv DvTst Tst Ja-En 2,000,000 1,790 1,784 1,812 Ja-Zh 672,315 2,090 2,148 2,107 pus of scintific paprs abstracts. Th numbr of sntncs in ASEC is shown in Tabl 1. 4 As a stat-of-th-art baslin for vrifying th ffct of slf-training, w us th systm dvlopd by ubig [15], 5 which was th most accurat systm on th Workshop on Asian Translation (WAT) 2014 [16]. W us Travatar [17] as a Forst-to-String dcodr. As a parsr, w us th CFG-LA parsr Egrt, 6 and train a baslin modl on a phras-structur vrsion of th Japans Dpndncy Corpus (JDC) [18], which has about 7000 sntncs. Forsts wr prund to rmov hypr-dgs which do not appar in th 100n-bst trs. Egrt somtims fails to output a pars tr, and in this cas, w rmov th faild sntncs. W valuat th accuracy by using two automatic valuation mtrics, BLEU [19] and RIBES [20], and to valuat th accuracy for ach sntnc in sntnc or oracl slction, w us BLEU+1 [21]. For slf-training data, w add th data slctd from th ASEC training data to th JDC trs. Th training data for th translation systms is parsd using th standard JDC modl, and th slf-traind modls ar usd only to pars th dvlopmnt and tst corpora at tst tim. 7 W vrify statistical significanc using th bootstrap rsampling mthod [22]. In th nxt sction, w compar th following parsr slf-training mthods: arsr 1-bst As in Formula (6), w us th 1-bst pars trs for slf-training. W slct th sntncs randomly from th corpus. 8 MT 1-bst As dscribd in Sction 4.1.1, w input th pars forst to th dcodr, and us th pars trs usd in th 1-bst translation. W slct th sntncs randomly from th corpus as in arsr 1-bst. Oracl As dscribd in Sction 4.1.2, w input th pars forst to th dcodr, output uniqu 500-bst hypothss and us th pars tr corrsponding to th translation that has th highst BLEU+1 scor in this n-bst list. W 4 ASEC actually has 3.0 million Ja-En training sntncs, but bcaus th data was automatically alignd, w us only th highst-confidnc 2.0 million sntncs to maintain th quality of th training data It may b possibl to furthr improv translation accuracy by r-parsing th training data, but this coms at a significant computational cost, so in this work w only xprimnt with r-parsing th dvlopmnt and tst corpora. 8 Whil a larg corpus is availabl, training th parsr using th ntir corpus is computationally xpnsiv, so w randomly subsampl a training corpus.

5 Tabl 2: Exprimnt rsults of Japans-English translation Ja-En Ja-Zh Sntnc slction Tr slction Snt BLEU RIBES Snt BLEU RIBES (a) (b) Random arsr 1-bst 96k k (c) Random MT 1-bst 97k k (d) Random BLEU+1 1-bst 97k k () BLEU BLEU+1 1-bst 206k k (f) BLEU BLEU+1 1-bst 120k k (g) BLEU BLEU+1 1-bst 58k k (h) BLEU+1 Gain BLEU+1 1-bst 100k k (i) BLEU (Ja-En) BLEU+1 1-bst 120k Sntncs 25k" 20k" 15k" 10k" 5k" 0" 0.0"" 0.1"" 0.2"" 0.3"" 0.4"" 0.5"" 0.6"" 0.7"" 0.8"" 0.9"" BLEU+1-Scor Ja0En" Ja0Zh" Figur 2: BLEU+1 scor distribution of translations in Tabl 2 (d). slct th sntncs randomly from th corpus as in arsr 1-bst. Oracl (BLEU+1 t) As dscribd in Sction 4.2.1, among th oracl translations and pars trs, w only us th sntncs for which th BLEU+1 scor xcds th thrsholdt. BLEU+1 Gain As dscribd in Sction 4.2.2, among th oracl translations and pars trs, w us only th sntncs which hav a larg diffrnc of BLEU+1 scor btwn 1-bst and oracl translations. In this mthod, w maintain th sntnc lngth distribution by using Formula (12) and (13). It should b notd that whn slcting th sntncs randomly, w slct 1/20 of all training data in Japans- English, 1/10 in Japans-Chins translation. In BLEU+1 Gain, w slct th top 100k sntncs, which is a similar numbr of sntncs as usd in th othr mthods Exprimnt rsults Tabl 2 shows th xprimntal rsults for Japans-English and Japans-Chins translation. Th daggr symbol in th tabl indicats that th translation accuracy of th proposd mthod is significantly highr than th baslin ( : p< 0.05, : p<0.01). In Tabl 2 (b), (c), (d), th sntncs for slf-training ar th sam xcpt whr Egrt fails to pars. 9 In Tabl 2, Snt indicats th numbr of sntncs addd through slf-training and dos not includ th xisting JDC data. In our analysis, w mainly focus on th BLEU scor rsults, bcaus w usd BLEU+1 as a critrion whn picking sntncs for slf training. Basd on ths rsults, w answr th following rsarch qustions: Is targtd slf training through pars tr slction (Sction 4.1) ffctiv in improving translation rsults? Can sntnc slction (Sction 4.2) furthr rduc nois and improv accuracy? Is slf-training languag dpndnt, or portabl across targt languags? Effct of Tr Slction: First, w can s that th mthod of using parsr 1-bst trs as slf-training data did not achiv a BLEU scor improvmnt in Ja-En and Ja-Zh translation (Tabl 2 (b)). Additionally, whil in th MT 1- bst mthod, th accuracy is improvd compard to arsr 1- bst in th Ja-En xprimnt, thr is no improvmnt compard to th baslin systm. In th Ja-Zh xprimnt, MT 1-bst is almost th sam as parsr 1-bst (Tabl 2 (c)). W manually analyzd th pars trs that hav bn usd for slf-training in ths mthods, and whil thr ar som corrct trs thr ar also many incorrct trs, which likly disturbd th training. xt looking at th BLEU+1 1-bst scors (Tabl 2 (d)), w can s that by slcting pars trs that wr usd in th oracl translations, BLEU scors slightly improvd in both Ja-En and Ja-Zh xprimnts, with th Ja-Zh systm significantly outprforming th baslin. Figur 2 shows th BLEU+1 scor distribution of oracl translations usd in slftraining in this cas. Th labl on th horizontal axis rpr- 9 In th mthods xcpt (b), w us Ckylark [23] traind by JDC as an altrnativ parsr whn Egrt fails to pars.

6 Tabl 3: Slf-traind Japans parsr accuracy Sntnc slction Tr slction Rcall rcision F-Masur (a) (b) Random arsr 1-bst (c) BLEU BLEU+1 1-bst Tabl 4: An xampl of an improvmnt in Japans-English translation Sourc Rfrnc in th C - administrd group, thrmal raction clarly incrasd th activity of R for 240 minuts. Baslin for 240 minuts clarly nhancd th activity of C administration group R. BLEU for 240 minuts clarly nhancd th activity of R in th C - administration group. AUX SYM SYM C AUX SYM administrd SYM AUX V group in SYM TO SYM (a) ars trs of th baslin systm R of activity SYM C OBJ administrd group in TO V SYM R ADV of (b) ars tr of th slf-traind systm activity V OBJ V Figur 3: An xampl of an improvmnt in parsing rsult snts th numbr of sntncs which hav BLEU+1 scors gratr thanxand lss thanx+0.1, whrxis th labl. As can b sn from th figur, thr ar many sntncs whr vn th oracl has a low scor, motivating th sntnc slction mthods prsntd in Sction 4.2. Effct of Sntnc Slction: xt, w xamin th ffct of slcting sntncs using th BLEU+1 scor thrshold. From th rsults, w find it ffctiv, with translation accuracy improving spcially in Ja-En xprimnts (Tabl 2 (),(f),(g)). In th Ja-Zh xprimnts, th BLEU+1 scor distribution of oracl translations tnds to b highr than in th Ja-En translations, xplaining why this mthod is mor ffctiv in Ja-En xprimnts. From this rsult, w can say that whn doing parsr slf-training, it is important to rmov th low accuracy pars trs and kp only high accuracy pars trs from th training data. This is particularly tru whn thr ar a larg numbr of oracl translations with low accuracis. Morovr, by using th data that hav a larg BLEU+1 scor improvmnt btwn MT 1-bst and oracl translations, w achivd an ffct similar to that of th BLEU+1 thrshold mthod (Tabl 2 (h)). Targt Languag ortability: Finally, w xamin what happns whn a parsr usd for translation in on languag pair, Japans-English, is usd to pars th sntncs for translation in anothr languag pair, Japans-Chins (Tabl 2 (i)). Intrstingly, th improvmnt in this cas is quit similar to th parsr traind dirctly on th Japans- Chins data. Thus, th modl s dpndnc on targt languag is not strong, and it may b possibl to do mor ffctiv slf-training by using svral targt languags as training data Exampl of improvd translation Tabl 4 shows an xampl of an improvmnt causd by slftraining in Japans-English translation. In addition, Figur

7 3 shows th pars trs usd in th translations in Tabl 4. In this sntnc C (C administration group) and R (activity of R) ar noun phrass. Th baslin parsr cannot idntify noun phrass corrctly, and translation is affctd by this pars rror. On th othr hand, th slftraind parsr can idntify noun phrass corrctly, rsulting in ths phrass bing corrctly translatd Slf-traind parsr accuracy W also prformd xprimnts to xamin th parsr accuracy itslf. W manually cratd 100 rfrnc pars trs from th Ja-En ASEC tst data, and chckd th accuracy of th baslin and slf-traind parsrs with rspct to ths trs by using Evalb. 10 Tabl 3 shows th xprimntal rsults. Th daggr symbol in th tabl indicats that th F- Masur of th proposd mthod is significantly highr than th baslin ( : p<0.05, : p<0.01). Hr, w can s that th parsr 1-bst mthod achivd significantly highr accuracy than th baslin at th 95% lvl. In addition, our proposd targtd slf-traind parsr could achiv a furthr significant gain in accuracy. Ths rsults show that our proposd targtd slf-training mthods improv not only MT rsults, but also parsr accuracy itslf. 6. Conclusion In this study, w proposd a targtd slf-training mthod for syntactic parsrs usd in syntax-basd MT, and vrifid its ffct on T2S translation. W prformd xprimnts on Japans-English and Japans-Chins translation and found that by using th slf-traind parsr that w wr abl to achiv a significant improvmnt in th accuracy of a stat-of-th-art translation systm. Morovr, w found that th modl slf-traind by Japans-English sntncs can also contribut to mor accurat Japans-Chins translations. Our futur work includs vrifying that this mthod can b usd for othr languags pairs. Morovr, th xprimntal rsults suggst that th ffct of slf-training dos not havily dpnd on th sourc languag, and thus it may b possibl to improv th translation accuracy by applying slftraining ovr data from multipl languags pairs. Furthrmor, w will tst th ffct on translation accuracy whn prforming multipl itrations of parsr slf-training, or using th slf-traind parsr to r-pars th training data. 7. Acknowldgmnts art of this rsarch was supportd by JSS KAKEHI Grant umbr and Rfrncs [1]. Kohn, F. J. Och, and D. Marcu, Statistical phrasbasd translation, in roc. HLT, 2003, pp [2] K. Yamada and K. Knight, A syntax-basd statistical translation modl, in roc. ACL, 2001, pp [3] Y. Liu, Q. Liu, and S. Lin, Tr-to-string alignmnt tmplat for statistical machin translation, in roc. ACL, 2006, pp [4] G. ubig and K. Duh, On th lmnts of an accurat tr-to-string machin translation systm, in roc. ACL, 2014, pp [5] H. Mi, L. Huang, and Q. Liu, Forst-basd translation, in roc. ACL, 2008, pp [6] D. McClosky, E. Charniak, and M. Johnson, Effctiv slf-training for parsing, in roc. HLT, 2006, pp [7] J. Katz-Brown, S. trov, R. McDonald, F. Och, D. Talbot, H. Ichikawa, M. Sno, and H. Kazawa, Training a parsr for machin translation rordring, in roc. EML, 2011, pp [8] J. Grahl and K. Knight, Training tr transducrs, in roc. HLT, 2004, pp [9] H. Zhang and D. Chiang, An xploration of forst-tostring translation: Dos translation hlp or hurt parsing? in roc. ACL, 2012, pp [10] M.. Marcus, M. A. Marcinkiwicz, and B. Santorini, Building a larg annotatd corpus of English: Th nn trbank, Computational linguistics, vol. 19, no. 2, pp , [11] E. Charniak, Statistical parsing with a contxt-fr grammar and word statistics, in roc. AAAI, 1997, pp [12] Z. Huang and M. Harpr, Slf-training CFG grammars with latnt annotations across languags, in roc. EML, 2009, pp [13] D. Talbot, H. Kazawa, H. Ichikawa, J. Katz-Brown, M. Sno, and F. Och, A lightwight valuation framwork for machin translation rordring, in roc. WMT, 2011, pp [14] G. Gascó, M.-A. Rocha, G. Sanchis-Trills, J. Andrés- Frrr, and F. Casacubrta, Dos mor data always yild bttr translations? in roc. ACL, 2012, pp [15] G. ubig, Forst-to-string SMT for asian languag translation: AIST at WAT2014, in roc. WAT, 2014.

8 [16] T. akazawa, H. Mino, I. Goto, S. Kurohashi, and E. Sumita, Ovrviw of th 1st Workshop on Asian Translation, in roc. WAT, [17] G. ubig, Travatar: A forst-to-string machin translation ngin basd on tr transducrs, in roc. ACL Dmo Track, 2013, pp [18] S. Mori, H. Ogura, and T. Sasada, A Japans word dpndncy corpus, in roc. LREC, 2014, pp [19] K. apinni, S. Roukos, T. Ward, and W.-J. Zhu, BLEU: a mthod for automatic valuation of machin translation, in roc. ACL, 2002, pp [20] H. Isozaki, T. Hirao, K. Duh, K. Sudoh, and H. Tsukada, Automatic valuation of translation quality for distant languag pairs, in roc. EML, 2010, pp [21] C.-Y. Lin and F. J. Och, Orang: a mthod for valuating automatic valuation mtrics for machin translation, in roc. COLIG, 2004, pp [22]. Kohn, Statistical significanc tsts for machin translation valuation, in roc. EML, 2004, pp [23] Y. Oda, G. ubig, S. Sakti, T. Toda, and S. akamura, Ckylark: A mor robust CFG-LA parsr, in roc. AACL, 2015, pp

CSE 272 Assignment 1

CSE 272 Assignment 1 CSE 7 Assignmnt 1 Kui-Chun Hsu Task 1: Comput th irradianc at A analytically (point light) For point light, first th nrgy rachd A was calculatd, thn th nrgy was rducd by a factor according to th angl btwn

More information

Shift. Reduce. Review: Shift-Reduce Parsing. Bottom-up parsing uses two actions: Bottom-Up Parsing II. ABC xyz ABCx yz. Lecture 8.

Shift. Reduce. Review: Shift-Reduce Parsing. Bottom-up parsing uses two actions: Bottom-Up Parsing II. ABC xyz ABCx yz. Lecture 8. Rviw: Shift-Rduc Parsing Bottom-up parsing uss two actions: Bottom-Up Parsing II Lctur 8 Shift ABC xyz ABCx yz Rduc Cbxy ijk CbA ijk Prof. Aikn CS 13 Lctur 8 1 Prof. Aikn CS 13 Lctur 8 2 Rcall: h Stack

More information

Systems in Three Variables. No solution No point lies in all three planes. One solution The planes intersect at one point.

Systems in Three Variables. No solution No point lies in all three planes. One solution The planes intersect at one point. 3-5 Systms in Thr Variabls TEKS FOCUS VOCABULARY TEKS (3)(B) Solv systms of thr linar quations in thr variabls by using Gaussian limination, tchnology with matrics, and substitution. Rprsntation a way

More information

DO NOW Geometry Regents Lomac Date. due. Similar by Transformation 6.1 J'' J''' J'''

DO NOW Geometry Regents Lomac Date. due. Similar by Transformation 6.1 J'' J''' J''' DO NOW Gomtry Rgnts Lomac 2014-2015 Dat. du. Similar by Transformation 6.1 (DN) Nam th thr rigid transformations and sktch an xampl that illustrats ach on. Nam Pr LO: I can dscrib a similarity transformation,

More information

8.3 INTEGRATION BY PARTS

8.3 INTEGRATION BY PARTS 8.3 Intgration By Parts Contmporary Calculus 8.3 INTEGRATION BY PARTS Intgration by parts is an intgration mthod which nabls us to find antidrivativs of som nw functions such as ln(x) and arctan(x) as

More information

Problem Set 1 (Due: Friday, Sept. 29, 2017)

Problem Set 1 (Due: Friday, Sept. 29, 2017) Elctrical and Computr Enginring Mmorial Univrsity of Nwfoundland ENGI 9876 - Advancd Data Ntworks Fall 2017 Problm St 1 (Du: Friday, Spt. 29, 2017) Qustion 1 Considr a communications path through a packt

More information

Midterm 2 - Solutions 1

Midterm 2 - Solutions 1 COS 26 Gnral Computr Scinc Spring 999 Midtrm 2 - Solutions. Writ a C function int count(char s[ ]) that taks as input a \ trminatd string and outputs th numbr of charactrs in th string (not including th

More information

Interfacing the DP8420A 21A 22A to the AN-538

Interfacing the DP8420A 21A 22A to the AN-538 Intrfacing th DP8420A 21A 22A to th 68000 008 010 INTRODUCTION This application not xplains intrfacing th DP8420A 21A 22A DRAM controllr to th 68000 Thr diffrnt dsigns ar shown and xplaind It is assumd

More information

Principles of Programming Languages Topic: Formal Languages II

Principles of Programming Languages Topic: Formal Languages II Principls of Programming Languags Topic: Formal Languags II CS 34,LS, LTM, BR: Formal Languags II Rviw A grammar can b ambiguous i.. mor than on pars tr for sam string of trminals in a PL w want to bas

More information

Terrain Mapping and Analysis

Terrain Mapping and Analysis Trrain Mapping and Analysis Data for Trrain Mapping and Analysis Digital Trrain Modl (DEM) DEM rprsnts an array of lvation points. Th quality of DEM influncs th accuracy of trrain masurs such as slop and

More information

2018 How to Apply. Application Guide. BrandAdvantage

2018 How to Apply. Application Guide. BrandAdvantage 2018 How to Apply Application Guid BrandAdvantag Contnts Accssing th Grant Sit... 3 Wlcom pag... 3 Logging in To Pub Charity... 4 Rgistration for Nw Applicants ( rgistr now )... 5 Organisation Rgistration...

More information

SPECKLE NOISE REDUCTION IN SAR IMAGING USING 2-D LATTICE FILTERS BASED SUBBAND DECOMPOSITION

SPECKLE NOISE REDUCTION IN SAR IMAGING USING 2-D LATTICE FILTERS BASED SUBBAND DECOMPOSITION 7th Europan Signal Procssing Confrnc EUSIPCO 9 Glasgow Scotland August 4-8 9 SPECKLE REDUCTION IN SAR IMAGING USING -D LATTICE FILTERS ASED SUAND DECOMPOSITION Göhan Karasaal N.. Kaplan I. Err Informatics

More information

Analysis of Influence AS Path Prepending to the Instability of BGP Routing Protocol.

Analysis of Influence AS Path Prepending to the Instability of BGP Routing Protocol. ISSN : 2355-9365 -Procding of Enginring : Vol.5, No.1 Mart 2018 Pag 1112 Analysis of Influnc AS Path Prpnding to th Instability of BGP Routing Protocol. Hirwandi Agusnam 1, Rndy Munadi 2, Istikmal 3 1,2,3,

More information

Combining Intra- and Multi-sentential Rhetorical Parsing for Document-level Discourse Analysis

Combining Intra- and Multi-sentential Rhetorical Parsing for Document-level Discourse Analysis Combining Intra- and Multi-sntntial htorical Parsing for Documnt-lvl Discours Analysis hafiq Joty Giuspp Carnini, aymond T. Ng, Yashar Mhdad sjoty@qf.org.qa {carnini, rng, mhdad}@cs.ubc.ca Qatar Computing

More information

Update-Aware Accurate XML Element Retrieval

Update-Aware Accurate XML Element Retrieval Updat-Awar Accurat XML Elmnt Rtrival Atsushi Kyaki, Jun Miyazaki Graduat School of Information Scinc Nara Institut of Scinc and Tchnology 8916-5 Takayama, Ikoma Nara 630-0192, Japan {atsushi-k, miyazaki}@is.naist.jp

More information

Lesson Focus: Finding Equivalent Fractions

Lesson Focus: Finding Equivalent Fractions Lsson Plans: Wk of 1-26-15 M o n Bindrs: /Math;; complt on own, thn chck togthr Basic Fact Practic Topic #10 Lsson #5 Lsson Focus: Finding Equivalnt Fractions *Intractiv Larning/Guidd Practic-togthr in

More information

Evolutionary Clustering and Analysis of Bibliographic Networks

Evolutionary Clustering and Analysis of Bibliographic Networks Evolutionary Clustring and Analysis of Bibliographic Ntworks Manish Gupta Univrsity of Illinois at Urbana-Champaign gupta58@illinois.du Charu C. Aggarwal IBM T. J. Watson Rsarch Cntr charu@us.ibm.com Jiawi

More information

Efficient Obstacle-Avoiding Rectilinear Steiner Tree Construction

Efficient Obstacle-Avoiding Rectilinear Steiner Tree Construction Efficint Obstacl-Avoiding Rctilinar Stinr Tr Construction Chung-Wi Lin, Szu-Yu Chn, Chi-Fng Li, Yao-Wn Chang, and Chia-Lin Yang Graduat Institut of Elctronics Enginring Dpartmnt of Elctrical Enginring

More information

The semantic WEB Roles of XML & RDF

The semantic WEB Roles of XML & RDF Th smantic WEB Rols of XML & RDF STEFAN DECKER AND SERGEY MELNIK FRANK VAN HARMELEN, DIETER FENSEL, AND MICHEL KLEIN JEEN BROEKSTRA MICHAEL ERDMANN IAN HORROCKS Prsntd by: Iniyai Thiruvalluvan CSCI586

More information

A New Algorithm for Solving Shortest Path Problem on a Network with Imprecise Edge Weight

A New Algorithm for Solving Shortest Path Problem on a Network with Imprecise Edge Weight Availabl at http://pvamudu/aam Appl Appl Math ISSN: 193-9466 Vol 6, Issu (Dcmbr 011), pp 60 619 Applications and Applid Mathmatics: An Intrnational Journal (AAM) A Nw Algorithm for Solving Shortst Path

More information

To Do. Mesh Data Structures. Mesh Data Structures. Motivation. Outline. Advanced Computer Graphics (Fall 2010) Desirable Characteristics 1

To Do. Mesh Data Structures. Mesh Data Structures. Motivation. Outline. Advanced Computer Graphics (Fall 2010) Desirable Characteristics 1 Advancd Computr Graphics (Fall 200) CS 283, Lctur 5: Msh Data Structurs Ravi Ramamoorthi http://inst.cs.brkly.du/~cs283/fa0 To Do Assignmnt, Du Oct 7. Start rading and working on it now. Som parts you

More information

CC-RANSAC: Fitting Planes in the Presence of Multiple Surfaces in Range Data

CC-RANSAC: Fitting Planes in the Presence of Multiple Surfaces in Range Data CC-RANSAC: Fitting Plans in th Prsnc of Multipl Surfacs in Rang Data Orazio Gallo, Robrto Manduchi Univrsity of California, Santa Cruz Abbas Rafii Cansta, Inc. Abstract Rang snsors, in particular tim-of-flight

More information

" dx v(x) $ % You may also have seen this written in shorthand form as. & ' v(x) + u(x) '# % ! d

 dx v(x) $ % You may also have seen this written in shorthand form as. & ' v(x) + u(x) '# % ! d Calculus II MAT 146 Mthods of Intgration: Intgration by Parts Just as th mthod of substitution is an intgration tchniqu that rvrss th drivativ procss calld th chain rul, Intgration by parts is a mthod

More information

The Network Layer: Routing Algorithms. The Network Layer: Routing & Addressing Outline

The Network Layer: Routing Algorithms. The Network Layer: Routing & Addressing Outline PS 6 Ntwork Programming Th Ntwork Layr: Routing lgorithms Michl Wigl partmnt of omputr Scinc lmson Univrsity mwigl@cs.clmson.du http://www.cs.clmson.du/~mwigl/courss/cpsc6 Th Ntwork Layr: Routing & ddrssing

More information

HEAD DETECTION AND TRACKING SYSTEM

HEAD DETECTION AND TRACKING SYSTEM HEAD DETECTION AND TRACKING SYSTEM Akshay Prabhu 1, Nagacharan G Tamhankar 2,Ashutosh Tiwari 3, Rajsh N(Assistant Profssor) 4 1,2,3,4 Dpartmnt of Information Scinc and Enginring,Th National Institut of

More information

2 Mega Pixel. HD-SDI Bullet Camera. User Manual

2 Mega Pixel. HD-SDI Bullet Camera. User Manual 2 Mga Pixl HD-SDI Bullt Camra Usr Manual Thank you for purchasing our product. This manual is only applicabl to SDI bullt camras. Thr may b svral tchnically incorrct placs or printing rrors in this manual.

More information

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1 Advancd Computr Graphics CSE 63 [Spring 207], Lctur 7 Ravi Ramamoorthi http://www.cs.ucsd.du/~ravir To Do Assignmnt, Du Apr 28 Any last minut issus or difficultis? Starting Gomtry Procssing Assignmnt 2

More information

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer: Routing Algorithms. Routing Algorithms Taxonomy

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer: Routing Algorithms. Routing Algorithms Taxonomy PS Intrntworking Th Ntwork Layr: Routing & ddrssing Outlin Th Ntwork Layr: Routing lgorithms Michl Wigl partmnt of omputr Scinc lmson Univrsity mwigl@cs.clmson.du Novmbr, Ntwork layr functions Routr architctur

More information

Intersection-free Dual Contouring on Uniform Grids: An Approach Based on Convex/Concave Analysis

Intersection-free Dual Contouring on Uniform Grids: An Approach Based on Convex/Concave Analysis Intrsction-fr Dual Contouring on Uniform Grids: An Approach Basd on Convx/Concav Analysis Charli C. L. Wang Dpartmnt of Mchanical and Automation Enginring, Th Chins Univrsity of Hong Kong E-mail: cwang@ma.cuhk.du.hk

More information

Vignette to package samplingdatacrt

Vignette to package samplingdatacrt Vigntt to packag samplingdatacrt Diana Trutschl Contnts 1 Introduction 1 11 Objctiv 1 1 Diffrnt study typs 1 Multivariat normal distributd data for multilvl data 1 Fixd ffcts part Random part 9 3 Manual

More information

Clustering Belief Functions using Extended Agglomerative Algorithm

Clustering Belief Functions using Extended Agglomerative Algorithm IJ Imag Graphics and Signal Procssing 0 - Publishd Onlin Fbruary 0 in MECS (http://wwwmcs-prssorg/ ing Blif Functions using Extndd Agglomrativ Algorithm Ying Png Postgraduat Collg Acadmy of Equipmnt Command

More information

Adaptive subband selection in OFDM-based cognitive radios for better system coexistence

Adaptive subband selection in OFDM-based cognitive radios for better system coexistence Univrsity of Wollongong Rsarch Onlin Faculty of Informatics - Paprs (Archiv) Faculty of Enginring and Information Scincs 28 Adaptiv subband slction in OFDM-basd cognitiv radios for bttr systm coxistnc

More information

Installation Saving. Enhanced Physical Durability Enhanced Performance Warranty The IRR Comparison

Installation Saving. Enhanced Physical Durability Enhanced Performance Warranty The IRR Comparison Contnts Tchnology Nwly Dvlopd Cllo Tchnology Cllo Tchnology : Improvd Absorption of Light Doubl-sidd Cll Structur Cllo Tchnology : Lss Powr Gnration Loss Extrmly Low LID Clls 3 3 4 4 4 Advantag Installation

More information

Reimbursement Requests in WORKS

Reimbursement Requests in WORKS Rimbursmnt Rqusts in WORKS Important points about Rimbursmnts in Works Rimbursmnt Rqust is th procss by which UD mploys will b rimbursd for businss xpnss paid using prsonal funds. Rimbursmnt Rqust can

More information

Maxwell s unification: From Last Time. Energy of light. Modern Physics. Unusual experimental results. The photoelectric effect

Maxwell s unification: From Last Time. Energy of light. Modern Physics. Unusual experimental results. The photoelectric effect From Last Tim Enrgy and powr in an EM wav Maxwll s unification: 1873 Intimat connction btwn lctricity and magntism Exprimntally vrifid by Hlmholtz and othrs, 1888 Polarization of an EM wav: oscillation

More information

Managing Trust Relationships in Peer 2 Peer Systems

Managing Trust Relationships in Peer 2 Peer Systems Managing Trust Rlationships in Pr 2 Pr Systms R.S.SINJU PG STUDENT, DEPARTMENT OF COMPUTER SCIENCE, PONJESLY COLLEGE OF ENGINEERING NAGERCOIL, TAMILNADU, INDIA C.FELSY ASST.PROF, DEPARTMENT OF COMPUTER

More information

Formal Foundation, Approach, and Smart Tool for Software Models Comparison

Formal Foundation, Approach, and Smart Tool for Software Models Comparison Formal Foundation, Approach, and Smart Tool for Softwar Modls Comparison Olna V. Chbanyuk, Abdl-Badh M. Salm Softwar Enginring Dpartmnt, National Aviation Univrsity, Kyiv, Ukrain Computr Scinc, Faculty

More information

An Auto-tuned Method for Solving Large Tridiagonal Systems on the GPU

An Auto-tuned Method for Solving Large Tridiagonal Systems on the GPU An Auto-tund Mthod for Solving Larg Tridiagonal Systms on th GPU Andrw Davidson Univrsity of California, Davis aaldavidson@ucdavis.du Yao Zhang Univrsity of California, Davis yaozhang@ucdavis.du John D.

More information

: Mesh Processing. Chapter 6

: Mesh Processing. Chapter 6 600.657: Msh Procssing Chaptr 6 Quad-Dominant Rmshing Goal: Gnrat a rmshing of th surfac that consists mostly of quads whos dgs align with th principal curvatur dirctions. [Marinov t al. 04] [Alliz t al.

More information

Throughput Parameter Optimization of Adaptive ARQ/HARQ Scheme

Throughput Parameter Optimization of Adaptive ARQ/HARQ Scheme 89 Throughput Paramtr Optimization of Adaptiv ARQ/HARQ Schm Ján Poctavk, Kvtoslava Kotuliaková, Jaroslav Polc, Michal Osadský, Sandra Ondrušová Dpt. of Tlcommunications, Slovak Univrsity of Tchnology Bratislava,

More information

Dual-mode Operation of the Finger-type Manipulator Based on Distributed Actuation Mechanism

Dual-mode Operation of the Finger-type Manipulator Based on Distributed Actuation Mechanism 11 th World Congrss on Structural and Multidisciplinary Optimisation 07 th -1 th, Jun 015, Sydny Australia Dual-mod Opration of th Fingr-typ Manipulator Basd on Distributd Actuation Mchanism Jong Ho Kim

More information

Recorder Variables. Defining Variables

Recorder Variables. Defining Variables Rcordr Variabls Dfining Variabls Simpl Typs Complx Typs List of Rsrvd Words Using Variabls Stting Action Paramtrs Parsing Lists and Tabls Gtting Valu from Lists and Tabls Using Indxs with Lists Using Indxs

More information

Performance Analysis of IEEE MAC Protocol with Different ACK Polices

Performance Analysis of IEEE MAC Protocol with Different ACK Polices Prformanc Analysis of IEEE 82.15.3 MAC Protocol with Diffrnt Polics S. Mhta and K.S. Kwak Wirlss Communications Rsarch Cntr, Inha Univrsity, Kora suryanand.m@gmail.com Abstract. h wirlss prsonal ara ntwork

More information

EXTENSION OF RCC TOPOLOGICAL RELATIONS FOR 3D COMPLEX OBJECTS COMPONENTS EXTRACTED FROM 3D LIDAR POINT CLOUDS

EXTENSION OF RCC TOPOLOGICAL RELATIONS FOR 3D COMPLEX OBJECTS COMPONENTS EXTRACTED FROM 3D LIDAR POINT CLOUDS Th Intrnational rchivs of th Photogrammtry, mot Snsing and Spatial Information Scincs, Volum XLI-, 016 XXIII ISPS Congrss, 1 19 July 016, Pragu, Czch public EXTENSION OF CC TOPOLOGICL ELTIONS FO D COMPLEX

More information

Summary: Semantic Analysis

Summary: Semantic Analysis Summary: Smantic Analysis Chck rrors not dtctd by lxical or syntax analysis Intrmdiat Cod Scop rrors: Variabls not dfind Multipl dclarations Typ rrors: Assignmnt of valus of diffrnt typs Invocation of

More information

FSP Synthesis of an off-set five bar-slider mechanism with variable topology

FSP Synthesis of an off-set five bar-slider mechanism with variable topology FSP Synthsis of an off-st fiv bar-slidr mchanism with variabl topology Umsh. M. Daivagna 1*, Shrinivas. S. Balli 2 1 Dpartmnt of Mchanical Enginring, S.T.J.Institut of Tchnology, Ranbnnur, India 2 Dpt.

More information

SPECIFIC CRITERIA FOR THE GENERAL MOTORS GLOBAL TRADING PARTNER LABEL TEMPLATE:

SPECIFIC CRITERIA FOR THE GENERAL MOTORS GLOBAL TRADING PARTNER LABEL TEMPLATE: SPCIFIC CRITRIA FOR TH GNRAL MOTORS GLOBAL TRADING PARTNR LABL TMPLAT: TH TMPLAT IDNTIFIS HOW AND WHR DATA IS TO B PLACD ON TH LABL WHN IT IS RQUIRD AS PART OF A GM BUSINSS RQUIRMNT FONT SIZS AR SPCIFID

More information

Extending z/tpf using IBM API Management (APIM)

Extending z/tpf using IBM API Management (APIM) Extnding using API Managmnt (APIM) Mark Gambino, TPF Dvlopmnt Lab March 23, 2015 TPFUG Dallas, TX Th Big Pictur Goal Mobil Applications Cloud APIs Cloud-basd Srvics On-Prmis Entrpris APIs E n t r p r I

More information

Linked Data meet Sensor Networks

Linked Data meet Sensor Networks Digital Entrpris Rsarch Institut www.dri.i Linkd Data mt Snsor Ntworks Myriam Lggiri DERI NUI Galway, Irland Copyright 2008 Digital Entrpris Rsarch Institut. All rights rsrvd. Linkd Data mt Snsor Ntworks

More information

CS364B: Frontiers in Mechanism Design Lecture #10: Coverage Valuations and Convex Rounding

CS364B: Frontiers in Mechanism Design Lecture #10: Coverage Valuations and Convex Rounding CS364B: Frontirs in Mchanism Dsign Lctur #10: Covrag Valuations and Convx Rounding Tim Roughgardn Fbruary 5, 2014 1 Covrag Valuations Rcall th stting of submodular biddr valuations, introducd in Lctur

More information

1. Trace the array for Bubble sort 34, 8, 64, 51, 32, 21. And fill in the following table

1. Trace the array for Bubble sort 34, 8, 64, 51, 32, 21. And fill in the following table 1. Trac th array for Bubbl sort 34, 8, 64, 51, 3, 1. And fill in th following tabl bubbl(intgr Array x, Intgr n) Stp 1: Intgr hold, j, pass; Stp : Boolan switchd = TRUE; Stp 3: for pass = 0 to (n - 1 &&

More information

From Last Time. Origin of Malus law. Circular and elliptical polarization. Energy of light. The photoelectric effect. Exam 3 is Tuesday Nov.

From Last Time. Origin of Malus law. Circular and elliptical polarization. Energy of light. The photoelectric effect. Exam 3 is Tuesday Nov. From Last Tim Enrgy and powr in an EM wav Exam 3 is Tusday Nov. 25 5:30-7 pm, 2103 Ch (hr) Studnts w / schduld acadmic conflict plas stay aftr class Tus. Nov. 18 to arrang altrnat tim. Covrs: all matrial

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining Lctur #15: Clustring-2 Soul National Univrsity 1 In Tis Lctur Larn t motivation and advantag of BFR, an xtnsion of K-mans to vry larg data Larn t motivation and advantag of

More information

A Brief Summary of Draw Tools in MS Word with Examples! ( Page 1 )

A Brief Summary of Draw Tools in MS Word with Examples! ( Page 1 ) A Brif Summary of Draw Tools in MS Word with Exampls! ( Pag 1 ) Click Viw command at top of pag thn Click Toolbars thn Click Drawing! A chckmark appars in front of Drawing! A toolbar appars at bottom of

More information

Intersection-free Contouring on An Octree Grid

Intersection-free Contouring on An Octree Grid Intrsction-fr Contouring on An Octr Grid Tao Ju Washington Univrsity in St. Louis On Brookings Driv St. Louis, MO 0, USA taoju@cs.wustl.du Tushar Udshi Zyvx Corporation North Plano Road Richardson, Txas

More information

XML Publisher with connected query: A Primer. Session #30459 March 19, 2012

XML Publisher with connected query: A Primer. Session #30459 March 19, 2012 XML Publishr with connctd qury: A Primr Sssion #30459 March 19, 2012 Agnda/ Contnts Introduction Ovrviw of XMLP Gtting Startd Bst practics for building a basic XMLP rport Connctd Qury Basics Building a

More information

An Agent-Based Architecture for Service Discovery and Negotiation in Wireless Networks

An Agent-Based Architecture for Service Discovery and Negotiation in Wireless Networks An Agnt-Basd Architctur for Srvic Discovry and Ngotiation in Wirlss Ntworks Abstract Erich Birchr and Torstn Braun Univrsity of Brn, Nubrückstrass 10, 3012 Brn, Switzrland Email: braun@iam.unib.ch This

More information

Attitude Of Teachers Towards Use Of Mathematics Laboratory In Teaching Learning Process In High Schools

Attitude Of Teachers Towards Use Of Mathematics Laboratory In Teaching Learning Process In High Schools Attitud Of Tachrs Towards Us Of Mathmatics Laboratory In Taching Larning Procss In High Schools Dr. Sangita R. Bihad Assistant Profssor, Shri Shivaji Collg of Education, Amravati Abstract: This papr xamind

More information

The Size of the 3D Visibility Skeleton: Analysis and Application

The Size of the 3D Visibility Skeleton: Analysis and Application Th Siz of th 3D Visibility Sklton: Analysis and Application Ph.D. thsis proposal Linqiao Zhang lzhang15@cs.mcgill.ca School of Computr Scinc, McGill Univrsity March 20, 2008 thsis proposal: Th Siz of th

More information

Fuzzy Intersection and Difference Model for Topological Relations

Fuzzy Intersection and Difference Model for Topological Relations IFS-EUSFLT 009 Fuzzy Intrsction and Diffrnc Modl for Topological Rlations hd LOODY Flornc SEDES Jordi INGLD 3 Univrsité Paul Sabatir (UPS) Toulous, 8 Rout d Narbonn, F-306-CEDEX 9, Franc Institut d Rchrchn

More information

Energy-Efficient Method to Improve TCP Performance for MANETs

Energy-Efficient Method to Improve TCP Performance for MANETs nrgy-fficint Mthod to Improv TCP Prformanc for MANTs Chaoyu Xiong, Jagol Yim, Jason Ligh and Tadao Murata Computr Scinc Dpartmnt, Univrsity of Illinois at Chicago Chicago, IL 60607, USA ABSTRACT Th currnt

More information

Mutual Learning to Adapt for Joint Human Parsing and Pose Estimation

Mutual Learning to Adapt for Joint Human Parsing and Pose Estimation Mutual Larning to Adapt for oint Human Parsing and Pos Estimation Xuchng Ni 1[0000 0003 2433 5983], iashi Fng 1, and huichng Yan 1,2 1 ECE Dpartmnt, National Univrsity of ingapor, ingapor nixuchng@u.nus.du,

More information

Lightweight Polymorphic Effects

Lightweight Polymorphic Effects Lightwight Polymorphic Effcts Lukas Rytz, Martin Odrsky, and Philipp Hallr EPFL, Switzrland, {first.last}@pfl.ch Abstract. Typ-and-ffct systms ar a wll-studid approach for rasoning about th computational

More information

Type & Media Page 1. January 2014 Libby Clarke

Type & Media Page 1. January 2014 Libby Clarke Nam: 1 In ordr to hlp you s your progrss at th nd of this ntir xrcis, you nd to provid som vidnc of your starting point. To start, draw th a on th lft into th box to th right, dpicting th sam siz and placmnt.

More information

Register Allocation. Register Allocation

Register Allocation. Register Allocation Rgistr Allocation Jingk Li Portlan Stat Univrsity Jingk Li (Portlan Stat Univrsity) CS322 Rgistr Allocation 1 / 28 Rgistr Allocation Assign an unboun numbr of tmporaris to a fix numbr of rgistrs. Exampl:

More information

I - Pre Board Examination

I - Pre Board Examination Cod No: S-080 () Total Pags: 06 KENDRIYA VIDYALAYA SANGATHAN,GUWHATI REGION I - Pr Board Examination - 04-5 Subjct Informatics Practics (Thory) Class - XII Tim: 3 hours Maximum Marks : 70 Instruction :

More information

Greedy Algorithms. Interval Scheduling. Greedy Algorithm. Optimality. Greedy Algorithm (cntd) Greed is good. Greed is right. Greed works.

Greedy Algorithms. Interval Scheduling. Greedy Algorithm. Optimality. Greedy Algorithm (cntd) Greed is good. Greed is right. Greed works. Algorithm Grdy Algorithm 5- Grdy Algorithm Grd i good. Grd i right. Grd work. Wall Strt Data Structur and Algorithm Andri Bulatov Algorithm Grdy Algorithm 5- Algorithm Grdy Algorithm 5- Intrval Schduling

More information

Spectral sensitivity and color formats

Spectral sensitivity and color formats FirWir camras Spctral snsitivity and color formats At th "input" of a camra, w hav a CCD chip. It transforms photons into lctrons. Th spctral snsitivity of this transformation is an important charactristic

More information

A Vision-based Navigation System of Mobile Tracking Robot

A Vision-based Navigation System of Mobile Tracking Robot A Vision-basd Navigation Systm of Mobil Tracking Robot Ji Wu Vac1av Snasl Dpt. Computr Scinc FCS VSB - Tchnical Univrsity of Ostrava Ostrava Czch Rpublic dfrmat2008 @hotmail.com vaclav. snasl @vsb.cz Ajith

More information

AN EVALUATION MODEL FOR THE CHAINS OF DISTRIBUTED MULTIMEDIA INDEXING TOOLS RESPECTING USER PREFERENCES

AN EVALUATION MODEL FOR THE CHAINS OF DISTRIBUTED MULTIMEDIA INDEXING TOOLS RESPECTING USER PREFERENCES AN EVALUATION MODEL FOR THE CHAINS OF DISTRIBUTED MULTIMEDIA INDEXING TOOLS RESPECTING USER PREFERENCES 1 Bassm HAIDAR, 2 Bilal CHEBARO, 3 Hassan WEHBI 1 Asstt Prof., Dpartmnt of Computr Scincs, Faculty

More information

Tillförlitlig dimensionering mot utmattning UTMIS Vårmöte 2018 på Högskolan i Skövde

Tillförlitlig dimensionering mot utmattning UTMIS Vårmöte 2018 på Högskolan i Skövde Tillförlitlig dimnsionring mot utmattning UTMIS Vårmöt 2018 på Högskolan i Skövd Rami Mansour & Mårtn Olsson KTH Hållfasthtslära mart@kth.s ramimans@kth.s Introduction Ovrviw of rliabl dsign Traditional

More information

A Loadable Task Execution Recorder for Hierarchical Scheduling in Linux

A Loadable Task Execution Recorder for Hierarchical Scheduling in Linux A Loadabl Task Excution Rcordr for Hirarchical Schduling in Linux Mikal Åsbrg and Thomas Nolt MRTC/Mälardaln Univrsity PO Box 883, SE-721 23, Västrås, Swdn {mikalasbrg,thomasnolt@mdhs Shinpi Kato Carngi

More information

Dynamic Light Trail Routing and Protection Issues in WDM Optical Networks

Dynamic Light Trail Routing and Protection Issues in WDM Optical Networks This full txt papr was pr rviwd at th dirction of IEEE Communications Socity subjct mattr xprts for publication in th IEEE GLOBECOM 2005 procdings. Dynamic Light Trail Routing and Protction Issus in WDM

More information

TypeCastor: Demystify Dynamic Typing of JavaScript Applications

TypeCastor: Demystify Dynamic Typing of JavaScript Applications TypCastor: Dmystify Dynamic Typing of JavaScript Applications Shishng Li China Runtim Tch Cntr Intl China Rsarch Cntr Bijing, China shishng.li@intl.com Buqi Chng China Runtim Tch Cntr Intl China Rsarch

More information

TCP Congestion Control. Congestion Avoidance

TCP Congestion Control. Congestion Avoidance TCP Congstion Control TCP sourcs chang th snding rat by modifying th window siz: Window = min {Advrtisd window, Congstion Window} Rcivr Transmittr ( cwnd ) In othr words, snd at th rat of th slowst componnt:

More information

Fequent Pattern Recognization From Stream Data Using Compact Data Structure

Fequent Pattern Recognization From Stream Data Using Compact Data Structure Fqunt Pattrn Rcognization From Stram Data Using Compact Data Structur Fabin M Christian 1, Narndra C.Chauhan 2, Nilsh B. Prajapati 3 1 PG Scholar, CE Dpartmnt, BVM Engg. Collg, V.V.Nagar, fabin.christian@gmail.com

More information

TRIANGULATION OF NURBS SURFACES. Jamshid Samareh-Abolhassani. 1 Abstract

TRIANGULATION OF NURBS SURFACES. Jamshid Samareh-Abolhassani. 1 Abstract TRIANGULATION OF NURBS SURFACES Jamshid Samarh-Abolhassani 1 Abstract A tchniqu is prsntd for triangulation of NURBS surfacs. This tchniqu is built upon an advancing front tchniqu combind with grid point

More information

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1 Advancd Computr Graphics CSE 63 [Spring 208], Lctur 7 Ravi Ramamoorthi http://www.cs.ucsd.du/~ravir To Do Assignmnt, Du Apr 27 Any last minut issus or difficultis? Starting Gomtry Procssing Assignmnt 2

More information

Building a Scanner, Part I

Building a Scanner, Part I COMP 506 Ric Univrsity Spring 2018 Building a Scannr, Part I sourc cod IR Front End Optimizr Back End IR targt cod Copyright 2018, Kith D. Coopr & Linda Torczon, all rights rsrvd. Studnts nrolld in Comp

More information

Misbehavior in Nash Bargaining Solution Allocation

Misbehavior in Nash Bargaining Solution Allocation Misbhavior in Nash Bargaining Solution Allocation Ilya Nikolavskiy, Andry Lukyannko, Andri Gurtov Aalto Univrsity, Finland, firstnam.lastnam@aalto.fi Hlsinki Institut for Information Tchnology, Finland,

More information

Bit-array (4096kbit) Logic. Reconfigurable. Column-select. Row-select

Bit-array (4096kbit) Logic. Reconfigurable. Column-select. Row-select Low-Powr Dsign of Pag-Basd Intllignt Mmory Mark Oskin, Frdric T. Chong, Aamir Farooqui, Timothy Shrwood, and Justin Hnsly Univrsity of California at Davis Abstract Advancs in DRAM tchnology hav ld many

More information

Ontology and Context. Isabel Cafezeiro Departamento de Ciência da Computação Universidade Federal Fluminense Niterói - RJ, Brazil

Ontology and Context. Isabel Cafezeiro Departamento de Ciência da Computação Universidade Federal Fluminense Niterói - RJ, Brazil Ontology and Contxt Isabl Cafziro Dpartamnto d Ciência da Computação Univrsidad Fdral Fluminns Nitrói - RJ, Brazil isabl@dcc.ic.uff.br dward Hrmann Hauslr, Alxandr Radmakr Dpartamnto d Informática Pontifícia

More information

Objectives. Two Ways to Implement Lists. Lists. Chapter 24 Implementing Lists, Stacks, Queues, and Priority Queues

Objectives. Two Ways to Implement Lists. Lists. Chapter 24 Implementing Lists, Stacks, Queues, and Priority Queues Chaptr 24 Implmnting Lists, Stacks, Quus, and Priority Quus CS2: Data Structurs and Algorithms Colorado Stat Univrsity Original slids by Danil Liang Modifid slids by Chris Wilcox Objctivs q To dsign common

More information

Dynamic modelling of multi-physical domain system by bond graph approach and its control using flatness based controller with MATLAB Simulink

Dynamic modelling of multi-physical domain system by bond graph approach and its control using flatness based controller with MATLAB Simulink Dnamic modlling of multi-phsical domain sstm b bond graph approach and its control using flatnss basd controllr with MATLAB Simulink Sauma Ranjan Sahoo Rsarch Scholar Robotics Lab Dr. Shital S. Chiddarwar

More information

i e ai E ig e v / gh E la ES h E A X h ES va / A SX il E A X a S

i e ai E ig e v / gh E la ES h E A X h ES va / A SX il E A X a S isto C o C or Co r op ra p a py ag yr g ri g g gh ht S S S V V K r V K r M K v M r v M rn v MW n W S r W Sa r W K af r: W K f : a H a M r T H r M rn w T H r Mo ns w T i o S ww c ig on a w c g nd af ww

More information

LAB1: DMVPN Theory. DMVPN Theory. Disclaimer. Pag e

LAB1: DMVPN Theory. DMVPN Theory. Disclaimer. Pag e LAB1: DMVPN Thory Disclaimr This Configuration Guid is dsignd to assist mmbrs to nhanc thir skills in rspctiv tchnology ara. Whil vry ffort has bn mad to nsur that all matrial is as complt and accurat

More information

KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION CLASS XII COMMON PRE-BOARD EXAMINATION

KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION CLASS XII COMMON PRE-BOARD EXAMINATION KENDRIYA VIDYALAYA SANGATHAN, CHENNAI REGION CLASS XII COMMON PRE-BOARD EXAMINATION 03-4 Sub : Informatics Practics (065) Tim allowd : 3 hours Maximum Marks : 70 Instruction : (i) All qustions ar compulsory

More information

SPECIFIC CRITERIA FOR THE GENERAL MOTORS GLOBAL TRADING PARTNER LABEL TEMPLATE:

SPECIFIC CRITERIA FOR THE GENERAL MOTORS GLOBAL TRADING PARTNER LABEL TEMPLATE: SPCIFIC CRITRIA FOR TH GNRAL MOTORS GLOBAL TRADING PARTNR LABL TMPLAT: TH TMPLAT IDNTIFIS HOW AND WHR DATA IS TO B PLACD ON TH LABL WHN IT IS RQUIRD AS PART OF A GM BUSINSS RQUIRMNT FONT SIZS AR SPCIFID

More information

Comment (justification for change) by the MB

Comment (justification for change) by the MB Editor's disposition s CD2 19763-12 as at 2013-11-03 Srial Annx (.g. 3.1) Figur/ Tabl/t (.g. Tabl 1) 001 CA 00 All All - G Canada disapprovs th draft for th rasons blow. 002 GB 01 Gnral d numbring has

More information

XML security in certificate management

XML security in certificate management XML scurity in crtificat managmnt Joan Lu, Nathan Cripps and Chn Hua* School of Computing and Enginring, Univrsity of Huddrsfild, UK J.lu@hud.ac.uk *Institut of Tchnology, Xi'an, Shaanxi, P. R. China Abstract

More information

QuickBird files are courtesy of DigitalGlobe and may not be reproduced without explicit permission from DigitalGlobe.

QuickBird files are courtesy of DigitalGlobe and may not be reproduced without explicit permission from DigitalGlobe. Calibrating Imags Tutorial In this tutorial, you will calibrat a QuickBird Lvl-1 imag to spctral radianc and rflctanc whil larning about th various mtadata filds that ENVI uss to prform calibration. Fils

More information

Acceleration of the Smith-Waterman Algorithm using Single and Multiple Graphics Processors

Acceleration of the Smith-Waterman Algorithm using Single and Multiple Graphics Processors Acclration of th Smith-Watrman Algorithm using Singl and Multipl Graphics Procssors Ali Khah-Sad, Stphn Pool and J. Blair Prot Abstract Finding rgions of similarity btwn two vry long data strams is a computationally

More information

Performance Analysis of Improved ODMRP with Motion Detection (IOMD) in Mobile Ad Hoc Network

Performance Analysis of Improved ODMRP with Motion Detection (IOMD) in Mobile Ad Hoc Network Prformanc Analysis of Improvd ODMRP with Motion Dtction (IOMD) in Mobil Ad Hoc Ntwork S. Vasundra, Prof. A. Damodaram Dr. B. Sathyanarayana Associat Profssor, Profssor of CSE and Profssor & Chairman BOS,

More information

Review and analysis of Cloud Computing Quality of Experience

Review and analysis of Cloud Computing Quality of Experience Rviw and analysis of Cloud Computing Quality of Exprinc Fash Safdari 1, Victor Chang 1 1 School of Computing, Crativ Tchnologis and Enginring, Lds Mtropolitan Univrsity, Hadinly, Lds LS6 3QR {F.Safdari;

More information

About Notes And Symbols

About Notes And Symbols About Nots And Symbols by Batric Wildr Contnts Sht 1 Sht 2 Sht 3 Sht 4 Sht 5 Sht 6 Sht 7 Sht 8 Sht 9 Sht 10 Sht 11 Sht 12 Sht 13 Sht 14 Sht 15 Sht 16 Sht 17 Sht 18 Sht 19 Sht 20 Sht 21 Sht 22 Sht 23 Sht

More information

Clustering Algorithms

Clustering Algorithms Clustring Algoritms Hirarcical Clustring k -Mans Algoritms CURE Algoritm 1 Mtods of Clustring Hirarcical (Agglomrativ): Initially, ac point in clustr by itslf. Rpatdly combin t two narst clustrs into on.

More information

Usage of Ontology-Based Semantic Analysis of Complex Information Objects in Virtual Research Environments

Usage of Ontology-Based Semantic Analysis of Complex Information Objects in Virtual Research Environments Usag of Ontology-Basd Smantic Analysis of Complx Information Objcts in Virtual Rsarch Environmnts Julia Rogushina 1, Anatoly Gladun 2, Abdl-Badh M. Salm 3 1 Institut of Softwar Systms of National Acadmy

More information

Review of Different Histogram Equalization Based Contrast Enhancement Techniques

Review of Different Histogram Equalization Based Contrast Enhancement Techniques Intrnational Journal of Advancd Rsarch in Computr and Communication Enginring Vol. 3, Issu 7, July 24 ISSN (Onlin) : 2278-2 Rviw of Diffrnt Histogram Equalization Basd Contrast Enhancmnt Tchniqus Er. Shfali

More information

running at 133 MHz bus. A Pentium III 1.26GHz with 512K cache running at 133 MHz bus is an available option. Fits Your Needs

running at 133 MHz bus. A Pentium III 1.26GHz with 512K cache running at 133 MHz bus is an available option. Fits Your Needs 3715 Industrial PCs 15.0" LCD Flat Panl Display DS-371500(E) Xycom Automation's nwst gnration of Industrial PCs is dsignd and tstd for th tough nvironmnts rquird for plant floor us. Our standard PC configurations

More information

arxiv: v1 [cs.cv] 7 Aug 2017

arxiv: v1 [cs.cv] 7 Aug 2017 Larning for Activ 3D Mapping arl Zimmrmann, Tomáš Ptříčk, Vojtěch Šalanský, and Tomáš Svoboda Czch Tchnical Univrsity in Pragu, Faculty of Elctrical Enginring zimmrk@fl.cvut.cz arxiv:708.02074v [cs.cv]

More information