Better Punctuation Prediction with Hierarchical Phrase-Based Translation

Size: px
Start display at page:

Download "Better Punctuation Prediction with Hierarchical Phrase-Based Translation"

Transcription

1 Better Punctuation Prediction with Hierarchical Phrase-Based Translation Stephan Peitz, Markus Freitag and Hermann Ney IWSLT 2014, Lake Tahoe, CA December 4th, 2014 Human Language Technology and Pattern Recognition Lehrstuhl für Informatik 6 Computer Science Department RWTH Aachen University, Germany S. Peitz et al. Punctuation Prediction with Hiero 1 IWSLT December 4th, 2014

2 Outline Introduction Modeling Punctuation Prediction as Machine Translation Hierarchical Phrase-based Translation Experimental Evaluation Conclusion S. Peitz et al. Punctuation Prediction with Hiero 2 IWSLT December 4th, 2014

3 Introduction Spoken language translation (SLT) Automatic speech recognition (ASR) Machine translation (MT) In speech punctuation is not made explicitly ASR systems provide an output without punctuation marks MT systems are trained on data with proper punctuation Reintroduce punctuation marks with monolingual translation Translate from unpunctuated text to text with punctuation Based on phrase-based translation In this work Use hierarchical instead of phrase-based translation Investigation of the optimization criterion S. Peitz et al. Punctuation Prediction with Hiero 3 IWSLT December 4th, 2014

4 Introduction Monolingual translation system More features besides the language model Scaling factors can be tuned Phrase-based translation Sequence of words are translated at once Local contextual information is preserved Useful to predict punctuation depending of its surrounding words (e.g. commas) Limitation: dependencies beyond the local context Hierarchical phrase-based translation Discontinuous phrases with gaps Capture long-range dependencies between words and punctuation marks S. Peitz et al. Punctuation Prediction with Hiero 4 IWSLT December 4th, 2014

5 Modeling Punctuation Prediction as Machine Translation Translation Model Extract from a pseudo-bilingual corpus Take monolingual corpus as source and target text Create monotone alignment Remove punctuation marks from the source text Punctuation marks in the target sentences become unaligned? da du machst was? da du machst was was machst du da? was machst du da S. Peitz et al. Punctuation Prediction with Hiero 5 IWSLT December 4th, 2014

6 Modeling Punctuation Prediction as Machine Translation Optimization Remove punctuation marks from a development set Use the original development set as reference Tune scaling factors with MERT [Och 03] Prediction performance is measured with the F 1 -Score Use F α -Score rather than BLEU as a more suitable optimization criterion F α = (1 + α) (precision recall) α precision + recall By varying α, more emphasis can be put on recall or precision S. Peitz et al. Punctuation Prediction with Hiero 6 IWSLT December 4th, 2014

7 Modeling Punctuation Prediction as Machine Translation Language model Trained on monolingual corpora with proper punctuation Decoding Translate from unpunctuated text to text with punctuation Monotone, no reordering model is necessary In this work Perform prediction before the actual translation Final machine translation system has not to be retrained [Ma & Tinsley + 08, Peitz & Freitag + 11] S. Peitz et al. Punctuation Prediction with Hiero 7 IWSLT December 4th, 2014

8 Hierarchical Phrase-based Translation Allow discontinuous phrases with gaps Obtain phrases from word-aligned bilingual training data Sub-phrases within a phrase are replaced by a generic non-terminal X Maximum of two gaps per rule X über X 0 hinausgehen X 1, go beyond X 0 X 1 Reordering is modelled implicitly Formalized as a synchronous context-free grammar (SCFG) Speaking of rules rather than phrases [Chiang 05] S. Peitz et al. Punctuation Prediction with Hiero 8 IWSLT December 4th, 2014

9 Punctuation Prediction based on Hierarchical Translation Aim: model dependencies between words and punctuation marks e.g. relationship between question word ( was ) and question mark X was X 0, was X 0? X machst du X 0, machst du X 0? Restrictions Performing monotone translation Reordering is not necessary Rules with one non-terminal maximum is sufficient S. Peitz et al. Punctuation Prediction with Hiero 9 IWSLT December 4th, 2014

10 Additional Extraction Heuristic? da du machst was was machst du da X was machst du da, was machst du da S. Peitz et al. Punctuation Prediction with Hiero 10 IWSLT December 4th, 2014

11 Additional Extraction Heuristic? da du machst was was machst du da X was machst du da, was machst du da? S. Peitz et al. Punctuation Prediction with Hiero 11 IWSLT December 4th, 2014

12 Additional Extraction Heuristic? da X~0 was was X~0 X was machst du da, was machst du da? X machst du da, machst du da X was X 0, was X 0? S. Peitz et al. Punctuation Prediction with Hiero 12 IWSLT December 4th, 2014

13 Experimental Evaluation Evaluation of prediction performance Removed punctuation from provided development and test sets (manual transcriptions, no ASR errors) Measurement: Precision, Recall and F 1 -Score Optimization criteria: BLEU and F α -Score with α = {1, 2, 3, 4} Phrase-based (PBT) vs. hierarchical translation (HPBT) Comparison against HIDDEN-NGRAM [Stolcke 02] Evaluated on the IWSLT 2014 translation tasks German English and English French Translation models were trained on indomain data Language model was trained on all available data S. Peitz et al. Punctuation Prediction with Hiero 13 IWSLT December 4th, 2014

14 Prediction Results From unpunctuated German text to German with punctuation marks system tuned on Prec. Rec. F 1 PBT BLEU F F F F HPBT BLEU F F F F HIDDEN-NGRAM HIDDEN-NGRAM outperforms PBT in terms of F 1 HPBT tuned on F 2 works best S. Peitz et al. Punctuation Prediction with Hiero 14 IWSLT December 4th, 2014

