Related Term Suggestion using Cooking Recipe Document Structure and its Application to Interactive Query Expansion

Size: px
Start display at page:

Download "Related Term Suggestion using Cooking Recipe Document Structure and its Application to Interactive Query Expansion"

Transcription

1 Related Term Suggestion using Cooking Recipe Document Structure and its Application to Interactive Query Expansion 1 Michiko Yasukawa Faculty of Science and Technology, Gunma University Abstract: This paper introduces a method for related term suggestion for cooking recipe search. Our method recognizes the document structure of recipe data and allows users to specify which word context is to be searched. Users can also specify the length of related terms and the relation between the search term and the related term. The suggestion system uses cross-searching to obtain related terms with the given length of word n-grams that are also consistent with both the user s search intent and the word meaning in the context of the given recipe documents. Two salient characteristics of the proposed method are (1) document structure recognition and (2) word n-gram length. Results of experiments conducted using standard text collection demonstrate that searches conducted with these two characteristics outperform baseline searches significantly. An exploratory search using query expansion with the proposed method is also described in this report. 1 [1] Google Web [2] Flamenco [2][3] yasukawa@gunma-u.ac.jp [4][5] n-gram

2 2:. 1:. NTCIR-11 RECIPE 2 [6] (1) ttl : title; (1 ) (2) ing : ingredient; (1 ) (3) prp : preparation; (1 ) (4) att : attribute; ( ) (att) Druck[7] [8] [9] 3 [2] (disorderly groupings) [3] (soup) (noodle) (chicken) (oriental) 3 4-gram n-gram 1 1 n-gram

3 1:. (prefix) (infix) (suffix) (indirect) (vietnamese) (mexican) n-gram ( ) 1 n-gram ( ) n-gram ( 2 ) Document Frequency; DF ( ) 2 3: n-gram. ( ) ( ) ( ) 2 3 n-gram n-gram n n-gram n 1 4 n-gram (ttl) (att) n-gram ( 1 ) n-gram ( 4 ) 1/2/3/4-gram ( 4 ) 1/2/3/4-gram ( 16 ) (DF ) 2 1: 2: Algorithm1 Algorithm2-14 -

4 Algorithm 1 Boolean-search to calculate S(d i ). 1: S(d i ) 0.0 2: for t j d i do 3: if t j is included in Q OR then 4: S(d i) S(d i) : end if 6: end for 7: if any t j Q AND is not included in d i then 8: S(d i ) 0.0 9: end if 10: if any t j Q NOT is included in d i then 11: S(d i) : end if Algorithm 2 Cross-search for related terms. 1: for t j INDEX TARGET do 2: DF(t j ) 0.0 3: end for 4: for d i INDEX TARGET do 5: calculate S(d i) in INDEX SOURCE with query Q 6: if S(d i ) 1.0 then 7: for t j d i in INDEX TARGET do 8: DF(t j) DF(t j) : end for 10: end if 11: end for (carrot) (onion) gram 1 2 beef stew ( ) vegetable soup ( ) ( ) ( ) ( ) ( ) 2 AND : term1 AND term2 AND/OR/NOT : term1 +term2 term3 AND AND 4 AND AND/OR/NOT AND/NOT +/ OR (term1 OR term2) AND (term3 OR term4) 4:. 4 : : n-gram 2 NTCIR-11 RECIPE 4.1 NTCIR-11 [10] 3 Yummly[11] 500 Yummly Recipe Data v1 JSON 101,783 Yummly 6,258 5 ( run ) run0: OR run1: run0 OR run2: AND/NOT run1 run3: AND/NOT n-gram run2 run4: run3 run5: OR n-gram run4 (neg) (pos)

5 2:. boolean operation n-gram length search part results pos/neg operator or and/not or and/not MAP relret run0 n/a or word(1-gram) n/a all all run1 pos or word(1-gram) n/a all all *** 5775 run2 pos, neg or, and, not word(1-gram) word(1-gram) all all *** 5604 run3 pos, neg or, and, not word(1-gram) 1/2/3/4-gram all all *** 5523 run4 pos, neg or, and, not word(1-gram) 1/2/3/4-gram all, ttl, ing, prp, att ing *** 5996 run5 pos, neg or, and, not 1/2/3/4-gram 1/2/3/4-gram all, ttl, ing, prp, att ing *** 5999 *** (run0) 0.1% (p < 0.001) : free, less, no, with no, without : and, with : no bake, no cook, no crust, gluten free, dairy free, fat free, cholesterol free less n-gram 1-gram 2-gram 1-gram: eggless, flourless 2-gram: egg less, flour less ( : no) 1 ( flour ) no flour cream soup no flour GETA[12] Singhal [13] WT SMART Porter [14] : in, for, or run4 run5 (all) (ttl) (ing) (prp) (att) 5 (Data Fusion) (1) d i S c (d i ) S c (d i ) = a 0 S 0 (d i ) +a 1 S 1 (d i ) + a 2 S 2 (d i ) +a 3 S 3 (d i ) + a 4 S 4 (d i ) (1) (1) S 0 (d i ), S 1 (d i ), S 2 (d i ), S 3 (d i ), S 4 (d i ) (all) (ttl) (ing) (prp) 3: MAP t p. run0 run1 run2 run3 run4 run5 run0 n/a *** *** *** *** *** run1 n/a *** *** run2 n/a *** *** run3 n/a *** *** run4 n/a * run5 n/a *p < 0.05, ***p < (att) d i a 0 a 4 a 1 a 4 NTCIR-11 RECIPE OKSAT[15] 0.4, 0.4, 0.2, 0.2 (all) a 0 [16] a 0 = run0 run5 run AND/OR/NOT n-gram run1 run3 run 1 1 run4 run5 run4 run5 AND NOT n-gram OR n-gram 2 MAP MAP (Mean Average Precision) relret (relevant returned document) MAP ( 2) t run0 run1 run5 ( 0.1%) run0 run5 MAP p 3 run1 run3 MAP ( 2)

