Natural language understanding

Size: px
Start display at page:

Download "Natural language understanding"

Transcription

1 Natural language understanding Learning to speak customer-ese.

2 1 Table of contents 1 Speech-enabled automation / p2 2 Learning to speak customer-ese / p3 3 Make the translation book bigger / p4 4 Learn to recognize variations of phrases / p4 5 Become fluent / p4 6 Provide a more flexible script / p5 7 Conclusion / p6

3 2 In recent years speech recognition systems have made impressive advances in their ability to provide rich and natural interactions with callers. The term Natural Language (NL) and its family of synonymous abbreviations: Natural Language Understanding (NLU), Natural Language Processing (NLP), and Natural Language Technology (NLT) have been held up as the panacea for improving the accuracy of a speech system. Natural language suggests that, rather than constrain a caller to a list of choices, the caller can say anything in any context and be understood by the system. Speech vendors trumpet their NL capabilities, linguists at research labs talk about advancements in NLP technology, contact centers evaluating vendor proposals ask for explanations of available NLU features and industry press proclaim NLT as the future of speech recognition. The problem is that the term natural language has become meaningless. This standard speech industry terminology is anything but standard. It implies that you could call up a travel service and say, I d like a flight to London for the 25th, for two adults, no wait make that two adults and an infant on my lap, and can I have two aisle seats next to each other? The term natural language is vague and overused, full of promise, yet promising nothing. For it to mean something, one needs specifics. In this paper, the specific benefits of natural language in speech recognition are explained and the approaches examined in detail. By the time you ve finished reading, you ll understand natural language and how it can be effective in improving the overall accuracy of your speech-based IVR system while providing callers a more engaging experience. Speech-enabled automation Interactive Voice Response (IVR) systems are at the heart of today s contact center self-service solutions. Without IVR systems to automate calls, most contact centers would be overwhelmed by operating costs and by angry customers facing long queue times. But by automating common customer service requests, customers can resolve many issues quickly and agents can focus on helping the customers who truly need them. Speech-enabled IVRs improve the overall automation rate of self-service systems. Unlike an IVR with only touchtone options, a speech-based self-service system can handle more complex tasks, like updating an address, and can simplifying existing tasks to further increase automation. The resulting increase in automation rates mean more satisfied customers and lower costs for the contact center. Automation Preferences Which of the example systems do you find most appealing? Natural Language Directed dialog 38% 41% Consumers found the speech applications overwhelmingly more appealing. Touch tone 20% Source: Harris Interactive Nevertheless, the automation rate can only be as good as the accuracy during the caller s entire interaction with a speech recognition system. Several recognition factors can limit the automation rate of a speech system.

4 3 Noisy backgrounds, confused callers, very heavy accents, and mumbled responses can make it hard for a system to complete a call. Of course, those factors can affect the ability of a live agent to complete those calls as well. And despite much advancement in technology, it is still possible for a speech recognition engine to simply make a mistake. Learning to speak customer-ese As all contact center agents know, callers truly believe they are speaking in a clear and obvious manner when they are explaining their concerns. In fact, each caller is really speaking in customer-ese, their own personal dialect that agents and IVR systems need to decode. This interpretation process is very similar to learning a new foreign language. To address the challenge many speech recognition systems have a list of acceptable phrases, known as the grammar, that the system is programmed to recognize at any given time. Grammars ensure that a speech recognition engine knows that the phrase new to speech is not a nudist beach, and that agent, operator, and I want to speak to someone all direct the caller to a live person. If implementing a speech-enabled self-service system is like teaching a foreign language, then a grammar is like a translation book, mapping common phrases to their meaning. It works quite well as long as people stick to those phrases. So what happens if a phrase is not in the book? When a caller believes that a speech system has misrecognized his or her response, it is more likely that the caller spoke something which was out-ofgrammar the system simply wasn t expecting the caller to respond quite like that. The Need for Natural Language A Typical Example SYSTEM: Would you like account information, billing, or technical support? CALLER: I guess I d like billing. I m sorry, I didn t understand what you said... I said billing! Billing! BILLING! I m sorry, I didn t understand what you said... please wait for the next available agent. An analysis of a number of representative speech applications confirms that out-of-grammar errors outnumber misrecognition errors by a factor of as high as 5-to-1. Put simply, the problem is not recognizing what the caller said it s knowing what the caller meant. Therefore, to increase the accuracy of any system improving its automation rate, making customers happier with the use of the system, and lowering overall costs for the contact center a critical factor is to reduce these out-of-grammar errors. So how can we teach a speech recognition system to speak this language of the customer? Different natural language capabilities provide different approaches to tackling that problem.