15 Analysis Were hierarchical rules used in the decoding process? system tuned on lexical rules hierarchical rules PBT BLEU PBT F HPBT F All applied hierarchical rules introduced punctuation marks S. Peitz et al. Punctuation Prediction with Hiero 15 IWSLT December 4th, 2014

16 Analysis Input "was machst du nur" PBT "was machst du nur." Applied phrases was machst du, was machst du nur, nur. HPBT "was machst du nur?" Applied rules X was, was X machst du X 0, machst du X 0? X nur, nur S. Peitz et al. Punctuation Prediction with Hiero 16 IWSLT December 4th, 2014

17 Impact on Translation Quality Translation tasks: English French German English Tested on enriched manual and automatic transcription Applied baseline phrase-based MT systems trained on all available data Measurement: BLEU S. Peitz et al. Punctuation Prediction with Hiero 17 IWSLT December 4th, 2014

18 Impact on Translation Quality German English WER of automatic transcription: 21.6% transcription manual automatic system tuned on Prec. Rec. F 1 BLEU BLEU PBT BLEU PBT F HPBT F HIDDEN-NGRAM correct punctuation Prediction using HPBT seems to help Only small improvement on automatic transcription S. Peitz et al. Punctuation Prediction with Hiero 18 IWSLT December 4th, 2014

19 Impact on Translation Quality English French WER of automatic transcription: 16.7% transcription manual automatic system tuned on Prec. Rec. F 1 BLEU BLEU PBT BLEU PBT F HPBT F HIDDEN-NGRAM correct punctuation Prediction using monolingual MT systems works best Mixed results on automatic transcription S. Peitz et al. Punctuation Prediction with Hiero 19 IWSLT December 4th, 2014

20 Conclusion Punctuation prediction based hierarchical translation Capture long-range dependencies between words punctuation marks Improvements in terms of Precision, Recall and F 1 -Score Small impact on translation quality Use F α -Score as optimization criterion Future work Investigate features operating on sentence level Enrich grammar with syntactical information S. Peitz et al. Punctuation Prediction with Hiero 20 IWSLT December 4th, 2014

21 Thank you for your attention Stephan Peitz S. Peitz et al. Punctuation Prediction with Hiero 21 IWSLT December 4th, 2014

22 References [Chiang 05] D. Chiang: A Hierarchical Phrase-Based Model for Statistical Machine Translation. pp , Ann Arbor, Michigan, June [Ma & Tinsley + 08] Y. Ma, J. Tinsley, H. Hassan, J. Du, A. Way: Exploiting Alignment Techniques in MaTrEx: the DCU Machine Translation System for IWSLT08. In Proc. of the International Workshop on Spoken Language Translation, pp , Hawaii, USA, [Och 03] F.J. Och: Minimum Error Rate Training in Statistical Machine Translation. pp , Sapporo, Japan, July [Peitz & Freitag + 11] S. Peitz, M. Freitag, A. Mauser, H. Ney: Modeling Punctuation Prediction as Machine Translation. In Proceedings of the International Workshop on Spoken Language Translation (IWSLT), San Francisco, CA, Dec [Stolcke 02] A. Stolcke: SRILM-An extensible language modeling toolkit. In In Proceedings of the 7th International Conference on Spoken Language Processing (ICSLP 2002), pp , S. Peitz et al. Punctuation Prediction with Hiero 22 IWSLT December 4th, 2014

23 The Blackslide GoBack

The 2016 KIT IWSLT Speech-to-Text Systems for English and German

The 2016 KIT IWSLT Speech-to-Text Systems for English and German The 2016 KIT IWSLT Speech-to-Text Systems for English and German Thai-Son Nguyen, Markus Mueller, Matthias Sperber, Thomas Zenkel, Kevin Kilgour, Sebastian Stueker and Alex Waibel Iinteractive System Labs,

More information

Neural Lattice Search for Domain Adaptation in Machine Translation

Neural Lattice Search for Domain Adaptation in Machine Translation Neural Lattice Search for Domain Adaptation in Machine Translation Huda Khayrallah, Gaurav Kumar Kevin Duh, Matt Post, Philipp Koehn This talk was presented at IJCNLP 2017 It is based on this paper: http://aclweb.org/anthology/i17-2004

More information

Managing Multiple Ontologies in Protégé

Managing Multiple Ontologies in Protégé Managing Multiple Ontologies in Protégé (and the PROMPT tools) Natasha F. Noy Stanford University Ontology-Management Tasks and Protégé Maintain libraries of ontologies Import and reuse ontologies Different

More information

GCSE 4091/01 DESIGN AND TECHNOLOGY UNIT 1 FOCUS AREA: Food Technology

GCSE 4091/01 DESIGN AND TECHNOLOGY UNIT 1 FOCUS AREA: Food Technology Surname Centre Number Candidate Number Other Names 0 GCSE 4091/01 DESIGN AND TECHNOLOGY UNIT 1 FOCUS AREA: Food Technology A.M. TUESDAY, 19 May 2015 2 hours S15-4091-01 For s use Question Maximum Mark

More information

COMPARISON OF CORE AND PEEL SAMPLING METHODS FOR DRY MATTER MEASUREMENT IN HASS AVOCADO FRUIT

COMPARISON OF CORE AND PEEL SAMPLING METHODS FOR DRY MATTER MEASUREMENT IN HASS AVOCADO FRUIT New Zealand Avocado Growers' Association Annual Research Report 2004. 4:36 46. COMPARISON OF CORE AND PEEL SAMPLING METHODS FOR DRY MATTER MEASUREMENT IN HASS AVOCADO FRUIT J. MANDEMAKER H. A. PAK T. A.

More information

Paper Reference IT Principal Learning Information Technology. Level 3 Unit 2: Understanding Organisations

Paper Reference IT Principal Learning Information Technology. Level 3 Unit 2: Understanding Organisations Centre No. Candidate No. Surname Signature Paper Reference(s) IT302/01 Edexcel Principal Learning Information Technology Level 3 Unit 2: Understanding Organisations Wednesday 3 June 2009 Morning Time:

More information

1. Continuing the development and validation of mobile sensors. 3. Identifying and establishing variable rate management field trials

1. Continuing the development and validation of mobile sensors. 3. Identifying and establishing variable rate management field trials Project Overview The overall goal of this project is to deliver the tools, techniques, and information for spatial data driven variable rate management in commercial vineyards. Identified 2016 Needs: 1.

More information

The Dun & Bradstreet Asia Match Environment. AME FAQ. Warwick R Matthews

The Dun & Bradstreet Asia Match Environment. AME FAQ. Warwick R Matthews The Dun & Bradstreet Asia Match Environment. AME FAQ Updated April 8, 2015 Updated By Warwick R Matthews (matthewswa@dnb.com) 1. Can D&B do matching in Asian languages? 2. What is AME? 3. What is AME Central?

More information

EMC Publishing s C est à toi! 3, 2E Correlated to the Colorado World Language Frameworks French 3

EMC Publishing s C est à toi! 3, 2E Correlated to the Colorado World Language Frameworks French 3 EMC Publishing s C est à toi! 3, 2E Correlated to the Colorado World Language Frameworks French 3 CONTENT STANDARD: Students communicate in a foreign language while demonstrating literacy in all four essential

More information

In the Eye of the Beer-Holder. Lexical Descriptors of Aroma and Taste Sensations in Beer Reviews

In the Eye of the Beer-Holder. Lexical Descriptors of Aroma and Taste Sensations in Beer Reviews In the Eye of the Beer-Holder. Lexical Descriptors of Aroma and Taste Sensations in Beer Reviews Els Lefever, Liesbeth Allein and Gilles Jacobs LT 3, Language and Translation Technology Team Email: els.lefever@ugent.be,

More information

The Roles of Social Media and Expert Reviews in the Market for High-End Goods: An Example Using Bordeaux and California Wines

The Roles of Social Media and Expert Reviews in the Market for High-End Goods: An Example Using Bordeaux and California Wines The Roles of Social Media and Expert Reviews in the Market for High-End Goods: An Example Using Bordeaux and California Wines Alex Albright, Stanford/Harvard University Peter Pedroni, Williams College

More information

Predicting Wine Quality

Predicting Wine Quality March 8, 2016 Ilker Karakasoglu Predicting Wine Quality Problem description: You have been retained as a statistical consultant for a wine co-operative, and have been asked to analyze these data. Each

More information

Structures of Life. Investigation 1: Origin of Seeds. Big Question: 3 rd Science Notebook. Name:

Structures of Life. Investigation 1: Origin of Seeds. Big Question: 3 rd Science Notebook. Name: 3 rd Science Notebook Structures of Life Investigation 1: Origin of Seeds Name: Big Question: What are the properties of seeds and how does water affect them? 1 Alignment with New York State Science Standards

More information

GrillCam: A Real-time Eating Action Recognition System

GrillCam: A Real-time Eating Action Recognition System GrillCam: A Real-time Eating Action Recognition System Koichi Okamoto and Keiji Yanai The University of Electro-Communications, Tokyo 1-5-1 Chofu, Tokyo 182-8585, JAPAN {okamoto-k@mm.inf.uec.ac.jp,yanai@cs.uec.ac.jp}

More information

A Comparison of Approximate Bayesian Bootstrap and Weighted Sequential Hot Deck for Multiple Imputation

A Comparison of Approximate Bayesian Bootstrap and Weighted Sequential Hot Deck for Multiple Imputation A Comparison of Approximate Bayesian Bootstrap and Weighted Sequential Hot Deck for Multiple Imputation Darryl V. Creel RTI International 1 RTI International is a trade name of Research Triangle Institute.

More information

Tastes and Textures Estimation of Foods Based on the Analysis of Its Ingredients List and Image

Tastes and Textures Estimation of Foods Based on the Analysis of Its Ingredients List and Image Tastes and Textures Estimation of Foods Based on the Analysis of Its Ingredients List and Image Hiroki Matsunaga 1, Keisuke Doman 1,2, Takatsugu Hirayama 1,IchiroIde 1(B), Daisuke Deguchi 1,3, and Hiroshi

More information

Computerized Models for Shelf Life Prediction of Post-Harvest Coffee Sterilized Milk Drink

Computerized Models for Shelf Life Prediction of Post-Harvest Coffee Sterilized Milk Drink Libyan Agriculture esearch Center Journal International (6): 74-78, 011 ISSN 19-4304 IDOSI Publications, 011 Computerized Models for Shelf Life Prediction of Post-Harvest Coffee Sterilized Milk Drink 1

More information

DATA MINING CAPSTONE FINAL REPORT

DATA MINING CAPSTONE FINAL REPORT DATA MINING CAPSTONE FINAL REPORT ABSTRACT This report is to summarize the tasks accomplished for the Data Mining Capstone. The tasks are based on yelp review data, majorly for restaurants. Six tasks are

More information

Tamanend Wine Consulting

Tamanend Wine Consulting Tamanend Wine Consulting PRODUCTION SOFTWARE FOR WINEMAKERS Wine Operations and Laboratory Analyses LOGIN PROCESS ENSURING SECURITY AND PRIVACY Tamanend Software Systems is a Cloud based system designed

More information

NZQA registered unit standard version 1 Page 1 of 5

NZQA registered unit standard version 1 Page 1 of 5 Page 1 of 5 Title Demonstrate knowledge of science and technology for the production of pastry products using manual methods Level 4 Credits 14 Purpose This unit standard is for people working or intending

More information

Jure Leskovec, Computer Science Dept., Stanford

Jure Leskovec, Computer Science Dept., Stanford Jure Leskovec, Computer Science Dept., Stanford Includes joint work with Jaewon Yang, Manuel Gomez-Rodriguez, Jon Kleinberg, Lars Backstrom, and Andreas Krause http://memetracker.org Jure Leskovec (jure@cs.stanford.edu)

