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

Size: px
Start display at page:

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

Transcription

1 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 elit. Duis non erat sem

2 Motivation Deep neural nets are data hungry For many tasks, the more data you have, the better your model will be! This amount of data is not always available for many IR tasks Unsupervised neural network based methods. Our idea: Using a well stablished unsupervised methods as training signal. Weak supervision: Connecting symbolic IR with data driven methods

3 General Idea To leverage a large amounts of unsupervised data to infer weak labels and use that signal for learning supervised models as if we had the ground truth labels.

4 Weak supervision for Ranking Pseudo-Labeling BM25 plays the role of pseudo-labeler in our learning scenario. A target collection and a large set of training queries (without relevance judgment), Using the pseudo-labeler to rank/score the documents for each query in the training query set. Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem

5 Ranking Architectures: Score model The goal in this architecture is to learn a scoring function Linear Regression Loss Point-wise Loss: (linear regression, with MSE) q d

6 Ranking Architectures: Rank model The goal in this architecture is to learn a ranking function Pairwise loss Pair-wise at training/ Point-wise at inference Loss: (Hinge Loss) d $ q d %

7 Ranking Architectures: RankProb model The goal in this architecture is to learn a ranking function Logistic Regression Loss Pair-wise Loss: (logistic regression) d $ q d %

8 Input Representations Dense Vector Representation: Fully Featurized Exactly the BM25 input: Sparse Vector Representation: Bag of words Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem

9 Input Representations Embedding Vector Representation Embedding size Joint Embedding Matrix for terms in Query and Document learning representation of terms Compositionally function (From words representation to query/document representation) Vocabulary size w ' w ( w ) Embedding size learning global weight of terms

10 Experimental Setup Target data collections: ClueWeb09 CatB dataset Robust dataset Training Query set: AOL (after some filtering, we got more than 6m queries for each set) Hyper-parameters: Width and depth of the network, learning rate, drop-out, embedding size Optimized using batched GP bandits with an expected improvement acquisition function

11 How do the neural models with different training objectives and input representations compare? Method Robust04 ClueWeb MAP MAP BM Score + Dense ô ô ô ô ô ô Score + Sparse ô ô ô ô ô ô Score + Embed ô Rank + Dense ô ô ô ô ô ô Rank + Sparse ô ô ô ô ô ô Rank + Embed RankProb + Dense ô ô ô ô ô ô RankProb + Sparse ô ô ô ô ô RankProb + Embed

12 How do the neural models with different training objectives and input representations compare? Take Home Message: Method Robust04 ClueWeb MAP MAP 1. Define an objective which enables your model to go BM beyond the imperfection of the weakly annotated data Score + Dense ô ô ô ô ô ô Score (ranking + Sparse instead of ô calibrated ô ô scoring) ô ô ô Score + Embed ô Rank Let + Dense the network ô decide ô about ô the ô representation. ô ô Rank Feeding + Sparse the network ô with ô featurized ô ô input kills ô the ô model Rank + Embed creativity! RankProb + Dense ô ô ô ô ô ô RankProb + Sparse ô ô ô ô ô RankProb + Embed

13 How meaningful are the compositionality weights learned in the embedding vector representation? (a) Robust04 (b) ClueWeb (Pearson Correlation: ) (Pearson Correlation: ) Figure 4: Strong linear correlation between weight learned Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem

14 How meaningful are the compositionality weights learned in the embedding vector representation? Take Home Message: By just seeing individual local instances from the data, the network learns such a global statistic. (a) Robust04 (b) ClueWeb (Pearson Correlation: ) (Pearson Correlation: ) Figure 4: Strong linear correlation between weight learned Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem

15 How well other alternatives for the embedding and weighting functions in embedding vector representation perform? Table 3: Performance of the rankprob model with variants of the embedding vector representation on di erent datasets. indicates that the improvements over all other models are statistically signi cant, at the 0.05 level using the paired two-tailed t-test, with Bonferroni correction. SIGIR 2017, August 2017, Tokyo, Japan Anon. Table 3: Performance of the rankprob model with variants of the embedding vector representationrobust04 on di erent datasets. Embedding type indicates that the improvements over all other models are statistically signi cant, at the 0.05 level using the paired two-tailed MAP t-test, with Bonferroni correction. Pretrained (external) + Uniform Robust04weighting ClueWeb Pretrained (external) + IDF weighting MAP P@20 ndcg@20 MAP P@20 ndcg@ Pretrained (external) + Weight learning Pretrained (external) + Uniform weighting (target) Uniform weighting Pretrained (external)pretrained + IDF weighting Pretrained (external)pretrained + Weight learning (target) IDF weighting Pretrained (target) + Uniform weighting Pretrained (target) + Weight learning Pretrained (target) + IDF weighting Uniform weighting Pretrained (target) + Learned Weight learning Learned + Uniform weighting Learned + IDF weighting Learned + IDF weighting Learned + Weight learning Learned + Weight learning Embedding type function E: (1) employing pre-trained word embeddings learned from an external corpus (we used Google News), (2) employing pretrained word embeddings learned from the target corpus (using the skip-gram model [27]), and (3) learning embeddings during the network training as it is explained in Section 4.3. Furthermore, for the compositionality function, we tried di erent alternatives: (1) uniform weighting (simple averaging which is a common (a) Robust04approach (b) ClueWeb (a) Robust04 (b) ClueWeb in compositionality function), (2) using IDF as xed weights instead Figure 5: Performance of the rankprob model with learned (Pearson Correlation: ) (Pearson Correlation: ) embedding, pre-trained embedding, and learned embedding of learning the weighting function W, and (3) learning weights Figure 4: Strong linear correlation between weight learned ClueWeb MAP P@20 ndcg@ (a) Robust04 with pre-trained embedding as initialization, with respect to (b) ClueWeb