6 5: MAP(Mean Average Precision). n-gram 2 NTICR-11 (AND/OR/NOT) JSPS JP : (relret). run4 run5 run1 run3 0.1% run4 run5 5% run MAP (relret) 5 6 run1 run3 MAP run2 run3 run1 OR run2 run3 (no egg whites) (NOT ) (with goat cheese) (with yellow cake mix) (AND ) n-gram 5 n-gram [1],,,.., [2] M. A. Hearst. Search User Interfaces. Cambridge University Press, [3] M. A. Hearst. Clustering versus faceted categories for information exploration. Communications of the ACM, Vol. 49, No. 4, pp , [4] M. Käki. Findex: search result categories help users when document ranking fails. In Proc. of SIGCHI 05, pp , [5] O. Zamir and O. Etzioni. Grouper: a dynamic clustering interface to web search results. In Proc. of WWW 99, pp , [6]., [7] G. Druck. Recipe attribute prediction using review text as supervision. In Proc. of CwC (IJCAI workshop), cwc2013_submission_6.pdf. [8],,,,.. IMQ, Vol. 113, No. 468, pp , [9].., Vol. 6, No. 7, pp , [10] M. Yasukawa, F. Diaz, G. Druck, and N. Tsukada. Overview of the NTCIR-11 cooking recipe search task. In Proc. of the 11th NTCIR, pp , [11] Yummly: Personalized recipe recommendations and search. [12] GETA. [13] A. Singhal, C. Buckley, and M. Mitra. Pivoted document length normalization. In Proc. of SIGIR, pp , [14] M.F. Porter. An algorithm for suffix stripping. Program, Vol. 14, No. 3, pp , [15] Takashi Sato, Shingo Aoki, and Yuta Morishita. OK- SAT at NTCIR-11 recipesearch. In Proc. of the 11th NTCIR, pp , [16] M. Yasukawa, J. S. Culpepper, and F. Scholer. Data fusion for Japanese term and character n-gram search. In Proc. of the 20th ADCS, pp. 10:1 10:4,

The Recipe Learner. The Recipe Learner. Doug Safreno, Yongxing Deng