More information

Memorandum of understanding

Memorandum of understanding European Organic Wine Carta (EOWC) Memorandum of understanding 1. Preamble The common European Organic Wine Carta (EOWC) is a private, market-oriented and open initiative to promote and encourage organic

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1 Chapter 1. Introduction 2 The later part of 20 th century has witnessed unprecedented growth in graph theory. The research activity related to optimization techniques and computer

More information

The Effect of Almond Flour on Texture and Palatability of Chocolate Chip Cookies. Joclyn Wallace FN 453 Dr. Daniel

The Effect of Almond Flour on Texture and Palatability of Chocolate Chip Cookies. Joclyn Wallace FN 453 Dr. Daniel The Effect of Almond Flour on Texture and Palatability of Chocolate Chip Cookies Joclyn Wallace FN 453 Dr. Daniel 11-22-06 The Effect of Almond Flour on Texture and Palatability of Chocolate Chip Cookies

More information

Building Reliable Activity Models Using Hierarchical Shrinkage and Mined Ontology

Building Reliable Activity Models Using Hierarchical Shrinkage and Mined Ontology Building Reliable Activity Models Using Hierarchical Shrinkage and Mined Ontology Emmanuel Munguia Tapia 1, Tanzeem Choudhury and Matthai Philipose 2 1 Massachusetts Institute of Technology 2 Intel Research

More information

Problem Set #3 Key. Forecasting

Problem Set #3 Key. Forecasting Problem Set #3 Key Sonoma State University Business 581E Dr. Cuellar The data set bus581e_ps3.dta is a Stata data set containing annual sales (cases) and revenue from December 18, 2004 to April 2 2011.

More information

Algorithms. How data is processed. Popescu

Algorithms. How data is processed. Popescu Algorithms How data is processed Popescu 2012 1 Algorithm definitions Effective method expressed as a finite list of well-defined instructions Google A set of rules to be followed in calculations or other

More information

Method for the imputation of the earnings variable in the Belgian LFS

Method for the imputation of the earnings variable in the Belgian LFS Method for the imputation of the earnings variable in the Belgian LFS Workshop on LFS methodology, Madrid 2012, May 10-11 Astrid Depickere, Anja Termote, Pieter Vermeulen Outline 1. Introduction 2. Imputation

More information

Which of your fingernails comes closest to 1 cm in width? What is the length between your thumb tip and extended index finger tip? If no, why not?

Which of your fingernails comes closest to 1 cm in width? What is the length between your thumb tip and extended index finger tip? If no, why not? wrong 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 right 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 score 100 98.5 97.0 95.5 93.9 92.4 90.9 89.4 87.9 86.4 84.8 83.3 81.8 80.3 78.8 77.3 75.8 74.2

More information

Regression Models for Saffron Yields in Iran

Regression Models for Saffron Yields in Iran Regression Models for Saffron ields in Iran Sanaeinejad, S.H., Hosseini, S.N 1 Faculty of Agriculture, Ferdowsi University of Mashhad, Iran sanaei_h@yahoo.co.uk, nasir_nbm@yahoo.com, Abstract: Saffron

More information

Labor Supply of Married Couples in the Formal and Informal Sectors in Thailand

Labor Supply of Married Couples in the Formal and Informal Sectors in Thailand Southeast Asian Journal of Economics 2(2), December 2014: 77-102 Labor Supply of Married Couples in the Formal and Informal Sectors in Thailand Chairat Aemkulwat 1 Faculty of Economics, Chulalongkorn University

More information

Biologist at Work! Experiment: Width across knuckles of: left hand. cm... right hand. cm. Analysis: Decision: /13 cm. Name

Biologist at Work! Experiment: Width across knuckles of: left hand. cm... right hand. cm. Analysis: Decision: /13 cm. Name wrong 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 right 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 score 100 98.6 97.2 95.8 94.4 93.1 91.7 90.3 88.9 87.5 86.1 84.7 83.3 81.9

More information

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Victoria SAS Users Group November 26, 2013 Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Sylvain Tremblay SAS Canada Education Copyright 2010 SAS Institute Inc. All rights reserved.

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will use a ratio to create and plot points and will determine a mathematical relationship for plotted points. Students will compute the unit rate given a ratio. Students will predict

More information

Scientific Research and Experimental Development (SR&ED) Tax Credit

Scientific Research and Experimental Development (SR&ED) Tax Credit Scientific Research and Experimental Development (SR&ED) Tax Credit David Spicer, LLB, CA - BDO Dunwoody LLP Melanie Thomson, BSc, Dip.AIT - BDO Dunwoody LLP BC Wine Grape Council 10 th Annual Enology

More information

About this Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Mahout

About this Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Mahout About this Tutorial Apache Mahout is an open source project that is primarily used in producing scalable machine learning algorithms. This brief tutorial provides a quick introduction to Apache Mahout

More information

RDA Training Booklet -- Veve (Upd 03/2014)

RDA Training Booklet -- Veve (Upd 03/2014) University of North Florida UNF Digital Commons Library Faculty Presentations & Publications Thomas G. Carpenter Library 3-17-2014 RDA Training Booklet -- Veve (Upd 03/2014) Marielle Veve University of

More information

Plant root activity is limited to the soil bulbs Does not require technical expertise to. wetted by the water bottle emitter implement

Plant root activity is limited to the soil bulbs Does not require technical expertise to. wetted by the water bottle emitter implement Case Study Bottle Drip Irrigation Case Study Background Data Tool Category: Adaptation on the farm Variety: Robusta Climatic Hazard: Prolonged dry spells and high temperatures Expected Outcome: Improved

More information

Double Crop Soybean Production System The Syngenta Story SW Ontario REWARD VS REAL RISK