16 How well other alternatives for the embedding and weighting functions in embedding vector representation perform? Take Home Message: Table 3: Performance of the rankprob model with variants of the embedding vector representation on di erent datasets. indicates that the improvements over all other models are statistically signi cant, at the 0.05 level using the paired two-tailed t-test, with Bonferroni correction. SIGIR 2017, August 2017, Tokyo, Japan Anon. Table 3: Performance of the rankprob model with variants of the embedding vector representationrobust04 on di erent datasets. Embedding type indicates that the improvements over all other models are statistically signi cant, at the 0.05 level using the paired two-tailed MAP t-test, with Bonferroni correction. ClueWeb MAP If you Pretrained get enough data, can learn embedding which is (external) + Uniform weighting you Pretrained (external) + IDF weighting (external) + Weight learning updating them better Pretrained fitted to your task by just based on the Pretrained (target) + Uniform weighting Pretrained (target) + IDF weighting objective of(target) the downstream Pretrained + Weight learning task Embedding type Robust04 MAP P@20 Pretrained (external) + Uniform weighting Pretrained (external) + IDF weighting Pretrained (external) + Weight learning Pretrained (target) + Uniform weighting Pretrained (target) + IDF weighting Uniform weighting Pretrained (target) + Learned Weight learning Learned + Uniform weighting Learned + IDF weighting Learned + IDF weighting Learned + Weight learning Learned + Weight learning ClueWeb ndcg@ MAP P@20 ndcg@ But you need a lot of data: THANKS TO WEAK SUPERVISION! function E: (1) employing pre-trained word embeddings learned from an external corpus (we used Google News), (2) employing pretrained word embeddings learned from the target corpus (using the skip-gram model [27]), and (3) learning embeddings during the network training as it is explained in Section 4.3. Furthermore, for the compositionality function, we tried di erent alternatives: (1) uniform weighting (simple averaging which is a common (a) Robust04approach (b) ClueWeb (a) Robust04 (b) ClueWeb in compositionality function), (2) using IDF as xed weights instead Figure 5: Performance of the rankprob model with learned (Pearson Correlation: ) (Pearson Correlation: ) embedding, pre-trained embedding, and learned embedding of learning the weighting function W, and (3) learning weights Figure 4: Strong linear correlation between weight learned (a) Robust04 with pre-trained embedding as initialization, with respect to (b) ClueWeb

17 How useful is learning with weak supervision as pretraining for supervised ranking? y signicant, at the 0.05 level using the paired two-tailed t-test, with Bonferroni correction. Method Robust04 ClueWeb MAP P@20 ndcg@20 MAP P@20 ndcg@20 Weakly supervised Fully supervised Weakly supervised + Fully supervised

18 How useful is learning with weak supervision as pretraining Take Home for Message: supervised ranking? y signicant, at the 0.05 level using the paired two-tailed t-test, with Bonferroni correction. You want to train a neural network Robust04for your task ClueWeb but you ve Method got just a small amount of supervised data? Weakly supervised You can compensate it by pertaining your network on Fully supervised weakly Weakly supervised annotated + Fully supervised data MAP P@20 ndcg@20 MAP P@20 ndcg@20

19 Avoiding your teacher s mistake! Training a neural ranker with controlled weak supervision MAIN GOAL: Controlling the effect of imperfect weak training instances by down-weighting them. Prediction loss wrt. the weak labels Prediction loss wrt. the weak labels Supervision Layer Supervision Layer Confidence Network Confidence Network Representation Learning Representation Learning Goodness of Representation Learning instances Goodness of instances Weak Annotator Weak Annotator True Labels Weak Annotator True Labels

20 Training Full Supervision mode Weak Supervision mode Prediction loss wrt. the weak labels Prediction loss wrt. the weak labels Supervision Layer Confidence Network Supervision Layer Confidence Network Representation Learning Goodness of instances Representation Learning Goodness of instances Weak Annotator True Labels Weak Annotator True Labels Source: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis non erat sem

21 Thank you!

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

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

Food Image Recognition by Deep Learning

Food Image Recognition by Deep Learning Food Image Recognition by Deep Learning Assoc. Prof. Steven HOI School of Information Systems Singapore Management University National Day Rally 2017: Singapore's War on Diabetes www.moh.gov.sg/budget2016

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