The Recipe Learner. The Recipe Learner. Doug Safreno, Yongxing Deng The Recipe Learner Doug Safreno, Yongxing Deng 1 Introduction Cooking is difficult, particularly when not following a specific recipe Often times a cook wants to know how much of a common ingredient (eg

More information

NUTRITION & ALLERGEN INFORMATION

NUTRITION & ALLERGEN INFORMATION From Fat Total Fat Saturated Fat Trans Fat RICE & NOODLES Chow Mein 9.4 oz 490 200 22 4 0 0 1060 65 4 8 13 Fried Rice 9.3 oz 530 140 16 3 0 150 820 82 1 3 12 Steamed Rice 8.1 oz 380 0 0 0 0 0 0 86 0 0

More information

MHealthy Approved Menu Items

MHealthy Approved Menu Items 8 oz serving; 100% juice: 12 oz Beverages Fiber V-8 Fusion Pomegranate Blueberry 100% Juice 12 fl oz 10 0 0 0 0 140 37 0 33 0 V-8 Fusion Strawberry Banana 100% Juice 12 fl oz 160 0 0 0 0 110 40 0 36 1

More information

Query Performance Prediction: Evaluation Contrasted with Effectiveness

Query Performance Prediction: Evaluation Contrasted with Effectiveness Query Performance Prediction: Evaluation Contrasted with Effectiveness Claudia Hauff 1, Leif Azzopardi 2, Djoerd Hiemstra 1, and Franciska de Jong 1 1 University of Twente, Enschede, the Netherlands {c.hauff,

More information

NUTRITION & ALLERGEN INFORMATION

NUTRITION & ALLERGEN INFORMATION From Fat (g) SIDE Chow Mein 9.4 oz 510 180 20 3.5 0 0 860 80 6 9 13 Y Y Chow Fun* 8.5 oz 410 80 9 1 0 0 1110 73 1 6 9 Y Y Y Fried Rice 9.3 oz 520 140 16 3 0 120 850 85 1 3 11 Y Y Y Brown Steamed Rice 10.4

More information

NUTRITION & ALLERGEN INFORMATION

NUTRITION & ALLERGEN INFORMATION SIDE Chow Mein 9.4 oz 510 180 20 3.5 0 0 860 80 6 9 13 Y Y Chow Fun* 8.5 oz 410 80 9 1 0 0 1110 73 1 6 9 Y Y Y Fried Rice 9.3 oz 520 140 16 3 0 120 850 85 1 3 11 Y Y Y Y Brown Steamed Rice 10.4 oz 420

More information

NUTRITION & ALLERGEN INFORMATION

NUTRITION & ALLERGEN INFORMATION From Fat Total Fat Saturated Fat Trans Fat Total Carb Dietary Fiber Sugars Protein RICE & NOODLES Chow Mein 9.4 oz 490 200 22 4 0 0 1060 65 4 8 13 Fried Rice 9.3 oz 530 140 16 3 0 150 820 82 1 3 12 Steamed

More information

A Study of the Dirichlet Priors for Term Frequency Normalisation

A Study of the Dirichlet Priors for Term Frequency Normalisation A Study of the Dirichlet Priors for Term Frequency Normalisation ABSTRACT Ben He Department of Computing Science University of Glasgow Glasgow, United Kingdom ben@dcs.gla.ac.uk In Information Retrieval

More information

A Surface-Similarity Based Two-Step Classifier for RITE-VAL

A Surface-Similarity Based Two-Step Classifier for RITE-VAL A Surface-Similarity Based Two-Step Classifier for RITE-VAL Shohei Hattori Satoshi Sato Graduate School of Engineering, Nagoya University Furo-cho, Chikusa-ku, Nagoya, 464-8603, JAPAN {syohei_h,ssato}@nuee.nagoya-u.ac.jp

More information

Motivation. User. Retrieval Model Result: Query. Document Collection. Information Need. Information Retrieval / Chapter 3: Retrieval Models

Motivation. User. Retrieval Model Result: Query. Document Collection. Information Need. Information Retrieval / Chapter 3: Retrieval Models 3. Retrieval Models Motivation Information Need User Retrieval Model Result: Query 1. 2. 3. Document Collection 2 Agenda 3.1 Boolean Retrieval 3.2 Vector Space Model 3.3 Probabilistic IR 3.4 Statistical

More information

CS 277: Data Mining. Mining Web Link Structure. CS 277: Data Mining Lectures Analyzing Web Link Structure Padhraic Smyth, UC Irvine

CS 277: Data Mining. Mining Web Link Structure. CS 277: Data Mining Lectures Analyzing Web Link Structure Padhraic Smyth, UC Irvine CS 277: Data Mining Mining Web Link Structure Class Presentations In-class, Tuesday and Thursday next week 2-person teams: 6 minutes, up to 6 slides, 3 minutes/slides each person 1-person teams 4 minutes,

More information

Annex 2. Healthy Living Guarantee Mark. Food criteria

Annex 2. Healthy Living Guarantee Mark. Food criteria Annex 2 Healthy Living Guarantee Mark Food criteria Croatian Institute of Public Health Zagreb, July 2016 2 General criteria for all foodstuffs 1 The basis for setting criteria for more appropriate selection

More information

Base Menu Spreadsheet

Base Menu Spreadsheet Menu Name: New Middle School Lunch Include Cost: No Site: Report Style: Detailed Monday - 02/04/2019 ursable Meal Total 4 001016 Breakfast Sandwich MS 000941 Roasted Potatoes/200 1 sandwich 1 366 6.37

More information

Probabilistic Information Retrieval

Probabilistic Information Retrieval Probabilistic Information Retrieval Sumit Bhatia July 16, 2009 Sumit Bhatia Probabilistic Information Retrieval 1/23 Overview 1 Information Retrieval IR Models Probability Basics 2 Document Ranking Problem

More information

Effectiveness of complex index terms in information retrieval

Effectiveness of complex index terms in information retrieval Effectiveness of complex index terms in information retrieval Tokunaga Takenobu, Ogibayasi Hironori and Tanaka Hozumi Department of Computer Science Tokyo Institute of Technology Abstract This paper explores

More information

Menu Calendar Nutrient Analysis Report - December, 2018 Site: ALL Date: 12/01/ /31/2018

Menu Calendar Nutrient Analysis Report - December, 2018 Site: ALL Date: 12/01/ /31/2018 Item me Mon - ServingDate: 12/03/2018 BBQ Chicken Sandwich - LR-1156 (1 1174 (1 French Bread Pizza - LR-1089 (1 Baked Beans - LR-1177 (1/2 (1 1118 (1 1069 (1 Diced Pears - LR-1074 (1/2 1116 (1 LR-1429

More information

Compact Indexes for Flexible Top-k Retrieval

Compact Indexes for Flexible Top-k Retrieval Compact Indexes for Flexible Top-k Retrieval Simon Gog Matthias Petri Institute of Theoretical Informatics, Karlsruhe Institute of Technology Computing and Information Systems, The University of Melbourne

More information

OVER.com

OVER.com www.bowl-me-over.com When it comes to dinnertime, what s the best way to stretch a buck? Eating leftovers of course! But do you get tired of eating the same meal several days in a row? I do too. Let me

More information

MEAT PIE mmm LIVER LOAF MEAT SALAD HOT MEAT SANDWICH SAUSAGE AND HOMINY S W I F T A N D C O M P A N Y EXPLAINS

MEAT PIE mmm LIVER LOAF MEAT SALAD HOT MEAT SANDWICH SAUSAGE AND HOMINY S W I F T A N D C O M P A N Y EXPLAINS MEAT PIE mmm LIVER LOAF MEAT SALAD CHILI CON CARNE HOT MEAT SANDWICH RAREBIT FRANKFURTS SALT PORK SCRAPPLE SAUSAGE AND HOMINY H O M E E C O N O M I S T S W I F T A N D C O M P A N Y EXPLAINS STUFFED BEEF

More information

The Vietnam urban food consumption and expenditure study

The Vietnam urban food consumption and expenditure study The Centre for Global Food and Resources The Vietnam urban food consumption and expenditure study Factsheet 5: Where do consumers buy different food items? As Fact Sheet 4 highlights, food retailing is

More information

Web Movie Recommendation Using Reviews on the Web

Web Movie Recommendation Using Reviews on the Web 102 30 1 SP1-E 2015 Web Web Movie Recommendation Using Reviews on the Web Takahiro Hayashi Rikio Onai Department of Information Engineering, Faculty of Engineering, Niigata University hayashi@ie.niigata-u.ac.jp

More information

A Neural Passage Model for Ad-hoc Document Retrieval

A Neural Passage Model for Ad-hoc Document Retrieval A Neural Passage Model for Ad-hoc Document Retrieval Qingyao Ai, Brendan O Connor, and W. Bruce Croft College of Information and Computer Sciences, University of Massachusetts Amherst, Amherst, MA, USA,

More information

Satured fat ( gms) % Daily Values ** % Daily Value** Trans Fat (gms)

Satured fat ( gms) % Daily Values ** % Daily Value** Trans Fat (gms) modified december 2016 NUTRITIONAL GUIDE Pollo Campero attempts to provide nutrition and ingredient information regarding its products that is as complete as possible. Some menu items may not be available

More information

Announcements. discussion tomorrow. tomorrow. 10/15 (Type I) and Wednesday, 10/17 (Type II) by 7:00pm. 1. Bring handout from Tuesday to

Announcements. discussion tomorrow. tomorrow. 10/15 (Type I) and Wednesday, 10/17 (Type II) by 7:00pm. 1. Bring handout from Tuesday to Announcements 1. Bring handout from Tuesday to discussion tomorrow. 2. Lab write-up and text W due tomorrow. 3. Electronic omework due Monday, 10/15 (Type I) and Wednesday, 10/17 (Type II) by 7:00pm Stoichiometry

More information

Taco Cabana Nutritional Information

Taco Cabana Nutritional Information Taco Cabana Nutritional Information TACOS, COMBOS AND PLATES Soft Tacos Steak Fajita Taco Chicken Breast Fajita Taco Shredded Beef Taco Beef Taco (ground beef) Chicken Taco (shredded chicken) Carne Guisada

More information

C A L A M A R I S Q U I D R O W K I T C H E N + B A R

C A L A M A R I S Q U I D R O W K I T C H E N + B A R { S C A L A M A R I S Q U I D R O W { K I T C H E N + B A R S t a r t e r s C A L A M A R I SM $9 LG $14 Fried to perfection & served with Thai chili glaze or marinara A R T I C H O K E D I P $9 Blended

More information

The Axiometrics Project

The Axiometrics Project The Axiometrics Project Eddy Maddalena and Stefano Mizzaro Department of Mathematics and Computer Science University of Udine Udine, Italy eddy.maddalena@uniud.it, mizzaro@uniud.it Abstract. The evaluation

More information

NTT/NAIST s Text Summarization Systems for TSC-2

NTT/NAIST s Text Summarization Systems for TSC-2 Proceedings of the Third NTCIR Workshop NTT/NAIST s Text Summarization Systems for TSC-2 Tsutomu Hirao Kazuhiro Takeuchi Hideki Isozaki Yutaka Sasaki Eisaku Maeda NTT Communication Science Laboratories,

More information

A Framework of Detecting Burst Events from Micro-blogging Streams

A Framework of Detecting Burst Events from Micro-blogging Streams , pp.379-384 http://dx.doi.org/10.14257/astl.2013.29.78 A Framework of Detecting Burst Events from Micro-blogging Streams Kaifang Yang, Yongbo Yu, Lizhou Zheng, Peiquan Jin School of Computer Science and

More information

Stoichiometry CHAPTER 12

Stoichiometry CHAPTER 12 CHAPTER 12 Stoichiometry 12.1 Using Everyday Equations Stoichiometry is the calculation of quantities in chemical equations. * The balanced equation gives the ratios for the reactants and products. 3 eggs

More information

CS630 Representing and Accessing Digital Information Lecture 6: Feb 14, 2006

CS630 Representing and Accessing Digital Information Lecture 6: Feb 14, 2006 Scribes: Gilly Leshed, N. Sadat Shami Outline. Review. Mixture of Poissons ( Poisson) model 3. BM5/Okapi method 4. Relevance feedback. Review In discussing probabilistic models for information retrieval

More information

Pivoted Length Normalization I. Summary idf II. Review

Pivoted Length Normalization I. Summary idf II. Review 2 Feb 2006 1/11 COM S/INFO 630: Representing and Accessing [Textual] Digital Information Lecturer: Lillian Lee Lecture 3: 2 February 2006 Scribes: Siavash Dejgosha (sd82) and Ricardo Hu (rh238) Pivoted

More information

A bowl of mixed salad with a choice of ham, cheese or prawn, Can also be served as as a larger portion for a main meal

A bowl of mixed salad with a choice of ham, cheese or prawn, Can also be served as as a larger portion for a main meal STA RT E R S H O M E M A D E S O U P O F T H E D A Y 2. 1 0 A delicious bowl of homemade soup served with a roll or bread B R E A D E D C H I C K E N G O U J O N S ( G L U T E N F R E E A V A I L A B L

More information

CRISP GREEK dairy. CK CREOLE shellfish, dairy

CRISP GREEK dairy. CK CREOLE shellfish, dairy fat fat carbs fiber CRISP SIGNATURE SALADS CRISP GREEK 32 756 53 17 0 54 883 36 9 12 18.5 dairy CK CREOLE 32 835 48 13 0 124 1046 29 9 10.5 28 shellfish, dairy CRISP CAESAR 32 458 31 11.5 0 52.5 965 25.5

More information

Star-Structured High-Order Heterogeneous Data Co-clustering based on Consistent Information Theory

Star-Structured High-Order Heterogeneous Data Co-clustering based on Consistent Information Theory Star-Structured High-Order Heterogeneous Data Co-clustering based on Consistent Information Theory Bin Gao Tie-an Liu Wei-ing Ma Microsoft Research Asia 4F Sigma Center No. 49 hichun Road Beijing 00080

More information

Ranked Retrieval (2)

Ranked Retrieval (2) Text Technologies for Data Science INFR11145 Ranked Retrieval (2) Instructor: Walid Magdy 31-Oct-2017 Lecture Objectives Learn about Probabilistic models BM25 Learn about LM for IR 2 1 Recall: VSM & TFIDF

More information

Query Propagation in Possibilistic Information Retrieval Networks

Query Propagation in Possibilistic Information Retrieval Networks Query Propagation in Possibilistic Information Retrieval Networks Asma H. Brini Université Paul Sabatier brini@irit.fr Luis M. de Campos Universidad de Granada lci@decsai.ugr.es Didier Dubois Université

More information

Stoichiometry CHAPTER 12

Stoichiometry CHAPTER 12 CHAPTER 12 Stoichiometry 12.1 Using Everyday Equations Stoichiometry is the calculation of quantities in chemical equations. Jan 16 7:57 AM May 24 10:03 AM * The balanced equation gives the ratios for

More information

Recipe detail information

Recipe detail information Magic Bonito Yield 1 batches Ingredients (1 batches) Amount Measure Name Price Bahan (Ingredients); IDR 0.00 * 350.00 g High Protein Flour IDR 0.00 * g 150.00 g Medium Protein Flour IDR 0.00 * g 100.00

More information

How many molecules are in 0.25 moles of CH 4?

How many molecules are in 0.25 moles of CH 4? Mass Moles- Particle Particles can be atoms, molecules, ions, etc. In one mole of particles, there are 6.02x10 23 particles These particles are so small and we need so many of them to be on a human scale,

More information

Base Menu Spreadsheet

Base Menu Spreadsheet Menu Name: New Elementary Lunch Include Cost: No Site: Report Style: Detailed Monday - 02/04/2019 ursable Meal Total 3 001014 Scrambled Eggs 2 oz 1 184 5.30 253 *1 12.81 0.00 381 2.34 0.02 13.53 *641 *56.4

More information

Base Menu Spreadsheet

Base Menu Spreadsheet Menu Name: MS Lunch Include : Yes Site: Report Style: Detailed Tuesday - 09/04/2018 ursable Meal Total 355 000184 WHOLE WHEAT TORTILLA - 8" 000451 CHICKEN FAJITA MEAT - 2.8 oz 000780 CHEDDAR CHEESE, RD

More information

Natural Language Processing. Topics in Information Retrieval. Updated 5/10

Natural Language Processing. Topics in Information Retrieval. Updated 5/10 Natural Language Processing Topics in Information Retrieval Updated 5/10 Outline Introduction to IR Design features of IR systems Evaluation measures The vector space model Latent semantic indexing Background

More information

Collaborative topic models: motivations cont

Collaborative topic models: motivations cont Collaborative topic models: motivations cont Two topics: machine learning social network analysis Two people: " boy Two articles: article A! girl article B Preferences: The boy likes A and B --- no problem.

More information

Stoichiometry World of Chemistry: Chapter 9

Stoichiometry World of Chemistry: Chapter 9 Stoichiometry World of Chemistry: Chapter 9 Chocolate Chip Cookies!! 1 cup butter 1/2 cup white sugar 1 cup packed brown sugar 1 teaspoon vanilla extract 2 eggs 2 1/2 cups all-purpose flour 1 teaspoon

More information

In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature.

In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature. Ratios A ratio is a way of comparing two or more similar quantities, by writing two or more numbers separated by colons. The numbers should be whole numbers, and should not include units. In order to master

More information

This program is designed for students studying: Year 10 Food Technology Year 11 Food and Technology Year 12 Food and Technology

This program is designed for students studying: Year 10 Food Technology Year 11 Food and Technology Year 12 Food and Technology Page 2 Page 3 Teacher's Notes Chemistry of Cooking Duration: 19 min Years: 8-12 A H 2 O CO 3 Na Timing information Set counter at zero at beginning of program Minutes Topic 01:06 Title 02:30 06:31 Denaturation

More information

Base Menu Spreadsheet

Base Menu Spreadsheet Values Menu Name: New Elementary Lunch Include Cost: No Site: Report Style: Detailed Thursday - 11/01/2018 ursable Meal Total 4 000814 Pizza, Cheese K-8 1/8 pizza 1 275 2.54 564 *2 8.19 *0.00 10 35.78

More information

Utilizing Portion of Patent Families with No Parallel Sentences Extracted in Estimating Translation of Technical Terms

Utilizing Portion of Patent Families with No Parallel Sentences Extracted in Estimating Translation of Technical Terms 1 1 1 2 2 30% 70% 70% NTCIR-7 13% 90% 1,000 Utilizing Portion of Patent Families with No Parallel Sentences Extracted in Estimating Translation of Technical Terms Itsuki Toyota 1 Yusuke Takahashi 1 Kensaku

More information

A N T I P A S T I L A M I N E S T R A I N S A L A T E S A L U M I E F O R M A G G I O

A N T I P A S T I L A M I N E S T R A I N S A L A T E S A L U M I E F O R M A G G I O A N T I P A S T I T A R T A R E D I S A L M O N E Fresh water Salmon, Bocconcini, Avocado, Sesame Seed Oil S H R I M P S A M B U C A Shrimp, Sambuca, Cream Sauce M E L A N Z A N E Baked Eggplant, Ricotta,

More information

The Informed Dining program is a voluntary nutrition information program developed by the Province of British Columbia. For more information, please visit www.informeddining.ca or call Dietitian Services

More information

Topic Models and Applications to Short Documents

Topic Models and Applications to Short Documents Topic Models and Applications to Short Documents Dieu-Thu Le Email: dieuthu.le@unitn.it Trento University April 6, 2011 1 / 43 Outline Introduction Latent Dirichlet Allocation Gibbs Sampling Short Text

More information

85 Essential Questions at C to D. Grade C. Clip 102

85 Essential Questions at C to D. Grade C. Clip 102 T) a) t + t b) t t c) 6y + w y d) 6y t e) e e f) m m g) 8 Essential Questions at C to D y y ( to are non-calculator) Clip 0 a) t b) 8t c) y + w d) 8yt or 8ty e) e f) m g) y h) y h) 6y y S) a) t + 8t b)