Double Crop Soybean Production System The Syngenta Story SW Ontario REWARD VS REAL RISK Double Crop Soybean Production System The Syngenta Story SW Ontario REWARD VS REAL RISK Syngenta Canada Eric Richter, C.C.A., ASR February 10th, 2016 - Illinois Soybean Association Double Crop Soys Mt

More information

Practice of Chinese Food II Hotel Restaurant and Culinary Science

Practice of Chinese Food II Hotel Restaurant and Culinary Science Practice of Chinese Food II Hotel Restaurant and Culinary Science Available Period for Learning Subject Unit Assessment Approved by the Ministry of Education: 2009.03.01~2017.02.28 Occupational Competency

More information

DEVELOPMENT OF A RAPID METHOD FOR THE ASSESSMENT OF PHENOLIC MATURITY IN BURGUNDY PINOT NOIR

DEVELOPMENT OF A RAPID METHOD FOR THE ASSESSMENT OF PHENOLIC MATURITY IN BURGUNDY PINOT NOIR PINOT NOIR, PAGE 1 DEVELOPMENT OF A RAPID METHOD FOR THE ASSESSMENT OF PHENOLIC MATURITY IN BURGUNDY PINOT NOIR Eric GRANDJEAN, Centre Œnologique de Bourgogne (COEB)* Christine MONAMY, Bureau Interprofessionnel

More information

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015 Supplementary Material to Modelling workplace contact networks: the effects of organizational structure, architecture, and reporting errors on epidemic predictions, published in Network Science Gail E.

More information

Compiler. --- Lexical Analysis: Principle&Implementation. Zhang Zhizheng.

Compiler. --- Lexical Analysis: Principle&Implementation. Zhang Zhizheng. Compiler --- Lexical Analysis: Principle&Implementation Zhang Zhizheng seu_zzz@seu.edu.cn School of Computer Science and Engineering, Software College Southeast University 2013/10/20 Zhang Zhizheng, Southeast

More information

Relevant Biocidal Product Types in Food Contact Applications

Relevant Biocidal Product Types in Food Contact Applications Chemical Watch Biocides Symposium 15 12-13 May 2015, Ljubljana, Relevant Biocidal Product Types in Food Contact Applications Dr Anna Gergely, Director, EHS Regulatory agergely@steptoe.com CONTENT 1. Specific

More information

WINE RECOGNITION ANALYSIS BY USING DATA MINING

WINE RECOGNITION ANALYSIS BY USING DATA MINING 9 th International Research/Expert Conference Trends in the Development of Machinery and Associated Technology TMT 2005, Antalya, Turkey, 26-30 September, 2005 WINE RECOGNITION ANALYSIS BY USING DATA MINING

More information

Effect of paraquat and diquat applied preharvest on canola yield and seed quality

Effect of paraquat and diquat applied preharvest on canola yield and seed quality Effect of paraquat and diquat applied preharvest on canola yield and seed quality Brian Jenks, John Lukach, Fabian Menalled North Dakota State University and Montana State University The concept of straight

More information

Control of treated articles in the Biocidal Products Regulation ECHA Biocides Stakeholders Day 25 June 2013

Control of treated articles in the Biocidal Products Regulation ECHA Biocides Stakeholders Day 25 June 2013 Control of treated articles in the Biocidal Products Regulation ECHA Biocides Stakeholders Day 25 June 2013 Johanna Bernsel European Commission DG Environment, Unit A.3 1 Why regulate? Consistency between

More information

Danish Consumer Preferences for Wine and the Impact of Involvement

Danish Consumer Preferences for Wine and the Impact of Involvement Danish Consumer Preferences for Wine and the Impact of Involvement Polymeros Chrysochou MAPP Centre, Department of Management, Aarhus University, Denmark (email: polyc@asb.dk) Jacob Brunbjerg Jørgensen

More information

wine 1 wine 2 wine 3 person person person person person

wine 1 wine 2 wine 3 person person person person person 1. A trendy wine bar set up an experiment to evaluate the quality of 3 different wines. Five fine connoisseurs of wine were asked to taste each of the wine and give it a rating between 0 and 10. The order

More information

To: Professor Roger Bohn & Hyeonsu Kang Subject: Big Data, Assignment April 13th. From: xxxx (anonymized) Date: 4/11/2016

To: Professor Roger Bohn & Hyeonsu Kang Subject: Big Data, Assignment April 13th. From: xxxx (anonymized) Date: 4/11/2016 To: Professor Roger Bohn & Hyeonsu Kang Subject: Big Data, Assignment April 13th. From: xxxx (anonymized) Date: 4/11/2016 Data Preparation: 1. Separate trany variable into Manual which takes value of 1

More information

Update on Wheat vs. Gluten-Free Bread Properties

Update on Wheat vs. Gluten-Free Bread Properties Update on Wheat vs. Gluten-Free Bread Properties This is the second in a series of articles on gluten-free products. Most authorities agree that the gluten-free market is one of the fastest growing food

More information

The Development of a Weather-based Crop Disaster Program

The Development of a Weather-based Crop Disaster Program The Development of a Weather-based Crop Disaster Program Eric Belasco Montana State University 2016 SCC-76 Conference Pensacola, FL March 19, 2016. Belasco March 2016 1 / 18 Motivation Recent efforts to

More information

Jake Bernstein Trading Webinar

Jake Bernstein Trading Webinar Jake Bernstein Trading Webinar jake@trade-futures.com My 4 BEST Timing Triggers And how to use them to your advantage Saturday 5 January 2008 2008 by Jake Bernstein jake@trade-futures.com 800-678-5253

More information

Liquidity and Risk Premia in Electricity Futures Markets

Liquidity and Risk Premia in Electricity Futures Markets Liquidity and Risk Premia in Electricity Futures Markets IAEE Conference, Singapore, June 2017 Ivan Diaz-Rainey Associate Professor of Finance & Co-Director of the Otago Energy Research Centre (OERC) With

More information