Modeling Wine Quality Using Classification and Regression. Mario Wijaya MGT 8803 November 28, 2017

Modeling Wine Quality Using Classification and Regression. Mario Wijaya MGT 8803 November 28, 2017 Modeling Wine Quality Using Classification and Mario Wijaya MGT 8803 November 28, 2017 Motivation 1 Quality How to assess it? What makes a good quality wine? Good or Bad Wine? Subjective? Wine taster Who

More information

Learning the Language of Wine CS 229 Term Project - Final Report

Learning the Language of Wine CS 229 Term Project - Final Report Learning the Language of Wine CS 229 Term Project - Final Report Category: Team Members: Natural Language Aaron Effron (aeffron), Alyssa Ferris (acferris), David Tagliamonti (dtag) 1 Introduction & Motivation

More information

What Makes a Cuisine Unique?

What Makes a Cuisine Unique? What Makes a Cuisine Unique? Sunaya Shivakumar sshivak2@illinois.edu ABSTRACT There are many different national and cultural cuisines from around the world, but what makes each of them unique? We try to

More information

What makes a good muffin? Ivan Ivanov. CS229 Final Project

What makes a good muffin? Ivan Ivanov. CS229 Final Project What makes a good muffin? Ivan Ivanov CS229 Final Project Introduction Today most cooking projects start off by consulting the Internet for recipes. A quick search for chocolate chip muffins returns a

More information

Word Embeddings for NLP in Python. Marco Bonzanini PyCon Italia 2017

Word Embeddings for NLP in Python. Marco Bonzanini PyCon Italia 2017 Word Embeddings for NLP in Python Marco Bonzanini PyCon Italia 2017 Nice to meet you WORD EMBEDDINGS? Word Embeddings = Word Vectors = Distributed Representations Why should you care? Why should you care?

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

PROJECT MODIFICATION DATE 07/30/2012 CREATOR Leif Hill FILE NAME tt_01 DESCRIPTION Wire frames - file 01 VERSION HISTORY Mon Aug

PROJECT MODIFICATION DATE 07/30/2012 CREATOR Leif Hill FILE NAME tt_01 DESCRIPTION Wire frames - file 01 VERSION HISTORY Mon Aug PROJECT 387977 MODIFICATION DATE 07/30/0 CREATOR Leif Hill FILE NAME tt_0 DESCRIPTION Wire frames - file 0 VERSION HISTORY Mon Aug 06 0 Table of Contents tt_0.pdf tt_0.pdf tt_03.pdf tt_04.pdf 0 Cover 0

More information

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

Learning Connectivity Networks from High-Dimensional Point Processes

Learning Connectivity Networks from High-Dimensional Point Processes Learning Connectivity Networks from High-Dimensional Point Processes Ali Shojaie Department of Biostatistics University of Washington faculty.washington.edu/ashojaie Feb 21st 2018 Motivation: Unlocking

More information

Decision making with incomplete information Some new developments. Rudolf Vetschera University of Vienna. Tamkang University May 15, 2017

Decision making with incomplete information Some new developments. Rudolf Vetschera University of Vienna. Tamkang University May 15, 2017 Decision making with incomplete information Some new developments Rudolf Vetschera University of Vienna Tamkang University May 15, 2017 Agenda Problem description Overview of methods Single parameter approaches

More information

Know Your Oil: Creating an Oil-Climate Index

Know Your Oil: Creating an Oil-Climate Index Know Your Oil: Creating an Oil-Climate Index Deborah Gordon March 11, 2015 David Falconer, Photographer (NARA record: 1427627) (U.S. National Archives and Records Administration) Wikimedia Commons Slide

More information

Analysis of Things (AoT)

Analysis of Things (AoT) Analysis of Things (AoT) Big Data & Machine Learning Applied to Brent Crude Executive Summary Data Selecting & Visualising Data We select historical, monthly, fundamental data We check for correlations

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

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

What Cuisine? - A Machine Learning Strategy for Multi-label Classification of Food Recipes

What Cuisine? - A Machine Learning Strategy for Multi-label Classification of Food Recipes UNIVERSITY OF CALIFORNIA: SAN DIEGO, NOVEMBER 2015 1 What Cuisine? - A Machine Learning Strategy for Multi-label Classification of Food Recipes Hendrik Hannes Holste, Maya Nyayapati, Edward Wong Abstract

More information

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts LEVERAGING AGITATING RETORT PROCESSING TO OPTIMIZE PRODUCT QUALITY

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts LEVERAGING AGITATING RETORT PROCESSING TO OPTIMIZE PRODUCT QUALITY FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts LEVERAGING AGITATING RETORT PROCESSING TO OPTIMIZE PRODUCT QUALITY The NFL White Paper Series Volume 5, August 2012 Introduction Beyond

More information

STACKING CUPS STEM CATEGORY TOPIC OVERVIEW STEM LESSON FOCUS OBJECTIVES MATERIALS. Math. Linear Equations