5 4 Make the translation book bigger You can make the grammar contain a larger list of entries to appear like natural language is at work. This works best when trying to pick between a limited number of responses for instance, a confirmation dialog may recognize yes, yup, you betcha, sure, heck yeah, as well as many other variations of a positive response. This straightforward, brute-force technique can provide a semblance of natural language understanding. However, the approach has significant drawbacks as the list of possible responses gets longer and longer. It becomes harder to tune and maintain a system while keeping track of all these options. Even worse, it is possible for the overall performance of the system to decrease as the recognition engine struggles to compare the caller s response to such a potentially confusing list of phrases. The reality is that it is impossible to foresee and capture every conceivable response variant even in a very large grammar. To learn to speak customerese, the self-service system needs more natural language capabilities. Learn to recognize variations of phrases Since every caller expresses themselves in a unique manner, often adding extraneous information to their response, focusing on recognizing certain keywords is another approach for avoiding out-of-grammar errors and achieving higher automation rates. Keyword spotting, sometimes referred to as robust parsing, is used when a caller says what the system is expecting but surrounds their response with filler phrases. Instead of simply saying Yes they may actually say Um, I think so, yes. The keyword spotting approach is most effective with short menus and yes/no dialogs which typically account for more than 70% of speech-enabled application interactions. This statistical technique is based on comparing vocabularies of filler phrases created from transcriptions of previous calls or from classes of common phrases refined over time. Applying these vocabularies can provide an impressive 30% or more increase in recognition accuracy. As callers have more flexibility in how they can exactly respond, the caller s perceived accuracy is typically very high when using keyword spotting. As with any increase in accuracy, callers also appreciate interactions that avoid retry prompts and repeated confirmations. Although the self-service system has already taken a big step towards learning to speak customer-ese, the caller s responses are still limited to words that have been chosen for them rather than allowing them to use their own words. There are still more natural language capabilities to explore. Become fluent Rather than focusing only on matches within and around a grammar, another approach for determining meaning is to ask callers to describe a problem in their own words. This approach often begins by offering callers an open-ended prompt such as how may I help you? Callers respond by describing in their own words why they are calling, perhaps by saying there s a strange charge on my credit card statement. The system then uses sophisticated statistical modeling to identify key phrases and look for a match in a list of example phrases that have known meanings. In this case, the likely meaning would be associated with billing even though the word billing was never spoken. SmartListener technology increases automation by interpreting the meaning of caller responses that include filler phrases that do not exactly match expected dialogs.

6 5 Although developing the detailed statistical models involves manual efforts to define and assign the agreed upon meanings to each transcription, the result is very high automation rates and high customer satisfaction. The key to extracting the correct meaning from this open-ended approach is the proper tagging of previously transcribed phrases. As with grammars, if the caller gives a completely unexpected response, like talking about pizza toppings to an electricity provider s system, there will not be a match. Natural Language Understanding technology increases automation by correctly interpreting the meaning behind open-ended caller responses allowing callers to use their own words rather than words chosen for them. When there is no match, the system will offer a fall-back alternative that uses traditional grammars to determine the caller s intent such as I m sorry I did not get that, would you like mortgages, credit cards, Experience has shown that applying the keyword spotting approach to these fall-back grammars often leads to a successful interaction. Appropriate for determining the meaning of any open-ended response, this powerful approach is highly effective for call routing applications. When callers use their own words, there tends to be drastically fewer zero-outs and misroutes as complicated menus are bypassed and confusing or arcane jargon is avoided. Provide a more flexible script Accurately recognizing the meaning of what a caller says is only part of how natural language can improve automation. The next step in learning to speak customer-ese is for the self-service system to have a conversation with the caller. I lost my card and need another one. Natural Language Understanding Directed Dialogue or DTMF Method Only - Requires Pre-Defined Menu Tree Replacement Card The conversational approach relies on dialogs that continuously adapt to the information provided. This way the caller has a personalized experience while they control the conversation. For example, callers often provide more information than prompted for. A system that can respond to varying amounts of information will have more productive and shorter calls. Notice in the dialog at the right the caller provides the extra information of the return date allowing the system to avoid having to ask for it. More than collecting information, a natural language conversation needs to flow smoothly. A system that constantly asks for confirmations creates a disjointed conversation that callers tend to reject. However systems that can handle corrections and verifications by dynamically embedding the confirmations in the next prompt are more engaging, leading to better automation rates. Notice in the dialog below how the system confirms the change to Boston when the caller requests a window seat. Conversational dialogs can build in confirmations without having to explicitly ask for them SYSTEM: Would you like to fly to Austin? CALLER: No, not Austin, Boston! Conversational dialogs can handle more than one piece of information SYSTEM: What day are you leaving? CALLER: On Wednesday and returning on Friday. Natural Language Understanding Caller provides responses the way they want to and the system accepts and interprets the information. AIRLINE SYSTEM with Natural Language Understanding: Information to Collect Departure City Departure Date Number of Adults Number of Children Return City Return Date Seating Assignments Okay, do you prefer a window or aisle seat to Boston? Window.

7 6 This dialog flexibility is controlled by rules designed into prompts themselves so the system can respond and guide callers rather than dictate to them. Perhaps the defining characteristic of a natural language experience is engaging callers with intuitive and direct conversations. Conclusion In challenging economic conditions, the importance of cost-savings can not be underestimated. By applying effective natural language techniques to a speech-enabled self-service IVR system, automation rates will increase leading directly to lower costs. This paper has shown that different approaches to natural language can be applied throughout the caller s interaction to achieve these improved automation rates. The three complementary natural language approaches of increasing the recognition accuracy within and around grammars, allowing callers to give open-ended responses, and interacting with adaptive dialogs all lead to more efficient and appealing calls. Nuance Adaptive Dialog Modules are specialized building blocks used to efficiently create intuitive speechenabled dialogs that drive automation. About Nuance Communications, Inc. Nuance Communications is reinventing the relationship between people and technology. Through its voice and language offerings, the company is creating a more human conversation with the many systems, devices, electronics, apps and services around us. Every day, millions of people and thousands of businesses experience Nuance through intelligent systems that can listen, understand, learn and adapt to your life and your work. For more information, please visit nuance.com. Copyright 2015 Nuance Communications, Inc. All rights reserved. Nuance, and the Nuance logo, are trademarks and/or registered trademarks, of Nuance Communications, Inc. or its affiliates in the United States and/or other countries. All other brand and product names are trademarks or registered trademarks of their respective companies. NUAN CS WP, Feb

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL 1 PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL IMPORTANCE OF THE SPEAKER LISTENER TECHNIQUE The Speaker Listener Technique (SLT) is a structured communication strategy that promotes clarity, understanding,