More information

Quantitative Composition of Compounds

Quantitative Composition of Compounds Chapter 7 Quantitative Composition of Compounds Making new chemicals is much like following a recipe from a cook book... 1 cup of flour + 2 eggs + ½ tsp baking powder 5 pancakes except you don t get to

More information

KSU Team s System and Experience at the NTCIR-11 RITE-VAL Task

KSU Team s System and Experience at the NTCIR-11 RITE-VAL Task KSU Team s System and Experience at the NTCIR-11 RITE-VAL Task Tasuku Kimura Kyoto Sangyo University, Japan i1458030@cse.kyoto-su.ac.jp Hisashi Miyamori Kyoto Sangyo University, Japan miya@cse.kyoto-su.ac.jp

More information

YAPS: Yet Another Protein Similarity

YAPS: Yet Another Protein Similarity 2009 International Conference of Soft Computing and Pattern Recognition YAPS: Yet Another Protein Similarity Tomáš Novosád, Václav Snášel Department of Computer Science VŠB - Technical University of Ostrava

More information

Lecture 2 August 31, 2007

Lecture 2 August 31, 2007 CS 674: Advanced Language Technologies Fall 2007 Lecture 2 August 31, 2007 Prof. Lillian Lee Scribes: Cristian Danescu Niculescu-Mizil Vasumathi Raman 1 Overview We have already introduced the classic