FACULTY OF SCIENCE DEPARTMENT OF FOOD TECHNOLOGY (DFC) NOVEMBER EXAMINATION

FACULTY OF SCIENCE DEPARTMENT OF FOOD TECHNOLOGY (DFC) NOVEMBER EXAMINATION FACULTY OF SCIENCE DEPARTMENT OF FOOD TECHNOLOGY (DFC) MODULE: FTN1BF1 FOOD TECHNOLOGY I (NATIONAL DIPLOMA FOOD TECHNOLOGY) NOVEMBER EXAMINATION DATE: 1 NOVEMBER 2014 SESSION: 8:30-10:30 EXAMINER Dr S

More information

Biosecurity selfassessment. and vulnerability assay. Harold van den Berg. The Netherlands Biosecurity Office

Biosecurity selfassessment. and vulnerability assay. Harold van den Berg. The Netherlands Biosecurity Office Biosecurity selfassessment toolkit and vulnerability assay Harold van den Berg The Netherlands Biosecurity Office 1 The Netherlands Biosecurity Office National biosecurity knowledge and information office,

More information

Object-Oriented Analysis and Design, Part 2 by Alistair Cockburn, with C++ code by Chuck Allison

Object-Oriented Analysis and Design, Part 2 by Alistair Cockburn, with C++ code by Chuck Allison Object-Oriented Analysis and Design, Part 2 by Alistair Cockburn, with C++ code by Chuck Allison Brewing a good cup of Java takes careful design, even in C++. This is the second of a two-part series on

More information

Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? Online Appendix September 2014

Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? Online Appendix September 2014 Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? 1. Data Construction Online Appendix September 2014 The data consist of the Association s records on all coffee acquisitions

More information

EU Legal framework Wine Council Regulation (EC) 1234/207 integrating Regulation (EC) 479/2008 Commission Regulation (EC) 606/2006 Amendments of this r

EU Legal framework Wine Council Regulation (EC) 1234/207 integrating Regulation (EC) 479/2008 Commission Regulation (EC) 606/2006 Amendments of this r EU standards for wines & spirits: Importance in the traceability and control systems EU-China seminar on standards, management and traceability of alcoholic beverages Sylvain NAULIN Beijing - 25 April

More information

Shaping the Future: Production and Market Challenges

Shaping the Future: Production and Market Challenges Call for Papers Dear Sir/Madam At the invitation of the Ministry of Stockbreeding, Agriculture, and Fisheries of the Oriental Republic of Uruguay, the 41th World Congress of Vine and Wine and the 16 th

More information

Can You Tell the Difference? A Study on the Preference of Bottled Water. [Anonymous Name 1], [Anonymous Name 2]

Can You Tell the Difference? A Study on the Preference of Bottled Water. [Anonymous Name 1], [Anonymous Name 2] Can You Tell the Difference? A Study on the Preference of Bottled Water [Anonymous Name 1], [Anonymous Name 2] Abstract Our study aims to discover if people will rate the taste of bottled water differently

More information

Semantic Web. Ontology Engineering. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau

Semantic Web. Ontology Engineering. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau Semantic Web Ontology Engineering Gerd Gröner, Matthias Thimm {groener,thimm}@uni-koblenz.de Institute for Web Science and Technologies (WeST) University of Koblenz-Landau July 17, 2013 Gerd Gröner, Matthias

More information

A.P. Environmental Science. Partners. Mark and Recapture Lab addi. Estimating Population Size

A.P. Environmental Science. Partners. Mark and Recapture Lab addi. Estimating Population Size Name A.P. Environmental Science Date Mr. Romano Partners Mark and Recapture Lab addi Estimating Population Size Problem: How can the population size of a mobile organism be measured? Introduction: One

More information

User Studies for 3-Sweep

User Studies for 3-Sweep User Studies for 3-Sweep 1 User Study This supplemental file provides detailed statistics of the user study and screenshots of users modeling results. In this user study, ten subjects were selected. Eight

More information

Whisky pricing: A dram good case study. Anirudh Kashyap General Assembly 12/22/2017 Capstone Project The Whisky Exchange

Whisky pricing: A dram good case study. Anirudh Kashyap General Assembly 12/22/2017 Capstone Project The Whisky Exchange Whisky pricing: A dram good case study Anirudh Kashyap General Assembly 12/22/2017 Capstone Project The Whisky Exchange Motivation Capstone Project Hobbies/Fun Data Science Toolkit Provide insight to a

More information

DIR2017. Training Neural Rankers with Weak Supervision. Mostafa Dehghani, Hamed Zamani, Aliaksei Severyn, Sascha Rothe, Jaap Kamps, and W.

DIR2017. Training Neural Rankers with Weak Supervision. Mostafa Dehghani, Hamed Zamani, Aliaksei Severyn, Sascha Rothe, Jaap Kamps, and W. Training Neural Rankers with Weak Supervision DIR2017 Mostafa Dehghani, Hamed Zamani, Aliaksei Severyn, Sascha Rothe, Jaap Kamps, and W. Bruce Croft Source: Lorem ipsum dolor sit amet, consectetur adipiscing

More information

Reliable Profiling for Chocolate and Cacao

Reliable Profiling for Chocolate and Cacao Reliable Profiling for Chocolate and Cacao Models of Flavour, Quality Scoring and Cultural Profiling Dr. Alexander Rast University of Southampton Martin Christy Seventy% Dr. Maricel Presilla Gran Cacao

More information

The R&D-patent relationship: An industry perspective

The R&D-patent relationship: An industry perspective Université Libre de Bruxelles (ULB) Solvay Brussels School of Economics and Management (SBS-EM) European Center for Advanced Research in Economics and Statistics (ECARES) The R&D-patent relationship: An

More information

SPONSORSHIP OPPORTUNITIES