More information

CEFR Overall Illustrative English Proficiency Scales

CEFR Overall Illustrative English Proficiency Scales CEFR Overall Illustrative English Proficiency s CEFR CEFR OVERALL ORAL PRODUCTION Has a good command of idiomatic expressions and colloquialisms with awareness of connotative levels of meaning. Can convey

More information

Jacqueline C. Kowtko, Patti J. Price Speech Research Program, SRI International, Menlo Park, CA 94025

Jacqueline C. Kowtko, Patti J. Price Speech Research Program, SRI International, Menlo Park, CA 94025 DATA COLLECTION AND ANALYSIS IN THE AIR TRAVEL PLANNING DOMAIN Jacqueline C. Kowtko, Patti J. Price Speech Research Program, SRI International, Menlo Park, CA 94025 ABSTRACT We have collected, transcribed

More information

evans_pt01.qxd 7/30/2003 3:57 PM Page 1 Putting the Domain Model to Work

evans_pt01.qxd 7/30/2003 3:57 PM Page 1 Putting the Domain Model to Work evans_pt01.qxd 7/30/2003 3:57 PM Page 1 I Putting the Domain Model to Work evans_pt01.qxd 7/30/2003 3:57 PM Page 2 This eighteenth-century Chinese map represents the whole world. In the center and taking

More information

Corporate learning: Blurring boundaries and breaking barriers

Corporate learning: Blurring boundaries and breaking barriers IBM Global Services Corporate learning: Blurring boundaries and breaking barriers A learning culture Introduction With the American Society for Training and Development (ASTD) reporting that the average

More information

Illinois WIC Program Nutrition Practice Standards (NPS) Effective Secondary Education May 2013

Illinois WIC Program Nutrition Practice Standards (NPS) Effective Secondary Education May 2013 Illinois WIC Program Nutrition Practice Standards (NPS) Effective Secondary Education May 2013 Nutrition Practice Standards are provided to assist staff in translating policy into practice. This guidance

More information

A Pumpkin Grows. Written by Linda D. Bullock and illustrated by Debby Fisher

A Pumpkin Grows. Written by Linda D. Bullock and illustrated by Debby Fisher GUIDED READING REPORT A Pumpkin Grows Written by Linda D. Bullock and illustrated by Debby Fisher KEY IDEA This nonfiction text traces the stages a pumpkin goes through as it grows from a seed to become

More information

E-3: Check for academic understanding

E-3: Check for academic understanding Respond instructively After you check student understanding, it is time to respond - through feedback and follow-up questions. Doing this allows you to gauge how much students actually comprehend and push

More information

ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY DOWNLOAD EBOOK : ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY PDF

ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY DOWNLOAD EBOOK : ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY PDF Read Online and Download Ebook ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY DOWNLOAD EBOOK : ADVANCED MACHINE LEARNING WITH PYTHON BY JOHN HEARTY PDF Click link bellow and free register to download

More information

10 Tips For Using Your Ipad as An AAC Device. A practical guide for parents and professionals

10 Tips For Using Your Ipad as An AAC Device. A practical guide for parents and professionals 10 Tips For Using Your Ipad as An AAC Device A practical guide for parents and professionals Introduction The ipad continues to provide innovative ways to make communication and language skill development

More information

Loughton School s curriculum evening. 28 th February 2017

Loughton School s curriculum evening. 28 th February 2017 Loughton School s curriculum evening 28 th February 2017 Aims of this session Share our approach to teaching writing, reading, SPaG and maths. Share resources, ideas and strategies to support children's

More information

Getting Started with Deliberate Practice

Getting Started with Deliberate Practice Getting Started with Deliberate Practice Most of the implementation guides so far in Learning on Steroids have focused on conceptual skills. Things like being able to form mental images, remembering facts

More information

a) analyse sentences, so you know what s going on and how to use that information to help you find the answer.

a) analyse sentences, so you know what s going on and how to use that information to help you find the answer. Tip Sheet I m going to show you how to deal with ten of the most typical aspects of English grammar that are tested on the CAE Use of English paper, part 4. Of course, there are many other grammar points

More information

The Task. A Guide for Tutors in the Rutgers Writing Centers Written and edited by Michael Goeller and Karen Kalteissen

The Task. A Guide for Tutors in the Rutgers Writing Centers Written and edited by Michael Goeller and Karen Kalteissen The Task A Guide for Tutors in the Rutgers Writing Centers Written and edited by Michael Goeller and Karen Kalteissen Reading Tasks As many experienced tutors will tell you, reading the texts and understanding

More information

Aviation English Solutions

Aviation English Solutions Aviation English Solutions DynEd's Aviation English solutions develop a level of oral English proficiency that can be relied on in times of stress and unpredictability so that concerns for accurate communication

More information

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

TRAITS OF GOOD WRITING

TRAITS OF GOOD WRITING TRAITS OF GOOD WRITING Each paper was scored on a scale of - on the following traits of good writing: Ideas and Content: Organization: Voice: Word Choice: Sentence Fluency: Conventions: The ideas are clear,

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

