OPTIMAL SIZE, FRESHNESS AND TIME-FRAME FOR VOICE SEARCH VOCABULARY Maryam Kamvar, Ciprian Chelba Google, Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA {mkamvar,ciprianchelba}@google.com

ABSTRACT In this paper, we investigate how to optimize the vocabulary for a voice search language model. The metric we optimize over is the out-of-vocabulary (OoV) rate since it is a strong indicator of user experience. In a departure from the usual way of measuring OoV rates, web search logs allow us to compute the per-session OoV rate and thus estimate the percentage of users that experience a given OoV rate. Under very conservative text normalization, we find that a voice search vocabulary consisting of 2 to 2.5M words extracted from 1 week of search query data will result in an aggregate OoV rate of 0.01; at that size, the same OoV rate will also be experienced by 90% of users. The number of words included in the vocabulary is a stable indicator of the OoV rate. Altering the freshness of the vocabulary or the duration of the time window over which the training data is gathered does not significantly change the OoV rate. Surprisingly, a significantly larger vocabulary (approx. 10 million words) is required to guarantee OoV rates below 0.01 (1%) for 95% of the users. Index Terms: speech recognition, voice search, vocabulary estimation, training data selection 1. INTRODUCTION The OoV rate is one indication of user experience in voice search, and automatic speech recognition (ASR) in general; the higher the OoV rate, the more likely the user is to have a poor experience. Clearly, each OoV word will result in at least one error at the word level1 , and in exactly one error at the whole query/sentencelevel. In ASR practice, OoV rates below 0.01 (1%) are deemed acceptable since typical WER values are well above 10%. As shown in [1], a typical vocabulary for a US English voice search language model (LM) is trained on the US English query stream, contains about one million words, and achieves out-ofvocabulary (OoV) rate of 0.57% on unseen text query data, after query normalization. In a departure from typical vocabulary estimation methodology, [2, 3], the web search query stream not only provides us with training data for the LM, but also with session level information based on 24-hour cookies. Assuming that each cookie corresponds to the experience of a web search user over exactly one day, we can compute per-one-day-user OoV rates, and directly corelate them with the voice search LM vocabulary size. Since the vocabulary estimation algorithms are extremely simple, the paper is purely experimental. Our methodology is as follows: 1 The

approximate rule of thumb is 1.5 errors for every OoV word, so an OoV rate of 1% would lead to about 1.5% absolute loss in word error rate (WER).

• select as training data T a set of queries arriving at the google.com front-end during time period T ; • text normalize the training data, see Section 2; • estimate a vocabulary V by thresholding the 1-gram count of words in T such that it exceeds C, V(T, C); • select as test data E a set of queries arriving at the google.com front-end during time period E; E is a single day that occurs after T , and the data is subjected to the exact same text normalization used in training; • we evaluate both aggregate and per-cookie OoV rates, and report the aggregate OoV rate across all words in E, as well as the percentage of cookies in E that experience an OoV rate that is less or equal than 0.01 (1%). We aim to answer the following questions: • how does the vocabulary size (controlled by the threshold C) impact both aggregate and per-cookie OoV rates? • how does the vocabulary freshness (gap between T and E) impact the OoV rate? • how does the time-frame (duration of T ) of the training data T used to estimate the vocabulary V(T, C) impact the OoV rate? 2. A NOTE ON QUERY NORMALIZATION We build the vocabulary by considering all US English queries logged during T . We break each query up into words, and discard words that have non-alphabetic characters. We perform the same normalization for the test set. So for example if the queries in T were: gawker.com, pizza san francisco, baby food, 4chan status the resulting vocabulary would be pizza, san, francisco, baby, food, status. The query gawker.com and the word 4chan would not be included in the vocabulary because they contain non-alphabetic characters. We note that the above query normalization is extremely conservative in the sense that it discards a lot of problematic cases, and keeps the vocabulary sizes and OoV rates smaller than what would be required for building a vocabulary and language model that would actually be used for voice search query transcription. As a result, the vocabulary sizes that we report to achieve certain OoV values are very likely just lower bounds on the actual vocabulary sizes needed, were correct text normalization (see [1] for an example text normalization pipeline) to be performed. 3. EXPERIMENTS The various vocabularies used in our experiment are created from queries issued during a one-week to one-month period starting on 10/04/2011. The vocabulary is comprised of the words that were repeated C or more times in T . We chose seven values for C: 960,