SPONSORSHIP OPPORTUNITIES CONFERENCES SPONSORSHIP OPPORTUNITIES 13 th International Conference on Allergy and Clinical Immunology December 13-14, 2018 Abu Dhabi, UAE our DELEGATE is your CLIENT Our Programme 5+ Keynote Sessions

More information

Identification of Adulteration or origins of whisky and alcohol with the Electronic Nose

Identification of Adulteration or origins of whisky and alcohol with the Electronic Nose Identification of Adulteration or origins of whisky and alcohol with the Electronic Nose Dr Vincent Schmitt, Alpha M.O.S AMERICA schmitt@alpha-mos.com www.alpha-mos.com Alpha M.O.S. Eastern Analytical

More information

A CASE STUDY: HOW CONSUMER INSIGHTS DROVE THE SUCCESSFUL LAUNCH OF A NEW RED WINE

A CASE STUDY: HOW CONSUMER INSIGHTS DROVE THE SUCCESSFUL LAUNCH OF A NEW RED WINE A CASE STUDY: HOW CONSUMER INSIGHTS DROVE THE SUCCESSFUL LAUNCH OF A NEW RED WINE Laure Blauvelt SSP 2010 0 Agenda Challenges of Wine Category Consumers: Foundation for Product Insights Successful Launch

More information

DEVELOPMENT AND STANDARDISATION OF FORMULATED BAKED PRODUCTS USING MILLETS

DEVELOPMENT AND STANDARDISATION OF FORMULATED BAKED PRODUCTS USING MILLETS IMPACT: International Journal of Research in Applied, Natural and Social Sciences (IMPACT: IJRANSS) ISSN(E): 2321-8851; ISSN(P): 2347-4580 Vol. 2, Issue 9, Sep 2014, 75-78 Impact Journals DEVELOPMENT AND

More information

Wine Rating Prediction

Wine Rating Prediction CS 229 FALL 2017 1 Wine Rating Prediction Ke Xu (kexu@), Xixi Wang(xixiwang@) Abstract In this project, we want to predict rating points of wines based on the historical reviews from experts. The wine

More information

Japan Consumer Trial Results

Japan Consumer Trial Results Japan Consumer Trial Results MLA Seminars, January 2007 1 Japanese Trial Consumer Objectives Evaluate the sensory response of Japanese consumers Evaluate responses across a full quality range x three cooking

More information

Activity 10. Coffee Break. Introduction. Equipment Required. Collecting the Data

Activity 10. Coffee Break. Introduction. Equipment Required. Collecting the Data . Activity 10 Coffee Break Economists often use math to analyze growth trends for a company. Based on past performance, a mathematical equation or formula can sometimes be developed to help make predictions

More information

Processing Conditions on Performance of Manually Operated Tomato Slicer

Processing Conditions on Performance of Manually Operated Tomato Slicer Processing Conditions on Performance of Manually Operated Tomato Slicer Kamaldeen OS Nigerian Stored Products Research Institute, Kano Station, PMB 3032, Hadeija Road, Kano, Nigeria Abstract: Evaluation

More information

Thought Starter. European Conference on MRL-Setting for Biocides

Thought Starter. European Conference on MRL-Setting for Biocides Thought Starter European Conference on MRL-Setting for Biocides Prioritising areas for MRL-setting for biocides and identifying consequences of integrating biocide MRLs into existing legislation Foreword

More information

The Market Potential for Exporting Bottled Wine to Mainland China (PRC)

The Market Potential for Exporting Bottled Wine to Mainland China (PRC) The Market Potential for Exporting Bottled Wine to Mainland China (PRC) The Machine Learning Element Data Reimagined SCOPE OF THE ANALYSIS This analysis was undertaken on behalf of a California company

More information

Please sign and date here to indicate that you have read and agree to abide by the above mentioned stipulations. Student Name #4

Please sign and date here to indicate that you have read and agree to abide by the above mentioned stipulations. Student Name #4 The following group project is to be worked on by no more than four students. You may use any materials you think may be useful in solving the problems but you may not ask anyone for help other than the

More information

Tanzania. Coffee Annual. Tanzania Coffee Annual Report

Tanzania. Coffee Annual. Tanzania Coffee Annual Report THIS REPORT CONTAINS ASSESSMENTS OF COMMODITY AND TRADE ISSUES MADE BY USDA STAFF AND NOT NECESSARILY STATEMENTS OF OFFICIAL U.S. GOVERNMENT POLICY Required Report - public distribution Date: GAIN Report

More information

Subject Area: High School French State-Funded Course: French III

Subject Area: High School French State-Funded Course: French III FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS Subject Area: High School French State-Funded Course: 60.01300 French III Textbook Title: Publisher: C est a toi! Level Three, 2 nd edition EMC

More information

Improving Enquiry Point and Notification Authority Operations

Improving Enquiry Point and Notification Authority Operations Improving Enquiry Point and Notification Authority Operations EAC Public Private Sector Workshop on the WTO TBT and SPS Agreements Diane C. Thompson March 21 22, 2016 Nairobi, Kenya EAC Public Private

More information

Efficient Image Search and Identification: The Making of WINE-O.AI

Efficient Image Search and Identification: The Making of WINE-O.AI Efficient Image Search and Identification: The Making of WINE-O.AI Michelle L. Gill, Ph.D. Senior Data Scientist, Metis @modernscientist SciPy 2017 link.mlgill.co/scipy2017 Metis Data Science Training

More information

Optimization Model of Oil-Volume Marking with Tilted Oil Tank

Optimization Model of Oil-Volume Marking with Tilted Oil Tank Open Journal of Optimization 1 1 - ttp://.doi.org/1.36/ojop.1.1 Publised Online December 1 (ttp://www.scirp.org/journal/ojop) Optimization Model of Oil-olume Marking wit Tilted Oil Tank Wei Xie 1 Xiaojing

More information

DETERMINATION OF FRYING TEMPERATURE AND VACUUM PRESSURE TO PRODUCE PINEAPPLE CHIPS USING SIMPLE VACUUM FRIER *)