STACKING CUPS STEM CATEGORY TOPIC OVERVIEW STEM LESSON FOCUS OBJECTIVES MATERIALS. Math. Linear Equations STACKING CUPS STEM CATEGORY Math TOPIC Linear Equations OVERVIEW Students will work in small groups to stack Solo cups vs. Styrofoam cups to see how many of each it takes for the two stacks to be equal.

More information

Missing Data Methods (Part I): Multiple Imputation. Advanced Multivariate Statistical Methods Workshop

Missing Data Methods (Part I): Multiple Imputation. Advanced Multivariate Statistical Methods Workshop Missing Data Methods (Part I): Multiple Imputation Advanced Multivariate Statistical Methods Workshop University of Georgia: Institute for Interdisciplinary Research in Education and Human Development

More information

Imputation of multivariate continuous data with non-ignorable missingness

Imputation of multivariate continuous data with non-ignorable missingness Imputation of multivariate continuous data with non-ignorable missingness Thais Paiva Jerry Reiter Department of Statistical Science Duke University NCRN Meeting Spring 2014 May 23, 2014 Thais Paiva, Jerry

More information

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts When you need to understand situations that seem to defy data analysis, you may be able to use techniques

More information

Grapevine: A Wine Prediction Algorithm Using Multi-dimensional Clustering Methods

Grapevine: A Wine Prediction Algorithm Using Multi-dimensional Clustering Methods Grapevine: A Wine Prediction Algorithm Using Multi-dimensional Clustering Methods Richard Diehl Martinez Email: rdm@stanford.edu Geoffrey Angus Email: gangus@stanford.edu Roozbeh Mahdavian Email: rooz@stanford.edu

More information

for forecasting unit price of tea at Colombo auction

for forecasting unit price of tea at Colombo auction J.Natn.Sci.Foundation Sri Lanka 2013 41 (1): 35-40 RESEARCH ARTICLE for forecasting unit price of tea at Colombo auction H.A.C.K. Hettiarachchi * and B.M.S.G. Banneheka Department of Statistics and Computer

More information

Question Bank MODIFIERS: GRADE LEVEL: EASY LEVEL: K-6 indoor/outdoor

Question Bank MODIFIERS: GRADE LEVEL: EASY LEVEL: K-6 indoor/outdoor Canada Question Day Bank Picnic - Easy MATERIALS 1. What fruit is & red SPACE: and speckled and is in season in June? Lorem A: Strawberry ipsum dolor sit amet, consectetuer adipiscing Lorem ipsum dolor

More information

DENSELY CONNECTED CONVOLUTIONAL NETWORKS

DENSELY CONNECTED CONVOLUTIONAL NETWORKS Best paper award DENSELY CONNECTED CONVOLUTIONAL NETWORKS Gao Huang*, Zhuang Liu*, Laurens van der Maaten, Kilian Q. Weinberger Cornell University Tsinghua University Facebook AI Research CVPR 2017 CONVOLUTIONAL

More information

Predicting Wine Varietals from Professional Reviews

Predicting Wine Varietals from Professional Reviews Predicting Wine Varietals from Professional Reviews By Ron Tidhar, Eli Ben-Joseph, Kate Willison 11th December 2015 CS 229 - Machine Learning: Final Project - Stanford University Abstract This paper outlines

More information

Problem How does solute concentration affect the movement of water across a biological membrane?

Problem How does solute concentration affect the movement of water across a biological membrane? Name Class Date Observing Osmosis Introduction Osmosis is the diffusion of water across a semipermeable membrane, from an area of high water concentration to an area of low water concentration. Osmosis

More information

AWRI Refrigeration Demand Calculator

AWRI Refrigeration Demand Calculator AWRI Refrigeration Demand Calculator Resources and expertise are readily available to wine producers to manage efficient refrigeration supply and plant capacity. However, efficient management of winery

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

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

GATEWAY 3. stories about people. bee. lords

GATEWAY 3. stories about people. bee. lords GATEWAY 3 stories about people bee lords Bee lords Story by Ezra Koenig Two men walk down a street in Northeast Portland. In their hands they hold white jumpsuits, mosquito netting and a wooden box filled

More information

This appendix tabulates results summarized in Section IV of our paper, and also reports the results of additional tests.

This appendix tabulates results summarized in Section IV of our paper, and also reports the results of additional tests. Internet Appendix for Mutual Fund Trading Pressure: Firm-level Stock Price Impact and Timing of SEOs, by Mozaffar Khan, Leonid Kogan and George Serafeim. * This appendix tabulates results summarized in

More information

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

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 Confidence

More information

Running Head: MESSAGE ON A BOTTLE: THE WINE LABEL S INFLUENCE p. 1. Message on a bottle: the wine label s influence. Stephanie Marchant

Running Head: MESSAGE ON A BOTTLE: THE WINE LABEL S INFLUENCE p. 1. Message on a bottle: the wine label s influence. Stephanie Marchant Running Head: MESSAGE ON A BOTTLE: THE WINE LABEL S INFLUENCE p. 1 Message on a bottle: the wine label s influence Stephanie Marchant West Virginia University Running Head: MESSAGE ON A BOTTLE: THE WINE

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

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