480, 240, 120, 60, 30 and 15. As C decreases, the vocabulary size increases; to preserve user privacy we do not use C values lower than 15. For each training set T discussed in this paper, we will create seven different vocabularies based on these thresholds. Each test set E is comprised of queries associated with a set of over 10 million cookies during a one-day period. We associate test queries by cookie-id in order to compute user-based (per-cookie) OoV rate. All of our data is strictly anonymous; the queries bear no useridentifying information. The only query data saved after training are the vocabularies. The evaluation on test data is done by counting on streamed filtered query logs, without saving any data. 3.1. Vocabulary Size

We again created seven threshold based vocabularies for each T . We evaluate the aggregate OoV rate on the date E = 11/1/2011, see Fig. 3, as well as the percentage of users with a per-cookie OoV rate below 0.01 (1%), see Fig. 4. We see that the shape of the graph is fairly consistent across T time windows, and a week of training data is as good as a month. More interestingly, Fig. 4 shows that aiming at an operating point where 95% the percentage of users experience OoV rates below 0.01 (1%) requires significantly larger vocabularies, approx. 10 million words. 4. CONCLUSIONS

To understand the impact of vocabulary size on OoV rate, we created several vocabularies from the queries issued in the week T = 10/4/2011−10/10/2011. The size of the various vocabularies as a function of the count threshold is presented in Table 1; Fig. 1 shows the relationship between the logarithm of the size of the vocabulary and the aggregate OoV rate—a log-log plot of the same data points would reveal a ”quasi-linear” dependency. We have also measured Table 1. Vocabulary size as a function of count threshold. threshold 15 30 60 120 240 480 960

• 3 week period between 10/11/2011 − 10/31/2011 • 4 week period between 10/04/2011 − 10/31/2011

vocabulary size 3,643,583 2,277,696 1,429,888 901,213 569,330 361,776 232,808

the percentage of cookies/users for a given OoV rate (0.01, or 1%), and the results are shown in Fig. 2. At a vocabulary size of 2.25 million words (C = 30, aggregate OoV=0.01), over 90% of users will experience an OoV rate of 0.01. 3.2. Vocabulary Freshness To understand the impact of the vocabulary freshness on the OoV rate, we take the seven vocabularies described above (T = 10/4/2011 − 10/10/2011 and C = 960, 480, 240, 120, 60, 30, 15) and investigate the OoV rate change as the lag between the training data T and the test data E increases: we used the 14 consecutive Tuesdays between 2010/10/11 − 2011/01/20 as test data. We chose to keep the day of week consistent (a Tuesday) across this set of E dates in order to mitigate any confounding factors with regard to day-of-week. We found that within a 14-week time span, as the freshness of the vocabulary decreases, there is no consistent increase in the aggregate OoV rate (Fig. 1) nor any significant decrease in the percentage of users who experience less than 0.01 (1%) OoV rate (Fig. 2). 3.3. Vocabulary Time Frame To understand how the duration of T (the time window over which the vocabulary is estimated) impacts OoV rate, we created vocabularies over the following time windows: • 1 week period between 10/25/2011 − 10/31/2011 • 2 week period between 10/18/2011 − 10/31/2011

