How to Read Clearly Without Having a Brainstorm

Size: px
Start display at page:

Download "How to Read Clearly Without Having a Brainstorm"

Transcription

1 Evaluating translation quality Machine Translation Lecture 9 Instructor: Chris Callison-Burch TAs: Mitchell Stern, Justin Chiu Website: mt-class.org/penn

2 Goals for this lecture Understanding advantages of human versus automatic evaluation Details of BLEU How to validate automatic evaluation metrics What makes a good {manual / automatic} evaluation?

3 Evaluating MT Quality Why do we want to do it? Want to rank systems Want to evaluate incremental changes What to make scientific claims How not to do it Back translation The vodka is not good

4 Human Evaluation of MT v. Automatic Evaluation Human evaluation is Ultimately what we're interested in, but Very time consuming Not re-usable Automatic evaluation is Cheap and reusable, but Not necessarily reliable

5 Rank Sentences Manual Evaluation You have judged 25 sentences for WMT09 Spanish-English News Corpus, 427 sentences total taking 64.9 seconds per sentence. Source: Estos tejidos están analizados, transformados y congelados antes de ser almacenados en Hema- Québec, que gestiona también el único banco público de sangre del cordón umbilical en Quebec. Reference: These tissues are analyzed, processed and frozen before being stored at Héma-Québec, which manages also the only bank of placental blood in Quebec. Translation These weavings are analyzed, transformed and frozen before being stored in Hema-Quebec, that negotiates also the public only bank of blood of the umbilical cord in Quebec. These tissues analysed, processed and before frozen of stored in Hema- Québec, which also operates the only public bank umbilical cord blood in Quebec. These tissues are analyzed, processed and frozen before being stored in Hema-Québec, which also manages the only public bank umbilical cord blood in Quebec. These tissues are analyzed, processed and frozen before being stored in Hema-Quebec, which also operates the only public bank of umbilical cord blood in Quebec. These fabrics are analyzed, are transformed and are frozen before being stored in Hema-Québec, who manages also the only public bank of blood of the umbilical cord in Quebec. Annotator: ccb Task: WMT09 Spanish-English News Corpus Rank 1 Best 1 Best 1 Best 1 Best 1 Best Worst Worst Worst Worst Worst

6 Goals for Automatic Evaluation No cost evaluation for incremental changes Ability to rank systems Ability to identify which sentences we're doing poorly on, and categorize errors Correlation with human judgments Interpretability of the score

7 Methodology Comparison against reference translations Intuition: closer we get to human translations, the better we're doing Could use WER like in speech recognition

8 Word Error Rate Levenshtein Distance (also "edit distance") Minimum number of insertions, substitutions, and deletions needed to transform one string into another Useful measure in speech recognition This shows how easy it is to recognize speech This shows how easy it is to wreck a nice beach

9 Problems with using WER for translation? (discuss with your neighbor)

10 Problems with WER Unlike speech recognition we don't have the assumption of exact match against the reference In machine translation there can be many possible (and equally valid) ways of translating a sentence This shows how easy it is to recognize speech It illustrates how simple it is to transcribe the spoken word

11 Problems with WER Unlike speech recognition we don't have the assumption of linearity Clauses can move around, since we're not doing transcription This shows how easy it is to recognize speech It is easy to recognize speech, as this shows This shows that recognizing speech is easy

12 Solutions? (Talk to your neighbor)

13 Solutions Compare against lots of test sentences Use multiple reference translations for each test sentence Look for phrase / n-gram matches, allow movement

14 BLEU BiLingual Evaluation Understudy Uses multiple reference translations Look for n-grams that occur anywhere in the sentence

15 Multiple references Ref 1 Ref 2 Ref 3 Ref 4 Orejuela appeared calm as he was led to the American plane which will take him to Miami, Florida. Orejuela appeared calm while being escorted to the plane that would take him to Miami, Florida. Orejuela appeared calm as he was being led to the American plane that was to carry him to Miami in Florida. Orejuela seemed quite calm as he was being led to the American plane that would take him to Miami in Florida.

16 (2002) define Bleu in terms of n-gram precision. T core, p n, for each n-gram length by summing over n-gram precision entence S in the complete corpus C as: p n = Â S2C Â ngram2s Count matched (ngram) Â S2C Â ngram2s Count(ngram) cision is modified slightly to eliminate repetitions t BLEU modifies this precision to eliminate repetitions that occur across sentences. mple, even though the bigram to Miami is repeate ns in Table 6.1, it is counted only once in a hypoth as clipped n-gram precision.

17 Modified precision Ref 1 Ref 2 Ref 3 Ref 4 Orejuela appeared calm as he was led to the American plane which will take him to Miami, Florida. Orejuela appeared calm while being escorted to the plane that would take him to Miami, Florida. Orejuela appeared calm as he was being led to the American plane that was to carry him to Miami in Florida. Orejuela seemed quite calm as he was being led to the American plane that would take him to Miami in Florida. to Miami can only be counted as correct once

18 Ref 1 Ref 2 Ref 3 Ref 4 Orejuela appeared calm as he was led to the American plane which will take him to Miami, Florida. Orejuela appeared calm while being escorted to the plane that would take him to Miami, Florida. Orejuela appeared calm as he was being led to the American plane that was to carry him to Miami in Florida. Orejuela seemed quite calm as he was being led to the American plane that would take him to Miami in Florida. Hyp appeared calm when he was taken to the American plane, which will to Miami, Florida.

19 American, Florida, Miami, Orejuela, appeared, as, being, calm, carry, escorted, he, him, in, led, plane, quite, seemed, take, that, the, to, to, to, was, was, which, while, will, would,,,. 1-gram precision = 15/18 Hyp appeared calm when he was taken to the American plane, which will to Miami, Florida.

20 American plane, Florida., Miami,, Miami in, Orejuela appeared, Orejuela seemed, appeared calm, as he, being escorted, being led, calm as, calm while, carry him, escorted to, he was, him to, in Florida, led to, plane that, plane which, quite calm, seemed quite, take him, that was, that would, the American, the plane, to Miami, to carry, to the, was being, was led, was to, which will, while being, will take, would take,, Florida 2-gram precision = 10/17 Hyp appeared calm when he was taken to the American plane, which will to Miami, Florida.

21 n-gram precision Hyp appeared calm when he was taken to the American plane, which will to Miami, Florida. 1-gram precision = 15/18 =.83 2-gram precision = 10/17 =.59 3-gram precision = 5/16 =.31 4-gram precision = 3/15 =.20 Geometric average (0.83 * 0.59 * 0.31 * 0.2)^(1/4) = or equivalently exp(ln.83 + ln.59 + ln.31 + ln.2/4) = 0.417

22 Ref 1 Ref 2 Ref 3 Ref 4 Orejuela appeared calm as he was led to the American plane which will take him to Miami, Florida. Orejuela appeared calm while being escorted to the plane that would take him to Miami, Florida. Orejuela appeared calm as he was being led to the American plane that was to carry him to Miami in Florida. Orejuela seemed quite calm as he was being led to the American plane that would take him to Miami in Florida. Hyp to the American plane

23 Better? Hyp to the American plane 1-gram precision = 4/4 = gram precision = 3/3 = gram precision = 2/2 = gram precision = 1/1 = 1.0 exp(ln 1 + ln 1 + ln 1 + ln 1) = 1

