Randy Goebel

dblp:g/RandyGoebel · also Randy G. Goebel · DBLP profile ↗
← Back
17ranked-venue papers in the field
0as first author
3since 2021 · last 2024
0000-0002-0739-2946ORCID · verified

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 8Database Systems & Data Management · 3Big Data, Cloud & Distributed Data Systems · 2Knowledge Engineering, Semantic Web & Information Systems · 2Other / Interdisciplinary · 2
YearPublicationVenuePosition
2024 Metadata-based Data Exploration with Retrieval-Augmented Generation for Large Language Models
abstract
Developing the capacity to effectively search for requisite datasets is an urgent requirement to assist data users in identifying relevant datasets considering the very limited available metadata. For this challenge, the utilization of third-party data is emerging as a valuable source for improvement. Our research introduces a new architecture for data exploration which employs a form of Retrieval-Augmented Generation (RAG) to enhance metadata-based data discovery. The system integrates large language models (LLMs) with external vector databases to identify semantic relationships among diverse types of datasets. The proposed framework offers a new method for evaluating semantic similarity among heterogeneous data sources and for improving data exploration. Our study includes experimental results on four critical tasks: 1) recommending similar datasets, 2) suggesting combinable datasets, 3) estimating tags, and 4) predicting variables. Our results demonstrate that RAG can enhance the selection of relevant datasets, particularly from different categories, when compared to conventional metadata approaches. However, performance varied across tasks and models, which confirms the significance of selecting appropriate techniques based on specific use cases. The findings suggest that this approach holds promise for addressing challenges in data exploration and discovery, although further refinement is necessary for estimation tasks.
Teruaki Hayashi, Hiroki Sakaji, Jiayi Dai, Randy Goebel
IEEE Big Data4
2024 Juris-Informatics: Law for AI and Law of AI
abstract
This paper presents an outline of our research project developed at our research center for "Juris-Informatics". "Juris-Informatics" is a research field based on two main topics; "Law by AI" and "Law of AI". "Law by Ai" is a research field where we investigate a support tool by AI for legal activities such as legal reasoning and legal document processing. "Law of AI" is a research field where we conduct research on legal control of AI such as considering the legal responsibility of AI and legal compliance of AI.
Ken Satoh, Hideaki Takeda 0001, Randy Goebel, Yoshinobu Kano, Mi-Young Kim, Juliano Rabelo 0001, Masaharu Yoshioka
IEEE Big Data3
2022 Neural Networks with Feature Attribution and Contrastive Explanations
Housam Khalifa Bashier Babiker, Mi-Young Kim, Randy Goebel
ECML/PKDD (1)3
2019 Augmenting Semantic Representation of Depressive Language: From Forums to Microblogs
Nawshad Farruque, Osmar R. Zaïane, Randy Goebel
ECML/PKDD (3)3
2015 Recognition of Patient-Related Named Entities in Noisy Tele-Health Texts
abstract
We explore methods for effectively extracting information from clinical narratives that are captured in a public health consulting phone service called HealthLink. Our research investigates the application of state-of-the-art natural language processing and machine learning to clinical narratives to extract information of interest. The currently available data consist of dialogues constructed by nurses while consulting patients by phone. Since the data are interviews transcribed by nurses during phone conversations, they include a significant volume and variety of noise. When we extract the patient-related information from the noisy data, we have to remove or correct at least two kinds of noise: explicit noise , which includes spelling errors, unfinished sentences, omission of sentence delimiters, and variants of terms, and implicit noise , which includes non-patient information and patient's untrustworthy information. To filter explicit noise, we propose our own biomedical term detection/normalization method: it resolves misspelling, term variations, and arbitrary abbreviation of terms by nurses. In detecting temporal terms, temperature, and other types of named entities (which show patients’ personal information such as age and sex), we propose a bootstrapping-based pattern learning process to detect a variety of arbitrary variations of named entities. To address implicit noise, we propose a dependency path-based filtering method. The result of our denoising is the extraction of normalized patient information, and we visualize the named entities by constructing a graph that shows the relations between named entities. The objective of this knowledge discovery task is to identify associations between biomedical terms and to clearly expose the trends of patients’ symptoms and concern; the experimental results show that we achieve reasonable performance with our noise reduction methods.
Mi-Young Kim, Ying Xu 0003, Osmar R. Zaïane, Randy Goebel
ACM Trans. Intell. Syst. Technol.4
2014 Model Selection for Semi-Supervised Clustering
abstract
Although there is a large and growing literature that tackles the semi-supervised clustering problem (i.e., using some labeled objects or cluster-guiding constraints like \\must-link" or \\cannot-link"), the evaluation of semi-supervised clustering approaches has rarely been discussed. The application of cross-validation techniques, for example, is far from straightforward in the semi-supervised setting, yet the problems associated with evaluation have yet to be addressed. Here we \nsummarize these problems and provide a solution. \nFurthermore, in order to demonstrate practical applicability of semi-supervised clustering methods, we provide a method for model selection in semi-supervised clustering based on this sound evaluation procedure. Our method allows the user to select, based on the available information \n(labels or constraints), the most appropriate clustering model (e.g., number of clusters, density-parameters) for a given problem.
Mojgan Pourrajabi, Davoud Moulavi, Ricardo J. G. B. Campello, Arthur Zimek, Jörg Sander 0001, Randy Goebel
EDBT6
2009 Local Community Identification in Social Networks
abstract
There has been much recent research on identifying global community structure in networks. However, most existing approaches require complete information of the graph in question, which is impractical for some networks, e.g. the World Wide Web (WWW). Algorithms for local community detection have been proposed but their results usually contain many outliers. In this paper, we propose a new measure of local community structure, coupled with a two-phase algorithm that extracts all possible candidates first, and then optimizes the community hierarchy. We compare our results with previous methods on real world networks such as the co-purchase network from Amazon. Experimental results verify the feasibility and effectiveness of our approach.
Jiyang Chen, Osmar R. Zaïane, Randy Goebel
ASONAM3
2009 A Visual Data Mining Approach to Find Overlapping Communities in Networks
abstract
Communities in social networks may overlap, with some hub nodes belonging to multiple communities. They may also have outliers, which are nodes that belong to no community. The criterion to locate hubs or outliers is network dependent. Previous methods usually require this information as input parameters, e.g., an expected number of communities, with no intuition or assistance. Here we present a visual data mining approach, which first helps the user to make appropriate parameter selections by observing initial data visualizations, and then finds and extracts overlapping community structures from the network. Experimental results verify the scalability and accuracy of our approach on real network data and show its advantages over previous methods.
Jiyang Chen, Osmar R. Zaïane, Randy Goebel
ASONAM3
2009 Detecting Communities in Social Networks Using Max-Min Modularity
abstract
Many datasets can be described in the form of graphs or networks where nodes in the graph represent entities and edges represent relationships between pairs of entities. A common property of these networks is their community structure, considered as clusters of densely connected groups of vertices, with only sparser connections between groups. The identification of such communities relies on some notion of clustering or density measure. which defines the communities that can be found. However, previous community detection methods usually apply the same structural measure on all kinds of networks, despite their distinct dissimilar features. In this paper, we present a new community mining measure, Max-Min Modularity, which considers both connected pairs and criteria defined by domain experts in finding communities, and then specify a hierarchical clustering algorithm to detect communities in networks. When applied to real world networks for which the community structures are already known, our method shows improvement over previous algorithms. In addition, when applied to randomly generated networks for which we only have approximate information about communities, it gives promising results which shows the algorithm's robustness against noise.
Jiyang Chen, Osmar R. Zaïane, Randy Goebel
SDM3
2008 An Unsupervised Approach to Cluster Web Search Results Based on Word Sense Communities
abstract
Effectively organizing web search results into clusters is important to facilitate quick user navigation to relevant documents. Previous methods may rely on a training process and do not provide a measure for whether page clustering is actually required. In this paper, we reformalize the clustering problem as a word sense discovery problem. Given a query and a list of result pages, our unsupervised method detects word sense communities in the extracted keyword network. The documents are assigned to several refined word sense communities to form clusters. We use the modularity score of the discovered keyword community structure to measure page clustering necessity. Experimental results verify our method's feasibility and effectiveness.
Jiyang Chen, Osmar R. Zaïane, Randy Goebel
Web Intelligence3
2006 Taking Levi Identity Seriously: A Plea for Iterated Belief Contraction
Abhaya C. Nayak, Randy Goebel, Mehmet A. Orgun, Tam Pham
KSEM2
2004 Visualizing and Discovering Web Navigational Patterns
abstract
Web site structures are complex to analyze. Cross-referencing the web structure with navigational behaviour adds to the complexity of the analysis. However, this convoluted analysis is necessary to discover useful patterns and understand the navigational behaviour of web site visitors, whether to improve web site structures, provide intelligent on-line tools or offer support to human decision makers. Moreover, interactive investigation of web access logs is often desired since it allows ad hoc discovery and examination of patterns not a priori known. Various visualization tools have been provided for this task but they often lack the functionality to conveniently generate new patterns. In this paper we propose a visualization tool to visualize web graphs, representations of web structure overlaid with information and pattern tiers. We also propose a web graph algebra to manipulate and combine web graphs and their layers in order to discover new patterns in an ad hoc manner.
Jiyang Chen, Lisheng Sun, Osmar R. Zaïane, Randy Goebel
WebDB4
2003 WebKIV: Visualizing Structure and Navigation forWeb Mining Applications
abstract
A significant part of the Web mining problem is simply in understanding the value of any mining method. For example, the value of Web mining to improve user navigation is even more challenging if one can't visualize the differences over a large collection of Web pages or a significant structure within the existing Web. We present WebKIV, a tool we've developed to help us visualize our own results in Web mining. WebKIV combines strategies from several other Web visualization tools, to provide a single method of visualizing Web structure, and the results of Web mining on that structure. We summarize the value of Web visualization tools along the dimensions of scale (can one visualize small and large structures), navigation dynamics (can one visualize navigation dynamically or statically), and cumulative usage (can one distinguish individual and aggregate Web usage). We then show how WebKIV provides a way of visualizing the results of Web mining in a way that distinguishes properties along all three of these dimensions.
Yonghe Niu, Tong Zheng 0006, Jiyang Chen, Randy Goebel
Web Intelligence4
2002 WebFrame: In Pursuit of Computationally and Cognitively Efficient Web Mining
Tong Zheng 0006, Yonghe Niu, Randy Goebel
PAKDD3
2001 Towards a Novel OLAP Interface for Distributed Data Warehouses
Ayman Ammoura, Osmar R. Zaïane, Randy Goebel
DaWaK3
1999 Connections Between Default Reasoning and Partial Constraint Satisfaction
Aditya Ghose, Grigoris Antoniou, Randy Goebel, Abdul Sattar 0001
Inf. Sci.3
1991 Meta-reasoning: An Incremental Compilation Approach
abstract
An incremental compilation approach to meta-reasoning is presented together with a method to update dynamically changing knowledge bases. The compilation process translates meta-level specification of facts and hypotheses into sentences of clausal logic. It then incrementally computes inconsistent sets of instances of hypotheses and records potential crucial literals. The extra information computed during compilation enables the theorem prover to avoid redundant computations and to efficiently update the compiled knowledge. Whenever a new fact is learned the effects of the fact are computed incrementally, without recompiling. A relationship between potential crucial literals and Reiter and de Kleer's prime implicants shows that this approach may be useful in incrementally computing and maintaining the prime implicants, as well.>
Abdul Sattar 0001, Randy Goebel
ICDE2