EDBT 2026 Demo / reviewers in the wild / expert
Raymond Y. K. Lau
dblp:l/RaymondYKLau · also Raymond Lau 0001, Raymond Yiu-Keung Lau
· DBLP profile ↗
38ranked-venue papers in the field
10as first author
8since 2021 · last 2023
0000-0002-5751-4550ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 10 (3 first)Other / Interdisciplinary · 9 (4 first)Database Systems & Data Management · 7 (1 first)Data Mining & Knowledge Discovery · 6Knowledge Engineering, Semantic Web & Information Systems · 6 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Copula Guided Parallel Gibbs Sampling for Nonparametric and Coherent Topic Discovery (Extended Abstract)abstractIn terms of the generative process, the Gamma-Gamma-Poisson Process (G2PP) is equivalent to the nonparametric topic model of Hierarchical Dirichlet Process (HDP). Considering the high computational cost of estimating parameters in HDP, a parallel G2PP was developed to generate topics efficiently via multi-threading. Unfortunately, the above model needs to predefine the number of topics. To address this issue, we first propose a Topic Self-Adaptive Model (TSAM) for nonparametric and parallel topic discovery. In TSAM, a monitor-executor mechanism is developed to manage the global topic information using a hierarchical structure of threads. Based on the apparatus of copulas, we further extend our TSAM to TSAMcop for coherent topic modeling by exploiting a copula guided parallel Gibbs sampling algorithm. Extensive experiments validate the effectiveness of both TSAM and TSAMcop. Lihui Lin, Yanghui Rao, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001, Fu Lee Wang, Qing Li 0001 |
ICDE | 4 |
| 2023 | Emotion-regulatory chatbots for enhancing consumer servicing: An interpersonal emotion management approach
Bei Luo, Raymond Y. K. Lau, Chunping Li |
Inf. Manag. | 2 |
| 2023 | DeepEmotionNet: Emotion mining for corporate performance analysis and prediction
Qiping Wang 0002, Tingxuan Su, Raymond Y. K. Lau, Haoran Xie 0001 |
Inf. Process. Manag. | 3 |
| 2023 | Blockchain-Enhanced Smart Contract for Cost-Effective Insurance Claims ProcessingabstractBlockchain-enabled smart contracts have revolutionized the insurance industry due to their potential to streamline backend operations, mitigate fraudulent claims, and enhance data security and transparency. Guided by the design science methodology, the authors propose two specific smart contract frameworks to enhance insurance claims processing related to vehicle damage claims and personal injury claims. These proposed frameworks can improve the overall efficiency and effectiveness of insurance claims processing by automating claims submission, review, analysis, and payment, while reducing fraud and data leakage, by merging various data sources and disintermediation. Furthermore, the authors design a smart contract template supported by eight operational algorithms to facilitate the processing of insurance claims with the help of smart contracts. This template provides practitioners with a standardized prototype for the development of secure and efficient insurance applications. Qiping Wang 0002, Raymond Y. K. Lau, Yain-Whar Si, Haoran Xie 0001, Xiaohui Tao 0001 |
J. Glob. Inf. Manag. | 2 |
| 2023 | Semi-Supervised Sentiment Classification and Emotion Distribution Learning Across DomainsabstractIn this study, sentiment classification and emotion distribution learning across domains are both formulated as a semi-supervised domain adaptation problem, which utilizes a small amount of labeled documents in the target domain for model training. By introducing a shared matrix that captures the stable association between document clusters and word clusters, non-negative matrix tri-factorization (NMTF) is robust to the labeled target domain data and has shown remarkable performance in cross-domain text classification. However, the existing NMTF-based models ignore the incompatible relationship of sentiment polarities and the relatedness among emotions. Besides, their applications on large-scale datasets are limited by the high computation complexity. To address these issues, we propose a semi-supervised NMTF framework for sentiment classification and emotion distribution learning across domains. Based on a many-to-many mapping between document clusters and sentiment polarities (or emotions), we first incorporate the prior information of label dependency to improve the model performance. Then, we develop a parallel algorithm based on message passing interface (MPI) to further enhance the model scalability. Extensive experiments on real-world datasets validate the effectiveness of our method. Yufu Chen, Yanghui Rao, Shurui Chen, Zhiqi Lei, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001 |
ACM Trans. Knowl. Discov. Data | 6 |
| 2023 | Granularity-Aware Area Prototypical Network With Bimargin Loss for Few Shot Relation ClassificationabstractRelation Classification is one of the most important tasks in text mining. Previous methods either require large-scale manually-annotated data or rely on distant supervision approaches which suffer from the long-tail problem. To reduce the expensive manually-annotating cost and solve the long-tail problem, prototypical networks are widely used in few-shot RC tasks. Despite their remarkable performance, current prototypical networks ignore the different granularities of relations, which degrades the classification performance dramatically. Moreover, the optimization of current prototypical networks simply relies on the cross-entropy loss, which cannot consider the intra-relation compactness and the dispersion among relations in a semantic space. It is not robust enough for current prototypical network in real-world and complicated scenarios. In this paper, we propose an area prototypical network with a granularity-aware measurement, aiming to considering the different granularities of relations. Each relation is represented as an area whose width can reflect the granularity level of relation. Moreover, to improve the robustness, bimargin loss is designed to force area prototypical network to improve the intra-relation compactness and inter-relation dispersion for the feature representation in a semantic space. Extensive experiments on two public datasets are conducted and evaluate the effectiveness of our proposed model. Haopeng Ren, Yi Cai 0001, Raymond Y. K. Lau, Ho-fung Leung, Qing Li 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2022 | Copula Guided Parallel Gibbs Sampling for Nonparametric and Coherent Topic DiscoveryabstractHierarchical Dirichlet Process (HDP) has attracted much attention in the research community of natural language processing. Given a corpus, HDP is able to determine the number of topics automatically, possessing an important feature dubbed nonparametric that overcomes the challenging issue of manually specifying a suitable topic number in parametric topic models, such as Latent Dirichlet Allocation (LDA). Nevertheless, HDP requires a much higher computational cost than LDA for parameter estimation. By taking the advantage of multi-threading, a parallel Gibbs sampling algorithm is proposed to estimate parameters for HDP based on the equivalence between HDP and Gamma-Gamma Poisson Process (G2PP) in terms of the generative process. Unfortunately, the above parallel Gibbs sampling algorithm requires to apply the finite approximation on the number of topics manually (i.e., predefine the topic number), thus can not retain the nonparametric feature of HDP. Another drawback of the above models is the lack of capturing the semantic dependencies between words, because the topic assignment of words is independent with each other. Although some works have been done in phrase-based topic modelling, these existing methods are still limited by either enforcing the entire phrase to share a common topic or requiring much complex and time-consuming phrase mining methods. In this paper, we aim to develop a copula guided parallel Gibbs sampling algorithm for HDP which can adjust the number of topics dynamically and capture the latent semantic dependencies between words that compose a coherent segment. Extensive experiments on real-world datasets indicate that our method achieves low perplexities and high topic coherence scores with a small time cost. In addition, we validate the effectiveness of our method on the modelling of word semantic dependencies by comparing the extracted topical phrases with those learned by state-of-the-art phrase-based baselines. Lihui Lin, Yanghui Rao, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001, Fu Lee Wang, Qing Li 0001 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2021 | On entropy-based term weighting schemes for text categorization
Tao Wang 0036, Yi Cai 0001, Ho-fung Leung, Raymond Y. K. Lau, Haoran Xie 0001, Qing Li 0001 |
Knowl. Inf. Syst. | 4 |
| 2019 | Utility-based feature selection for text classification
Heyong Wang, Ming Hong, Raymond Y. K. Lau |
Knowl. Inf. Syst. | 3 |
| 2018 | Learning Dual Preferences with Non-negative Matrix Tri-Factorization for Top-N Recommender System
Xiangsheng Li, Yanghui Rao, Haoran Xie 0001, Yufu Chen, Raymond Y. K. Lau, Fu Lee Wang, Jian Yin 0001 |
DASFAA (1) | 5 |
| 2018 | Enhancing Binary Classification by Modeling Uncertain Boundary in Three-Way Decisions (Extended Abstract)abstractText classification techniques are playing a crucial role in identifying relevant texts from a large data set, e.g., various online crimes such as Cyberbullying, terrorist recruiting, propaganda or attack planning. Until now, supervised deep learning has brought about breakthroughs in processing multimedia data; however, there was no good practical way to harvest this opportunity for text classification because acquiring and maintaining a massive amount of training examples are too expensive for a large number of categories (e.g., Yahoo! taxonomy contains nearly 300,000 categories and the Library of Congress Subject Headings (LCSH) contains 394,070 subjects). Therefore, the question of how to effectively learn from sparse or small set of training examples is crucial for the true success of text classification. Semi-supervised approaches have been proposed for this challenge, which usually use a pair or several existing classifiers to extend a small training set. However, extracted pseudo training samples are uncertain because they are determined by a machine rather than people. Also, the massive volume and high variability of text data are creating a number of challenging issues such as the scalability and complicated relations between words. There are two fundamental issues with regards to the performance of existing classifiers: overlook and overload. Overlook means that some objects relevant to a class have been omitted, whereas overload means that some objects assigned to a class are actually not relevant to that class. The two issues are even more serious in the following two cases: (1) large uncertain boundary - the decision boundary between two classes includes many mixed examples (e.g., relevant and nonrelevant documents together), and (2) unbalanced classes - one class (e.g., information about terrorist attacks) is much smaller than another class (e.g., normal descriptions). We propose a three-way decision model [1] for dealing with the uncertain boundary for improving text classification performance based on rough set techniques and centroid solution. It aims to understand the uncertain boundary through partitioning the training samples into three regions (the positive, boundary and negative regions) by two main boundary vectors created from the labeled positive and negative training subsets, respectively, and further resolve the objects in the boundary region by two derived boundary vectors produced according to the structure of the boundary region. Four decision rules are proposed from the training process and applied to the incoming documents for more precise classification. The experimental results on the standard data sets RCV1 and Reuters-21578 show that the usage of boundary vectors is very effective and efficient for dealing with uncertainties of the decision boundary, and the proposed model has significantly improved the performance of binary text classification in terms of F1 measure and AUC area compared with six other popular baseline models. Yuefeng Li 0001, Libiao Zhang, Yue Xu 0001, Yiyu Yao, Raymond Y. K. Lau, Yutong Wu 0001 |
ICDE | 5 |
| 2017 | Finding Semantically Valid and Relevant Topics by Association-Based Topic Selection ModelabstractTopic modelling methods such as Latent Dirichlet Allocation (LDA) have been successfully applied to various fields, since these methods can effectively characterize document collections by using a mixture of semantically rich topics. So far, many models have been proposed. However, the existing models typically outperform on full analysis on the whole collection to find all topics but difficult to capture coherent and specifically meaningful topic representations. Furthermore, it is very challenging to incorporate user preferences into existing topic modelling methods to extract relevant topics. To address these problems, we develop a novel personalized Association-based Topic Selection (ATS) model, which can identify semantically valid and relevant topics from a set of raw topics based on the semantical relatedness between users’ preferences and the structured patterns captured in topics. The advantage of the proposed ATS model is that it enables an interactive topic modelling process driven by users’ specific interests. Based on three benchmark datasets, namely, RCV1, R8, and WT10G under the context of information filtering (IF) and information retrieval (IR), our rigorous experiments show that the proposed ATS model can effectively identify relevant topics with respect to users’ specific interests, and hence to improve the performance of IF and IR. Yang Gao 0016, Yuefeng Li 0001, Raymond Y. K. Lau, Yue Xu 0001, Md. Abul Bashar |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2017 | Enhancing Binary Classification by Modeling Uncertain Boundary in Three-Way DecisionsabstractText classification is a process of classifying documents into predefined categories through different classifiers learned from labelled or unlabelled training samples. Many researchers who work on binary text classification attempt to find a more effective way to separate relevant texts from a large data set. However, current text classifiers cannot unambiguously describe the decision boundary between positive and negative objects because of uncertainties caused by text feature selection and the knowledge learning process. This paper proposes a three-way decision model for dealing with the uncertain boundary to improve the binary text classification performance based on therough settechniques and centroid solution. It aims to understand the uncertain boundary through partitioning the training samples into three regions (the positive, boundary, and negative regions) by two main boundary vectors$\vec{C_{P}}$and$\vec{C_{N}}$, created from the labeled positive and negative training subsets, respectively, and further resolve the objects in the boundary region by two derived boundary vectors$\vec{B_{P}}$and$\vec{B_{N}}$, produced according to the structure of the boundary region. It involves an indirect strategy which is composed of two successive steps in the whole classification process: ‘two-way to three-way’ and ‘three-way to two-way’. Four decision rules are proposed from the training process and applied to the incoming documents for more precise classification. A large number of experiments have been conducted based on the standard data sets RCV1 and Reuters-21578. The experimental results show that the usage of boundary vectors is very effective and efficient for dealing with uncertainties of the decision boundary, and the proposed model has significantly improved the performance of binary text classification in terms of$F_{1}$measure and$AUC$area compared with six other popular baseline models. Yuefeng Li 0001, Libiao Zhang, Yue Xu 0001, Yiyu Yao, Raymond Y. K. Lau, Yutong Wu 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2016 | Big data commerce
Raymond Y. K. Lau, J. Leon Zhao, Xunhua Guo |
Inf. Manag. | 1 |
| 2016 | Incorporating sentiment into tag-based user profiles and resource profiles for personalized search in folksonomy
Haoran Xie 0001, Xiaodong Li 0007, Tao Wang 0036, Raymond Y. K. Lau, Tak-Lam Wong, Li Chen 0009, Fu Lee Wang, Qing Li 0001 |
Inf. Process. Manag. | 4 |
| 2016 | Time series k-means: A new k-means type smooth subspace clustering for time series data
Xiaohui Huang 0003, Yunming Ye, Liyan Xiong, Raymond Y. K. Lau, Nan Jiang 0013, Shaokai Wang |
Inf. Sci. | 4 |
| 2016 | Dynamic Clustering Forest: An ensemble framework to efficiently classify textual data stream with concept drift
Yunming Ye, Haijun Zhang 0002, Xiaofei Xu 0001, Raymond Y. K. Lau, Feng Liu 0034 |
Inf. Sci. | 5 |
| 2012 | Unsupervised Multi-label Text Classification Using a World Knowledge Ontology
Xiaohui Tao 0001, Yuefeng Li 0001, Raymond Y. K. Lau, Hua Wang 0002 |
PAKDD (1) | 3 |
| 2012 | Answering Typicality Query Based on Automatically Prototype ConstructionabstractIn cognitive psychology, typicality refers to the degree of goodness of objects as exemplars in concepts. In this paper, we apply the idea of typicality analysis from cognitive psychology to query answering, and propose a novel method to answer typicality queries effectively based on theories in cognitive psychology. The proposed method adopts multi-prototype concept modeling and basic level category detection. By a systematic empirical evaluation using real data sets, we verify the accuracy and the effectiveness of our method on answering typicality queries. Yi Cai 0001, Hong-Ke Zhao, Raymond Y. K. Lau, Ho-fung Leung, Huaqing Min |
Web Intelligence | 4 |
| 2012 | Latent Business Networks Mining: A Probabilistic Generative ModelabstractThough numerous research has been devoted to social network discovery and analysis, relatively little research has been conducted on business network discovery. The main contribution of our research is the development of a novel probabilistic generative model for latent business networks mining. Our experimental results confirm that the proposed method outperforms the well-known vector space based model by 24% in terms of AUC value. Wenping Zhang, Raymond Y. K. Lau, Yunqing Xia, Chunping Li, Wenjie Li 0002 |
Web Intelligence | 2 |
| 2011 | Leveraging web 2.0 data for scalable semi-supervised learning of domain-specific sentiment lexiconsabstractSince manually constructing domain-specific sentiment lexicons is extremely time consuming and it may not even be feasible for domains where linguistic expertise is not available, research on automatic construction of domain-specific sentiment lexicons has become a hot topic in recent years. The main contribution of this paper is the illustration of a novel semi-supervised learning method which exploits both term-to-term and document-to-term relations hidden in a corpus for the construction of domain-specific sentiment lexicons. More specifically, the proposed two-pass pseudo labeling method combines shallow linguistic parsing and corpus-base statistical learning to make domain-specific sentiment extraction scalable with respect to the sheer volume of opinionated documents archived on the Internet these days. Our experiments show that the proposed method can generate high quality domain-specific sentiment lexicons according to users' evaluation. Raymond Y. K. Lau, Chun Lam Lai, Peter Bruza, Kam-Fai Wong |
CIKM | 1 |
| 2011 | Pattern Mining for a Two-Stage Information Filtering System
Xujuan Zhou, Yuefeng Li 0001, Peter Bruza, Yue Xu 0001, Raymond Y. K. Lau |
PAKDD (1) | 5 |
| 2011 | Learning features through feedback for blog distillationabstractThe paper is focused on blogosphere research based on the TREC blog distillation task, and aims to explore unbiased and significant features automatically and efficiently. Feedback from faceted feeds is introduced to harvest relevant features and information gain is used to select discriminative features. The evaluation result shows that the selected feedback features can greatly improve the performance and adapt well to the terabyte data. Dehong Gao, Renxian Zhang, Wenjie Li 0002, Raymond Y. K. Lau, Kam-Fai Wong |
SIGIR | 4 |
| 2011 | Toward a semantic granularity model for domain-specific information retrievalabstractBoth similarity-based and popularity-based document ranking functions have been successfully applied to information retrieval (IR) in general. However, the dimension of semantic granularity also should be considered for effective retrieval. In this article, we propose a semantic granularity-based IR model that takes into account the three dimensions, namely similarity, popularity, and semantic granularity, to improve domain-specific search. In particular, a concept-based computational model is developed to estimate the semantic granularity of documents with reference to a domain ontology. Semantic granularity refers to the levels of semantic detail carried by an information item. The results of our benchmark experiments confirm that the proposed semantic granularity based IR model performs significantly better than the similarity-based baseline in both a bio-medical and an agricultural domain. In addition, a series of user-oriented studies reveal that the proposed document ranking functions resemble the implicit ranking functions exercised by humans. The perceived relevance of the documents delivered by the granularity-based IR system is significantly higher than that produced by a popular search engine for a number of domain-specific search tasks. To the best of our knowledge, this is the first study regarding the application of semantic granularity to enhance domain-specific IR. Xin Yan 0002, Raymond Y. K. Lau, Dawei Song 0001, Xue Li 0001, Jian Ma 0008 |
ACM Trans. Inf. Syst. | 2 |
| 2010 | Rough sets based reasoning and pattern mining for a two-stage information filtering systemabstractThis paper presents a novel two-stage information filtering model which combines the merits of term-based and pattern- based approaches to effectively filter sheer volume of infor- mation. In particular, the first filtering stage is supported by a novel rough analysis model which efficiently removes a large number of irrelevant documents, thereby addressing the overload problem. The second filtering stage is empow- ered by a semantically rich pattern taxonomy mining model which effectively fetches incoming documents according to the specific information needs of a user, thereby addressing the mismatch problem. The experiments have been conducted to compare the proposed two-stage filtering (T-SM) model with other possible "term-based + pattern-based" or "term-based + term-based" IF models. The results based on the RCV1 corpus show that the T-SM model significantly outperforms other types of "two-stage" IF models. Xujuan Zhou, Yuefeng Li 0001, Peter Bruza, Yue Xu 0001, Raymond Y. K. Lau |
CIKM | 5 |
| 2010 | Ontology-Based Specific and Exhaustive User Profiles for Constraint Information Fusion for Multi-agentsabstractIntelligent agents are an advanced technology utilized in Web Intelligence. When searching information from a distributed Web environment, information is retrieved by multi-agents on the client site and fused on the broker site. The current information fusion techniques rely on cooperation of agents to provide statistics. Such techniques are computationally expensive and unrealistic in the real world. In this paper, we introduce a model that uses a world ontology constructed from the Dewey Decimal Classification to acquire user profiles. By search using specific and exhaustive user profiles, information fusion techniques no longer rely on the statistics provided by agents. The model has been successfully evaluated using the large INEX data set simulating the distributed Web environment. Xiaohui Tao 0001, Yuefeng Li 0001, Raymond Y. K. Lau, Shlomo Geva |
Web Intelligence | 3 |
| 2009 | An effective model of using negative relevance feedback for information filteringabstractOver the years, people have often held the hypothesis that negative feedback should be very useful for largely improving the performance of information filtering systems; however, we have not obtained very effective models to support this hypothesis. This paper, proposes an effective model that use negative relevance feedback based on a pattern mining approach to improve extracted features. This study focuses on two main issues of using negative relevance feedback: the selection of constructive negative examples to reduce the space of negative examples; and the revision of existing features based on the selected negative examples. The former selects some offender documents, where offender documents are negative documents that are most likely to be classified in the positive group. The later groups the extracted features into three groups: the positive specific category, general category and negative specific category to easily update the weight. An iterative algorithm is also proposed to implement this approach on RCV1 data collections, and substantial experiments show that the proposed approach achieves encouraging performance. Abdulmohsen Algarni, Yuefeng Li 0001, Yue Xu 0001, Raymond Y. K. Lau |
CIKM | 4 |
| 2009 | Toward a Fuzzy Domain Ontology Extraction Method for Adaptive e-LearningabstractWith the widespread applications of electronic learning (e-Learning) technologies to education at all levels, increasing number of online educational resources and messages are generated from the corresponding e-Learning environments. Nevertheless, it is quite difficult, if not totally impossible, for instructors to read through and analyze the online messages to predict the progress of their students on the fly. The main contribution of this paper is the illustration of a novel concept map generation mechanism which is underpinned by a fuzzy domain ontology extraction algorithm. The proposed mechanism can automatically construct concept maps based on the messages posted to online discussion forums. By browsing the concept maps, instructors can quickly identify the progress of their students and adjust the pedagogical sequence on the fly. Our initial experimental results reveal that the accuracy and the quality of the automatically generated concept maps are promising. Our research work opens the door to the development and application of intelligent software tools to enhance e-Learning. Raymond Y. K. Lau, Dawei Song 0001, Yuefeng Li 0001, Chun-Ho Cheung, Jin-Xing Hao |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2008 | A two-stage text mining model for information filteringabstractMismatch and overload are the two fundamental issues regarding the effectiveness of information filtering. Both term-based and pattern (phrase) based approaches have been employed to address these issues. However, they all suffer from some limitations with regard to effectiveness. This paper proposes a novel solution that includes two stages: an initial topic filtering stage followed by a stage involving pattern taxonomy mining. The objective of the first stage is to address mismatch by quickly filtering out probable irrelevant documents. The threshold used in the first stage is motivated theoretically. The objective of the second stage is to address overload by apply pattern mining techniques to rationalize the data relevance of the reduced document set after the first stage. Substantial experiments on RCV1 show that the proposed solution achieves encouraging performance. Yuefeng Li 0001, Xujuan Zhou, Peter Bruza, Yue Xu 0001, Raymond Y. K. Lau |
CIKM | 5 |
| 2008 | Towards a belief-revision-based adaptive and context-sensitive information retrieval systemabstractIn an adaptive information retrieval (IR) setting, the information seekers' beliefs about which terms are relevant or nonrelevant will naturally fluctuate. This article investigates how the theory of belief revision can be used to model adaptive IR. More specifically, belief revision logic provides a rich representation scheme to formalize retrieval contexts so as to disambiguate vague user queries. In addition, belief revision theory underpins the development of an effective mechanism to revise user profiles in accordance with information seekers' changing information needs. It is argued that information retrieval contexts can be extracted by means of the information-flow text mining method so as to realize a highly autonomous adaptive IR system. The extra bonus of a belief-based IR model is that its retrieval behavior is more predictable and explanatory. Our initial experiments show that the belief-based adaptive IR system is as effective as a classical adaptive IR system. To our best knowledge, this is the first successful implementation and evaluation of a logic-based adaptive IR model which can efficiently process large IR collections. Raymond Y. K. Lau, Peter Bruza, Dawei Song 0001 |
ACM Trans. Inf. Syst. | 1 |
| 2007 | Mining Fuzzy Domain Ontology from Textual DatabasesabstractOntology plays an essential role in the formalization of common information (e.g., products, services, relationships of businesses) for effective human-computer interactions. However, engineering of these ontologies turns out to be very labor intensive and time consuming. Although some text mining methods have been proposed for automatic or semi-automatic discovery of crisp ontologies, the robustness, accuracy, and computational efficiency of these methods need to be improved to support large scale ontology construction for real-world applications. This paper illustrates a novel fuzzy domain ontology mining algorithm for supporting real-world ontology engineering. In particular, contextual information of the knowledge sources is exploited for the extraction of high quality domain ontologies and the uncertainty embedded in the knowledge sources is modeled based on the notion of fuzzy sets. Empirical studies have confirmed that the proposed method can discover high quality fuzzy domain ontology which leads to significant improvement in information retrieval performance. Raymond Y. K. Lau, Yuefeng Li 0001, Yue Xu 0001 |
Web Intelligence | 1 |
| 2007 | Using Information Filtering in Web Data Mining ProcessabstractThe amount of Web information is growing rapidly, improving the efficiency and accuracy of Web information retrieval is uphill battle. There are two fundamental issues regarding the effectiveness of Web information gathering: information mismatch and overload. To tackle these difficult issues, an integrated information filtering and sophisticated data processing model has been presented in this paper. In the first phase of the proposed scheme, an information filter that based on user search intents was incorporated in Web search process to quickly filter out irrelevant data. In the second data processing phase, a pattern taxonomy model (PTM) was carried out using the reduced data. PTM rationalizes the data relevance by applying data mining techniques that involves more rigorous computations. Several experiments have been conducted and the results show that more effective and efficient access Web information has been achieved using the new scheme. Xujuan Zhou, Yuefeng Li 0001, Peter Bruza, Sheng-Tang Wu, Yue Xu 0001, Raymond Y. K. Lau |
Web Intelligence | 6 |
| 2006 | Utilizing Search Intent in Topic Ontology-Based User Profile for Web MiningabstractIt is well known that taking the Web user profiles into account can enhance the effectiveness of Web mining systems. However, due to the dynamic and complex nature of Web users, automatically acquiring worthwhile user profiles was found to be very challenging. Ontology-based user profile can possess more accurate user information. This research emphasizes on acquiring search intentions information. This paper presents a new approach of developing user profile for Web searching. The model considers the user's search intentions by the process of PTM (Pattern-Taxonomy Model). Initial experiments show that the user profile based on search intention is more useful than the generic PTM user profile. Developing user profile that contains user search intentions is essential for effective Web search and retrieval. Xujuan Zhou, Sheng-Tang Wu, Yuefeng Li 0001, Yue Xu 0001, Raymond Y. K. Lau, Peter Bruza |
Web Intelligence | 5 |
| 2006 | An evolutionary learning approach for adaptive negotiation agentsabstractDeveloping effective and efficient negotiation mechanisms for real-world applications such as e-business is challenging because negotiations in such a context are characterized by combinatorially complex negotiation spaces, tough deadlines, very limited information about the opponents, and volatile negotiator preferences. Accordingly, practical negotiation systems should be empowered by effective learning mechanisms to acquire dynamic domain knowledge from the possibly changing negotiation contexts. This article illustrates our adaptive negotiation agents, which are underpinned by robust evolutionary learning mechanisms to deal with complex and dynamic negotiation contexts. Our experimental results show that GA-based adaptive negotiation agents outperform a theoretically optimal negotiation mechanism that guarantees Pareto optimal. Our research work opens the door to the development of practical negotiation systems for real-world applications. © 2006 Wiley Periodicals, Inc. Int J Int Syst 21: 41–72, 2006. Raymond Y. K. Lau, Maolin Tang, On Wong, Stephen Milliner, Yi-Ping Phoebe Chen |
Int. J. Intell. Syst. | 1 |
| 2004 | Belief revision for adaptive information retrievalabstractApplying Belief Revision logic to model adaptive information retrieval is appealing since it provides a rigorous theoretical foundation to model partiality and uncertainty inherent in any information retrieval (IR) processes. In particular, a retrieval context can be formalised as a belief set and the formalised context is used to disambiguate vague user queries. Belief revision logic also provides a robust computational mechanism to revise an IR system's beliefs about the users' changing information needs. In addition, information flow is proposed as a text mining method to automatically acquire the initial IR contexts. The advantage of a belief-based IRsystem is that its IR behaviour is more predictable and explanatory. However, computational efficiency is often a concern when the belief revision formalisms are applied to large real-life applications. This paper describes our belief-based adaptive IR system which is underpinned by an efficient belief revision mechanism. Our initial experiments show that the belief-based symbolic IR model is more effective than a classical quantitative IR model. To our best knowledge, this is the first successful empirical evaluation of a logic-based IR model based on large IR benchmark collections. Raymond Y. K. Lau, Peter Bruza, Dawei Song 0001 |
SIGIR | 1 |
| 2004 | Discovering Negotiation Knowledge for a Probabilistic Negotiation Web Service in e-BusinessabstractNegotiation has long been identified as one of the key processes in e-Business. Classical negotiation models have limited use in e-Business because these models often assume that complete information about the negotiation spaces is available and the computational efficiency is negligible. This paper proposes a practical negotiation system which is developed based on Bayesian learning and engineered as a Web service. The knowledge acquisition bottle-neck presented in previous Bayesian negotiation approaches is resolved by a novel method of inducing domain knowledge based on negotiation history. Our preliminary experiment shows that the proposed probabilistic negotiation method is more effective than a non-learning negotiation model and the extra computational time incurs in the probabilistic model is negligible. Raymond Y. K. Lau, Eivind Valdal |
Web Intelligence | 1 |
| 2003 | Context Sensitive Text Mining and Belief Revision for Adaptive Information RetrievalabstractAutonomous information agents alleviate the information overload problem on the Internet. The AGM belief revision framework provides a rigorous foundation to develop adaptive information agents. The expressive power of the belief revision logic allow a user's information preferences and contextual knowledge of a retrieval situation to be captured and reasoned about within a single logical framework. Contextual knowledge for information retrieval can be acquired via context sensitive text mining. We illustrate a novel approach of integrating the proposed text mining method into the belief revision based adaptive information agents to improve the agents' learning autonomy and prediction power. Raymond Y. K. Lau |
Web Intelligence | 1 |
| 2001 | Belief Revision for Adaptive Information Filtering AgentsabstractAgent-based information filtering alleviates the problem of information overload on the Internet by proactively scanning through the incoming stream of information on behalf of the users. Nevertheless, users' information needs will change over time. Therefore, it is essential for the information filtering agents to learn and adapt to the users' changing information needs in order to maintain the accuracy of the filtering process. Applying logic-based representation and adaptation to adaptive information filtering agents is promising since the semantic relationships among information items can be captured and reasoned about during the agents' learning and adaptation processes. This opens the door to a more responsive reinforcement learning than can be obtained from a purely statistical approach. The AGM belief revision paradigm that models rational and minimal change of an agent's beliefs offers a sound theoretical foundation for constructing the learning components of adaptive information filtering agents. This paper describes a symbolic framework for representing domain knowledge in an adaptive information filtering agent, and illustrates how the AGM belief revision paradigm can be applied to develop the agent's learning mechanism. Raymond Y. K. Lau, Arthur H. M. ter Hofstede, Peter Bruza |
Int. J. Cooperative Inf. Syst. | 1 |