To guarantee out-of-vocabulary rates below 0.01 (1%) we find that we need a vocabulary of 2-2.5 million words (even with the conservative text normalization described in Section 2). That vocabulary size guarantees OoV rates below 0.01 (1%) for 90% of the users. Somewhat surprisingly, our experimental data shows that a significantly larger vocabulary (approx. 10 million words) seems to be required to guarantee a 0.01 (1%) OoV rate for 95% of the users. Studies on the www pages side [4] show that after just a few million words, vocabulary growth is close to a straight line in the logarithmic scale; the vocabulary grows by about 69% each time the size of the text is doubled even when using 1 trillion words of training data. Since queries are used for finding such pages, the growth in query stream vocabulary size is easier to understand. We also find that one week of data is as good as one month for estimating the vocabulary, and that there is very little drift in OoV rate as the test data (one day) shifts during the three months following the training data used for estimating the vocabulary. 5. ACKNOWLEDGEMENTS We would like to thank Thorsten Brants for useful discussions. 6. REFERENCES [1] C. Chelba, J. Schalkwyk, T. Brants, V. Ha, B. Harb, W. Neveitt, C. Parada, and P. Xu, “Query language modeling for voice search,” in Spoken Language Technology Workshop (SLT), 2010 IEEE, Dec. 2010, pp. 127 –132. [2] F. Jelinek, “Self-organized language modeling for speech recognition,” Readings in speech recognition, pp. 450–506, 1990. [3] A. Venkataraman and W. Wang, “Techniques for effective vocabulary selection,” Arxiv preprint cs/0306022, 2003. [4] Thorsten Brants, “Vocabulary growth,” in Festschrift for Hans Uszkoreit, Valia Kordoni, Ed. CSLI Publications, to appear.

average oov rate across all users - logscale 0.035

Tue 1/10 Tue 1/03 Tue 12/27 Tue 12/20 Tue 12/13 Tue 12/06 Tue 11/29 Tue 11/22 Tue 11/15 Tue 11/8 Tue 11/1 Tue 10/25 Tue 10/18 Tue 10/11

0.03

0.025

0.02

0.015

0.01

1e+07

1e+06

100000

0.005

vocabulary size

Fig. 1. Aggregate OoV Rate as a Function of Vocabulary Size (log-scale), Evaluated on a Range of Test Sets Collected every Tuesday between 2011/10/11-2012/01/03.

percent of users with oov rate <=.01 - logscale 95

90

85

Tue 1/10 Tue 1/03 Tue 12/27 Tue 12/20 Tue 12/13 Tue 12/06 Tue 11/29 Tue 11/22 Tue 11/15 Tue 11/8 Tue 11/1 Tue 10/25 Tue 10/18 Tue 10/11

80

75 100000

1e+06 vocabulary size

1e+07

Fig. 2. Percentage of Cookies/Users with OoV Rate less than 0.01 (1%) as a Function of Vocabulary Size (log-scale), Evaluated on Test Sets Collected every Tuesday between 2011/10/11-2012/01/03.

average oov rate across all users - logscale 0.035

4 weeks 3 weeks 2 weeks 1 week

training training training training

data data data data

0.03

0.025

0.02

0.015

0.01

vocabulary size

Fig. 3. Aggregate OoV rate on 11/1/2011 over Vocabularies Built from Increasingly Large Training Sets.

1e+07

1e+06

100000

0.005

percent of users with oov rate <=.01 - logscale 95

90

85

80

75 100000

4 weeks 3 weeks 2 weeks 1 week 1e+06 vocabulary size

training training training training

data data data data 1e+07

Fig. 4. Percentage of Cookies/Users with OoV Rate less than 0.01 (1%) on 11/1/2011 over Vocabularies Built from Increasingly Large Training Sets.

OPTIMAL SIZE, FRESHNESS AND TIME ... - Research at Google

tion, training data selection. 1. INTRODUCTION. The OoV rate is one indication of user experience in voice search, and automatic speech recognition (ASR) in ...

61KB Sizes 9 Downloads 372 Views

Recommend Documents

Time Series Anomaly Detection - Research at Google
Statistical and regression techniques seem more promising in these cases. Netflix recently released their solution for anomaly detection in big data using Robust.

Size Matters: Exhaustive Geometric Verification ... - Research at Google
large databases while extracting the data needed for geometric verification for all remaining .... identifier of the least-advanced posting lists and its index, but also how many ..... with applications to image analysis and automated cartography.

Estimating the size of online social networks - Research at Google
1. Estimating the Size of Online Social Networks. Shaozhi Ye*. Google Inc. ... three estimators using widely available OSN functionalities/services. The first ...

An Optimal Online Algorithm For Retrieving ... - Research at Google
Oct 23, 2015 - Perturbed Statistical Databases In The Low-Dimensional. Querying Model. Krzysztof .... The goal of this paper is to present and analyze a database .... applications an adversary can use data in order to reveal information ...