24 than defining n-gram recall Bleu instead introduces a brevity penalty Brevity Penalty the possibility of proposing high-precision hypothesis translations rt. The brevity penalty is calculated as: ( 1 if c > r BP = e 1 r/c if c apple r the length c of is the the corpus length of of hypothesis the corpus translations, of hypothesis and r is the e orpus length. translations The effective reference corpus length is calculated as t le reference r is translation the effective fromreference each set corpus which is length closest to the hyp The effective reference corpus length is the sum of the single reference translation from vity penalty is combined with the weighted sum of n-gram precision each set that is closest to the hypothesis u score. Bleu translation. is thus calculated as

25 Brevity Penalty BP MT is Longer MT is Shorter Difference with effective reference length (%)

26 Ref 1 Hyp Orejuela appeared calm as he was led to the American plane which will take him to Miami, Florida. r = 20 appeared calm when he was taken to the American plane, which will to Miami, Florida. c = 18 BP = exp(1-(20/18)) = 0.89 Ref 1 Orejuela appeared calm as he was led to the American plane which will take him to Miami, Florida. r = 20 Hyp to the American plane c = 4 BP = exp(1-(20/4)) = 0.02

27 Chapter 6. Evaluating Translation BLEU Bleu = BP exp( N Â n=1 w n logp n ) ore can range from 0 to 1, where higher scores indicate closer ma translations, and where a score of 1 is assigned to a hypothesis tra Geometric average of the n-gram precisions y matches Optionally one of the reference weight them translations. with w A score of 1 is also a is translation Multiplied which has by matches the brevity forpenalty all its n-grams (up to the max Bleu) in the clipped reference n-grams, and which has no brevity n idea of how Bleu is calculated we will walk through what t

28 BLEU Hyp appeared calm when he was taken to the American plane, which will to Miami, Florida. exp(1-(20/18)) * exp((ln.83 + ln.59 + ln.31 + ln.2)/4) = Hyp to the American plane exp(1-(20/4)) * exp((ln 1 + ln 1 + ln 1 + ln 1)/4) = 0.018

29 Problems with BLEU (Discuss with your neighbor)

30 Problems with BLEU Synonyms and paraphrases are only handled if they are in the set of multiple reference translations The scores for words are equally weighted so missing out on content-bearing material brings no additional penalty. The brevity penalty is a stop-gap measure to compensate for the fairly serious problem of not being able to calculate recall.

31 More Metrics WER - word error rate PI-WER - position independent WER METEOR - Metric for Evaluation of Translation with Explicit ORdering TERp - Translation Edit Rate plus

32 Even More Metrics Metric IDs Participant AMBER, AMBER-NL, AMBER-IT National Research Council Canad F15, F15G3 Koç University (Bicici and Yuret, METEOR-1.3-ADQ, METEOR-1.3-RANK Carnegie Mellon University (Denk MTERATER, MTERATER-PLUS Columbia / ETS (Parton et al., 201 MP4IBM1, MPF, WMPF DFKI (Popović, 2011; Popović et PARSECONF DFKI (Avramidis et al., 2011) ROSE, ROSE-POS The University of Sheffield (Song TESLA-B, TESLA-F, TESLA-M National University of Singapore ( TINE University of Wolverhampton (Rio BLEU provided baseline (Papineni et al., TER provided baseline (Snover et al., 2 Table 11: Participants in the evaluation shared task. For comparison purposes, we includ

33 How do we know which metric is best? Measure correlation with human judgments How do people evaluation MT quality

34 Rank Sentences Manual Evaluation You have judged 25 sentences for WMT09 Spanish-English News Corpus, 427 sentences total taking 64.9 seconds per sentence. Source: Estos tejidos están analizados, transformados y congelados antes de ser almacenados en Hema- Québec, que gestiona también el único banco público de sangre del cordón umbilical en Quebec. Reference: These tissues are analyzed, processed and frozen before being stored at Héma-Québec, which manages also the only bank of placental blood in Quebec. Translation These weavings are analyzed, transformed and frozen before being stored in Hema-Quebec, that negotiates also the public only bank of blood of the umbilical cord in Quebec. These tissues analysed, processed and before frozen of stored in Hema- Québec, which also operates the only public bank umbilical cord blood in Quebec. These tissues are analyzed, processed and frozen before being stored in Hema-Québec, which also manages the only public bank umbilical cord blood in Quebec. These tissues are analyzed, processed and frozen before being stored in Hema-Quebec, which also operates the only public bank of umbilical cord blood in Quebec. These fabrics are analyzed, are transformed and are frozen before being stored in Hema-Québec, who manages also the only public bank of blood of the umbilical cord in Quebec. Annotator: ccb Task: WMT09 Spanish-English News Corpus Rank 1 Best 1 Best 1 Best 1 Best 1 Best Worst Worst Worst Worst Worst

35 5-point scales Fluency How do you judge the fluency of this translation? 5 = Flawless English 4 = Good English 3 = Non-native English 2 = Disfluent English 1 = Incomprehensible Adequacy How much of the meaning expressed in the reference translation is also expressed in the hypothesis translation? 5 = All 4 = Most 3 = Much 2 = Little 1 = None Iran has already s ments to the confe danian King Abdu accused Iran of int n-gram matches: 15 trigrams, and te human scores: Ad Iran already annou attend the confere ments made by th dullah II who has in Iraqi affairs. n-gram matches: 15 trigrams, and 12 human scores: Ad Reference: Iran Kharazi would bo

36 Heather Locklear Arrested for driving under the influence of drugs The actress Heather Locklear, Amanda of the popular series Melrose Place, was arrested this weekend in Santa Barbara (California) after driving under the influence of drugs. A witness viewed her performing inappropriate maneuvers while trying to take her car out from a parking in Montecito, as revealed to People magazine by a spokesman for the Californian Highway Police. The witness stated that around 4.30pm Ms. Locklear "hit the accelerator very violently, making excessive noise while trying to take her car out from the parking with abrupt back and forth maneuvers. While reversing, she passed several times in front of his sunglasses." Shortly after, the witness, who, in a first time, apparently had not recognized the actress, saw Ms. Why was Heather Locklear arrested? She was arrested on suspicion of driving under the influence of drugs. Why did the bystander call emergency services? He was concerned for Ms. Locklear s life. Where did the witness see her acting abnormally? Pulling out of parking in Montecito

37 Heather Was arrested Locklear actress Arrested Heather for Locklear because of the driving under driving under the influence of drugs the effect of an unknown medicine The actress Heather Locklear, that Amanda is known of to the popular Amanda series through Melrose the role from Place, the was series arrested "Melrose this weekend Place" was in arrested Santa Barbara at this (California) weekend in after Santa driving Barbara under the influence (Californium) of drugs. because A witness of the viewed driving under her performing the effect of an inappropriate unknown medicine. maneuvers A female while trying witness to observed take her car she out attempted from a parking quite strange in Montecito, way how as revealed to go to from People their parking magazine space by a in spokesman Montecito, speaker for the Californian of the traffic Highway police of californium Police. The told witness the stated warehouse that around `People'. 4.30pm The female Ms. Locklear witness told "hit in the detail, accelerator that Locklear very violently, 'pressed `after making 16:30 excessive clock noise while accelerator trying and to take a lot her of car noise out did from when the she parking attempted with to abrupt move back their and car towards forth maneuvers. behind or While forward reversing, from the parking she passed space, several and when times it went in backwards, front of his she sunglasses." pulled Shortly itself together after, the unites witness, Male who, at their in a sunglasses'. first time, apparently A little later had the not recognized female witness the actress, that did probably saw Ms. Why was Heather Locklear arrested? Driving while medicated Why did the bystander call emergency services? There was a lot of noise Where did the witness see her acting abnormally? In a parking lot

38 Heather Was Actress. Medikamentes arrested Heather Locklear actress unknown Locklear Arrested Heather was have for due the to Locklear driving effect of under a because fahrens the influence of under the driving actress of an under driving under the influence of drugs unknown heather effect locklear drug of an unknown arrested medicine The Actress In Santa. actress Heather One Heather is, Locklear, melrose Locklear, place by the that Amanda is role the known series of Amanda of to of the popular Amanda from role the of the through series the "Melrose 'remember role from Place, Place" the the locklear was is series known, arrested actress "Melrose was this weekend Place" this the heather weekend was in arrested Santa this in Santa weekend, Barbara at Barbara this weekend (California) because of in after because the Santa fahrens driving Barbara of driving Barbara under the influence (Californium) under (California) the of influence drugs. because effect A of unknown witness an of the viewed driving unknown medikamentes under her drug performing the arrested. effect of People A an witness inappropriate unknown had 'magazine. observed medicine. The maneuvers how traffic it A quite female police while strange trying witness way California, tried to observed take to spokesman park her their car she out extended attempted for from the a parking gap auszufahren quite Montecito, strange in montecito way reported how as reported revealed to go in to from spokesman its People way their from parking magazine for tried the parklücke space traffic by a in police type spokesman Montecito, from strange California right, speaker you to the the have Californian of magazine the seen traffic as a Highway police `People witness. of '.. californium Police. In The some witness The Zeitung, told witness told the in as and stated warehouse detail when that they Locklear tried around `People'. to a 4.30pm `after great The 16:30 female deal Ms. of Locklear witness clock 30 p.m., durchdrückte told witness "hit in the detail, accelerator the pedal detail that and Locklear of very a lot violently, 'pressed of history noise locklear made `after making by 16:30 after excessive trying 16: clock to that her noise car while accelerator durchdrückte the trying rear or and to front peddle take a lot of her of noise the car noise park out and did gap its from when to progress move, the she parking and was attempted when made with she parklücke to abrupt move went back their for and car backwards, the towards car forth maneuvers. moving took behind it backwards, a or few While forward times they in reversing, from their had they Sunglass'. parking times she passed of Somewhat space, their several and later when times it the sonnenbrille went witness in backwards, front saw ' of. The his the she sunglasses." first beginning pulled was of Shortly itself the probably actress together after, recognised probably the unites witness, Male had that not locklear who, at their in sunglasses'. recognized a first nearby time, road apparently that A and little Locklear anhielt, later had the on had not a recognized female nearby not, with witness road the the and witness actress, that stopped did the probably saw the car Ms. car off Why was Heather Locklear arrested? Why did the bystander call emergency services? Where did the witness see her acting abnormally?

39 Was Actress. Heather Medikamentes arrested Heather Locklear actress unknown Locklear Arrested Heather was have for due the to Locklear driving effect of under a because fahrens the influence of under the driving actress of an under driving under the influence of drugs unknown heather effect locklear drug of an unknown arrested medicine Actress In The Santa. actress Heather One Heather is, Locklear, melrose Locklear, place by the that is role the Amanda known series of Amanda of to of the the popular Amanda from role the of series the through the "Melrose 'remember role from Place, Place" the the locklear was is series known, arrested actress "Melrose was this Place" this the weekend heather weekend was in arrested Santa this in Santa weekend, Barbara at Barbara this weekend because (California) of in because after the Santa fahrens driving Barbara of driving Barbara under the (Californium) under (California) influence the of influence drugs. because effect A of unknown witness an of the driving unknown medikamentes viewed under her drug performing the arrested. effect of People A an witness unknown had 'magazine. inappropriate observed medicine. The maneuvers how traffic it A quite female police while strange witness way California, trying tried to observed take to spokesman park her their car she out extended attempted for from the a gap auszufahren parking quite strange in Montecito, montecito way reported how as reported revealed to go in from spokesman its to People way their from parking magazine for tried the parklücke space traffic by a in police type Montecito, from strange spokesman California right, speaker you to the the have Californian of magazine the seen traffic as a police `People witness. Highway of '.. californium Police. In The some witness The Zeitung, told witness told the in as and warehouse detail when stated they that Locklear tried around `People'. to a 4.30pm `after great The 16:30 female deal Ms. of witness clock 30 Locklear p.m., durchdrückte told witness "hit in the detail, accelerator the pedal detail that and Locklear of very a lot 'pressed of history violently, noise locklear made `after making by 16:30 after excessive trying 16: clock to that her noise car accelerator durchdrückte while the trying rear or and to front peddle take a lot of her of noise the car noise park out and did gap its when to progress from move, the she parking and was attempted when made with she parklücke to abrupt move went back their for car backwards, the and towards car forth maneuvers. moving took behind it backwards, a or few While forward times they in from their had reversing, they Sunglass'. parking times she passed of Somewhat space, their several and later when it the sonnenbrille times went witness in backwards, front saw ' of. The his the she sunglasses." first beginning pulled was of itself the probably Shortly actress together after, recognised probably the unites witness, Male had that not locklear who, at their in sunglasses'. recognized a nearby first time, road apparently that A and little Locklear anhielt, later had the on had not a female nearby not, recognized with witness road the the and witness actress, that stopped did the probably saw the car Ms. car off Why was Heather Locklear arrested? She was arrested on suspicion of driving under the influence of drugs. Driving under the influence Driving while medicated DUI Driving while using drugs Medikamentes

40 Was Actress. Heather Medikamentes arrested Heather Locklear actress unknown Locklear Arrested Heather was have for due the to Locklear driving effect of under a because fahrens the influence of under the driving actress of an under driving under the influence of drugs unknown heather effect locklear drug of an unknown arrested medicine System Actress In The Santa. actress Heather One Heather is, Locklear, melrose Locklear, place by the that is role the Amanda known series of Amanda of to of the the popular Amanda from role the of series the through the "Melrose 'remember role from Place, Place" the the locklear was is series known, arrested actress "Melrose was this Place" this the weekend heather weekend was in arrested Santa this in Santa weekend, Barbara at Barbara this weekend because (California) of in because after the Santa fahrens driving Barbara of driving Barbara under the (Californium) under (California) influence the of influence drugs. because effect A of unknown witness an of the driving unknown medikamentes viewed under her drug performing the arrested. effect of People A an witness unknown had 'magazine. inappropriate observed medicine. The maneuvers how traffic it A quite female police while strange witness way California, trying tried to observed take to spokesman park her their car she out extended attempted for from the a gap auszufahren parking quite strange in Montecito, montecito way reported how as reported revealed to go in from spokesman its to People way their from parking magazine for tried the parklücke space traffic by a in police type Montecito, from strange spokesman California right, speaker you to the the have Californian of magazine the seen traffic as a police `People witness. Highway of '.. californium Police. In The some witness The Zeitung, told witness told the in as and warehouse detail when stated they that Locklear tried around `People'. to a 4.30pm `after great The 16:30 female deal Ms. of witness clock 30 Locklear p.m., durchdrückte told witness "hit in the detail, accelerator the pedal detail that and Locklear of very a lot 'pressed of history violently, noise locklear made `after making by 16:30 after excessive trying 16: clock to that her noise car accelerator durchdrückte while the trying rear or and to front peddle take a lot of her of noise the car noise park out and did gap its when to progress from move, the she parking and was attempted when made with she parklücke to abrupt move went back their for car backwards, the and towards car forth maneuvers. moving took behind it backwards, a or few While forward times they in from their had reversing, they Sunglass'. parking times she passed of Somewhat space, their several and later when it the sonnenbrille times went witness in backwards, front saw ' of. The his the she sunglasses." first beginning pulled was of itself the probably Shortly actress together after, recognised probably the unites witness, Male had that not locklear who, at their in sunglasses'. recognized a nearby first time, road apparently that A and little Locklear anhielt, later had the on had not a female nearby not, recognized with witness road the the and witness actress, that stopped did the probably saw the car Ms. car off Why was Heather Locklear arrested? She was arrested on suspicion of driving under the influence of drugs. Correct Answers Reference 94% Google 80% RBMT5 77% Geneva 63% Driving under the influence Driving while medicated DUI JHU - Tromble 50% Driving while using drugs Medikamentes

41 HTER - costs to edit Reference translation The man was on assignment from the Ministry of Defense when he left two highly classified documents on a train to Waterloo. Machine translation The man was seconded by the Ministry of Defense when he was two extremely confidential documents in a train to Waterloo lost. Edited machine translation The man was working seconded for by the Ministry of Defense when he was lost two extremely confidential documents in a train to Waterloo. lost.

42 Reading Comprehension of Machine Translation Jones et al (2005) - Measured translation quality by testing English speakers on a Defense Language Proficiency Test for Arabic Read the MT output, and assess how many questions were answered correctly Nice, intuitive gauge of how good MT quality actually is

43 Reading Read chapter 8 from the textbook

44 Announcements HW2 due on Thursday Feb 19th

Why Evaluation? Machine Translation. Evaluation. Evaluation Metrics. Ten Translations of a Chinese Sentence. How good is a given system?

Why Evaluation? Machine Translation. Evaluation. Evaluation Metrics. Ten Translations of a Chinese Sentence. How good is a given system? Why Evaluation? How good is a given system? Machine Translation Evaluation Which one is the best system for our purpose? How much did we improve our system? How can we tune our system to become better?

More information

Machine Translation. Why Evaluation? Evaluation. Ten Translations of a Chinese Sentence. Evaluation Metrics. But MT evaluation is a di cult problem!

Machine Translation. Why Evaluation? Evaluation. Ten Translations of a Chinese Sentence. Evaluation Metrics. But MT evaluation is a di cult problem! Why Evaluation? How good is a given system? Which one is the best system for our purpose? How much did we improve our system? How can we tune our system to become better? But MT evaluation is a di cult

More information

Phrase-Based MT. Machine Translation Lecture 7. Instructor: Chris Callison-Burch TAs: Mitchell Stern, Justin Chiu. Website: mt-class.

Phrase-Based MT. Machine Translation Lecture 7. Instructor: Chris Callison-Burch TAs: Mitchell Stern, Justin Chiu. Website: mt-class. Phrase-Based MT Machine Translation Lecture 7 Instructor: Chris Callison-Burch TAs: Mitchell Stern, Justin Chiu Website: mt-class.org/penn Translational Equivalence Er hat die Prüfung bestanden, jedoch

More information

Machine Translation. Agenda

Machine Translation. Agenda Agenda Introduction to Machine Translation Data-driven statistical machine translation Translation models Parallel corpora Document-, sentence-, word-alignment Phrase-based translation MT decoding algorithm

More information

Turker-Assisted Paraphrasing for English-Arabic Machine Translation

Turker-Assisted Paraphrasing for English-Arabic Machine Translation Turker-Assisted Paraphrasing for English-Arabic Machine Translation Michael Denkowski and Hassan Al-Haj and Alon Lavie Language Technologies Institute School of Computer Science Carnegie Mellon University

More information

Dublin City University at CLEF 2004: Experiments with the ImageCLEF St Andrew s Collection

Dublin City University at CLEF 2004: Experiments with the ImageCLEF St Andrew s Collection Dublin City University at CLEF 2004: Experiments with the ImageCLEF St Andrew s Collection Gareth J. F. Jones, Declan Groves, Anna Khasin, Adenike Lam-Adesina, Bart Mellebeek. Andy Way School of Computing,

More information

Collecting Polish German Parallel Corpora in the Internet

Collecting Polish German Parallel Corpora in the Internet Proceedings of the International Multiconference on ISSN 1896 7094 Computer Science and Information Technology, pp. 285 292 2007 PIPS Collecting Polish German Parallel Corpora in the Internet Monika Rosińska

More information

IN THE COURT OF APPEALS OF INDIANA

IN THE COURT OF APPEALS OF INDIANA Pursuant to Ind.Appellate Rule 65(D, this Memorandum Decision shall not be regarded as precedent or cited before any court except for the purpose of establishing the defense of res judicata, collateral

More information

Using the Amazon Mechanical Turk for Transcription of Spoken Language

Using the Amazon Mechanical Turk for Transcription of Spoken Language Research Showcase @ CMU Computer Science Department School of Computer Science 2010 Using the Amazon Mechanical Turk for Transcription of Spoken Language Matthew R. Marge Satanjeev Banerjee Alexander I.

More information

Statistical Machine Translation

Statistical Machine Translation Statistical Machine Translation Some of the content of this lecture is taken from previous lectures and presentations given by Philipp Koehn and Andy Way. Dr. Jennifer Foster National Centre for Language

More information

2. Suppose you have an 8 oz glass of wine. How many standard drinks is this?

2. Suppose you have an 8 oz glass of wine. How many standard drinks is this? Math 212 Drinking and Driving Project Part I: Reading the Charts Every year, people are killed in accidents due to driving while intoxicated. This project will examine the effects of drinking on a person

More information

Automatic slide assignation for language model adaptation

Automatic slide assignation for language model adaptation Automatic slide assignation for language model adaptation Applications of Computational Linguistics Adrià Agustí Martínez Villaronga May 23, 2013 1 Introduction Online multimedia repositories are rapidly

More information

Information Leakage in Encrypted Network Traffic

Information Leakage in Encrypted Network Traffic Information Leakage in Encrypted Network Traffic Attacks and Countermeasures Scott Coull RedJack Joint work with: Charles Wright (MIT LL) Lucas Ballard (Google) Fabian Monrose (UNC) Gerald Masson (JHU)

More information

Quantifying the Influence of MT Output in the Translators Performance: A Case Study in Technical Translation

Quantifying the Influence of MT Output in the Translators Performance: A Case Study in Technical Translation Quantifying the Influence of MT Output in the Translators Performance: A Case Study in Technical Translation Marcos Zampieri Saarland University Saarbrücken, Germany mzampier@uni-koeln.de Mihaela Vela

More information

Evaluation of speech technologies

Evaluation of speech technologies CLARA Training course on evaluation of Human Language Technologies Evaluations and Language resources Distribution Agency November 27, 2012 Evaluation of speaker identification Speech technologies Outline

More information

Convergence of Translation Memory and Statistical Machine Translation

Convergence of Translation Memory and Statistical Machine Translation Convergence of Translation Memory and Statistical Machine Translation Philipp Koehn and Jean Senellart 4 November 2010 Progress in Translation Automation 1 Translation Memory (TM) translators store past

More information

Systematic Comparison of Professional and Crowdsourced Reference Translations for Machine Translation

Systematic Comparison of Professional and Crowdsourced Reference Translations for Machine Translation Systematic Comparison of Professional and Crowdsourced Reference Translations for Machine Translation Rabih Zbib, Gretchen Markiewicz, Spyros Matsoukas, Richard Schwartz, John Makhoul Raytheon BBN Technologies

More information

Constituency. The basic units of sentence structure

Constituency. The basic units of sentence structure Constituency The basic units of sentence structure Meaning of a sentence is more than the sum of its words. Meaning of a sentence is more than the sum of its words. a. The puppy hit the rock Meaning of

More information

The XMU Phrase-Based Statistical Machine Translation System for IWSLT 2006

The XMU Phrase-Based Statistical Machine Translation System for IWSLT 2006 The XMU Phrase-Based Statistical Machine Translation System for IWSLT 2006 Yidong Chen, Xiaodong Shi Institute of Artificial Intelligence Xiamen University P. R. China November 28, 2006 - Kyoto 13:46 1

More information

A Flexible Online Server for Machine Translation Evaluation

A Flexible Online Server for Machine Translation Evaluation A Flexible Online Server for Machine Translation Evaluation Matthias Eck, Stephan Vogel, and Alex Waibel InterACT Research Carnegie Mellon University Pittsburgh, PA, 15213, USA {matteck, vogel, waibel}@cs.cmu.edu

More information

Effect of Captioning Lecture Videos For Learning in Foreign Language 外 国 語 ( 英 語 ) 講 義 映 像 に 対 する 字 幕 提 示 の 理 解 度 効 果

Effect of Captioning Lecture Videos For Learning in Foreign Language 外 国 語 ( 英 語 ) 講 義 映 像 に 対 する 字 幕 提 示 の 理 解 度 効 果 Effect of Captioning Lecture Videos For Learning in Foreign Language VERI FERDIANSYAH 1 SEIICHI NAKAGAWA 1 Toyohashi University of Technology, Tenpaku-cho, Toyohashi 441-858 Japan E-mail: {veri, nakagawa}@slp.cs.tut.ac.jp

More information

Final Review Ch. 1 #2

Final Review Ch. 1 #2 Final Review Ch. 1 #2 9th Grade Algebra 1A / Algebra 1 Beta (Ms. Dalton) Student Name/ID: Instructor Note: Show all of your work! 1. Translate the phrase into an algebraic expression. The sum of and 2.

More information

Statistical Pattern-Based Machine Translation with Statistical French-English Machine Translation

Statistical Pattern-Based Machine Translation with Statistical French-English Machine Translation Statistical Pattern-Based Machine Translation with Statistical French-English Machine Translation Jin'ichi Murakami, Takuya Nishimura, Masato Tokuhisa Tottori University, Japan Problems of Phrase-Based

More information

A Survey of Online Tools Used in English-Thai and Thai-English Translation by Thai Students

A Survey of Online Tools Used in English-Thai and Thai-English Translation by Thai Students 69 A Survey of Online Tools Used in English-Thai and Thai-English Translation by Thai Students Sarathorn Munpru, Srinakharinwirot University, Thailand Pornpol Wuttikrikunlaya, Srinakharinwirot University,

More information

NON-PRECEDENTIAL DECISION - SEE SUPERIOR COURT I.O.P. 65.37

NON-PRECEDENTIAL DECISION - SEE SUPERIOR COURT I.O.P. 65.37 NON-PRECEDENTIAL DECISION - SEE SUPERIOR COURT I.O.P. 65.37 COMMONWEALTH OF PENNSYLVANIA Appellee IN THE SUPERIOR COURT OF PENNSYLVANIA v. JOSHUA ALLEN KURTZ Appellant No. 1727 MDA 2014 Appeal from the

More information

Michigan DUI Courts Outcome Evaluation

Michigan DUI Courts Outcome Evaluation Michigan DUI Courts Outcome Evaluation Final Report EXECUTIVE SUMMARY Bay County Michigan Supreme Court State Court Administrative Office P.O. Box 30048 Lansing, MI 48909 www.courts.mi.gov Ottawa County

More information

Language Independent Evaluation of Translation Style and Consistency: Comparing Human and Machine Translations of Camus Novel The Stranger

Language Independent Evaluation of Translation Style and Consistency: Comparing Human and Machine Translations of Camus Novel The Stranger Language Independent Evaluation of Translation Style and Consistency: Comparing Human and Machine Translations of Camus Novel The Stranger Mahmoud El-Haj 1, Paul Rayson 1, and David Hall 2 1 School of

More information

Hybrid Machine Translation Guided by a Rule Based System

Hybrid Machine Translation Guided by a Rule Based System Hybrid Machine Translation Guided by a Rule Based System Cristina España-Bonet, Gorka Labaka, Arantza Díaz de Ilarraza, Lluís Màrquez Kepa Sarasola Universitat Politècnica de Catalunya University of the

More information

NEW YORK STATE UNIFIED COURT SYSTEM OFFICE OF COURT ADMINISTRATION. EXAMINATION ORIENTATION GUIDE: 2015 Senior Court Reporter Examination

NEW YORK STATE UNIFIED COURT SYSTEM OFFICE OF COURT ADMINISTRATION. EXAMINATION ORIENTATION GUIDE: 2015 Senior Court Reporter Examination NEW YORK STATE UNIFIED COURT SYSTEM OFFICE OF COURT ADMINISTRATION EXAMINATION ORIENTATION GUIDE: 2015 Senior Court Reporter Examination Examination Numbers 45/55-787 June 2015 This Orientation Guide for

More information

Automatic Speech Recognition and Hybrid Machine Translation for High-Quality Closed-Captioning and Subtitling for Video Broadcast

Automatic Speech Recognition and Hybrid Machine Translation for High-Quality Closed-Captioning and Subtitling for Video Broadcast Automatic Speech Recognition and Hybrid Machine Translation for High-Quality Closed-Captioning and Subtitling for Video Broadcast Hassan Sawaf Science Applications International Corporation (SAIC) 7990

More information

Building the Ultimate DUI Trial Notebook

Building the Ultimate DUI Trial Notebook California Public Defenders Association DUI Academy Monterey, California June 2012 Building the Ultimate DUI Trial Notebook By Deandra Grant Assume every case is going to trial. Knowledge Can Take You

More information

Patrol Division Weekly Activity Report 7/17/14 to 7/23/14

Patrol Division Weekly Activity Report 7/17/14 to 7/23/14 Patrol Division Weekly Activity Report 7/17/14 to 7/23/14 REPORTS: 106 ARRESTS: 49 misdemeanor arrests / 11 felony arrests DUI s: 1 Moving citations: 14 Non-moving citations: 2 City code citations: 38

More information

Overview of the TREC 2015 LiveQA Track

Overview of the TREC 2015 LiveQA Track Overview of the TREC 2015 LiveQA Track Eugene Agichtein 1, David Carmel 2, Donna Harman 3, Dan Pelleg 2, Yuval Pinter 2 1 Emory University, Atlanta, GA 2 Yahoo Labs, Haifa, Israel 3 National Institute

More information

Appraise: an Open-Source Toolkit for Manual Evaluation of MT Output

Appraise: an Open-Source Toolkit for Manual Evaluation of MT Output Appraise: an Open-Source Toolkit for Manual Evaluation of MT Output Christian Federmann Language Technology Lab, German Research Center for Artificial Intelligence, Stuhlsatzenhausweg 3, D-66123 Saarbrücken,

More information

Word Completion and Prediction in Hebrew

Word Completion and Prediction in Hebrew Experiments with Language Models for בס"ד Word Completion and Prediction in Hebrew 1 Yaakov HaCohen-Kerner, Asaf Applebaum, Jacob Bitterman Department of Computer Science Jerusalem College of Technology

More information

Computer Aided Translation

Computer Aided Translation Computer Aided Translation Philipp Koehn 30 April 2015 Why Machine Translation? 1 Assimilation reader initiates translation, wants to know content user is tolerant of inferior quality focus of majority

More information

Officer's alleged lies may jeopardize DWI cases

Officer's alleged lies may jeopardize DWI cases Officer's alleged lies may jeopardize DWI cases Tanya Eiserer, WFAA DALLAS A Dallas police sergeant with a checkered disciplinary past is now facing serious allegations that he lied in a drunken driving

More information

IN THE COURT OF APPEALS FIRST APPELLATE DISTRICT OF OHIO HAMILTON COUNTY, OHIO

IN THE COURT OF APPEALS FIRST APPELLATE DISTRICT OF OHIO HAMILTON COUNTY, OHIO IN THE COURT OF APPEALS FIRST APPELLATE DISTRICT OF OHIO HAMILTON COUNTY, OHIO STATE OF OHIO, Plaintiff-Appellant, vs. COURTNEY BREMENKAMP, Defendant-Appellee. APPEAL NOS. C-130819 C-130820 TRIAL NOS.

More information

BUAD 310 Applied Business Statistics. Syllabus Fall 2013

BUAD 310 Applied Business Statistics. Syllabus Fall 2013 ! BUAD 310 Applied Business Statistics Syllabus Fall 2013 Instructor: Gourab Mukherjee TA: Pallavi Basu Office: HOH 14 Office Hours: Tuesday and Wednesday 10AM-12 PM (location TBA) Office Hours: Tuesday

More information

Please Step Out of The Car

Please Step Out of The Car Urban Survival Guide: Please Step Out of The Car A Step by Step Guide Through The Los Angeles DUI & DMV Process MR DUI LA Attorney Mark Rosenfeld The Law Office of Mark Rosenfeld 800-9700-DUI (384) MRDUILA.com

More information

Semantics in Statistical Machine Translation

Semantics in Statistical Machine Translation Semantics in Statistical Machine Translation Mihael Arcan DERI, NUI Galway firstname.lastname@deri.org Copyright 2011. All rights reserved. Overview 1. Statistical Machine Translation (SMT) 2. Translations

More information

Introduction to the Database

Introduction to the Database Introduction to the Database There are now eight PDF documents that describe the CHILDES database. They are all available at http://childes.psy.cmu.edu/data/manual/ The eight guides are: 1. Intro: This

More information

Roane State Community College Spanish Program Humanities Divisions. Syllabus

Roane State Community College Spanish Program Humanities Divisions. Syllabus Roane State Community College Spanish Program Humanities Divisions Syllabus Syllabus for Spanish 2020 Instructor s Name: Instructor's Office Hours: Course Tentative Schedule: Note to Students: The students

More information

What To Expect From a DUI Arrest

What To Expect From a DUI Arrest What To Expect From a DUI Arrest By Marcus Landsberg, IV of the A first-time DUI arrest is scary for those involved. You see the blue lights in the rear view and your heart sinks. This pamphlet is the

More information

Effectiveness of Red Light Cameras in Tucson, AZ. PhotoTicketing.com. Ryan Denke, BSEE Peoria, AZ

Effectiveness of Red Light Cameras in Tucson, AZ. PhotoTicketing.com. Ryan Denke, BSEE Peoria, AZ Effectiveness of Red Light Cameras in Tucson, AZ PhotoTicketing.com Ryan Denke, BSEE Peoria, AZ Originally Published Oct 15, 215 Updated Oct 19, 215 INTRODUCTION The city of Tucson operates photo ticketing

More information

LIUM s Statistical Machine Translation System for IWSLT 2010

LIUM s Statistical Machine Translation System for IWSLT 2010 LIUM s Statistical Machine Translation System for IWSLT 2010 Anthony Rousseau, Loïc Barrault, Paul Deléglise, Yannick Estève Laboratoire Informatique de l Université du Maine (LIUM) University of Le Mans,

More information

Quantitative Inventory Uncertainty

Quantitative Inventory Uncertainty Quantitative Inventory Uncertainty It is a requirement in the Product Standard and a recommendation in the Value Chain (Scope 3) Standard that companies perform and report qualitative uncertainty. This

More information

Violent crime total. Problem Set 1

Violent crime total. Problem Set 1 Problem Set 1 Note: this problem set is primarily intended to get you used to manipulating and presenting data using a spreadsheet program. While subsequent problem sets will be useful indicators of the

More information

THE ROLE OF PEDAL CONFIGURATION IN UNINTENDED-ACCELERATION AND PEDAL-ERROR ACCIDENTS

THE ROLE OF PEDAL CONFIGURATION IN UNINTENDED-ACCELERATION AND PEDAL-ERROR ACCIDENTS PROCEEDINGS of the HUMAN FACTORS AND ERGONOMICS SOCIETY 49th ANNUAL MEETING 2005 1984 THE ROLE OF PEDAL CONFIGURATION IN UNINTENDED-ACCELERATION AND PEDAL-ERROR ACCIDENTS Doris Trachtman, Ph.D. Exponent,

More information

www.breaking News English.com Ready-to-use ESL / EFL Lessons

www.breaking News English.com Ready-to-use ESL / EFL Lessons www.breaking News English.com Ready-to-use ESL / EFL Lessons 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html Bank

More information

Analysis of the shooting of Barbara Scharton

Analysis of the shooting of Barbara Scharton Summary Analysis of the shooting of Barbara Scharton 1. After gaining entry on the first floor in the Lyons/Scharton home, the assailants discovered Barbara Scharton in a bedroom on that floor. Assailant

More information

Segmentation and Punctuation Prediction in Speech Language Translation Using a Monolingual Translation System

Segmentation and Punctuation Prediction in Speech Language Translation Using a Monolingual Translation System Segmentation and Punctuation Prediction in Speech Language Translation Using a Monolingual Translation System Eunah Cho, Jan Niehues and Alex Waibel International Center for Advanced Communication Technologies

More information

Waveforms and the Speed of Sound

Waveforms and the Speed of Sound Laboratory 3 Seth M. Foreman February 24, 2015 Waveforms and the Speed of Sound 1 Objectives The objectives of this excercise are: to measure the speed of sound in air to record and analyze waveforms of

More information

Court of Appeals of Ohio

Court of Appeals of Ohio [Cite as N. Royalton v. Turkovich, 2013-Ohio-4701.] Court of Appeals of Ohio EIGHTH APPELLATE DISTRICT COUNTY OF CUYAHOGA JOURNAL ENTRY AND OPINION No. 99448 CITY OF NORTH ROYALTON PLAINTIFF-APPELLEE vs.

More information

Marijuana and driving in the United States: prevalence, risks, and laws

Marijuana and driving in the United States: prevalence, risks, and laws Marijuana and driving in the United States: prevalence, risks, and laws Casualty Actuarial Society Spring Meeting Colorado Springs, Colorado May 19, 2015 Anne T. McCartt iihs.org IIHS is an independent,

More information

Employee Surveys: Four Do s and Don ts. Alec Levenson

Employee Surveys: Four Do s and Don ts. Alec Levenson Employee Surveys: Four Do s and Don ts Alec Levenson Center for Effective Organizations University of Southern California 3415 S. Figueroa Street, DCC 200 Los Angeles, CA 90089 USA Phone: 1-213-740-9814

More information

MAP for Language & International Communication Spanish Language Learning Outcomes by Level

MAP for Language & International Communication Spanish Language Learning Outcomes by Level Novice Abroad I This course is designed for students with little or no prior knowledge of the language. By the end of the course, the successful student will develop a basic foundation in the five skills:

More information

SUPERIOR COURT OF CALIFORNIA-COUNTY OF CONTRA COSTA 1. Mock Trial Script: The Case of a Stolen Car

SUPERIOR COURT OF CALIFORNIA-COUNTY OF CONTRA COSTA 1. Mock Trial Script: The Case of a Stolen Car SUPERIOR COURT OF CALIFORNIA-COUNTY OF CONTRA COSTA 1 Mock Trial Script: The Case of a Stolen Car SUPERIOR COURT OF CALIFORNIA-COUNTY OF CONTRA COSTA 2 Mock Trial Script BAILIFF: All rise. Department One

More information

VIRGINIA DUI FACTSHEET

VIRGINIA DUI FACTSHEET VIRGINIA DUI FACTSHEET BOSE LAW FIRM, PLLC Former Police & Investigators Springfield Offices: 6354 Rolling Mill Place, Suite 102 Springfield, Virginia 22152 Telephone: 703.926.3900 Facsimile: 800.927.6038

More information

Working people requiring a practical knowledge of English for communicative purposes

Working people requiring a practical knowledge of English for communicative purposes Course Description This course is designed for learners at the pre-intermediate level of English proficiency. Learners will build upon all four language skills: listening, speaking, reading, and writing

More information

IN RE: : CITY OF PHILADELPHIA CALVIN BUTLER, JR. : POLICE ADVISORY COMMISSION. : No. 95-0192 PANEL REPORT AND RECOMMENDATION

IN RE: : CITY OF PHILADELPHIA CALVIN BUTLER, JR. : POLICE ADVISORY COMMISSION. : No. 95-0192 PANEL REPORT AND RECOMMENDATION IN RE: : CITY OF PHILADELPHIA CALVIN BUTLER, JR. : POLICE ADVISORY COMMISSION : No. 95-0192 Before: Uyehara, Ray and Savitt, Commissioners PANEL REPORT AND RECOMMENDATION I. INTRODUCTION Calvin Butler,

More information

LINES AND PLANES CHRIS JOHNSON

LINES AND PLANES CHRIS JOHNSON LINES AND PLANES CHRIS JOHNSON Abstract. In this lecture we derive the equations for lines and planes living in 3-space, as well as define the angle between two non-parallel planes, and determine the distance

More information

Structural and Semantic Indexing for Supporting Creation of Multilingual Web Pages

Structural and Semantic Indexing for Supporting Creation of Multilingual Web Pages Structural and Semantic Indexing for Supporting Creation of Multilingual Web Pages Hiroshi URAE, Taro TEZUKA, Fuminori KIMURA, and Akira MAEDA Abstract Translating webpages by machine translation is the

More information

Predicting the Stock Market with News Articles

Predicting the Stock Market with News Articles Predicting the Stock Market with News Articles Kari Lee and Ryan Timmons CS224N Final Project Introduction Stock market prediction is an area of extreme importance to an entire industry. Stock price is

More information

Objectives for the lesson

Objectives for the lesson Foundations of Mathematical Reasoning Student Pages 14.C, Blood alcohol content Lesson 14 Part C, Blood alcohol content Theme: Risk Assessment Blood alcohol content (BAC) is a measurement of how much alcohol

More information

Chapter 1: What is a DUI roadblock in Massachusetts? A drunk driving roadblock in Massachusetts is when the police

Chapter 1: What is a DUI roadblock in Massachusetts? A drunk driving roadblock in Massachusetts is when the police Chapter 1: What is a DUI roadblock in Massachusetts? A drunk driving roadblock in Massachusetts is when the police block off an area of the road to check every car coming by the roadblock to ensure that

More information

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

Topics in Computational Linguistics. Learning to Paraphrase: An Unsupervised Approach Using Multiple-Sequence Alignment

Topics in Computational Linguistics. Learning to Paraphrase: An Unsupervised Approach Using Multiple-Sequence Alignment Topics in Computational Linguistics Learning to Paraphrase: An Unsupervised Approach Using Multiple-Sequence Alignment Regina Barzilay and Lillian Lee Presented By: Mohammad Saif Department of Computer

More information

Table of Contents. 1. Introduction. 2. How Tough are the DUI Laws in Arizona? 3. Should You Hire a Lawyer? 4. Getting a Letter from ADOT

Table of Contents. 1. Introduction. 2. How Tough are the DUI Laws in Arizona? 3. Should You Hire a Lawyer? 4. Getting a Letter from ADOT Table of Contents 1. Introduction 2. How Tough are the DUI Laws in Arizona? 3. Should You Hire a Lawyer? 4. Getting a Letter from ADOT 5. Your First Court Appearance. 6. Dealing with the Prosecutor 7.

More information

Download Check My Words from: http://mywords.ust.hk/cmw/

Download Check My Words from: http://mywords.ust.hk/cmw/ Grammar Checking Press the button on the Check My Words toolbar to see what common errors learners make with a word and to see all members of the word family. Press the Check button to check for common

More information

So that's how they drive! Tracking driver behaviour and attitudes in Scotland Chris Eynon, TNS-BMRB. Road Safety Scotland Seminar, October 2011

So that's how they drive! Tracking driver behaviour and attitudes in Scotland Chris Eynon, TNS-BMRB. Road Safety Scotland Seminar, October 2011 So that's how they drive! Tracking driver behaviour and attitudes in Scotland Chris Eynon, TNS-BMRB Road Safety Scotland Seminar, October 2011 Aim of the research To monitor driver behaviour and attitudes

More information

IN THE HIGH COURT OF AUSTRALIA -T-UL-L-Y-

IN THE HIGH COURT OF AUSTRALIA -T-UL-L-Y- n IN THE HIGH COURT OF AUSTRALIA -T-UL-L-Y- V. b e a c h...a n d. o t h e r s REASONS FOR JUDGMENT t u l l y v. BEACH AND OTHERS - JUDGMENT (o r a l ). JUDGMENT OF THE COURT DELIVERED BY DIXON C.J. COMM:

More information

How to Represent Yourself on a Drink Driving Charge in NSW

How to Represent Yourself on a Drink Driving Charge in NSW How to Represent Yourself on a Drink Driving Charge in NSW 1. Introduction Many people who are charged with a drink driving offence decide not to contest the charge because they cannot afford a lawyer

More information

Generating Training Data for Medical Dictations

Generating Training Data for Medical Dictations Generating Training Data for Medical Dictations Sergey Pakhomov University of Minnesota, MN pakhomov.sergey@mayo.edu Michael Schonwetter Linguistech Consortium, NJ MSchonwetter@qwest.net Joan Bachenko

More information

Lesson 3.2.1 Using Lines to Make Predictions

Lesson 3.2.1 Using Lines to Make Predictions STATWAY INSTRUCTOR NOTES i INSTRUCTOR SPECIFIC MATERIAL IS INDENTED AND APPEARS IN GREY ESTIMATED TIME 50 minutes MATERIALS REQUIRED Overhead or electronic display of scatterplots in lesson BRIEF DESCRIPTION

More information

Lowcountry Injury Law

Lowcountry Injury Law Lowcountry Injury Law 1917 Lovejoy Street Post Office Drawer 850 Beaufort, South Carolina 29901 Personal Injury Phone (843) 524-9445 Auto Accidents Fax (843) 524-6981 Workers Comp Lawyer@LowcountryLaw.com

More information

A System for Labeling Self-Repairs in Speech 1

A System for Labeling Self-Repairs in Speech 1 A System for Labeling Self-Repairs in Speech 1 John Bear, John Dowding, Elizabeth Shriberg, Patti Price 1. Introduction This document outlines a system for labeling self-repairs in spontaneous speech.

More information

Class Name: CAOT-82 Online Semester: Spring 2012. Facebook: CAOT@Los Angeles Southwest Community College

Class Name: CAOT-82 Online Semester: Spring 2012. Facebook: CAOT@Los Angeles Southwest Community College Syllabus Class Name: CAOT-82 Online Semester: Spring 2012 Meeting Times/Place: Virtual Instructor: Felipe Payán Phone: Skype: instructorpayan Asynchronous-Paced Online Course Email:payanf@lasc.edu Yahoo

More information

Finance 197. Simple One-time Interest

Finance 197. Simple One-time Interest Finance 197 Finance We have to work with money every day. While balancing your checkbook or calculating your monthly expenditures on espresso requires only arithmetic, when we start saving, planning for

More information

Business Intelligence and Decision Support Systems

Business Intelligence and Decision Support Systems Chapter 12 Business Intelligence and Decision Support Systems Information Technology For Management 7 th Edition Turban & Volonino Based on lecture slides by L. Beaubien, Providence College John Wiley

More information

SYSTRAN Chinese-English and English-Chinese Hybrid Machine Translation Systems for CWMT2011 SYSTRAN 混 合 策 略 汉 英 和 英 汉 机 器 翻 译 系 CWMT2011 技 术 报 告

SYSTRAN Chinese-English and English-Chinese Hybrid Machine Translation Systems for CWMT2011 SYSTRAN 混 合 策 略 汉 英 和 英 汉 机 器 翻 译 系 CWMT2011 技 术 报 告 SYSTRAN Chinese-English and English-Chinese Hybrid Machine Translation Systems for CWMT2011 Jin Yang and Satoshi Enoue SYSTRAN Software, Inc. 4444 Eastgate Mall, Suite 310 San Diego, CA 92121, USA E-mail:

More information

A Joint Sequence Translation Model with Integrated Reordering

A Joint Sequence Translation Model with Integrated Reordering A Joint Sequence Translation Model with Integrated Reordering Nadir Durrani, Helmut Schmid and Alexander Fraser Institute for Natural Language Processing University of Stuttgart Introduction Generation

More information

Scaling Shrinkage-Based Language Models

Scaling Shrinkage-Based Language Models Scaling Shrinkage-Based Language Models Stanley F. Chen, Lidia Mangu, Bhuvana Ramabhadran, Ruhi Sarikaya, Abhinav Sethy IBM T.J. Watson Research Center P.O. Box 218, Yorktown Heights, NY 10598 USA {stanchen,mangu,bhuvana,sarikaya,asethy}@us.ibm.com

More information

Measurement Information Model

Measurement Information Model mcgarry02.qxd 9/7/01 1:27 PM Page 13 2 Information Model This chapter describes one of the fundamental measurement concepts of Practical Software, the Information Model. The Information Model provides

More information

625 BROADWAY SUITE 600 SAN DIEGO, CA 92101 15 WAYS TO BEAT YOUR CALIFORNIA DUI CHARGES

625 BROADWAY SUITE 600 SAN DIEGO, CA 92101 15 WAYS TO BEAT YOUR CALIFORNIA DUI CHARGES GRIFFIN LAW OFFICE 625 BROADWAY SUITE 600 SAN DIEGO, CA 92101 15 WAYS TO BEAT YOUR CALIFORNIA DUI CHARGES 1. No Probable Cause for the Stop If the officer didn't have probable cause to stop, detain, or

More information

AUTOMATIC PHONEME SEGMENTATION WITH RELAXED TEXTUAL CONSTRAINTS

AUTOMATIC PHONEME SEGMENTATION WITH RELAXED TEXTUAL CONSTRAINTS AUTOMATIC PHONEME SEGMENTATION WITH RELAXED TEXTUAL CONSTRAINTS PIERRE LANCHANTIN, ANDREW C. MORRIS, XAVIER RODET, CHRISTOPHE VEAUX Very high quality text-to-speech synthesis can be achieved by unit selection

More information

Term extraction for user profiling: evaluation by the user

Term extraction for user profiling: evaluation by the user Term extraction for user profiling: evaluation by the user Suzan Verberne 1, Maya Sappelli 1,2, Wessel Kraaij 1,2 1 Institute for Computing and Information Sciences, Radboud University Nijmegen 2 TNO,

More information

MEDIA STATEMENT CRIMINAL JUSTICE BRANCH

MEDIA STATEMENT CRIMINAL JUSTICE BRANCH MEDIA STATEMENT CRIMINAL JUSTICE BRANCH February 4, 2015 15-03 No Charges Approved in IIO Investigations Into Motorcycle Accident Victoria The Criminal Justice Branch, Ministry of Justice (CJB) announced

More information

www.breaking News English.com Ready-to-use ESL/EFL Lessons by Sean Banville British car insurance gender inequality ends

www.breaking News English.com Ready-to-use ESL/EFL Lessons by Sean Banville British car insurance gender inequality ends www.breaking News English.com Ready-to-use ESL/EFL Lessons by Sean Banville 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html

More information

HIERARCHICAL HYBRID TRANSLATION BETWEEN ENGLISH AND GERMAN

HIERARCHICAL HYBRID TRANSLATION BETWEEN ENGLISH AND GERMAN HIERARCHICAL HYBRID TRANSLATION BETWEEN ENGLISH AND GERMAN Yu Chen, Andreas Eisele DFKI GmbH, Saarbrücken, Germany May 28, 2010 OUTLINE INTRODUCTION ARCHITECTURE EXPERIMENTS CONCLUSION SMT VS. RBMT [K.

More information

Test of English for Aviation. Guide for: Test-takers & Teachers

Test of English for Aviation. Guide for: Test-takers & Teachers Guide for: Test-takers & Teachers What is the TEA test? TEA is a test of your ability to communicate in English it is not a test of your operational knowledge. TEA is a test of plain English in an aviation

More information

DANISH ROAD TRAFFIC ACCIDENT INVESTIGATION BOARD

DANISH ROAD TRAFFIC ACCIDENT INVESTIGATION BOARD DANISH ROAD TRAFFIC ACCIDENT INVESTIGATION BOARD Anne Eriksson, Traffic safety engineer, Anna Louise Feerup, Psychologist, Danish Road Directorate This paper presents The Danish Road Traffic Accident Investigation

More information

BEER 1.1: ILLC UvA submission to metrics and tuning task

BEER 1.1: ILLC UvA submission to metrics and tuning task BEER 1.1: ILLC UvA submission to metrics and tuning task Miloš Stanojević ILLC University of Amsterdam m.stanojevic@uva.nl Khalil Sima an ILLC University of Amsterdam k.simaan@uva.nl Abstract We describe

More information

This Module goes from 9/30 (10/2) 10/13 (10/15) MODULE 3 QUALITATIVE RESEARCH TOPIC 1. **Essential Questions**

This Module goes from 9/30 (10/2) 10/13 (10/15) MODULE 3 QUALITATIVE RESEARCH TOPIC 1. **Essential Questions** This Module goes from 9/30 (10/2) 10/13 (10/15) NOTE 1: THERE IS A LOT OF READING OVER THE NEXT TWO WEEKS, BUT I HAVE BROKEN THEM INTO CHUNKS TO MAKE IT MORE DIGESTIBLE. THE TASKS ARE MINIMAL; IT S REALLY

More information

Highway Patrol Training Center

Highway Patrol Training Center Even one drink can be too many Meet Ethan and Ashley, recent participants in an experiment simulating how alcohol affects your ability to drive. The experiment gave them a new perspective on how easily

More information

Language technologies for Education: recent results by the MLLP group

Language technologies for Education: recent results by the MLLP group Language technologies for Education: recent results by the MLLP group Alfons Juan 2nd Internet of Education Conference 2015 18 September 2015, Sarajevo Contents The MLLP research group 2 translectures

More information

User choice as an evaluation metric for web translation services in cross language instant messaging applications

User choice as an evaluation metric for web translation services in cross language instant messaging applications User choice as an evaluation metric for web translation services in cross language instant messaging applications William Ogden, Ron Zacharski Sieun An, and Yuki Ishikawa New Mexico State University University

More information

Pronouns. Their different types and roles. Devised by Jo Killmister, Skills Enhancement Program, Newcastle Business School

Pronouns. Their different types and roles. Devised by Jo Killmister, Skills Enhancement Program, Newcastle Business School Pronouns Their different types and roles Definition and role of pronouns Definition of a pronoun: a pronoun is a word that replaces a noun or noun phrase. If we only used nouns to refer to people, animals

More information

ONLINE CAMPUS TRANSCRIBING PROCEDURES. Case CATalyst

ONLINE CAMPUS TRANSCRIBING PROCEDURES. Case CATalyst ONLINE CAMPUS TRANSCRIBING PROCEDURES Case CATalyst JULY 25, 2013 P a g e 1 Online Speedbuilding Testing & Audit / Test Submission Process The purpose of this document is to provide our Online Speedbuilding

More information

Texas deadly drunk driving probation sentence leaves families stunned

Texas deadly drunk driving probation sentence leaves families stunned CBS NEWS December 11, 2013 Texas deadly drunk driving probation sentence leaves families stunned FORT WORTH, Texas -- Several families sat stunned and in tears in a Tarrant County juvenile courtroom on

More information