Wine Consumption Production

Wine Consumption Production Wine Consumption Production Yngve Skorge Nikola Golubovic Viktoria Lazarova ABSTRACT This paper will concentrate on both, the wine consumption and production in the world and the distribution of different

More information

Hybrid ARIMA-ANN Modelling for Forecasting the Price of Robusta Coffee in India

Hybrid ARIMA-ANN Modelling for Forecasting the Price of Robusta Coffee in India International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 6 Number 7 (2017) pp. 1721-1726 Journal homepage: http://www.ijcmas.com Original Research Article https://doi.org/10.20546/ijcmas.2017.607.207

More information

WORLDCHEFS GLOBAL CULINARY CERTIFICATION

WORLDCHEFS GLOBAL CULINARY CERTIFICATION WORLDCHEFS GLOBAL CULINARY CERTIFICATION About this document This document provides an overview of the requirements for the Worldchefs Certified Chef de Partie professional title. It must be used together

More information

WACS culinary certification scheme

WACS culinary certification scheme WACS culinary certification scheme About this document This document provides an overview of the requirements that applicants need to meet in order to achieve the WACS Certified Chef de Cuisine professional

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

Investment Opportunity

Investment Opportunity PERSONAL SERVICE PROFESSIONAL RESULTS Investment Opportunity 805.845.8481 blake@presidiocommercialre.com 1482 East Valley Road, Suite 111 Santa Barbara, Ca. 93108 INDEX property profile tenant profile

More information

NO TO ARTIFICIAL, YES TO FLAVOR: A LOOK AT CLEAN BALANCERS

NO TO ARTIFICIAL, YES TO FLAVOR: A LOOK AT CLEAN BALANCERS NO TO ARTIFICIAL, YES TO FLAVOR: A LOOK AT CLEAN BALANCERS 2018 TREND INSIGHT REPORT Out of four personas options, 46% of consumers self-identify as Clean Balancers. We re exploring this group in-depth

More information

Flexible Imputation of Missing Data

Flexible Imputation of Missing Data Chapman & Hall/CRC Interdisciplinary Statistics Series Flexible Imputation of Missing Data Stef van Buuren TNO Leiden, The Netherlands University of Utrecht The Netherlands crc pness Taylor &l Francis

More information

GLOBALIZATION UNIT 1 ACTIVATE YOUR KNOWLEDGE LEARNING OBJECTIVES

GLOBALIZATION UNIT 1 ACTIVATE YOUR KNOWLEDGE LEARNING OBJECTIVES UNIT GLOBALIZATION LEARNING OBJECTIVES Key Reading Skills Additional Reading Skills Language Development Making predictions from a text type; scanning topic sentences; taking notes on supporting examples

More information

Multiple Imputation for Missing Data in KLoSA

Multiple Imputation for Missing Data in KLoSA Multiple Imputation for Missing Data in KLoSA Juwon Song Korea University and UCLA Contents 1. Missing Data and Missing Data Mechanisms 2. Imputation 3. Missing Data and Multiple Imputation in Baseline

More information

Effect of Inocucor on strawberry plants growth and production

Effect of Inocucor on strawberry plants growth and production Effect of Inocucor on strawberry plants growth and production Final report For Inocucor Technologies Inc. 20 Grove, Knowlton, Quebec, J0E 1V0 Jae Min Park, Dr. Soledad Saldías, Kristen Delaney and Dr.

More information

Division 1. Division 1

Division 1. Division 1 : : ram.kumar@ipsum.com PROFILE Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies elit. Aenean commodo ligula eget dolor. Aenean massa. Cum

More information

The new WMF espresso. The perfect espresso. Handmade automatically.

