EDBT 2026 Demo / reviewers in the wild / expert
Wray L. Buntine
dblp:72/3885 · also Wray Lindsay Buntine
· DBLP profile ↗
37ranked-venue papers in the field
7as first author
6since 2021 · last 2026
0000-0001-9292-1015ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 24 (4 first)Information Retrieval & Web Search · 7Other / Interdisciplinary · 4 (2 first)Database Systems & Data Management · 1 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Ensembled Bayesian tabular data generator
Yishuo Zhang, Nayyar Abbas Zaidi, Jiahui Zhou, Gang Li 0009, Wray L. Buntine |
Knowl. Inf. Syst. | 5 |
| 2025 | Leveraging Deep AUC Maximisation for Enhanced Active Learning in Named Entity Recognition
Dan Nguyen, Wray L. Buntine, Haifeng Zhao 0002, Lan Du 0002 |
ADMA (2) | 4 |
| 2024 | Scalable Transformer for High Dimensional Multivariate Time Series ForecastingabstractDeep models for Multivariate Time Series (MTS) forecasting have recently demonstrated significant success. Channel-dependent models capture complex dependencies that channel-independent models cannot capture. However, the number of channels in real-world applications outpaces the capabilities of existing channel-dependent models, and contrary to common expectations, some models underperform the channel-independent models in handling high-dimensional data, which raises questions about the performance of channel-dependent models. To address this, our study first investigates the reasons behind the suboptimal performance of these channel-dependent models on high-dimensional MTS data. Our analysis reveals that two primary issues lie in the introduced noise from unrelated series that increases the difficulty of capturing the crucial inter-channel dependencies, and challenges in training strategies due to high-dimensional data. To address these issues, we propose STHD, the Scalable Transformer for High-Dimensional Multivariate Time Series Forecasting. STHD has three components: a) Relation Matrix Sparsity that limits the noise introduced and alleviates the memory issue; b) ReIndex applied as a training strategy to enable a more flexible batch size setting and increase the diversity of training data; and c) Transformer that handles 2-D inputs and captures channel dependencies. These components jointly enable STHD to manage the high-dimensional MTS while maintaining computational feasibility. Furthermore, experimental results show STHD's considerable improvement on three high-dimensional datasets: Crime-Chicago, Wiki-People, and Traffic. The source code and dataset are publicly available https://github.com/xinzzzhou/ScalableTransformer4HighDimensionMTSF.git. Xin Zhou 0023, Weiqing Wang 0001, Wray L. Buntine, Shilin Qu, Abishek Sriramulu, Weicong Tan, Christoph Bergmeir |
CIKM | 3 |
| 2023 | Low-Resource Named Entity Recognition: Can One-vs-All AUC Maximization Help?abstractNamed entity recognition (NER), a task that identifies and categorizes named entities such as persons or organizations from text, is traditionally framed as a multi-class classification problem. However, this approach often overlooks the issues of imbalanced label distributions, particularly in low-resource settings, which is common in certain NER contexts, like biomedical NER (bioNER). To address these issues, we propose an innovative reformulation of the multi-class problem as a one-vs-all (OVA) learning problem and introduce a loss function based on the area under the receiver operating characteristic curve (AUC). To enhance the efficiency of our OVA-based approach, we propose two training strategies: one groups labels with similar linguistic characteristics, and another employs meta-learning. The superiority of our approach is confirmed by its performance, which surpasses traditional NER learning in varying NER settings. Ngoc Dang Nguyen, Lan Du 0002, Wray L. Buntine, Richard Beare, Changyou Chen |
ICDM | 4 |
| 2023 | MEG: Masked Ensemble Tabular Data GeneratorabstractTabular data generation has seen renewed interest with the advent of Generative Adversarial Networks (GAN). Recently, it has been shown that one can use a Bayesian network as either a generator or a discriminator in the GAN framework, resulting in an algorithm known as GANBLR. It has been shown that GANBLR gives state of the art results for tabular data generation. However, the model has one limitation. It uses class attributes during model training. For example, a supervised Bayesian network is needed as a generator at training time. This makes GANBLR inapplicable for cases where we do not have access to class information. Addressing this shortcoming of GANBLR has been the main motivation of this work. In this work, we have proposed a new model of tabular data generation – Masked Ensemble Tabular Generator (MEG), which does not require class labels to generate tabular data. The proposed models rely on a novel strategy of using a collection of Bayesian networks as part of the generator, and relies on masking operations to train the generator efficiently. It also uses a group-based similarity measure to adjust the number of samples generated from each Bayesian network in the collection. We perform extensive experiments on a variety of datasets and demonstrate that MEG not only outperforms baselines that do not have class information during training, such as CTGAN and TVAE, but also outperforms baselines that provide access to class information during training, such as TableGAN and CtabGANmethods. It has almost similar performance in terms of machine learning utility to GANBLR, and of course is greatly advantaged by being truly unsupervised in nature. We highlight this by demonstrating its applicability to a clustering task. We also investigate the privacy preserving capabilities of MEG and demonstrate its superior performance compared to other baselines. Yishuo Zhang, Nayyar Abbas Zaidi, Gang Li 0009, Wray L. Buntine |
ICDM | 4 |
| 2022 | ENDASh: Embedding Neighbourhood Dissimilarity with Attribute Shuffling for Graph Anomaly Detection
Qizhou Wang 0001, Mahsa Salehi, Jia Shun Low, Wray L. Buntine, Christopher Leckie |
PAKDD (2) | 4 |
| 2020 | Robust Attribute and Structure Preserving Graph Embedding
Bhagya Hettige, Weiqing Wang 0001, Yuan-Fang Li, Wray L. Buntine |
PAKDD (2) | 4 |
| 2020 | Hierarchical Gradient Smoothing for Probability Estimation Trees
He Zhang 0010, François Petitjean, Wray L. Buntine |
PAKDD (1) | 3 |
| 2020 | LoRMIkA: Local rule-based model interpretability with k-optimal associations
Dilini Rajapaksha, Christoph Bergmeir, Wray L. Buntine |
Inf. Sci. | 3 |
| 2020 | Bayesian network classifiers using ensembles and smoothing
He Zhang 0010, François Petitjean, Wray L. Buntine |
Knowl. Inf. Syst. | 3 |
| 2019 | Leveraging external information in topic modelling
He Zhao 0001, Lan Du 0002, Wray L. Buntine, Gang Liu 0021 |
Knowl. Inf. Syst. | 3 |
| 2018 | A Left-to-Right Algorithm for Likelihood Estimation in Gamma-Poisson Factor Analysis
Joan Capdevila, Jesús Cerquides, Jordi Torres, François Petitjean, Wray L. Buntine |
ECML/PKDD (2) | 5 |
| 2017 | MetaLDA: A Topic Model that Efficiently Incorporates Meta InformationabstractBesides the text content, documents and their associated words usually come with rich sets of meta information, such as categories of documents and semantic/syntactic features of words, like those encoded in word embeddings. Incorporating such meta information directly into the generative process of topic models can improve modelling accuracy and topic quality, especially in the case where the word-occurrence information in the training data is insufficient. In this paper, we present a topic model, called MetaLDA, which is able to leverage either document or word meta information, or both of them jointly. With two data argumentation techniques, we can derive an efficient Gibbs sampling algorithm, which benefits from the fully local conjugacy of the model. Moreover, the algorithm is favoured by the sparsity of the meta information. Extensive experiments on several real world datasets demonstrate that our model achieves comparable or improved performance in terms of both perplexity and topic quality, particularly in handling sparse texts. In addition, compared with other models using meta information, our model runs significantly faster. He Zhao 0001, Lan Du 0002, Wray L. Buntine, Gang Liu 0021 |
ICDM | 3 |
| 2016 | PULP: A System for Exploratory Search of Scientific LiteratureabstractDespite the growing importance of exploratory search, information retrieval (IR) systems tend to focus on lookup search. Lookup searches are well served by optimising the precision and recall of search results, however, for exploratory search this may be counterproductive if users are unable to formulate an appropriate search query. We present a system called PULP that supports exploratory search for scientific literature, though the system can be easily adapted to other types of literature. PULP uses reinforcement learning (RL) to avert the user from context traps resulting from poorly chosen search queries, trading off between exploration (presenting the user with diverse topics) and exploitation (moving towards more specific topics). Where other RL-based systems suffer from the "cold start" problem, requiring sufficient time to adjust to a user's information needs, PULP initially presents the user with an overview of the dataset using temporal topic models. Topic models are displayed in an interactive alluvial diagram, where topics are shown as ribbons that change thickness with a given topics relative prevalence over time. Interactive, exploratory search sessions can be initiated by selecting topics as a starting point. Alan Medlar, Kalle Ilves, Wray L. Buntine, Dorota Glowacka |
SIGIR | 4 |
| 2015 | Special session on trends & controversies in data science (TCDS)abstractAs an emerging area, data science is facing great opportunities as well as challenges. Often arguments exist: What is data science? Why data science? We have information science already, why do we need data science? Do we need analytics science? Is analytics new? What is the difference between statistics and data analytics? What makes a data scientist? We believe that a special session on Trends and Controversy about data science and advanced analytics could bring insights from different mindsets for the healthy development of the science and society. Accordingly, this T&C special session will host talks by invitation to outline different views about today and future of data science. Invited speakers can contribute a paper (in the same format as the main conference submissions but could be less than 10 pages) to the special session, which will be handled by program co-chairs and accepted into the main conference proceeding probably by addressing comments from the program cochairs. Florence Forbes, Wray L. Buntine |
DSAA | 2 |
| 2014 | Twitter Opinion Topic Model: Extracting Product Opinions from Tweets by Leveraging Hashtags and Sentiment LexiconabstractAspect-based opinion mining is widely applied to review data to aggregate or summarize opinions of a product, and the current state-of-the-art is achieved with Latent Dirichlet Allocation (LDA)-based model. Although social media data like tweets are laden with opinions, their "dirty" nature (as natural language) has discouraged researchers from applying LDA-based opinion model for product review mining. Tweets are often informal, unstructured and lacking labeled data such as categories and ratings, making it challenging for product opinion mining. In this paper, we propose an LDA-based opinion model named Twitter Opinion Topic Model (TOTM) for opinion mining and sentiment analysis. TOTM leverages hashtags, mentions, emoticons and strong sentiment words that are present in tweets in its discovery process. It improves opinion prediction by modeling the target-opinion interaction directly, thus discovering target specific opinion words, neglected in existing approaches. Moreover, we propose a new formulation of incorporating sentiment prior information into a topic model, by utilizing an existing public sentiment lexicon. This is novel in that it learns and updates with the data. We conduct experiments on 9 million tweets on electronic products, and demonstrate the improved performance of TOTM in both quantitative evaluations and qualitative analysis. We show that aspect-based opinion analysis on massive volume of tweets provides useful opinions on products. Kar Wai Lim, Wray L. Buntine |
CIKM | 2 |
| 2014 | Experiments with non-parametric topic modelsabstractIn topic modelling, various alternative priors have been developed, for instance asymmetric and symmetric priors for the document-topic and topic-word matrices respectively, the hierarchical Dirichlet process prior for the document-topic matrix and the hierarchical Pitman-Yor process prior for the topic-word matrix. For information retrieval, language models exhibiting word burstiness are important. Indeed, this burstiness effect has been show to help topic models as well, and this requires additional word probability vectors for each document. Here we show how to combine these ideas to develop high-performing non-parametric topic models exhibiting burstiness based on standard Gibbs sampling. Experiments are done to explore the behavior of the models under different conditions and to compare the algorithms with previously published. The full non-parametric topic models with burstiness are only a small factor slower than standard Gibbs sampling for LDA and require double the memory, making them very competitive. We look at the comparative behaviour of different models and present some experimental insights. Wray L. Buntine, Swapnil Mishra |
KDD | 1 |
| 2013 | Improving LDA topic models for microblogs via tweet pooling and automatic labelingabstractTwitter, or the world of 140 characters poses serious challenges to the efficacy of topic models on short, messy text. While topic models such as Latent Dirichlet Allocation (LDA) have a long history of successful application to news articles and academic abstracts, they are often less coherent when applied to microblog content like Twitter. In this paper, we investigate methods to improve topics learned from Twitter content without modifying the basic machinery of LDA; we achieve this through various pooling schemes that aggregate tweets in a data preprocessing step for LDA. We empirically establish that a novel method of tweet pooling by hashtags leads to a vast improvement in a variety of measures for topic coherence across three diverse Twitter datasets in comparison to an unmodified LDA baseline and a variety of pooling schemes. An additional contribution of automatic hashtag labeling further improves on the hashtag pooling results for a subset of metrics. Overall, these two novel schemes lead to significantly improved LDA topic models on Twitter content. Rishabh Mehrotra, Scott Sanner, Wray L. Buntine, Lexing Xie |
SIGIR | 3 |
| 2013 | Introduction to the special issue on social web miningabstractNo abstract available. Francesco Bonchi, Wray L. Buntine, Ricard Gavaldà, Shengbo Guo |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2012 | Score-Based Bayesian Skill Learning
Shengbo Guo, Scott Sanner, Thore Graepel, Wray L. Buntine |
ECML/PKDD (1) | 4 |
| 2012 | Sequential latent Dirichlet allocation
Lan Du 0002, Wray L. Buntine, Huidong Jin 0001, Changyou Chen |
Knowl. Inf. Syst. | 2 |
| 2011 | Sampling Table Configurations for the Hierarchical Poisson-Dirichlet Process
Changyou Chen, Lan Du 0002, Wray L. Buntine |
ECML/PKDD (1) | 3 |
| 2010 | Sequential Latent Dirichlet Allocation: Discover Underlying Topic Structures within a DocumentabstractUnderstanding how topics within a document evolve over its structure is an interesting and important problem. In this paper, we address this problem by presenting a novel variant of Latent Dirichlet Allocation (LDA): Sequential LDA (SeqLDA). This variant directly considers the underlying sequential structure, i.e., a document consists of multiple segments (e.g., chapters, paragraphs), each of which is correlated to its previous and subsequent segments. In our model, a document and its segments are modelled as random mixtures of the same set of latent topics, each of which is a distribution over words; and the topic distribution of each segment depends on that of its previous segment, the one for first segment will depend on the document topic distribution. The progressive dependency is captured by using the nested two-parameter Poisson Dirichlet process (PDP). We develop an efficient collapsed Gibbs sampling algorithm to sample from the posterior of the PDP. Our experimental results on patent documents show that by taking into account the sequential structure within a document, our SeqLDA model has a higher fidelity over LDA in terms of perplexity (a standard measure of dictionary-based compressibility). The SeqLDA model also yields a nicer sequential topic structure than LDA, as we show in experiments on books such as Melville's "The Whale". Lan Du 0002, Wray L. Buntine, Huidong Jin 0001 |
ICDM | 2 |
| 2009 | Kernel Conditional Quantile Estimation via Reduction RevisitedabstractQuantile regression refers to the process of estimating the quantiles of a conditional distribution and has many important applications within econometrics and data mining, among other domains. In this paper, we show how to estimate these conditional quantile functions within a Bayes risk minimization framework using a Gaussian process prior. The resulting non-parametric probabilistic model is easy to implement and allows non-crossing quantile functions to be enforced. Moreover, it can directly be used in combination with tools and extensions of standard Gaussian processes such as principled hyperparameter estimation, sparsification, and quantile regression with input-dependent noise rates. No existing approach enjoys all of these desirable properties. Experiments on benchmark datasets show that our method is competitive with state-of-the-art approaches. Novi Quadrianto, Kristian Kersting, Mark D. Reid, Tibério S. Caetano, Wray L. Buntine |
ICDM | 5 |
| 2009 | Guest editors' introduction: special issue of selected papers from ECML PKDD 2009
Alek Kolcz, Dunja Mladenic, Wray L. Buntine, Marko Grobelnik, John Shawe-Taylor |
Data Min. Knowl. Discov. | 3 |
| 2008 | Natural language retrieval of grocery productsabstractIn this paper we describe modifications to a natural language grocery retrieval system, introduced in our earlier work. We also compare our system against an off-the-shelf retrieval tool, and show that our system is significantly better for top-ranked retrieval results. Petteri Nurmi, Eemil Lagerspetz, Wray L. Buntine, Patrik Floréen, Joonas Kukkonen, Peter Peltonen |
CIKM | 3 |
| 2008 | Product retrieval for grocery storesabstractWe introduce a grocery retrieval system that maps shopping lists written in natural language into actual products in a grocery store. We have developed the system using nine months of shopping basket data from a large Finnish supermarket. To evaluate the system, we used 70 real shopping lists gathered from customers of the supermarket. Our system achieves over 80% precision for products at rank one, and the precision is around 70% for products at rank 5. Petteri Nurmi, Eemil Lagerspetz, Wray L. Buntine, Patrik Floréen, Joonas Kukkonen |
SIGIR | 3 |
| 2005 | A temporally adaptive content-based relevance ranking algorithmabstractIn information retrieval relevance ranking of the results is one of the most important single tasks there are. There are many diffierent ranking algorithms based on the content of the documents or on some external properties e.g. link structure of html documents.We present a temporally adaptive content-based relevance ranking algorithm that explicitly takes into account the temporal behavior of the underlying statistical properties of the documents in the form of a statistical topic model. more we state that our algorithm can be used on top of any ranking algorithm. Jukka Perkiö, Wray L. Buntine, Henry Tirri |
SIGIR | 2 |
| 2005 | Opportunities from Open Source SearchabstractInternet search has a strong business model that permits a free service to users, so it is difficult to see why, if at all, there should be open source offerings as well. This paper first discusses open source search and a rationale for the computer science community at large to get involved. Because there is no shortage of core open source components for at least some of the tasks involved, the Alvis Consortium is building infrastructure for open source search engines using peer-to-peer and subject specific technology as its core, based on this rationale. We view open source search as a rich future playground in which information extraction and retrieval components can be used and intelligent agents can operate. Wray L. Buntine, Karl Aberer, Ivana Podnar Zarko, Martin Rajman |
Web Intelligence | 1 |
| 2005 | Multi-Faceted Information Retrieval System for Large Scale Email ArchivesabstractWe profile a system for search and analysis of large-scale email archives. The system builds around four facets: content-based search engine, statistical topic model, automatically inferred social networks, and time-series analysis. The facets correspond to the types of information available in email data. The presented system allows chaining or combining the facets flexibly. Results of one facet may be used as input to another yielding remarkable combinatorial power. In information retrieval point of view, the system provides support for exploration, approximate textual searches and data visualization. We present some experimental results based on a large real-world email corpus. Jukka Perkiö, Ville H. Tuulos, Wray L. Buntine, Henry Tirri |
Web Intelligence | 3 |
| 2004 | A Scalable Topic-Based Open Source Search EngineabstractSite-based or topic-specific search engines work with mixed success because of the general difficulty of the information retrieval task, and the lack of good link information to allow authorities to be identified. We are advocating an open source approach to the problem due to its scope and need for software components. We have adopted a topic-based search engine because it represents the next generation of capability. This paper outlines our scalable system for site-based or topic-specific search, and demonstrates the developing system on a small 250,000 document collection of EU and UN web pages. Wray L. Buntine, Jaakko Löfström, Jukka Perkiö, Sami Perttu, Vladimir Poroshin, Tomi Silander, Henry Tirri, Antti J. Tuominen, Ville H. Tuulos |
Web Intelligence | 1 |
| 2004 | Exploring Independent Trends in a Topic-Based Search EngineabstractTopic-based search engines are an alternative to simple keyword search engines that are common in today's intranets. The temporal behaviour of the topics in a topic model based search engine can be used for trend analysis, which is an important research goal on its own. We apply topic modelling to an online financial newspaper data and show that some of the trends in the topics are consistent with common understanding. Jukka Perkiö, Wray L. Buntine, Sami Perttu |
Web Intelligence | 2 |
| 2002 | Variational Extensions to EM and Multinomial PCA
Wray L. Buntine |
ECML | 1 |
| 1999 | Towards Automated Synthesis of Data Mining ProgramsabstractCode synthesis is routinely used in industry to generate GUIs, form filling applications, and database support code and is even used with COBOL. In this paper we consider the question of whether code synthesis could also be applied to the data mining phase of knowledge discovery. We view this as a rapid prototyping method. Rapid prototyping of statistical data analysis algorithms would allow experienced analysts to experiment with different statistical models before choosing one, but without requiring prohibitively expensive programming efforts. It would also smooth the steep learning curve often faced by novice users of data mining tools and libraries. Finally, it would accelerate dissemination of essential research results and the development of applications. In this paper, we present a framework and the basic software for the automated synthesis of data analysis programs. We use a specification language that generalizes Bayesian networks, a popular notation used in many communities... Wray L. Buntine, Bernd Fischer 0002, Thomas Pressburger |
KDD | 1 |
| 1998 | Analysing Rock Samples for the Mars Lander
Jonathan Oliver, Ted Roush, Paul Gazis, Wray L. Buntine, Rohan A. Baxter, Steven R. Waterhouse |
KDD | 4 |
| 1996 | A Guide to the Literature on Learning Probabilistic Networks from DataabstractThe literature review presented discusses different methods under the general rubric of learning Bayesian networks from data, and includes some overlapping work on more general probabilistic networks. Connections are drawn between the statistical, neural network, and uncertainty communities, and between the different methodological communities, such as Bayesian, description length, and classical statistics. Basic concepts for learning and Bayesian networks are introduced and methods are then reviewed. Methods are discussed for learning parameters of a probabilistic network, for learning the structure, and for learning hidden variables. The article avoids formal definitions and theorems, as these are plentiful in the literature, and instead illustrates key concepts with simplified examples. Wray L. Buntine |
IEEE Trans. Knowl. Data Eng. | 1 |
| 1995 | Intelligent Instruments: Discovering How to Turn Spectral Data into Information
Wray L. Buntine, Tarang Patel |
KDD | 1 |