Minimax Optimal Algorithms for Unconstrained ... - Research at Google
thorough analysis of the minimax behavior of the game, providing characteriza- .... and 3.2 we propose soft penalty functions that encode the belief that points ...

A New Approach to Optimal Code Formatting - Research at Google
way in which alternate program layouts are provided to the algorithm, and the .... and a cost α for each line break output.3 Given a collection of alternative layouts for ... expression with a function—call it the layout's minimum cost function—

New methods to determine fish freshness in research ...
methods described as reference protocols, it will be necessary to develop ... détermination de la qualité du poisson, et de distribuer les applications sur la base ...

Optimal Size of the Government and Imperfect ...
His model does not take into account any other (non#technical) explanatory ...... Therefore we can restrict our study to the open interval /z/.0, &'. ...... [10] Grossman, P. [1988b], lGrowth in Government and Economic Growth: the Australian Experien

Janus: Optimal Flash Provisioning for Cloud ... - Research at Google
sus, in a large private cloud data center. The underly- ing storage is a mix of disk and flash storage on distinct chunkservers, structured as separate tiers.

Optimal Content Placement for a Large-Scale ... - Research at Google
CONTENT and network service providers are facing an explosive growth in ... a 1-h 4 K video takes up about 20 GB of disk [2], and today's. VoD providers are ...

Optimal trajectory control for parallel single ... - Research at Google
Let xk,yk be the solution of the above optimization. Then ... the following analytic formula. [xk yk. ] .... operator to obtain the analytic formula of iL(t),vC(t), and io(t).

Efficiency of (Revenue-)Optimal Mechanisms - Research at Google
within a small additive constant of 5.7. ... Auctions are bid-based mechanisms for buying and selling ... benefit of the business in mind, they might want to keep.

Mixed Motives and the Optimal Size of Voting Bodies - CiteSeerX
In large vot- ing bodies, the chance of a single vote being decisive is negligible, and ex- pressive motives come to the fore. Finally, for bodies of intermediate size, ... as long as passion and reason are correlated, we show that “passionate” v

Globally Optimal Surfaces by Continuous ... - Research at Google
other analysis techniques that practitioners need only define an appropriate mea- sure of 'goodness' and then optimise ... stereo matching yielding improved spatial consistency at the cost of additional computation [12]. ... additional user interacti

Mixed Motives and the Optimal Size of Voting Bodies - CiteSeerX
The University of Chicago Press is collaborating with JSTOR to digitize, preserve and extend access to Journal of Political .... long history in political economy. ...... Pittsburgh. Brennan, Geoffrey, and James Buchanan. 1984. “Voter Choice: Evalu

New methods to determine fish freshness in research ...
First, the quality definition is discussed, considered as a broad concept, addressing all the features of the fish ... the number of marketable species is enormous.

Recent Advances in Google Real-Time HMM ... - Research at Google
Sep 8, 2016 - order to deal with limited domain requests. This paper is organized as follows. Section 2 describes the core of our unit selection system. Section ...

Approximate reasoning for real-time ... - Research at Google
does it suffice to prove a property about an approximant? ... of the metric do not play any essential role. ..... states 〈si, ˜ci〉 generates f : [0, ∞) → G as follows:.

A Polynomial-Time Dynamic Programming ... - Research at Google
A Polynomial-Time Dynamic Programming Algorithm for Phrase-Based. Decoding with a Fixed .... gorithms all have exponential time runtime (in the length of the ...

Real-Time Grasp Detection Using Convolutional ... - Research at Google
data for tasks like object recognition [8], detection [9] [10], .... but they are by no means exhaustive of every possible grasp. ... cross-validation splits as above.

Combining Time and Space Similarity for Small Size ...
http://www.ics.uci.edu/∼mlearn/MLRepository.html, 2007. 2. C. G. Atkeson ... In 17th Brazilian Symposium on AI, LNCS, pages 286–295, 2004. 7. V. Ganti, J.

Mesa: Geo-Replicated, Near Real-Time ... - Research at Google
Jan 1, 2014 - [10] have proposed the MaSM (materialized sort-merge) algorithm, which can be used ... lems of data corruption that may result from software errors and hardware ...... other companies that need to be supported. In summary,.