{ "paper_id": "2020", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T10:33:45.223214Z" }, "title": "On Application of Bayesian Parametric and Non-parametric Methods for User Cohorting in Product Search", "authors": [ { "first": "Shashank", "middle": [], "last": "Gupta", "suffix": "", "affiliation": {}, "email": "shashank.gupta@flipkart.com" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "In this paper, we study the applicability of Bayesian Parametric and Non-parametric methods for user clustering in an E-commerce search setting. To the best of our knowledge, this is the first work which presents a comparative study of various Bayesian clustering methods in the context of product search. Specifically, we cluster users based on their topical patterns from their respective product search queries. To evaluate the quality of the clusters formed, we perform collaborative query recommendation task. Our findings indicate that simple parametric model like Latent Dirichlet Allocation (LDA) outperforms more sophisticated non-parametric methods like Distance Dependent Chinese Restaurant Process and Dirichlet Process based clustering in both tasks.", "pdf_parse": { "paper_id": "2020", "_pdf_hash": "", "abstract": [ { "text": "In this paper, we study the applicability of Bayesian Parametric and Non-parametric methods for user clustering in an E-commerce search setting. To the best of our knowledge, this is the first work which presents a comparative study of various Bayesian clustering methods in the context of product search. Specifically, we cluster users based on their topical patterns from their respective product search queries. To evaluate the quality of the clusters formed, we perform collaborative query recommendation task. Our findings indicate that simple parametric model like Latent Dirichlet Allocation (LDA) outperforms more sophisticated non-parametric methods like Distance Dependent Chinese Restaurant Process and Dirichlet Process based clustering in both tasks.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Online retail business has been on an unprecedented growth since last few years, with a market share of 600 Billion dollars last year in the United States 1 . To cope up with such an epochal growth, product discovery becomes an important aspect for any e-commerce platform. It is an important aspect to help customers navigate an ever increasing inventory of products.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Product search is an important aspect of E-Commerce discovery, where displaying relevant and personalized products in answer to an user query is directly tied to customer satisfaction (Su et al., 2018; Moe, 2003) .", "cite_spans": [ { "start": 184, "end": 201, "text": "(Su et al., 2018;", "ref_id": "BIBREF8" }, { "start": 202, "end": 212, "text": "Moe, 2003)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Personalizing search results entails mining search behavior logs to represent individual user's search intent. However, due to the large variance in individual user's preference, finding a good representation is often difficult. In the context of web search, search intent mining has been extensively studied (Teevan et al., 2008; White and Drucker, 2007; Joachims et al., 2017) .", "cite_spans": [ { "start": 309, "end": 330, "text": "(Teevan et al., 2008;", "ref_id": "BIBREF9" }, { "start": 331, "end": 355, "text": "White and Drucker, 2007;", "ref_id": "BIBREF13" }, { "start": 356, "end": 378, "text": "Joachims et al., 2017)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "However, despite it's apparent importance, personalization in product search is not very well studied. There has been some attempts to model user's search intent based on her past product interactions. Qingyao et al. (Ai et al., 2017) jointly learn representations of user, query and users' product reviews for personalization. In a follow-up work, Qingyao et al. (Ai et al., 2019) , learn a 'zero-attention' model for representation learning to account to cold-start problem in new product categories. However, it should be noted that both work attempt to model search interest at the granularity of individual users, which are highly spare in nature. Fig. 1 is the distribution of queries across users in the Amazon Product Search Dataset (Ai et al., 2017) . The distribution is skewed towards left side of the distribution. It shows that query distribution across users is sparse, with very few users have high number of queries and subsequently few interactions as-well. This makes it challenging to model search interests at the granularity of individual users.", "cite_spans": [ { "start": 217, "end": 234, "text": "(Ai et al., 2017)", "ref_id": "BIBREF1" }, { "start": 364, "end": 381, "text": "(Ai et al., 2019)", "ref_id": "BIBREF0" }, { "start": 741, "end": 758, "text": "(Ai et al., 2017)", "ref_id": "BIBREF1" } ], "ref_spans": [ { "start": 653, "end": 659, "text": "Fig. 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "By modelling each user separately, we are also missing on the chance to capture the heterogeneity in the user's search interests. Modelling user's jointly can aid in learning individual user's interest, as-well as aid in handling sparsity through sharing statistical strength within the group. Towards this end, we study various Bayesian clustering methods to model latent user cohorts by mining user's search query patterns.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "To the best of our knowledge, this is the first work in the domain of E-Commerce search to study the application of bayesian methods for modelling user cohorts. The aim of this paper is to present a comparative study of different bayesian parametric and non-parametric methods in the domain of product search. Product search system designers can benifit from this study by making an informed decision when designing E-commerce personalization system.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "There has been plenty of work in web search for modelling user cohorts for learning an effective ranking function. Previous studies (Bian et al., 2010; Giannopoulos et al., 2011) propose a Kmeans clustering of queries and then a learn a ranking function within each sub-group to capture query patterns in each group.", "cite_spans": [ { "start": 132, "end": 151, "text": "(Bian et al., 2010;", "ref_id": "BIBREF2" }, { "start": 152, "end": 178, "text": "Giannopoulos et al., 2011)", "ref_id": "BIBREF5" } ], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2" }, { "text": "However, the focal unit of the previous work is queries, whereas we are interested in modelling user. The closest to our work is by Yan et al. (Yan et al., 2014) , where they model user cohorts based on Click-Through Rates (CTR) and Open Directory Project (ODP) based topics. However, instead of relying on human curated ODP based topics, we use probabilistic topic models to identify topics from user's log data and further use it for clustering.", "cite_spans": [ { "start": 143, "end": 161, "text": "(Yan et al., 2014)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2" }, { "text": "Towards this end, in this work, we study the problem of user cohorting by clustering user's queries in the probabilistic topic space. Specifically, we study application of various probabilistic topic models like Latent Dirichlet Allocation (LDA) (Blei et al., 2003) , Hierarchical Dirichlet Process (HDP) (Wang et al., 2011; Teh, 2006) , Dirichlet Process Gaussian Mixture Model (DPGMM) (Teh, 2010) and the more recent Distance Dependent Chinese Restaurant Process (ddCRP) (Blei and Frazier, 2011). To the best of our knowledge, this is the first work in product search which studies application of probabilistic topic models for user cohorting.", "cite_spans": [ { "start": 246, "end": 265, "text": "(Blei et al., 2003)", "ref_id": "BIBREF4" }, { "start": 305, "end": 324, "text": "(Wang et al., 2011;", "ref_id": "BIBREF12" }, { "start": 325, "end": 335, "text": "Teh, 2006)", "ref_id": "BIBREF10" }, { "start": 387, "end": 398, "text": "(Teh, 2010)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2" }, { "text": "In this section, we will formally define the problem statement followed by a brief description of the non-parametric ddCRP user clustering method.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "User Cohorting using Probabilistic Topic Models", "sec_num": "3" }, { "text": "We define the search log D as :", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Problem Statement:", "sec_num": "3.1" }, { "text": "D = {u, q, p},", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Problem Statement:", "sec_num": "3.1" }, { "text": "where u is the individual user identifier, q is the product search query and p is the unique id of the product purchased by the user in the context of the query q fired. As part of pre-processing, we aggregate the queries fired by user as basic representation unit. Each user u i is represented as,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Problem Statement:", "sec_num": "3.1" }, { "text": "u i = {q 1 , q2, ...., q n },", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Problem Statement:", "sec_num": "3.1" }, { "text": "where each query q j is represented by bag-of-words of of basic search tokens.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Problem Statement:", "sec_num": "3.1" }, { "text": "Here, the user can be treated as a document of search tokens. The goal is to cluster users' based on topical representation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Problem Statement:", "sec_num": "3.1" }, { "text": "In this section, we will describe the ddCRP method for user clustering. The ddCRP is an extension of the popular Bayesian Non-parametric method Chinese Restaurant Process (CRP). Like CRP, it is defined as a distribution over all possible partitions of a set (users in our case). Customer (user u i in our case) enter the restaurant in a sequence and select a table z i following another customer (user) u j based on some probability and sits on that table. This is unlike CRP, where the probability of a customer choosing a seat is proportional to number of customers already seated on that seat.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "Formally, the ddCRP process can be summarized by the following mathematical notation:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "p(z i = j|D, \u03b1) \u221d f (d ij ), if i = j \u03b1, otherwise", "eq_num": "(1)" } ], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "where z i is the latent table assignment for the customer i. z i = j represents that the customer i is linked to customer j with probability defined above. D is the matrix of all pairwise distances (defined in the next section) and alpha is the hyper-parameter of the model. f is the decay function and d ij is the pre-defined distance between user u i and the user u j . R(u 1:N ) defines the clustering structure by traversing the final user linking generated by the model. The generative story of the ddCRP model is defined as below:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "1. For i \u2208 [1 : N ], sample z i \u223cddCRP(\u03b1, f, D). 2. For i \u2208 [1 : N ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "(a) Draw parameter from the base distribution, \u03b8 i \u223c G 0 (b) For each of the M words in the user query chain, draw w i \u223c F(\u03b8 i ).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "Here, since we are dealing with bag-of-words model of text, we choose G 0 as a dirichlet distribution and F to be a Multinomial distribution, which can generate the words in the user's query chain.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ddCRP for user clustering", "sec_num": "3.2" }, { "text": "To fully specify the ddCRP model, we need to define the distance function. In our case, to define the distance between two users as Hellinger distance between their LDA topic distribution.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Defining the Distance Function", "sec_num": "3.3" }, { "text": "In this section, we will describe the experimental results from our study.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Experiments", "sec_num": "4" }, { "text": "For experiments, we use the product search dataset described by Qingyao et. al (Ai et al., 2017) . They use the Amazon product review dataset and extract queries from the user's product reviews and use the purchased product as the relevant product. The dataset is generated for multiple product categories, we choose two of them for our experiments: 1) Compact Discs (CDs) and Vinyls. 2) Kindle Dataset. We removed users with atleast 200 queries, which leaves us with 1300 users in both datasets.", "cite_spans": [ { "start": 79, "end": 96, "text": "(Ai et al., 2017)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "Dataset", "sec_num": "4.1" }, { "text": "We select the following two tasks to evaluate performance of the clustering method: 1) Collaborative Query Recommendation and 2) Collaborative Document Recommendation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dataset", "sec_num": "4.1" }, { "text": "For each user, we select a random sample of 5% queries as test queries and 95% for training. Similarly for products. We train LDA model on query chain constructed from training queries of each user. Specifically, we treat a simple concatenation of queries in user's training queries as a document and the collective query chain of all users as the corpus.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dataset", "sec_num": "4.1" }, { "text": "Once the users are segmented into various groups, we compute frequency of queries in each group. Each user is recommended top-K queries computed from his respective group. We treat user's test query as relevant queries and compute the performance of recommended queries against the relevance set.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Collaborative Query Recommendation:", "sec_num": "4.2" }, { "text": "Prec@5 Prec@10 LDA 0.071934 0.088187 HDP 0.044093 0.058691 ddCRP 0.040030 0.056057 LDA + IGMM 0.007073 0.008202 LDA + GMM 0.017156 0.020767 ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": null }, { "text": "We present some preliminary results on the query recommendation task on the two datasets mentioned above. We compare the following methods: 1) LDA: We use the MAP estimates from the posterior over topics for each user to get the cluster assignment.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results", "sec_num": "5" }, { "text": "2) HDP: Similar to LDA, we use MAP estimates from the posterior to get the cluster assignment.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results", "sec_num": "5" }, { "text": "3) LDA + GMM: We perform Gaussian Mixture Model (GMM) clustering with LDA topic distribution as feature vector. 4) LDA + IGMM: We use Infinite Gaussian Mixture model, which is a non-parameteric model to perform clustering over user's topic distributions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results", "sec_num": "5" }, { "text": "From the results, it is clear that LDA outperforms more sophisticated Non-parameteric methods in terms of Precision metric.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results", "sec_num": "5" }, { "text": "This paper can serve as a starting point of discussion around the use of Bayesian Non-parametric models for user cohorting. The prelimary results weigh in favor of simple parametric model like LDA, however, we believe that with further investigation, ddCRP method's performance can be improved. More specifically, if we perform clustering in the space of recently proposed neural embedding methods, instead of conventional topic model space, it's performance can be improved. We hope this paper can start that discussion.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "6" } ], "back_matter": [], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "A zero attention model for personalized product search", "authors": [ { "first": "Qingyao", "middle": [], "last": "Ai", "suffix": "" }, { "first": "N", "middle": [], "last": "Daniel", "suffix": "" }, { "first": "", "middle": [], "last": "Hill", "suffix": "" }, { "first": "W Bruce", "middle": [], "last": "Vishwanathan", "suffix": "" }, { "first": "", "middle": [], "last": "Croft", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the 28th ACM International Conference on Information and Knowledge Management", "volume": "", "issue": "", "pages": "379--388", "other_ids": {}, "num": null, "urls": [], "raw_text": "Qingyao Ai, Daniel N Hill, SVN Vishwanathan, and W Bruce Croft. 2019. A zero attention model for personalized product search. In Proceedings of the 28th ACM International Conference on Information and Knowledge Management, pages 379-388.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Learning a hierarchical embedding model for personalized product search", "authors": [ { "first": "Qingyao", "middle": [], "last": "Ai", "suffix": "" }, { "first": "Yongfeng", "middle": [], "last": "Zhang", "suffix": "" }, { "first": "Keping", "middle": [], "last": "Bi", "suffix": "" }, { "first": "Xu", "middle": [], "last": "Chen", "suffix": "" }, { "first": "W Bruce", "middle": [], "last": "Croft", "suffix": "" } ], "year": 2017, "venue": "Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval", "volume": "", "issue": "", "pages": "645--654", "other_ids": {}, "num": null, "urls": [], "raw_text": "Qingyao Ai, Yongfeng Zhang, Keping Bi, Xu Chen, and W Bruce Croft. 2017. Learning a hierarchical embedding model for personalized product search. In Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Infor- mation Retrieval, pages 645-654.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Ranking specialization for web search: a divide-and-conquer approach by using topical ranksvm", "authors": [ { "first": "Jiang", "middle": [], "last": "Bian", "suffix": "" }, { "first": "Xin", "middle": [], "last": "Li", "suffix": "" }, { "first": "Fan", "middle": [], "last": "Li", "suffix": "" }, { "first": "Zhaohui", "middle": [], "last": "Zheng", "suffix": "" }, { "first": "Hongyuan", "middle": [], "last": "Zha", "suffix": "" } ], "year": 2010, "venue": "Proceedings of the 19th international conference on World wide web", "volume": "", "issue": "", "pages": "131--140", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jiang Bian, Xin Li, Fan Li, Zhaohui Zheng, and Hongyuan Zha. 2010. Ranking specialization for web search: a divide-and-conquer approach by using topical ranksvm. In Proceedings of the 19th inter- national conference on World wide web, pages 131- 140.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Distance dependent chinese restaurant processes", "authors": [ { "first": "M", "middle": [], "last": "David", "suffix": "" }, { "first": "Peter I", "middle": [], "last": "Blei", "suffix": "" }, { "first": "", "middle": [], "last": "Frazier", "suffix": "" } ], "year": 2011, "venue": "Journal of Machine Learning Research", "volume": "12", "issue": "", "pages": "2461--2488", "other_ids": {}, "num": null, "urls": [], "raw_text": "David M Blei and Peter I Frazier. 2011. Distance de- pendent chinese restaurant processes. Journal of Machine Learning Research, 12(Aug):2461-2488.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Latent dirichlet allocation", "authors": [ { "first": "M", "middle": [], "last": "David", "suffix": "" }, { "first": "", "middle": [], "last": "Blei", "suffix": "" }, { "first": "Y", "middle": [], "last": "Andrew", "suffix": "" }, { "first": "Michael I Jordan", "middle": [], "last": "Ng", "suffix": "" } ], "year": 2003, "venue": "Journal of machine Learning research", "volume": "3", "issue": "", "pages": "993--1022", "other_ids": {}, "num": null, "urls": [], "raw_text": "David M Blei, Andrew Y Ng, and Michael I Jordan. 2003. Latent dirichlet allocation. Journal of ma- chine Learning research, 3(Jan):993-1022.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Theodore Dalamagas, and Timos Sellis", "authors": [ { "first": "Giorgos", "middle": [], "last": "Giannopoulos", "suffix": "" }, { "first": "Ulf", "middle": [], "last": "Brefeld", "suffix": "" } ], "year": 2011, "venue": "Proceedings of the 20th ACM international conference on Information and knowledge management", "volume": "", "issue": "", "pages": "195--200", "other_ids": {}, "num": null, "urls": [], "raw_text": "Giorgos Giannopoulos, Ulf Brefeld, Theodore Dala- magas, and Timos Sellis. 2011. Learning to rank user intent. In Proceedings of the 20th ACM inter- national conference on Information and knowledge management, pages 195-200.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Accurately interpreting clickthrough data as implicit feedback", "authors": [ { "first": "Thorsten", "middle": [], "last": "Joachims", "suffix": "" }, { "first": "Laura", "middle": [], "last": "Granka", "suffix": "" }, { "first": "Bing", "middle": [], "last": "Pan", "suffix": "" }, { "first": "Helene", "middle": [], "last": "Hembrooke", "suffix": "" }, { "first": "Geri", "middle": [], "last": "Gay", "suffix": "" } ], "year": 2017, "venue": "ACM SIGIR Forum", "volume": "51", "issue": "", "pages": "4--11", "other_ids": {}, "num": null, "urls": [], "raw_text": "Thorsten Joachims, Laura Granka, Bing Pan, Helene Hembrooke, and Geri Gay. 2017. Accurately inter- preting clickthrough data as implicit feedback. In ACM SIGIR Forum, volume 51, pages 4-11. Acm New York, NY, USA.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Buying, searching, or browsing: Differentiating between online shoppers using in-store navigational clickstream", "authors": [ { "first": "W", "middle": [], "last": "Wendy", "suffix": "" }, { "first": "", "middle": [], "last": "Moe", "suffix": "" } ], "year": 2003, "venue": "Journal of consumer psychology", "volume": "13", "issue": "1-2", "pages": "29--39", "other_ids": {}, "num": null, "urls": [], "raw_text": "Wendy W Moe. 2003. Buying, searching, or brows- ing: Differentiating between online shoppers using in-store navigational clickstream. Journal of con- sumer psychology, 13(1-2):29-39.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "User intent, behaviour, and perceived satisfaction in product search", "authors": [ { "first": "Ning", "middle": [], "last": "Su", "suffix": "" }, { "first": "Jiyin", "middle": [], "last": "He", "suffix": "" }, { "first": "Yiqun", "middle": [], "last": "Liu", "suffix": "" }, { "first": "Min", "middle": [], "last": "Zhang", "suffix": "" }, { "first": "Shaoping", "middle": [], "last": "Ma", "suffix": "" } ], "year": 2018, "venue": "Proceedings of the Eleventh ACM International Conference on Web Search and Data Mining", "volume": "", "issue": "", "pages": "547--555", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ning Su, Jiyin He, Yiqun Liu, Min Zhang, and Shaop- ing Ma. 2018. User intent, behaviour, and perceived satisfaction in product search. In Proceedings of the Eleventh ACM International Conference on Web Search and Data Mining, pages 547-555.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "To personalize or not to personalize: modeling queries with variation in user intent", "authors": [ { "first": "Jaime", "middle": [], "last": "Teevan", "suffix": "" }, { "first": "T", "middle": [], "last": "Susan", "suffix": "" }, { "first": "Daniel", "middle": [ "J" ], "last": "Dumais", "suffix": "" }, { "first": "", "middle": [], "last": "Liebling", "suffix": "" } ], "year": 2008, "venue": "Proceedings of the 31st annual international ACM SI-GIR conference on Research and development in information retrieval", "volume": "", "issue": "", "pages": "163--170", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jaime Teevan, Susan T Dumais, and Daniel J Liebling. 2008. To personalize or not to personalize: mod- eling queries with variation in user intent. In Pro- ceedings of the 31st annual international ACM SI- GIR conference on Research and development in in- formation retrieval, pages 163-170.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "A hierarchical Bayesian language model based on pitman-yor processes", "authors": [ { "first": "Yee Whye", "middle": [], "last": "Teh", "suffix": "" } ], "year": 2006, "venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics", "volume": "", "issue": "", "pages": "985--992", "other_ids": { "DOI": [ "10.3115/1220175.1220299" ] }, "num": null, "urls": [], "raw_text": "Yee Whye Teh. 2006. A hierarchical Bayesian lan- guage model based on pitman-yor processes. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meet- ing of the Association for Computational Linguistics, pages 985-992, Sydney, Australia. Association for Computational Linguistics.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Online variational inference for the hierarchical dirichlet process", "authors": [ { "first": "Chong", "middle": [], "last": "Wang", "suffix": "" }, { "first": "John", "middle": [], "last": "Paisley", "suffix": "" }, { "first": "David", "middle": [], "last": "Blei", "suffix": "" } ], "year": 2011, "venue": "Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics", "volume": "", "issue": "", "pages": "752--760", "other_ids": {}, "num": null, "urls": [], "raw_text": "Chong Wang, John Paisley, and David Blei. 2011. On- line variational inference for the hierarchical dirich- let process. In Proceedings of the Fourteenth In- ternational Conference on Artificial Intelligence and Statistics, pages 752-760.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Investigating behavioral variability in web search", "authors": [ { "first": "W", "middle": [], "last": "Ryen", "suffix": "" }, { "first": "", "middle": [], "last": "White", "suffix": "" }, { "first": "M", "middle": [], "last": "Steven", "suffix": "" }, { "first": "", "middle": [], "last": "Drucker", "suffix": "" } ], "year": 2007, "venue": "Proceedings of the 16th international conference on World Wide Web", "volume": "", "issue": "", "pages": "21--30", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ryen W White and Steven M Drucker. 2007. Inves- tigating behavioral variability in web search. In Proceedings of the 16th international conference on World Wide Web, pages 21-30.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Cohort modeling for enhanced personalized search", "authors": [ { "first": "Jinyun", "middle": [], "last": "Yan", "suffix": "" }, { "first": "Wei", "middle": [], "last": "Chu", "suffix": "" }, { "first": "Ryen W", "middle": [], "last": "White", "suffix": "" } ], "year": 2014, "venue": "Proceedings of the 37th international ACM SIGIR conference on Research & development in information retrieval", "volume": "", "issue": "", "pages": "505--514", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jinyun Yan, Wei Chu, and Ryen W White. 2014. Co- hort modeling for enhanced personalized search. In Proceedings of the 37th international ACM SIGIR conference on Research & development in informa- tion retrieval, pages 505-514.", "links": null } }, "ref_entries": { "FIGREF0": { "text": "Query Distribution across users.", "type_str": "figure", "uris": null, "num": null }, "TABREF0": { "html": null, "type_str": "table", "text": "Query Recommendation Performance for CDs data", "content": "
MethodPrec@5 Prec@10
LDA0.072863 0.088133
HDP0.069046 0.079751
ddCRP0.054440 0.063734
LDA + IGMM 0.031701 0.027718
LDA + GMM 0.009627 0.011535
", "num": null }, "TABREF1": { "html": null, "type_str": "table", "text": "Query Recommendation Performance for the Kindle data", "content": "", "num": null } } } }