A Minimalist Approach to Code-Switching. In the field of linguistics, the topic of bilingualism is a broad one. There are many

A Minimalist Approach to Code-Switching. In the field of linguistics, the topic of bilingualism is a broad one. There are many Schmidt 1 Eric Schmidt Prof. Suzanne Flynn Linguistic Study of Bilingualism December 13, 2013 A Minimalist Approach to Code-Switching In the field of linguistics, the topic of bilingualism is a broad one.

More information

Ministry of Education, Republic of Palau Executive Summary

Ministry of Education, Republic of Palau Executive Summary Ministry of Education, Republic of Palau Executive Summary Student Consultant, Jasmine Han Community Partner, Edwel Ongrung I. Background Information The Ministry of Education is one of the eight ministries

More information

Pragmatic Use Case Writing

Pragmatic Use Case Writing Pragmatic Use Case Writing Presented by: reducing risk. eliminating uncertainty. 13 Stonebriar Road Columbia, SC 29212 (803) 781-7628 www.evanetics.com Copyright 2006-2008 2000-2009 Evanetics, Inc. All

More information

TASK 2: INSTRUCTION COMMENTARY

TASK 2: INSTRUCTION COMMENTARY TASK 2: INSTRUCTION COMMENTARY Respond to the prompts below (no more than 7 single-spaced pages, including prompts) by typing your responses within the brackets following each prompt. Do not delete or

More information

Grade 6: Module 2A: Unit 2: Lesson 8 Mid-Unit 3 Assessment: Analyzing Structure and Theme in Stanza 4 of If

Grade 6: Module 2A: Unit 2: Lesson 8 Mid-Unit 3 Assessment: Analyzing Structure and Theme in Stanza 4 of If Grade 6: Module 2A: Unit 2: Lesson 8 Mid-Unit 3 Assessment: Analyzing Structure and This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Exempt third-party

More information

The Foundations of Interpersonal Communication

The Foundations of Interpersonal Communication L I B R A R Y A R T I C L E The Foundations of Interpersonal Communication By Dennis Emberling, President of Developmental Consulting, Inc. Introduction Mark Twain famously said, Everybody talks about

More information

COMMUNICATION & NETWORKING. How can I use the phone and to communicate effectively with adults?

COMMUNICATION & NETWORKING. How can I use the phone and  to communicate effectively with adults? 1 COMMUNICATION & NETWORKING Phone and E-mail Etiquette The BIG Idea How can I use the phone and e-mail to communicate effectively with adults? AGENDA Approx. 45 minutes I. Warm Up (5 minutes) II. Phone

More information

5. UPPER INTERMEDIATE

5. UPPER INTERMEDIATE Triolearn General Programmes adapt the standards and the Qualifications of Common European Framework of Reference (CEFR) and Cambridge ESOL. It is designed to be compatible to the local and the regional

More information

STUDENT PERCEPTION SURVEYS ACTIONABLE STUDENT FEEDBACK PROMOTING EXCELLENCE IN TEACHING AND LEARNING

STUDENT PERCEPTION SURVEYS ACTIONABLE STUDENT FEEDBACK PROMOTING EXCELLENCE IN TEACHING AND LEARNING 1 STUDENT PERCEPTION SURVEYS ACTIONABLE STUDENT FEEDBACK PROMOTING EXCELLENCE IN TEACHING AND LEARNING Presentation to STLE Grantees: December 20, 2013 Information Recorded on: December 26, 2013 Please

More information

Conducting an interview

Conducting an interview Basic Public Affairs Specialist Course Conducting an interview In the newswriting portion of this course, you learned basic interviewing skills. From that lesson, you learned an interview is an exchange

More information

Tutoring First-Year Writing Students at UNM

Tutoring First-Year Writing Students at UNM Tutoring First-Year Writing Students at UNM A Guide for Students, Mentors, Family, Friends, and Others Written by Ashley Carlson, Rachel Liberatore, and Rachel Harmon Contents Introduction: For Students

More information

Guidelines for Writing an Internship Report

Guidelines for Writing an Internship Report Guidelines for Writing an Internship Report Master of Commerce (MCOM) Program Bahauddin Zakariya University, Multan Table of Contents Table of Contents... 2 1. Introduction.... 3 2. The Required Components

More information

PowerCampus Self-Service Student Guide. Release 8.4

PowerCampus Self-Service Student Guide. Release 8.4 PowerCampus Self-Service Student Guide Release 8.4 Banner, Colleague, PowerCampus, and Luminis are trademarks of Ellucian Company L.P. or its affiliates and are registered in the U.S. and other countries.

More information

Lecturing Module

Lecturing Module Lecturing: What, why and when www.facultydevelopment.ca Lecturing Module What is lecturing? Lecturing is the most common and established method of teaching at universities around the world. The traditional

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

Navitas UK Holdings Ltd Embedded College Review for Educational Oversight by the Quality Assurance Agency for Higher Education

Navitas UK Holdings Ltd Embedded College Review for Educational Oversight by the Quality Assurance Agency for Higher Education Navitas UK Holdings Ltd Embedded College Review for Educational Oversight by the Quality Assurance Agency for Higher Education February 2014 Annex: Birmingham City University International College Introduction

More information

RESOLVING CONFLICT. The Leadership Excellence Series WHERE LEADERS ARE MADE