DETERMINATION OF FRYING TEMPERATURE AND VACUUM PRESSURE TO PRODUCE PINEAPPLE CHIPS USING SIMPLE VACUUM FRIER *) DETERMINATION OF FRYING TEMPERATURE AND VACUUM PRESSURE TO PRODUCE PINEAPPLE CHIPS USING SIMPLE VACUUM FRIER *) Yuniarti 1, Susinggih W 2, Nur Hidayat 2 and Anang L 2. 1. Dept. of Postharvest Handling

More information

Food memoir final 100 of 100

Food memoir final 100 of 100 Report generated on Mon, 12 Dec 2016 23:01 Page 1 of 5 DOCUMENT SCORE Food memoir final 100 of 100 ISSUES FOUND IN THIS TEXT 0 Contextual Spelling 0 No errors Grammar 0 No errors Punctuation 0 No errors

More information

The Elasticity of Substitution between Land and Capital: Evidence from Chicago, Berlin, and Pittsburgh

The Elasticity of Substitution between Land and Capital: Evidence from Chicago, Berlin, and Pittsburgh The Elasticity of Substitution between Land and Capital: Evidence from Chicago, Berlin, and Pittsburgh Daniel McMillen University of Illinois Ph.D., Northwestern University, 1987 Implications of the Elasticity

More information

Recent Developments in Rheological Instruments

Recent Developments in Rheological Instruments 22 nd Annual IAOM Mideast & Africa District Conference & Expo 2-5 October 2011 Dead Sea, Jordan Recent Developments in Rheological Instruments Dipl.- Ing.(FH) Markus Löns, Brabender GmbH & Co.KG Duisburg

More information

EFFECT OF RETAIL-PACKAGING METHODS ON PREMATURE BROWNING OF COOKED BEEF PATTIES. Mari Ann Tørngren & * Niels T. Madsen,

EFFECT OF RETAIL-PACKAGING METHODS ON PREMATURE BROWNING OF COOKED BEEF PATTIES. Mari Ann Tørngren & * Niels T. Madsen, 51 st International Congress of Meat Science and Technology August 7-12, 2005 Baltimore, Maryland USA EFFECT OF RETAIL-PACKAGING METHODS ON PREMATURE BROWNING OF COOKED BEEF PATTIES Mari Ann Tørngren &

More information

Buying Filberts On a Sample Basis

Buying Filberts On a Sample Basis E 55 m ^7q Buying Filberts On a Sample Basis Special Report 279 September 1969 Cooperative Extension Service c, 789/0 ite IP") 0, i mi 1910 S R e, `g,,ttsoliktill:torvti EARs srin ITQ, E,6

More information

Preview. Introduction (cont.) Introduction. Comparative Advantage and Opportunity Cost (cont.) Comparative Advantage and Opportunity Cost

Preview. Introduction (cont.) Introduction. Comparative Advantage and Opportunity Cost (cont.) Comparative Advantage and Opportunity Cost Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Preview. Introduction. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model. Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

Feasibility Project for Store Brand Macaroni and Cheese

Feasibility Project for Store Brand Macaroni and Cheese Feasibility Project for Store Brand Macaroni and Cheese Prepared by Group 2 Jenna Forrest, Christina Gatti, Anna Flobeck, Dylan Fawcett Terry Smith TECM 2700.003 April 23, 2014 Table of Contents Table

More information

VineAlert An Economic Impact Analysis

VineAlert An Economic Impact Analysis VineAlert An Economic Impact Analysis Goodman School of Business Consulting Group Goodman School of Business Cairns Complex Room 209A 500 Glenridge Ave. St. Cathararines, ON L2S-3A1 905-688-5550 Ext. 5104

More information

HRTM Food and Beverage Management ( version L )

HRTM Food and Beverage Management ( version L ) HRTM 116 - Food and Beverage Management ( version 213L ) Course Title Course Development Learning Support Food and Beverage Management Course Description Standard No Provides students with a study of food

More information

Biocidal Product Families instead of Frame Formulations The right step forward? Sara Kirkham

Biocidal Product Families instead of Frame Formulations The right step forward? Sara Kirkham Biocidal Product Families instead of Frame Formulations The right step forward? Sara Kirkham Content What is a Frame Formulation (FF) Comparison of BPF to FF BPF inclusion criteria Practical issues of

More information

Hops II Interfacing with the Hop Industry Role of a Hops Supplier. Tim Kostelecky John I. Haas, Inc ASBC Meeting June 6, 2017

Hops II Interfacing with the Hop Industry Role of a Hops Supplier. Tim Kostelecky John I. Haas, Inc ASBC Meeting June 6, 2017 Hops II Interfacing with the Hop Industry Role of a Hops Supplier Tim Kostelecky John I. Haas, Inc. 2017 ASBC Meeting June 6, 2017 Overview of a Hops Supplier Hops from own farm Products, Services for

More information

Flexible Working Arrangements, Collaboration, ICT and Innovation

Flexible Working Arrangements, Collaboration, ICT and Innovation Flexible Working Arrangements, Collaboration, ICT and Innovation A Panel Data Analysis Cristian Rotaru and Franklin Soriano Analytical Services Unit Economic Measurement Group (EMG) Workshop, Sydney 28-29

More information

Using the Forest to see the Trees: A computational model relating features, objects and scenes

Using the Forest to see the Trees: A computational model relating features, objects and scenes Using the Forest to see the Trees: A computational model relating features, objects and scenes Antonio Torralba CSAIL-MIT Joint work with Aude Oliva, Kevin Murphy, William Freeman Monica Castelhano, John

More information

Customer Survey Summary of Results March 2015

Customer Survey Summary of Results March 2015 Customer Survey Summary of Results March 2015 Overview In February and March 2015, we conducted a survey of customers in three corporate- owned Bruges Waffles & Frites locations: Downtown Salt Lake City,

More information