More information

Text Analytics (Text Mining)

Text Analytics (Text Mining) http://poloclub.gatech.edu/cse6242 CSE6242 / CX4242: Data & Visual Analytics Text Analytics (Text Mining) Concepts, Algorithms, LSI/SVD Duen Horng (Polo) Chau Assistant Professor Associate Director, MS

More information

Nutritional Information: NSLP Lunch

Nutritional Information: NSLP Lunch Nutritional Information: NSLP Lunch Nutritional information is current as of 11/1/17 and will be updated as applicable. NSLP Lunch meals are offered with: vegetable of the day, fruit (½ cup for PSN, K-5,

More information

Introduction to Information Retrieval

Introduction to Information Retrieval Introduction to Information Retrieval http://informationretrieval.org IIR 19: Size Estimation & Duplicate Detection Hinrich Schütze Institute for Natural Language Processing, Universität Stuttgart 2008.07.08

More information

Predicting Neighbor Goodness in Collaborative Filtering

Predicting Neighbor Goodness in Collaborative Filtering Predicting Neighbor Goodness in Collaborative Filtering Alejandro Bellogín and Pablo Castells {alejandro.bellogin, pablo.castells}@uam.es Universidad Autónoma de Madrid Escuela Politécnica Superior Introduction:

More information

PV211: Introduction to Information Retrieval

PV211: Introduction to Information Retrieval PV211: Introduction to Information Retrieval http://www.fi.muni.cz/~sojka/pv211 IIR 11: Probabilistic Information Retrieval Handout version Petr Sojka, Hinrich Schütze et al. Faculty of Informatics, Masaryk

More information

Chapter 6. Ratio, Proportion and Measurement

Chapter 6. Ratio, Proportion and Measurement Chapter 6. Ratio, Proportion and Measurement 6.1 Ratios 6.2 Proportion 6.3 American Units of Measurement 6.4 Metric Units of Measurement 6.5 Converting between American and Metric Units 1 6.1 Ratios 1.

More information

Unsupervised Vocabulary Induction

Unsupervised Vocabulary Induction Infant Language Acquisition Unsupervised Vocabulary Induction MIT (Saffran et al., 1997) 8 month-old babies exposed to stream of syllables Stream composed of synthetic words (pabikumalikiwabufa) After

More information

Probabilistic Field Mapping for Product Search

Probabilistic Field Mapping for Product Search Probabilistic Field Mapping for Product Search Aman Berhane Ghirmatsion and Krisztian Balog University of Stavanger, Stavanger, Norway ab.ghirmatsion@stud.uis.no, krisztian.balog@uis.no, Abstract. This

More information

FBBC Unstoppable Fitness Formula DAY # 1

FBBC Unstoppable Fitness Formula DAY # 1 FBBC Unstoppable Fitness Formula 2100 Calorie Paleo Meal Plan DAY # 1 Breakfast - Omlete with peppers Blackberries, raw 2.00 13.84 0.71 61.92 2 tablespoon Coconut oil 0.00 0.00 27.20 234.00 4 large Eggs,

More information

18.02 Multivariable Calculus Fall 2007

18.02 Multivariable Calculus Fall 2007 MIT OpenCourseWare http://ocw.mit.edu 18.02 Multivariable Calculus Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 18.02 Problem Set 1 Due Thursday

More information

Knowledge Discovery in Data: Overview. Naïve Bayesian Classification. .. Spring 2009 CSC 466: Knowledge Discovery from Data Alexander Dekhtyar..

Knowledge Discovery in Data: Overview. Naïve Bayesian Classification. .. Spring 2009 CSC 466: Knowledge Discovery from Data Alexander Dekhtyar.. Spring 2009 CSC 466: Knowledge Discovery from Data Alexander Dekhtyar Knowledge Discovery in Data: Naïve Bayes Overview Naïve Bayes methodology refers to a probabilistic approach to information discovery

More information

Efficient Evaluation of Semi-Skylines

Efficient Evaluation of Semi-Skylines Efficient Evaluation of Semi-Skylines Markus Endres and Werner Kießling Fifth International Workshop on Ranking in Databases (2011) Outline 1. Skyline Queries and Semi-Skylines 2. The Staircube Algorithm

More information

Some Simple Effective Approximations to the 2 Poisson Model for Probabilistic Weighted Retrieval

Some Simple Effective Approximations to the 2 Poisson Model for Probabilistic Weighted Retrieval Reprinted from: W B Croft and C J van Rijsbergen (eds), SIGIR 94: Proceedings of the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Springer-Verlag,

More information

Generalized Inverse Document Frequency

Generalized Inverse Document Frequency Generalized Inverse Document Frequency Donald Metzler metzler@yahoo-inc.com Yahoo! Research 2821 Mission College Blvd. Santa Clara, CA 95054 ABSTRACT Inverse document frequency (IDF) is one of the most

More information

Link Analysis & Ranking CS 224W

Link Analysis & Ranking CS 224W Link Analysis & Ranking CS 224W 1 How to Organize the Web? How to organize the Web? First try: Human curated Web directories Yahoo, DMOZ, LookSmart Second try: Web Search Information Retrieval attempts

More information

Computer science research seminar: VideoLectures.Net recommender system challenge: presentation of baseline solution

Computer science research seminar: VideoLectures.Net recommender system challenge: presentation of baseline solution Computer science research seminar: VideoLectures.Net recommender system challenge: presentation of baseline solution Nino Antulov-Fantulin 1, Mentors: Tomislav Šmuc 1 and Mile Šikić 2 3 1 Institute Rudjer

More information

T A L K S & T R A I L S

T A L K S & T R A I L S 2 0 1 8-1 9 N O R M A N B Y H A L L C O U N T R Y P A R K T A L K S & T R A I L S Normanby Hall Country Park Normanby North Lincolnshire DN15 9HU 01724 720588 www.normanbyhall.co.uk 1 7 O C T O B E R 2

More information

HYPERGRAPH BASED SEMI-SUPERVISED LEARNING ALGORITHMS APPLIED TO SPEECH RECOGNITION PROBLEM: A NOVEL APPROACH

HYPERGRAPH BASED SEMI-SUPERVISED LEARNING ALGORITHMS APPLIED TO SPEECH RECOGNITION PROBLEM: A NOVEL APPROACH HYPERGRAPH BASED SEMI-SUPERVISED LEARNING ALGORITHMS APPLIED TO SPEECH RECOGNITION PROBLEM: A NOVEL APPROACH Hoang Trang 1, Tran Hoang Loc 1 1 Ho Chi Minh City University of Technology-VNU HCM, Ho Chi

More information

MCKINLEY & WOODBINE SCHOOLS LSB - Lunch K-8

MCKINLEY & WOODBINE SCHOOLS LSB - Lunch K-8 MCKINLEY & WOODBINE SCHOOLS LSB - Lunch K-8 Monday Tuesday Wednesday Thursday Friday August 28, 2017 August 29, 2017 August 30, 2017 August 31, 2017 September 1, 2017 CHICKEN DRUM Tropical Veggie Juice

More information

Cellulose Derivatives in food applications under Codex

Cellulose Derivatives in food applications under Codex Cellulose Derivatives in food applications under Codex 1. Scope Cellulose derivatives & Codex Alimentarius: (Evaluated as Food additive) E # Abbrev. Full Name Sub Division INS 460 Cellulose i. Micro crystalline

More information

Hub, Authority and Relevance Scores in Multi-Relational Data for Query Search

Hub, Authority and Relevance Scores in Multi-Relational Data for Query Search Hub, Authority and Relevance Scores in Multi-Relational Data for Query Search Xutao Li 1 Michael Ng 2 Yunming Ye 1 1 Department of Computer Science, Shenzhen Graduate School, Harbin Institute of Technology,

More information

Filtering with the Crowd

Filtering with the Crowd Filtering with the Crowd LRI Benoît Groz, Ezra Levin, Isaco Meiljson, Tova Milo Tel-Aviv University Univ. Paris Saclay 15 Mars 1 1 Outline 1 The CrowdScreen framework Algorithms for computing good/optimal

More information

Esri UC2013. Technical Workshop.

Esri UC2013. Technical Workshop. Esri International User Conference San Diego, California Technical Workshops July 9, 2013 CAD: Introduction to using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support

More information

Language Models. Web Search. LM Jelinek-Mercer Smoothing and LM Dirichlet Smoothing. Slides based on the books: 13

Language Models. Web Search. LM Jelinek-Mercer Smoothing and LM Dirichlet Smoothing. Slides based on the books: 13 Language Models LM Jelinek-Mercer Smoothing and LM Dirichlet Smoothing Web Search Slides based on the books: 13 Overview Indexes Query Indexing Ranking Results Application Documents User Information analysis

More information

Semantic Term Matching in Axiomatic Approaches to Information Retrieval

Semantic Term Matching in Axiomatic Approaches to Information Retrieval Semantic Term Matching in Axiomatic Approaches to Information Retrieval Hui Fang Department of Computer Science University of Illinois at Urbana-Champaign ChengXiang Zhai Department of Computer Science

More information

ORACLE. FIRST EVER RAPID FAT ANALYZER with No Method Development

ORACLE. FIRST EVER RAPID FAT ANALYZER with No Method Development ORACLE FIRST EVER RAPID FAT ANALYZER with No Method Development ORACLE NMR with No Method Development NEW Fat Analysis Analyze any food sample in less than 30 seconds REVOLUTIONARY Unmatched repeatability

More information

Name Period Date. Lab: Introduction to Stoichiometry

Name Period Date. Lab: Introduction to Stoichiometry Name Period Date Lab: Introduction to Stoichiometry Introduction: Reactants are not always present in the exact ratio required by a balanced chemical equation. In planning any cost-effective production

More information

IMU Experiment in IR4QA at NTCIR-8

IMU Experiment in IR4QA at NTCIR-8 IMU Experiment in IR4QA at NTCIR-8 Xiangdong Su, Xueliang Yan, Guanglai Gao, Hongxi Wei School of Computer Science Inner Mongolia University Hohhot, China 010021 Email csggl@imu.edu.cn 6/16/2010 Inner

More information

BUY A CRUSH FOR YOUR CRUSH! Crush flavors will vary.

BUY A CRUSH FOR YOUR CRUSH! Crush flavors will vary. BUY A CRUSH FOR YOUR CRUSH! Crush flavors will vary. Family Name: From Deliver To Grade Cost TOTAL ! " # $ % & ' ( ) * +, # $ " - $ + $. / ( 0 1 &. / " - $ + $. / 2 3 0 4 +, # $ ( 2-0 5 0 1 & ( ' - $ +

More information

Information Retrieval

Information Retrieval Introduction to Information CS276: Information and Web Search Christopher Manning and Pandu Nayak Lecture 15: Learning to Rank Sec. 15.4 Machine learning for IR ranking? We ve looked at methods for ranking

More information

5 10 12 32 48 5 10 12 32 48 4 8 16 32 64 128 4 8 16 32 64 128 2 3 5 16 2 3 5 16 5 10 12 32 48 4 8 16 32 64 128 2 3 5 16 docid score 5 10 12 32 48 O'Neal averaged 15.2 points 9.2 rebounds and 1.0 assists

More information

Base Menu Spreadsheet

Base Menu Spreadsheet Menu Name: MS Lunch Include : Yes Site: Report Style: Detailed Monday - 12/03/2018 ursable Meal Total 415 990045 WG BREADED 2 EACH 350 321 4.22 760 0 18.57 0.00 84 8.44 $0.000 CHICKEN DRUMSTICK - 2 each

More information

Applying Phonetic Matching Algorithm to Tongue Twister Retrieval in Japanese

Applying Phonetic Matching Algorithm to Tongue Twister Retrieval in Japanese 1 1 n-gram 2 Applying Phonetic Matching Algorithm to Tongue Twister Retrieval in Japanese Michiko Yasukawa 1 and Hidetoshi Yokoo 1 In this paper, we propose a Japanese phonetic matching algorithm for tongue

More information

10/17/04. Today s Main Points

10/17/04. Today s Main Points Part-of-speech Tagging & Hidden Markov Model Intro Lecture #10 Introduction to Natural Language Processing CMPSCI 585, Fall 2004 University of Massachusetts Amherst Andrew McCallum Today s Main Points

More information

DATE:>> July 2018 Hot Menu Final CAL KCAL

DATE:>> July 2018 Hot Menu Final CAL KCAL UNIT NUM 20251 RECNUM Start Date Start Day Calendar Days Dates to Run 7/2/18 1 30 600 17 43 7 30% 0.57 0.79 30 400 88 1050 3.1 >> DAY 1, 26, 51, 76 850 Daily Daily Weekly Weekly Weekly Weekly Weekly Weekly

More information

Nutrition & Allergen Information

Nutrition & Allergen Information BREAKFAST BUILD YOUR OWN BREAKFAST SANDWICH OR OMELETTE Egg Souffle for Sandwich or Omelette 146 12 6 0 260 97 1 0 1 9 168 0 47 1 105 2 u u Select Grain (for Breakfast Sandwich): Bagel for Breakfast Sandwich

More information

Can Vector Space Bases Model Context?

Can Vector Space Bases Model Context? Can Vector Space Bases Model Context? Massimo Melucci University of Padua Department of Information Engineering Via Gradenigo, 6/a 35031 Padova Italy melo@dei.unipd.it Abstract Current Information Retrieval

More information

MRIM at ImageCLEF2012. From Words to Concepts: A New Counting Approach

MRIM at ImageCLEF2012. From Words to Concepts: A New Counting Approach MRIM at ImageCLEF2012. From Words to Concepts: A New Counting Approach Karam Abdulahhad*, Jean-Pierre Chevallet**, and Catherine Berrut* * UJF-Grenoble 1, ** UPMF-Grenoble 2, LIG laboratory, MRIM group

More information

KS3 Mathematics. Homework Pack D: Level 6. Stafford Burndred ISBN

KS3 Mathematics. Homework Pack D: Level 6. Stafford Burndred ISBN p KS3 Mathematics Homework Pack D: Level 6 Stafford Burndred ISBN 1 84070 029 7 Pearson Publishing, 1998 Published by Pearson Publishing Limited, 1998 A licence to copy the material in this pack is only

More information

FUSION METHODS BASED ON COMMON ORDER INVARIABILITY FOR META SEARCH ENGINE SYSTEMS

FUSION METHODS BASED ON COMMON ORDER INVARIABILITY FOR META SEARCH ENGINE SYSTEMS FUSION METHODS BASED ON COMMON ORDER INVARIABILITY FOR META SEARCH ENGINE SYSTEMS Xiaohua Yang Hui Yang Minjie Zhang Department of Computer Science School of Information Technology & Computer Science South-China

More information

Fielded Sequential Dependence Model for Ad-Hoc Entity Retrieval in the Web of Data

Fielded Sequential Dependence Model for Ad-Hoc Entity Retrieval in the Web of Data Fielded Sequential Dependence Model for Ad-Hoc Entity Retrieval in the Web of Data Nikita Zhiltsov 1,2 Alexander Kotov 3 Fedor Nikolaev 3 1 Kazan Federal University 2 Textocat 3 Textual Data Analytics

More information

CLASSIFYING STRUCTURED WEB SOURCES USING AGGRESSIVE FEATURE SELECTION

CLASSIFYING STRUCTURED WEB SOURCES USING AGGRESSIVE FEATURE SELECTION CLASSIFYING STRUCTURED WEB SOURCES USING AGGRESSIVE FEATURE SELECTION Hieu Quang Le, Stefan Conrad Institute of Computer Science, Heinrich-Heine-Universität Düsseldorf, D-40225 Düsseldorf, Germany lqhieu@cs.uni-duesseldorf.de,

More information

Department of Statistics Ministry of Finance P. O. Box N-3904 Nassau, Bahamas

Department of Statistics Ministry of Finance P. O. Box N-3904 Nassau, Bahamas Department of Statistics Ministry of Finance P. O. Box N-3904 Nassau, Bahamas FOREWORD This publication represents the 23 rd Annual Review of Consumer Prices published by the Department of Statistics.

More information