RESOLVING CONFLICT. The Leadership Excellence Series WHERE LEADERS ARE MADE RESOLVING CONFLICT The Leadership Excellence Series WHERE LEADERS ARE MADE RESOLVING CONFLICT The Leadership Excellence Series TOASTMASTERS INTERNATIONAL P.O. Box 9052 Mission Viejo, CA 92690 USA Phone:

More information

FORCE : TECHNIQUES DE DESSIN DYNAMIQUE POUR L'ANIMATION FROM PEARSON EDUCATION

FORCE : TECHNIQUES DE DESSIN DYNAMIQUE POUR L'ANIMATION FROM PEARSON EDUCATION Read Online and Download Ebook FORCE : TECHNIQUES DE DESSIN DYNAMIQUE POUR L'ANIMATION FROM PEARSON EDUCATION DOWNLOAD EBOOK : FORCE : TECHNIQUES DE DESSIN DYNAMIQUE POUR Click link bellow and free register

More information

Virtually Anywhere Episodes 1 and 2. Teacher s Notes

Virtually Anywhere Episodes 1 and 2. Teacher s Notes Virtually Anywhere Episodes 1 and 2 Geeta and Paul are final year Archaeology students who don t get along very well. They are working together on their final piece of coursework, and while arguing over

More information

ELP in whole-school use. Case study Norway. Anita Nyberg

ELP in whole-school use. Case study Norway. Anita Nyberg EUROPEAN CENTRE FOR MODERN LANGUAGES 3rd Medium Term Programme ELP in whole-school use Case study Norway Anita Nyberg Summary Kastellet School, Oslo primary and lower secondary school (pupils aged 6 16)

More information

Think A F R I C A when assessing speaking. C.E.F.R. Oral Assessment Criteria. Think A F R I C A - 1 -

Think A F R I C A when assessing speaking. C.E.F.R. Oral Assessment Criteria. Think A F R I C A - 1 - C.E.F.R. Oral Assessment Criteria Think A F R I C A - 1 - 1. The extracts in the left hand column are taken from the official descriptors of the CEFR levels. How would you grade them on a scale of low,

More information

Implementing a tool to Support KAOS-Beta Process Model Using EPF

Implementing a tool to Support KAOS-Beta Process Model Using EPF Implementing a tool to Support KAOS-Beta Process Model Using EPF Malihe Tabatabaie Malihe.Tabatabaie@cs.york.ac.uk Department of Computer Science The University of York United Kingdom Eclipse Process Framework

More information

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT PRACTICAL APPLICATIONS OF RANDOM SAMPLING IN ediscovery By Matthew Verga, J.D. INTRODUCTION Anyone who spends ample time working

More information

Renaissance Learning 32 Harbour Exchange Square London, E14 9GE +44 (0)

Renaissance Learning 32 Harbour Exchange Square London, E14 9GE +44 (0) Maths Pretest Instructions It is extremely important that you follow standard testing procedures when you administer the STAR Maths test to your students. Before you begin testing, please check the following:

More information

GENERAL COMPETITION INFORMATION

GENERAL COMPETITION INFORMATION GENERAL COMPETITION INFORMATION All students wishing to compete at the Educators Rising National Conference must complete 3 required steps: 1 Be a member of Educators Rising with an active profile in the

More information

ReFresh: Retaining First Year Engineering Students and Retraining for Success

ReFresh: Retaining First Year Engineering Students and Retraining for Success ReFresh: Retaining First Year Engineering Students and Retraining for Success Neil Shyminsky and Lesley Mak University of Toronto lmak@ecf.utoronto.ca Abstract Student retention and support are key priorities

More information

PREVIEW LEADER S GUIDE IT S ABOUT RESPECT CONTENTS. Recognizing Harassment in a Diverse Workplace

PREVIEW LEADER S GUIDE IT S ABOUT RESPECT CONTENTS. Recognizing Harassment in a Diverse Workplace 1 IT S ABOUT RESPECT LEADER S GUIDE CONTENTS About This Program Training Materials A Brief Synopsis Preparation Presentation Tips Training Session Overview PreTest Pre-Test Key Exercises 1 Harassment in

More information

C2C Formal Telephone Discussion Ask the Contractor Teleconference

C2C Formal Telephone Discussion Ask the Contractor Teleconference Final Transcript C2C Formal Telephone Discussion Ask the Contractor Teleconference June 1, 2016, 1:00 p.m. CDT SPEAKERS Stroupe Peggy Skaflen DuPont Roach PRESENTATION Ladies and gentlemen, thank you for

More information

A process by any other name

A process by any other name January 05, 2016 Roger Tregear A process by any other name thoughts on the conflicted use of process language What s in a name? That which we call a rose By any other name would smell as sweet. William

More information

The Internet as a Normative Corpus: Grammar Checking with a Search Engine

The Internet as a Normative Corpus: Grammar Checking with a Search Engine The Internet as a Normative Corpus: Grammar Checking with a Search Engine Jonas Sjöbergh KTH Nada SE-100 44 Stockholm, Sweden jsh@nada.kth.se Abstract In this paper some methods using the Internet as a

More information

Opportunities for Writing Title Key Stage 1 Key Stage 2 Narrative

Opportunities for Writing Title Key Stage 1 Key Stage 2 Narrative English Teaching Cycle The English curriculum at Wardley CE Primary is based upon the National Curriculum. Our English is taught through a text based curriculum as we believe this is the best way to develop

More information