The new WMF espresso. The perfect espresso. Handmade automatically. The new WMF espresso The perfect espresso. Handmade automatically. Back then, not just anybody could become a barista. Times change. 1955 Barista s sweetheart 2015 Everybody s darling It`s time for a new

More information

Handling Missing Data. Ashley Parker EDU 7312

Handling Missing Data. Ashley Parker EDU 7312 Handling Missing Data Ashley Parker EDU 7312 Presentation Outline Types of Missing Data Treatments for Handling Missing Data Deletion Techniques Listwise Deletion Pairwise Deletion Single Imputation Techniques

More information

CLEVER COFFEE SOLUTIONS. Networked coffee machines mean better business

CLEVER COFFEE SOLUTIONS. Networked coffee machines mean better business CLEVER COFFEE SOLUTIONS Networked coffee machines mean better business IMAGINE......having every aspect of your company s coffee business under control via smartphone at any time....being able to call

More information

ARM4 Advances: Genetic Algorithm Improvements. Ed Downs & Gianluca Paganoni

ARM4 Advances: Genetic Algorithm Improvements. Ed Downs & Gianluca Paganoni ARM4 Advances: Genetic Algorithm Improvements Ed Downs & Gianluca Paganoni Artificial Intelligence In Trading, we want to identify trades that generate the most consistent profits over a long period of

More information

FOR PERSONAL USE. Capacity BROWARD COUNTY ELEMENTARY SCIENCE BENCHMARK PLAN ACTIVITY ASSESSMENT OPPORTUNITIES. Grade 3 Quarter 1 Activity 2

FOR PERSONAL USE. Capacity BROWARD COUNTY ELEMENTARY SCIENCE BENCHMARK PLAN ACTIVITY ASSESSMENT OPPORTUNITIES. Grade 3 Quarter 1 Activity 2 activity 2 Capacity BROWARD COUNTY ELEMENTARY SCIENCE BENCHMARK PLAN Grade 3 Quarter 1 Activity 2 SC.A.1.2.1 The student determines that the properties of materials (e.g., density and volume) can be compared

More information

Better Punctuation Prediction with Hierarchical Phrase-Based Translation

Better Punctuation Prediction with Hierarchical Phrase-Based Translation Better Punctuation Prediction with Hierarchical Phrase-Based Translation Stephan Peitz, Markus Freitag and Hermann Ney peitz@cs.rwth-aachen.de IWSLT 2014, Lake Tahoe, CA December 4th, 2014 Human Language

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

Table of Contents. Toast Inc. 2

Table of Contents. Toast Inc. 2 Quick Setup Guide Table of Contents About This Guide... 3 Step 1 Marketing Setup... 3 Configure Marketing à Restaurant Info... 3 Configure Marketing à Hours / Schedule... 4 Configure Marketing à Receipt

More information

Yerevan Branding Competition. Tumo Center Group Participation. Hrant Grigoryan

Yerevan Branding Competition. Tumo Center Group Participation. Hrant Grigoryan Yerevan Branding Competition Tumo Center Group Participation Hrant Grigoryan Concept Երևան քաղաքի մասին տեղեկություններ որոնելու ժամանակ իմաացանք, որ երբ Նոյան տապանը կանգնեց Արարատի վրա ասաց ,

More information

Maximising Sensitivity with Percolator

Maximising Sensitivity with Percolator Maximising Sensitivity with Percolator 1 Terminology Search reports a match to the correct sequence True False The MS/MS spectrum comes from a peptide sequence in the database True True positive False

More information

EJEMPLO DE ARTÍCULO CON TEXTO ALEATORIO PARA LOS CONGRESOS DE LA ASOCIACIÓN ESPAÑOLA DE LINGÜÍSTICA APLICADA

EJEMPLO DE ARTÍCULO CON TEXTO ALEATORIO PARA LOS CONGRESOS DE LA ASOCIACIÓN ESPAÑOLA DE LINGÜÍSTICA APLICADA EJEMPLO DE ARTÍCULO CON TEXTO ALEATORIO PARA LOS CONGRESOS DE LA ASOCIACIÓN ESPAÑOLA DE LINGÜÍSTICA APLICADA SERGIO AGUADO GONZÁLEZ Universidad Jaime I, Castellón RESUMEN porta arcu a sem. Vestibulum id

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

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

12% Baking Mad. Page views increased by. Ridgeway. FOOD AND DRINK

12% Baking Mad. Page views increased by. Ridgeway.   FOOD AND DRINK www.bakingmad.com Baking Mad FOOD AND DRINK The Baking Mad website is a truly immersive digital experience where bakers can indulge and explore their passion with rich content, including recipes, tips,

More information

Promoting Whole Foods

Promoting Whole Foods Promoting Whole Foods Whole Foods v Processed Foods: What s the Difference? Day 1: Intro: Show the following pictures side by side and discuss the below questions. Discuss: How would you define whole foods?

More information

Missing Data Treatments

Missing Data Treatments Missing Data Treatments Lindsey Perry EDU7312: Spring 2012 Presentation Outline Types of Missing Data Listwise Deletion Pairwise Deletion Single Imputation Methods Mean Imputation Hot Deck Imputation Multiple

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

INFLUENCE OF THIN JUICE ph MANAGEMENT ON THICK JUICE COLOR IN A FACTORY UTILIZING WEAK CATION THIN JUICE SOFTENING

INFLUENCE OF THIN JUICE ph MANAGEMENT ON THICK JUICE COLOR IN A FACTORY UTILIZING WEAK CATION THIN JUICE SOFTENING INFLUENCE OF THIN JUICE MANAGEMENT ON THICK JUICE COLOR IN A FACTORY UTILIZING WEAK CATION THIN JUICE SOFTENING Introduction: Christopher D. Rhoten The Amalgamated Sugar Co., LLC 5 South 5 West, Paul,

More information

Unit 2, Lesson 4: Color Mixtures

Unit 2, Lesson 4: Color Mixtures Unit 2, Lesson 4: Color Mixtures Lesson Goals Understand that equivalent ratios represent mixtures that are comprised of multiple batches of the same recipe. Understand that doubling the recipe means doubling

More information

Analyst coverage, information, and bubbles

Analyst coverage, information, and bubbles ONLINE APPENDIX Analyst coverage, information, and bubbles Sandro C. Andrade Jiangze Bian y Timothy R. Burch Journal of Financial and Quantitative Analysis, forthcoming 1) A simple model of bubbles and

More information

MICROWAVE DIELECTRIC SPECTRA AND THE COMPOSITION OF FOODS: PRINCIPAL COMPONENT ANALYSIS VERSUS ARTIFICIAL NEURAL NETWORKS.

MICROWAVE DIELECTRIC SPECTRA AND THE COMPOSITION OF FOODS: PRINCIPAL COMPONENT ANALYSIS VERSUS ARTIFICIAL NEURAL NETWORKS. MICROWAVE DIELECTRIC SPECTRA AND THE COMPOSITION OF FOODS: PRINCIPAL COMPONENT ANALYSIS VERSUS ARTIFICIAL NEURAL NETWORKS. Michael Kent, Frank Daschner, Reinhard Knöchel Christian Albrechts University

More information

Curtis Miller MATH 3080 Final Project pg. 1. The first question asks for an analysis on car data. The data was collected from the Kelly

Curtis Miller MATH 3080 Final Project pg. 1. The first question asks for an analysis on car data. The data was collected from the Kelly Curtis Miller MATH 3080 Final Project pg. 1 Curtis Miller 4/10/14 MATH 3080 Final Project Problem 1: Car Data The first question asks for an analysis on car data. The data was collected from the Kelly

More information

Click to edit Master title style Delivering World-Class Customer Service Through Lean Thinking

Click to edit Master title style Delivering World-Class Customer Service Through Lean Thinking 1 Delivering World-Class Customer Service Through Lean Thinking Starbucks Mission: To inspire and nurture the human spirit one person, one cup, and one neighborhood at a time Columbus Ohio Store Lane Avenue

More information

COFFEE BREAK KAZUKI YAMAMATO THINKING OF CHOOSING KEURIG? CUP YOUR COFFEE COFFEE QUIZ: LATTE ARTIST TAKING THE INTERNET BY STORM

COFFEE BREAK KAZUKI YAMAMATO THINKING OF CHOOSING KEURIG? CUP YOUR COFFEE COFFEE QUIZ: LATTE ARTIST TAKING THE INTERNET BY STORM COFFEE BREAK KAZUKI YAMAMATO LATTE ARTIST TAKING THE INTERNET BY STORM CUP YOUR COFFEE THE SOCIAL CRAZE OF COFFEE LOVERS AND HOW YOU CAN BRING IT TO YOUR FRIENDS THINKING OF CHOOSING KEURIG? WHY YOU SHOULD

More information

Here you would want to place either your 2D flat ecover image graphic, the text title of your ebook, or whatever content you would like here.

Here you would want to place either your 2D flat ecover image graphic, the text title of your ebook, or whatever content you would like here. Here you would want to place either your 2D flat ecover image graphic, the text title of your ebook, or whatever content you would like here. The text above (Title Page) has been stylized using the Title

More information

Analog IC Design With Low-Dropout Regulators (LDOs) (Electronic Engineering) PDF

Analog IC Design With Low-Dropout Regulators (LDOs) (Electronic Engineering) PDF Analog IC Design With Low-Dropout Regulators (LDOs) (Electronic Engineering) PDF Master Analog Integrated-Circuit DesignDesign, analyze, and build linear low-dropout (LDO) regulator ICs in bipolar, CMOS,

More information

Given a realistic scenario depicting a new site install, the learner will be able to install and setup the brewer for retail turnover without error.

Given a realistic scenario depicting a new site install, the learner will be able to install and setup the brewer for retail turnover without error. Unit 2 Setup Unit Objectives Given a realistic scenario depicting a new site install, the learner will be able to install and setup the brewer for retail turnover without error. Given an installed machine,

More information

On-line NIR moisture measurement to control the degree of baking in biscuits and cookies

On-line NIR moisture measurement to control the degree of baking in biscuits and cookies On-line NIR moisture measurement to control the degree of baking in biscuits and cookies Hartmut Federle Faculty Product Engineering Contents On-line moisture measurement in baking process Baking process

More information

Hungry at half-time Describing food

Hungry at half-time Describing food Lesson Plan Hungry at half-time Describing food Introduction This lesson focuses on vocabulary and using adjective + noun collocations. There are language tasks and activities for your students, a focus

More information

Kid-Friendly Program.

Kid-Friendly Program. http://bayshore.ca Kid-Friendly Program hello@bayshore.ca Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque diam tellus, auctor quis fringilla nec, eleifend et tortor. Pellentesque

More information

* People come in with empty boxes and leave with meals * Able to cook there? Still a grocery store? * Provide customizable recipes * Some variables

* People come in with empty boxes and leave with meals * Able to cook there? Still a grocery store? * Provide customizable recipes * Some variables * People come in with empty boxes and leave with meals * Able to cook there? Still a grocery store? * Provide customizable recipes * Some variables within the recipe * Recipes depend on region/availability

More information

FCS Lesson Plans: Teacher Guide Pork Stir-Fry

FCS Lesson Plans: Teacher Guide Pork Stir-Fry Grade Levels: Middle School & High School Introductory Level National FCS Standards: Demonstrate safe food handling and preparation techniques that prevent cross contamination from potentially hazardous

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

Kid-Friendly Program. Created by Bayshore Home Health

Kid-Friendly Program. Created by Bayshore Home Health Created by Bayshore Home Health Bayshore Home Health Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque diam tellus, auctor quis fringilla nec, eleifend et tortor. Pellentesque eget

More information

Amazon Fine Food Reviews wait I don t know what they are reviewing

Amazon Fine Food Reviews wait I don t know what they are reviewing David Tsukiyama CSE 190 Dahta Mining and Predictive Analytics Professor Julian McAuley Amazon Fine Food Reviews wait I don t know what they are reviewing Dataset This paper uses Amazon Fine Food reviews

More information

7-DAY HYDRATION CHALLENGE

7-DAY HYDRATION CHALLENGE 7- HYDRATION CHALLENGE A one-week plan to help you stay hydrated and healthy. No doubt you ve heard that it s important to stay hydrated, but chances are you re not drinking enough. Fluid is important

More information

Online Appendix for. To Buy or Not to Buy: Consumer Constraints in the Housing Market

Online Appendix for. To Buy or Not to Buy: Consumer Constraints in the Housing Market Online Appendix for To Buy or Not to Buy: Consumer Constraints in the Housing Market By Andreas Fuster and Basit Zafar, Federal Reserve Bank of New York 1. Main Survey Questions Highlighted parts correspond

More information

Kid-Friendly Program

Kid-Friendly Program Kid-Friendly Program CHRISTOPHER HOPKINS Kid-Friendly Program BAYSHORE HOME HEALTH Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque diam tellus, auctor quis fringilla nec, eleifend

More information

WHAT WE ARE LEARNING TODAY

WHAT WE ARE LEARNING TODAY Potato WHAT WE ARE LEARNING TODAY Hello! I m Potato Paul! Together we ll build our knowledge about Florida s riveting Potato industry. Let s get to work! FUN FACTS In October of 1995, the potato became

More information

Feudalism. Chapter 15, Section 2. Slaves. Serfs Both. (Pages )

Feudalism. Chapter 15, Section 2. Slaves. Serfs Both. (Pages ) Chapter 15, Section 2 Feudalism (Pages 522 531) Setting a Purpose for Reading Think about these questions as you read: Why did feudalism develop in Europe? What was life like in a feudal society? As you

More information

learning goals ARe YoU ReAdY to order?

learning goals ARe YoU ReAdY to order? 7 learning goals ARe YoU ReAdY to order? In this unit, you talk about food order in a restaurant ask for restaurant items read and write a restaurant review GET STARTED Read the unit title and learning

More information

The LimoncelloQuest Troubleshooting Guide

The LimoncelloQuest Troubleshooting Guide The LimoncelloQuest Troubleshooting Guide Problem: Your limoncello is forming a yucky film or scum that is floating on top. Solution: That film is called il collarino and it is the mark of a true homemade

More information

Jure Leskovec Stanford University

Jure Leskovec Stanford University Jure Leskovec Stanford University Online friendships [Ugander-Karrer-Backstrom-Marlow, 11] Corporate e-mail communication [Adamic-Adar, 05] Social Transformation of Computing Technological networks intertwined

More information

Online Appendix to. Are Two heads Better Than One: Team versus Individual Play in Signaling Games. David C. Cooper and John H.

Online Appendix to. Are Two heads Better Than One: Team versus Individual Play in Signaling Games. David C. Cooper and John H. Online Appendix to Are Two heads Better Than One: Team versus Individual Play in Signaling Games David C. Cooper and John H. Kagel This appendix contains a discussion of the robustness of the regression

More information

Národný pochod za život visual identity. design manual

Národný pochod za život visual identity. design manual Národný pochod za život visual identity design manual riverstone s.r.o. 2013 Copyright 2013 KBS Táto publikácia bola vydaná spoločnosťou riverstone ako médium na zabezpečenie správneho použitia ochranných

More information

Healthy Practices: Nutrition and Fitness

Healthy Practices: Nutrition and Fitness 1 Sample Menus We have included a few sample menus to help you plan. Not all the ideas will work for your program. Because of the many different kinds of center programs and facilities it is important

More information

Internet Appendix for CEO Personal Risk-taking and Corporate Policies TABLE IA.1 Pilot CEOs and Firm Risk (Controlling for High Performance Pay)

Internet Appendix for CEO Personal Risk-taking and Corporate Policies TABLE IA.1 Pilot CEOs and Firm Risk (Controlling for High Performance Pay) TABLE IA.1 Pilot CEOs and Firm Risk (Controlling for High Performance Pay) OLS regressions with annualized standard deviation of firm-level monthly stock returns as the dependent variable. A constant is

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

Case Study A Year of Social-Local Success

Case Study A Year of Social-Local Success Case Study A Year of Social-Local Success Success Story 136% 36% 46% 83% Total 12 month lift in Average lift per month in Average lift per month in Average lift per month in LOCAL FACEBOOK FANS LOCAL ENGAGEMENT

More information