Arizona s English Language Arts Standards th Grade ARIZONA DEPARTMENT OF EDUCATION HIGH ACADEMIC STANDARDS FOR STUDENTS

Arizona s English Language Arts Standards th Grade ARIZONA DEPARTMENT OF EDUCATION HIGH ACADEMIC STANDARDS FOR STUDENTS Arizona s English Language Arts Standards 11-12th Grade ARIZONA DEPARTMENT OF EDUCATION HIGH ACADEMIC STANDARDS FOR STUDENTS 11 th -12 th Grade Overview Arizona s English Language Arts Standards work together

More information

Chapter 4 - Fractions

Chapter 4 - Fractions . Fractions Chapter - Fractions 0 Michelle Manes, University of Hawaii Department of Mathematics These materials are intended for use with the University of Hawaii Department of Mathematics Math course

More information

Tutor Guidelines Fall 2016

Tutor Guidelines Fall 2016 Mathematics & Statistics Tutor Guidelines Fall 2016 Bluegrass Community and Technical College 1 Mathematics/Statistics Tutor Guidelines The tutoring program is now under Academics. I. Program Structure

More information

E C C. American Heart Association. Basic Life Support Instructor Course. Updated Written Exams. February 2016

E C C. American Heart Association. Basic Life Support Instructor Course. Updated Written Exams. February 2016 E C C American Heart Association Basic Life Support Instructor Course Updated Written Exams Contents: Exam Memo Student Answer Sheet Version A Exam Version A Answer Key Version B Exam Version B Answer

More information

Executive Guide to Simulation for Health

Executive Guide to Simulation for Health Executive Guide to Simulation for Health Simulation is used by Healthcare and Human Service organizations across the World to improve their systems of care and reduce costs. Simulation offers evidence

More information

Grammar Lesson Plan: Yes/No Questions with No Overt Auxiliary Verbs

Grammar Lesson Plan: Yes/No Questions with No Overt Auxiliary Verbs Grammar Lesson Plan: Yes/No Questions with No Overt Auxiliary Verbs DIALOGUE: Hi Armando. Did you get a new job? No, not yet. Are you still looking? Yes, I am. Have you had any interviews? Yes. At the

More information

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0 Intel-powered Classmate PC Training Foils Version 2.0 1 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Lower and Upper Secondary

Lower and Upper Secondary Lower and Upper Secondary Type of Course Age Group Content Duration Target General English Lower secondary Grammar work, reading and comprehension skills, speech and drama. Using Multi-Media CD - Rom 7

More information

Computerized Adaptive Psychological Testing A Personalisation Perspective

Computerized Adaptive Psychological Testing A Personalisation Perspective Psychology and the internet: An European Perspective Computerized Adaptive Psychological Testing A Personalisation Perspective Mykola Pechenizkiy mpechen@cc.jyu.fi Introduction Mixed Model of IRT and ES

More information

Language Acquisition Chart

Language Acquisition Chart Language Acquisition Chart This chart was designed to help teachers better understand the process of second language acquisition. Please use this chart as a resource for learning more about the way people

More information

English Language Arts Summative Assessment

English Language Arts Summative Assessment English Language Arts Summative Assessment 2016 Paper-Pencil Test Audio CDs are not available for the administration of the English Language Arts Session 2. The ELA Test Administration Listening Transcript

More information

Facing our Fears: Reading and Writing about Characters in Literary Text

Facing our Fears: Reading and Writing about Characters in Literary Text Facing our Fears: Reading and Writing about Characters in Literary Text by Barbara Goggans Students in 6th grade have been reading and analyzing characters in short stories such as "The Ravine," by Graham

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra An Individualized Approach Robert D. Hackworth Robert H. Alwin Parent s Manual 1 2005 H&H Publishing Company, Inc. 1231 Kapp Drive Clearwater, FL 33765 (727) 442-7760 (800) 366-4079

More information

How to make successful presentations in English Part 2

How to make successful presentations in English Part 2 Young Researchers Seminar 2013 Young Researchers Seminar 2011 Lyon, France, June 5-7, 2013 DTU, Denmark, June 8-10, 2011 How to make successful presentations in English Part 2 Witold Olpiński PRESENTATION

More information

This publication is also available for download at

This publication is also available for download at Sourced from SATs-Papers.co.uk Crown copyright 2012 STA/12/5595 ISBN 978 1 4459 5227 7 You may re-use this information (excluding logos) free of charge in any format or medium, under the terms of the Open

More information

APA Basics. APA Formatting. Title Page. APA Sections. Title Page. Title Page

APA Basics. APA Formatting. Title Page. APA Sections. Title Page. Title Page APA Formatting APA Basics Abstract, Introduction & Formatting/Style Tips Psychology 280 Lecture Notes Basic word processing format Double spaced All margins 1 Manuscript page header on all pages except

More information

Worldwide Online Training for Coaches: the CTI Success Story

Worldwide Online Training for Coaches: the CTI Success Story Worldwide Online Training for Coaches: the CTI Success Story Case Study: CTI (The Coaches Training Institute) This case study covers: Certification Program Professional Development Corporate Use icohere,

More information

EMPOWER Self-Service Portal Student User Manual

EMPOWER Self-Service Portal Student User Manual EMPOWER Self-Service Portal Student User Manual by Hasanna Tyus 1 Registrar 1 Adapted from the OASIS Student User Manual, July 2013, Benedictine College. 1 Table of Contents 1. Introduction... 3 2. Accessing

More information

Initial English Language Training for Controllers and Pilots. Mr. John Kennedy École Nationale de L Aviation Civile (ENAC) Toulouse, France.

Initial English Language Training for Controllers and Pilots. Mr. John Kennedy École Nationale de L Aviation Civile (ENAC) Toulouse, France. Initial English Language Training for Controllers and Pilots Mr. John Kennedy École Nationale de L Aviation Civile (ENAC) Toulouse, France Summary All French trainee controllers and some French pilots

More information

Achievement Level Descriptors for American Literature and Composition

Achievement Level Descriptors for American Literature and Composition Achievement Level Descriptors for American Literature and Composition Georgia Department of Education September 2015 All Rights Reserved Achievement Levels and Achievement Level Descriptors With the implementation

More information

2014 Free Spirit Publishing. All rights reserved.

2014 Free Spirit Publishing. All rights reserved. Elizabeth Verdick Illustrated by Marieka Heinlen Text copyright 2004 by Elizabeth Verdick Illustrations copyright 2004 by Marieka Heinlen All rights reserved under International and Pan-American Copyright

More information

The Master Question-Asker

The Master Question-Asker The Master Question-Asker Has it ever dawned on you that the all-knowing God, full of all wisdom, knew everything yet he asked questions? Are questions simply scientific? Is there an art to them? Are they

More information

SEMAFOR: Frame Argument Resolution with Log-Linear Models

SEMAFOR: Frame Argument Resolution with Log-Linear Models SEMAFOR: Frame Argument Resolution with Log-Linear Models Desai Chen or, The Case of the Missing Arguments Nathan Schneider SemEval July 16, 2010 Dipanjan Das School of Computer Science Carnegie Mellon

More information

Changing User Attitudes to Reduce Spreadsheet Risk

Changing User Attitudes to Reduce Spreadsheet Risk Changing User Attitudes to Reduce Spreadsheet Risk Dermot Balson Perth, Australia Dermot.Balson@Gmail.com ABSTRACT A business case study on how three simple guidelines: 1. make it easy to check (and maintain)

More information

P-4: Differentiate your plans to fit your students

P-4: Differentiate your plans to fit your students Putting It All Together: Middle School Examples 7 th Grade Math 7 th Grade Science SAM REHEARD, DC 99 7th Grade Math DIFFERENTATION AROUND THE WORLD My first teaching experience was actually not as a Teach

More information

How to Take Accurate Meeting Minutes

How to Take Accurate Meeting Minutes October 2012 How to Take Accurate Meeting Minutes 2011 Administrative Assistant Resource, a division of Lorman Business Center. All Rights Reserved. It is our goal to provide you with great content on

More information

Cambridgeshire Community Services NHS Trust: delivering excellence in children and young people s health services

Cambridgeshire Community Services NHS Trust: delivering excellence in children and young people s health services Normal Language Development Community Paediatric Audiology Cambridgeshire Community Services NHS Trust: delivering excellence in children and young people s health services Language develops unconsciously

More information

The Enterprise Knowledge Portal: The Concept

The Enterprise Knowledge Portal: The Concept The Enterprise Knowledge Portal: The Concept Executive Information Systems, Inc. www.dkms.com eisai@home.com (703) 461-8823 (o) 1 A Beginning Where is the life we have lost in living! Where is the wisdom

More information

Tap vs. Bottled Water

Tap vs. Bottled Water Tap vs. Bottled Water CSU Expository Reading and Writing Modules Tap vs. Bottled Water Student Version 1 CSU Expository Reading and Writing Modules Tap vs. Bottled Water Student Version 2 Name: Block:

More information

Five Challenges for the Collaborative Classroom and How to Solve Them

Five Challenges for the Collaborative Classroom and How to Solve Them An white paper sponsored by ELMO Five Challenges for the Collaborative Classroom and How to Solve Them CONTENTS 2 Why Create a Collaborative Classroom? 3 Key Challenges to Digital Collaboration 5 How Huddle

More information

Highlighting and Annotation Tips Foundation Lesson

Highlighting and Annotation Tips Foundation Lesson English Highlighting and Annotation Tips Foundation Lesson About this Lesson Annotating a text can be a permanent record of the reader s intellectual conversation with a text. Annotation can help a reader

More information

Hawai i Pacific University Sees Stellar Response Rates for Course Evaluations

Hawai i Pacific University Sees Stellar Response Rates for Course Evaluations Improvement at heart. CASE STUDY Hawai i Pacific University Sees Stellar Response Rates for Course Evaluations From my perspective, the company has been incredible. Without Blue, we wouldn t be able to

More information

A BEGINNERS GUIDE TO SUCCESSFUL ONLINE SURVEYS

A BEGINNERS GUIDE TO SUCCESSFUL ONLINE SURVEYS A BEGINNERS GUIDE TO SUCCESSFUL ONLINE SURVEYS EVERYTHING YOU NEED TO KNOW TO CONDUCT CUSTOMER AND EMPLOYEE SURVEYS THAT GROW YOUR BUSINESS 1 CONTENTS PLANNING 3 Planning 3 Respondents 4 THE SURVEY 6 Visual

More information

University of Waterloo School of Accountancy. AFM 102: Introductory Management Accounting. Fall Term 2004: Section 4

University of Waterloo School of Accountancy. AFM 102: Introductory Management Accounting. Fall Term 2004: Section 4 University of Waterloo School of Accountancy AFM 102: Introductory Management Accounting Fall Term 2004: Section 4 Instructor: Alan Webb Office: HH 289A / BFG 2120 B (after October 1) Phone: 888-4567 ext.

More information

UNDERSTANDING DECISION-MAKING IN RUGBY By. Dave Hadfield Sport Psychologist & Coaching Consultant Wellington and Hurricanes Rugby.

UNDERSTANDING DECISION-MAKING IN RUGBY By. Dave Hadfield Sport Psychologist & Coaching Consultant Wellington and Hurricanes Rugby. UNDERSTANDING DECISION-MAKING IN RUGBY By Dave Hadfield Sport Psychologist & Coaching Consultant Wellington and Hurricanes Rugby. Dave Hadfield is one of New Zealand s best known and most experienced sports

More information

EdX Learner s Guide. Release

EdX Learner s Guide. Release EdX Learner s Guide Release Nov 18, 2017 Contents 1 Welcome! 1 1.1 Learning in a MOOC........................................... 1 1.2 If You Have Questions As You Take a Course..............................

More information

Study Group Handbook

Study Group Handbook Study Group Handbook Table of Contents Starting out... 2 Publicizing the benefits of collaborative work.... 2 Planning ahead... 4 Creating a comfortable, cohesive, and trusting environment.... 4 Setting

More information

Calibration of Confidence Measures in Speech Recognition

Calibration of Confidence Measures in Speech Recognition Submitted to IEEE Trans on Audio, Speech, and Language, July 2010 1 Calibration of Confidence Measures in Speech Recognition Dong Yu, Senior Member, IEEE, Jinyu Li, Member, IEEE, Li Deng, Fellow, IEEE

More information

Let's Learn English Lesson Plan

Let's Learn English Lesson Plan Let's Learn English Lesson Plan Introduction: Let's Learn English lesson plans are based on the CALLA approach. See the end of each lesson for more information and resources on teaching with the CALLA

More information

How to make your research useful and trustworthy the three U s and the CRITIC

How to make your research useful and trustworthy the three U s and the CRITIC How to make your research useful and trustworthy the three U s and the CRITIC Michael Wood University of Portsmouth Business School http://woodm.myweb.port.ac.uk/sl/researchmethods.htm August 2015 Introduction...

More information

Exams: Accommodations Guidelines. English Language Learners

Exams: Accommodations Guidelines. English Language Learners PSSA Accommodations Guidelines for English Language Learners (ELLs) [Arlen: Please format this page like the cover page for the PSSA Accommodations Guidelines for Students PSSA with IEPs and Students with

More information

1 3-5 = Subtraction - a binary operation

1 3-5 = Subtraction - a binary operation High School StuDEnts ConcEPtions of the Minus Sign Lisa L. Lamb, Jessica Pierson Bishop, and Randolph A. Philipp, Bonnie P Schappelle, Ian Whitacre, and Mindy Lewis - describe their research with students

More information

Why Pay Attention to Race?

Why Pay Attention to Race? Why Pay Attention to Race? Witnessing Whiteness Chapter 1 Workshop 1.1 1.1-1 Dear Facilitator(s), This workshop series was carefully crafted, reviewed (by a multiracial team), and revised with several

More information

Laporan Penelitian Unggulan Prodi

Laporan Penelitian Unggulan Prodi Nama Rumpun Ilmu : Ilmu Sosial Laporan Penelitian Unggulan Prodi THE ROLE OF BAHASA INDONESIA IN FOREIGN LANGUAGE TEACHING AT THE LANGUAGE TRAINING CENTER UMY Oleh: Dedi Suryadi, M.Ed. Ph.D NIDN : 0504047102

More information

Films for ESOL training. Section 2 - Language Experience

Films for ESOL training. Section 2 - Language Experience Films for ESOL training Section 2 - Language Experience Introduction Foreword These resources were compiled with ESOL teachers in the UK in mind. They introduce a number of approaches and focus on giving

More information

Nutrition 10 Contemporary Nutrition WINTER 2016

Nutrition 10 Contemporary Nutrition WINTER 2016 Nutrition 10 Contemporary Nutrition WINTER 2016 INSTRUCTOR: Anna Miller, MS., RD PHONE 408.864.5576 EMAIL milleranna@fhda.edu Write NUTR 10 and the time your class starts in the subject line of your e-

More information

Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers

Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers Monica Baker University of Melbourne mbaker@huntingtower.vic.edu.au Helen Chick University of Melbourne h.chick@unimelb.edu.au

More information

Creating Your Term Schedule

Creating Your Term Schedule Creating Your Term Schedule MAY 2017 Agenda - Academic Scheduling Cycle - What is course roll? How does course roll work? - Running a Class Schedule Report - Pulling a Schedule query - How do I make changes

More information

DIBELS Next BENCHMARK ASSESSMENTS

DIBELS Next BENCHMARK ASSESSMENTS DIBELS Next BENCHMARK ASSESSMENTS Click to edit Master title style Benchmark Screening Benchmark testing is the systematic process of screening all students on essential skills predictive of later reading

More information

Speech Recognition at ICSI: Broadcast News and beyond

Speech Recognition at ICSI: Broadcast News and beyond Speech Recognition at ICSI: Broadcast News and beyond Dan Ellis International Computer Science Institute, Berkeley CA Outline 1 2 3 The DARPA Broadcast News task Aspects of ICSI

More information

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents Welcome to WiggleWorks... 3 Program Materials... 3 WiggleWorks Teacher Software... 4 Logging In...

More information