EDBT 2026 Demo / reviewers in the wild / expert
Fazli Can
dblp:c/FazliCan
· DBLP profile ↗
49ranked-venue papers in the field
17as first author
9since 2021 · last 2025
0000-0003-0016-4278ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 39 (14 first)Data Mining & Knowledge Discovery · 5Database Systems & Data Management · 2 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 2 (1 first)Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | LLM-OFA: On-the-Fly Adaptation of Large Language Models to Address Temporal Drift Across Two Decades of NewsabstractWe investigate the problem of on-the-fly adaptation (OFA) with online feedback for large language models (LLMs) in the context of temporally evolving data. In this setting, each incoming instance-or a small batch- is first processed for inference, and its true label is revealed immediately after prediction, allowing the model to be updated in a sequential, single-pass manner. While pre-trained LLMs achieve state-of-the-art results across NLP tasks, they often struggle to generalize under dynamic distribution shifts-particularly in continuously evolving environments. Despite the importance of this problem, existing research on online adaptation of LLMs remains limited, and there is a lack of large-scale benchmarks for evaluating such methods. To address these gaps, we introduce 1M-News, a large-scale benchmark of one million New York Times headlines spanning two decades, and benchmark six state-of-the-art LLMs by fine-tuning them on the first 10 years and applying OFA on the following 10 years. To improve adaptation performance, we develop Adaptimizer, the first optimizer specifically designed for OFA, enabling rapid and stable model updates under temporal distribution shift. Adaptimizer maintains two sets of weights-fast and slow-balancing rapid adaptation with long-term stability and generalization across the stream. Our experiments demonstrate that OFA with Adaptimizer achieves consistent improvements over static baselines. All code and data are publicly available at https://github.com/pouyaghahramanian/LLM-OFA. Pouya Ghahramanian, Sepehr Bakhshi, Fazli Can |
CIKM | 3 |
| 2025 | Detecting Misinformation on Social Media using Community Insights and Contrastive LearningabstractSocial media users are more likely to be exposed to similar views and tend to avoid contrasting views, especially when they are part of a community of social media users. In this study, we investigate the presence of user communities and leverage them as a tool to detect misinformation on social media, specifically on X (formerly known as Twitter). We propose a misinformation detection framework, namely Similarity-based Misinformation Detection (SiMiD) that employs microblogs and utilizes user-follower interactions within a social network. Our approach extracts important textual features of social media posts using a transformer-based language model. We use contrastive learning and pseudo-labeling to fine-tune the language model. Then, we measure the similarity for each social media post based on its relevance to each user in the communities. Finally, we train a machine learning model to identify the truthfulness of social media posts using these similarity scores. We evaluate our approach on three social media datasets, compare our method with twelve state-of-the-art approaches, and answer five research questions. The experimental results, supported by statistical tests, show that contrastive learning and user communities can enhance the detection of misinformation on social media. Our model can identify misinformation content by achieving a consistently high weighted F1 score of over 90% across all datasets, even employing only a small number of users in communities. We make our implementations publicly available and provide all details that are necessary for the reproducibility of experiments. 1 Oguzhan Ozcelik, Cagri Toraman, Fazli Can |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2024 | Prioritized Binary Transformation Method for Efficient Multi-label Classification of Data Streams with Many LabelsabstractReal-time data processing systems generate huge amounts of data that need to be classified. The volume, variety, velocity, and veracity (uncertainty) of this data necessitate new approaches and the adaptation of existing classification methods. Moreover, the arriving data can belong to more than one class at the same time. As the number of labels grows larger, a significant portion of the multi-label data stream classification methods become computationally inefficient. We propose a novel online approach: the Prioritized Binary Transformation (PBT) method, which can classify data with large numbers of labels by ordering the labels using Principal Component Analysis (PCA) within a fixed-size window. This order is then used to transform the label vectors for classification. We perform an empirical analysis on 12 datasets and compare PBT to four prominent baselines using four evaluation metrics. PBT achieves the best average ranking in three of the four evaluation metrics. Moreover, we investigate efficiency under average execution time per data item and memory consumption where PBT achieves second and first average rankings, respectively. Onur Yildirim, Sepehr Bakhshi, Fazli Can |
CIKM | 3 |
| 2024 | A Novel Neural Ensemble Architecture for On-the-fly Classification of Evolving Text StreamsabstractWe study on-the-fly classification of evolving text streams in which the relation between the input data and target labels changes over time—i.e., “concept drift.” These variations decrease the model’s performance, as predictions become less accurate over time and they necessitate a more adaptable system. While most studies focus on concept drift detection and handling with ensemble approaches, the application of neural models in this area is relatively less studied. We introduce Adaptive Neural Ensemble Network ( AdaNEN ), a novel ensemble-based neural approach, capable of handling concept drift in data streams. With our novel architecture, we address some of the problems neural models face when exploited for online adaptive learning environments. Most current studies address concept drift detection and handling in numerical streams, and the evolving text stream classification remains relatively unexplored. We hypothesize that the lack of public and large-scale experimental data could be one reason. To this end, we propose a method based on an existing approach for generating evolving text streams by introducing various types of concept drifts to real-world text datasets. We provide an extensive evaluation of our proposed approach using 12 state-of-the-art baselines and 13 datasets. We first evaluate concept drift handling capability of AdaNEN and the baseline models on evolving numerical streams; this aims to demonstrate the concept drift handling capabilities of our method on a general spectrum and motivate its use in evolving text streams. The models are then evaluated in evolving text stream classification. Our experimental results show that AdaNEN consistently outperforms the existing approaches in terms of predictive performance with conservative efficiency. Pouya Ghahramanian, Sepehr Bakhshi, Hamed R. Bonab, Fazli Can |
ACM Trans. Knowl. Discov. Data | 4 |
| 2023 | DynED: Dynamic Ensemble Diversification in Data Stream ClassificationabstractEnsemble methods are commonly used in classification due to their remarkable performance. Achieving high accuracy in a data stream environment is a challenging task considering disruptive changes in the data distribution, also known as concept drift. A greater diversity of ensemble components is known to enhance prediction accuracy in such settings. Despite the diversity of components within an ensemble, not all contribute as expected to its overall performance. This necessitates a method for selecting components that exhibit high performance and diversity. We present a novel ensemble construction and maintenance approach based on MMR (Maximal Marginal Relevance) that dynamically combines the diversity and prediction accuracy of components during the process of structuring an ensemble. The experimental results on both four real and 11 synthetic datasets demonstrate that the proposed approach (DynED) provides a higher average mean accuracy compared to the five state-of-the-art baselines. Soheil Abadifard, Sepehr Bakhshi, Sanaz Gheibuni, Fazli Can |
CIKM | 4 |
| 2023 | Cross-Lingual Transfer Learning for Misinformation Detection: Investigating Performance Across Multiple Languages
Oguzhan Ozcelik, Arda Sarp Yenicesu, Onur Yildirim, Dilruba Sultan Haliloglu, Erdem Ege Eroglu, Fazli Can |
LDK | 6 |
| 2022 | Binary Transformation Method for Multi-Label Stream ClassificationabstractData streams produce extensive data with high throughput from various domains and require copious amounts of computational resources and energy. Many data streams are generated as multi-labeled and classifying this data is computationally demanding. Some of the most well-known methods for Multi-Label Stream Classification are Problem Transformation schemes; however, previous work on this area does not satisfy the efficiency demands of multi-label data streams. In this study, we propose a novel Problem Transformation method for Multi-Label Stream Classification called Binary Transformation, which utilizes regression algorithms by transforming the labels into a continuous value. We compare our method against three of the leading problem transformation methods using eight datasets. Our results show that Binary Transformation achieves statistically similar effectiveness and provides a much higher level of efficiency. Ege Berkay Gulcan, Isin Su Ecevit, Fazli Can |
CIKM | 3 |
| 2022 | A Tutorial on Stance DetectionabstractStance detection (also known as stance classification, stance prediction, and stance analysis) is a problem related to social media analysis, natural language processing, and information retrieval, which aims to determine the position of a person from a piece of text they produce, towards a target (a concept, idea, event, etc.) either explicitly specified in the text, or implied only. Common stance classes include Favor, Against, and None. In this tutorial, we will define the core concepts and other related research problems, present historical and contemporary approaches to stance detection (including shared tasks and tools employed), provide pointers to related datasets, and cover open research directions and application areas of stance detection. As solutions to stance detection can contribute to diverse applications including trend analysis, opinion surveys, user reviews, personalization, and predictions for referendums and elections, it will continue to stand as an important research problem, mostly on textual content currently, and particularly on Web content including social media. Dilek Küçük, Fazli Can |
WSDM | 2 |
| 2021 | Stance Detection: Concepts, Approaches, Resources, and Outstanding IssuesabstractStance detection (also known as stance classification and stance prediction) is a problem related to social media analysis, natural language processing, and information retrieval, which aims to determine the position of a person from a piece of text they produce, towards a target (a concept, idea, event, etc.) either explicitly specified in the text, or implied only. The output of the stance detection procedure is usually from this set: Favor, Against, None. In this tutorial, we will define the core concepts and research problems related to stance detection, present historical and contemporary approaches to stance detection, provide pointers to related resources (datasets and tools), and we will cover outstanding issues and application areas of stance detection. As solutions to stance detection can contribute to significant tasks including trend analysis, opinion surveys, user reviews, personalization, and predictions for referendums and elections, it will continue to stand as an important research problem, mostly on textual content currently, and particularly on social media. Finally, we believe that image and video content will commonly be the subject of stance detection research soon. Dilek Küçük, Fazli Can |
SIGIR | 2 |
| 2019 | Unsupervised Concept Drift Detection with a Discriminative ClassifierabstractIn data stream mining, one of the biggest challenges is to develop algorithms that deal with the changing data. As data evolve over time, static models become outdated. This phenomenon is called concept drift, and it is investigated extensively in the literature. Detecting and subsequently adapting to concept drifts yield more robust and better performing models. In this study, we present an unsupervised method called D3 which uses a discriminative classifier with a sliding window to detect concept drift by monitoring changes in the feature space. It is a simple method that can be used along with any existing classifier that does not intrinsically have a drift adaptation mechanism. We experiment on the most prevalent concept drift detectors using 8 datasets. The results demonstrate that D3 outperforms the baselines, yielding models with higher performances on both real-world and synthetic datasets. Ömer Gözüaçik, Alican Büyükçakir, Hamed R. Bonab, Fazli Can |
CIKM | 4 |
| 2018 | A Novel Online Stacked Ensemble for Multi-Label Stream ClassificationabstractAs data streams become more prevalent, the necessity for online algorithms that mine this transient and dynamic data becomes clearer. Multi-label data stream classification is a supervised learning problem where each instance in the data stream is classified into one or more pre-defined sets of labels. Many methods have been proposed to tackle this problem, including but not limited to ensemble-based methods. Some of these ensemble-based methods are specifically designed to work with certain multi-label base classifiers; some others employ online bagging schemes to build their ensembles. In this study, we introduce a novel online and dynamically-weighted stacked ensemble for multi-label classification, called GOOWE-ML, that utilizes spatial modeling to assign optimal weights to its component classifiers. Our model can be used with any existing incremental multi-label classification algorithm as its base classifier. We conduct experiments with 4 GOOWE-ML-based multi-label ensembles and 7 baseline models on 7 real-world datasets from diverse areas of interest. Our experiments show that GOOWE-ML ensembles yield consistently better results in terms of predictive performance in almost all of the datasets, with respect to the other prominent ensemble models. Alican Büyükçakir, Hamed R. Bonab, Fazli Can |
CIKM | 3 |
| 2018 | GOOWE: Geometrically Optimum and Online-Weighted Ensemble Classifier for Evolving Data StreamsabstractDesigning adaptive classifiers for an evolving data stream is a challenging task due to the data size and its dynamically changing nature. Combining individual classifiers in an online setting, the ensemble approach, is a well-known solution. It is possible that a subset of classifiers in the ensemble outperforms others in a time-varying fashion. However, optimum weight assignment for component classifiers is a problem, which is not yet fully addressed in online evolving environments. We propose a novel data stream ensemble classifier, called Geometrically Optimum and Online-Weighted Ensemble (GOOWE), which assigns optimum weights to the component classifiers using a sliding window containing the most recent data instances. We map vote scores of individual classifiers and true class labels into a spatial environment. Based on the Euclidean distance between vote scores and ideal-points, and using the linear least squares (LSQ) solution, we present a novel, dynamic, and online weighting approach. While LSQ is used for batch mode ensemble classifiers, it is the first time that we adapt and use it for online environments by providing a spatial modeling of online ensembles. In order to show the robustness of the proposed algorithm, we use real-world datasets and synthetic data generators using the Massive Online Analysis (MOA) libraries. First, we analyze the impact of our weighting system on prediction accuracy through two scenarios. Second, we compare GOOWE with eight state-of-the-art ensemble classifiers in a comprehensive experimental environment. Our experiments show that GOOWE provides improved reactions to different types of concept drift compared to our baselines. The statistical tests indicate a significant improvement in accuracy, with conservative time and memory requirements. Hamed R. Bonab, Fazli Can |
ACM Trans. Knowl. Discov. Data | 2 |
| 2017 | Discovering story chains: A framework based on zigzagged search and news actorsabstractA story chain is a set of related news articles that reveal how different events are connected. This study presents a framework for discovering story chains, given an input document, in a text collection. The framework has 3 complementary parts that i) scan the collection, ii) measure the similarity between chain‐member candidates and the chain, and iii) measure similarity among news articles. For scanning, we apply a novel text‐mining method that uses a zigzagged search that reinvestigates past documents based on the updated chain. We also utilize social networks of news actors to reveal connections among news articles. We conduct 2 user studies in terms of 4 effectiveness measures—relevance, coverage, coherence, and ability to disclose relations. The first user study compares several versions of the framework, by varying parameters, to set a guideline for use. The second compares the framework with 3 baselines. The results show that our method provides statistically significant improvement in effectiveness in 61% of pairwise comparisons, with medium or large effect size; in the remainder, none of the baselines significantly outperforms our method. Cagri Toraman, Fazli Can |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2016 | A Theoretical Framework on the Ideal Number of Classifiers for Online Ensembles in Data StreamsabstractA priori determining the ideal number of component classifiers of an ensemble is an important problem. The volume and velocity of big data streams make this even more crucial in terms of prediction accuracies and resource requirements. There is a limited number of studies addressing this problem for batch mode and none for online environments. Our theoretical framework shows that using the same number of independent component classifiers as class labels gives the highest accuracy. We prove the existence of an ideal number of classifiers for an ensemble, using the weighted majority voting aggregation rule. In our experiments, we use two state-of-the-art online ensemble classifiers with six synthetic and six real-world data streams. The violation of providing independent component classifiers for our theoretical framework makes determining the exact ideal number of classifiers nearly impossible. We suggest upper bounds for the number of classifiers that gives the highest accuracy. An important implication of our study is that comparing online ensemble classifiers should be done based on these ideal values, since comparing based on a fixed number of classifiers can be misleading. Hamed R. Bonab, Fazli Can |
CIKM | 2 |
| 2014 | Diversity and novelty in web search, recommender systems and data streamsabstractThis tutorial aims to provide a unifying account of current research on diversity and novelty in the domains of web search, recommender systems, and data stream processing. Rodrygo L. T. Santos, Pablo Castells, Ismail Sengör Altingövde, Fazli Can |
WSDM | 4 |
| 2013 | Diversity and novelty in information retrievalabstractThis tutorial aims to provide a unifying account of current research on diversity and novelty in different IR domains, namely, in the context of search engines, recommender systems, and data streams. Rodrygo L. T. Santos, Pablo Castells, Ismail Sengör Altingövde, Fazli Can |
SIGIR | 4 |
| 2012 | Squeezing the Ensemble Pruning: Faster and More Accurate Categorization for News Portals
Cagri Toraman, Fazli Can |
ECIR | 2 |
| 2012 | Novelty detection for topic trackingabstractAbstract Multisource web news portals provide various advantages such as richness in news content and an opportunity to follow developments from different perspectives. However, in such environments, news variety and quantity can have an overwhelming effect. New‐event detection and topic‐tracking studies address this problem. They examine news streams and organize stories according to their events; however, several tracking stories of an event/topic may contain no new information (i.e., no novelty). We study the novelty detection (ND) problem on the tracking news of a particular topic. For this purpose, we build a Turkish ND test collection calledBilNov‐2005and propose the usage of three ND methods: a cosine‐similarity (CS)‐based method, a language‐model (LM)‐based method, and a cover‐coefficient (CC)‐based method. For the LM‐based ND method, we show that a simpler smoothing approach, Dirichlet smoothing, can have similar performance to a more complex smoothing approach, Shrinkage smoothing. We introduce a baseline that shows the performance of a system with random novelty decisions. In addition, a category‐based threshold learning method is used for the first time in ND literature. The experimental results show that the LM‐based ND method significantly outperforms the CS‐ and CC‐based methods, and category‐based threshold learning achieves promising results when compared to general threshold learning. Cem Aksoy, Fazli Can, Seyit Kocberber |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2011 | CoDet: sentence-based containment detection in news corporaabstractWe study a generalized version of the near-duplicate detection problem which concerns whether a document is a subset of another document. In text-based applications, document containment can be observed in exact-duplicates, near-duplicates, or containments, where the first two are special cases of the third. We introduce a novel method, called CoDet, which focuses particularly on this problem, and compare its performance with four well-known near-duplicate detection methods (DSC, full fingerprinting, I-Match, and SimHash) that are adapted to containment detection. Our method is expandable to different domains, and especially suitable for streaming news. Experimental results show that CoDet effectively and efficiently produces remarkable results in detecting containments. Emre Varol, Fazli Can, Cevdet Aykanat, Oguz Kaya |
CIKM | 2 |
| 2010 | New event detection and topic tracking in TurkishabstractAbstract Topic detection and tracking (TDT) applications aim to organize the temporally ordered stories of a news stream according to the events. Two major problems in TDT are new event detection (NED) and topic tracking (TT). These problems focus on finding the first stories of new events and identifying all subsequent stories on a certain topic defined by a small number of sample stories. In this work, we introduce the first large‐scale TDT test collection for Turkish, and investigate the NED and TT problems in this language. We present our test‐collection‐construction approach, which is inspired by the TDT research initiative. We show that in TDT for Turkish with some similarity measures, a simple word truncation stemming method can compete with a lemmatizer‐based stemming approach. Our findings show that contrary to our earlier observations on Turkish information retrieval, in NED word stopping has an impact on effectiveness. We demonstrate that the confidence scores of two different similarity measures can be combined in a straightforward manner for higher effectiveness. The influence of several similarity measures on effectiveness also is investigated. We show that it is possible to deploy TT applications in Turkish that can be used in operational settings. Fazli Can, Seyit Kocberber, Ozgur Baglioglu, Suleyman Kardas, Huseyin Cagdas Öcalan, Erkan Uyar |
J. Assoc. Inf. Sci. Technol. | 1 |
| 2009 | Cover Coefficient-Based Multi-document Summarization
Gönenç Ercan, Fazli Can |
ECIR | 2 |
| 2008 | Efficient Processing of Category-Restricted Queries for Web Directories
Ismail Sengör Altingövde, Fazli Can, Özgür Ulusoy |
ECIR | 2 |
| 2008 | Site-based dynamic pruning for query processing in search enginesabstractDate of Conference: 20 - 24 July, 2008 Ismail Sengör Altingövde, Engin Demir, Fazli Can, Özgür Ulusoy |
SIGIR | 3 |
| 2008 | Bilkent news portal: a personalizable system with new event detection and tracking capabilitiesabstractNo abstract available. Fazli Can, Seyit Kocberber, Ozgur Baglioglu, Suleyman Kardas, Huseyin Cagdas Öcalan, Erkan Uyar |
SIGIR | 1 |
| 2008 | Chat mining: Predicting user and message attributes in computer-mediated communication
Tayfun Küçükyilmaz, Berkant Barla Cambazoglu, Cevdet Aykanat, Fazli Can |
Inf. Process. Manag. | 4 |
| 2008 | Information retrieval on Turkish textsabstractAbstract In this study, we investigate information retrieval (IR) on Turkish texts using a large‐scale test collection that contains 408,305 documents and 72 ad hoc queries. We examine the effects of several stemming options and query‐document matching functions on retrieval performance. We show that a simple word truncation approach, a word truncation approach that uses language‐dependent corpus statistics, and an elaborate lemmatizer‐based stemmer provide similar retrieval effectiveness in Turkish IR. We investigate the effects of a range of search conditions on the retrieval performance; these include scalability issues, query and document length effects, and the use of stopword list in indexing. Fazli Can, Seyit Kocberber, Erman Balcik, Cihan Kaynak, Huseyin Cagdas Öcalan, Onur M. Vursavas |
J. Assoc. Inf. Sci. Technol. | 1 |
| 2008 | Incremental cluster-based retrieval using compressed cluster-skipping inverted filesabstractWe propose a unique cluster-based retrieval (CBR) strategy using a new cluster-skipping inverted file for improving query processing efficiency. The new inverted file incorporates cluster membership and centroid information along with the usual document information into a single structure. In our incremental-CBR strategy, during query evaluation, both best(-matching) clusters and the best(-matching) documents of such clusters are computed together with a single posting-list access per query term. As we switch from term to term, the best clusters are recomputed and can dynamically change. During query-document matching, only relevant portions of the posting lists corresponding to the best clusters are considered and the rest are skipped. The proposed approach is essentially tailored for environments where inverted files are compressed, and provides substantial efficiency improvement while yielding comparable, or sometimes better, effectiveness figures. Our experiments with various collections show that the incremental-CBR strategy using a compressed cluster-skipping inverted file significantly improves CPU time efficiency, regardless of query length. The new compressed inverted file imposes an acceptable storage overhead in comparison to a typical inverted file. We also show that our approach scales well with the collection size. Ismail Sengör Altingövde, Engin Demir, Fazli Can, Özgür Ulusoy |
ACM Trans. Inf. Syst. | 3 |
| 2007 | Large-scale cluster-based retrieval experiments on Turkish textsabstractWe present cluster-based retrieval (CBR) experiments on the largest available Turkish document collection. Our experiments evaluate retrieval effectiveness and efficiency on both an automatically generated clustering structure and a manual classification of documents. In particular, we compare CBR effectiveness with full-text search (FS) and evaluate several implementation alternatives for CBR. Our findings reveal that CBR yields comparable effectiveness figures with FS. Furthermore, by using a specifically tailored cluster-skipping inverted index we significantly improve in-memory query processing efficiency of CBR in comparison to other traditional CBR techniques and even FS. Ismail Sengör Altingövde, Rifat Ozcan, Huseyin Cagdas Öcalan, Fazli Can, Özgür Ulusoy |
SIGIR | 4 |
| 2006 | First large-scale information retrieval experiments on turkish textsabstractWe present the results of the first large-scale Turkish information retrieval experiments performed on a TREC-like test collection. The test bed, which has been created for this study, contains 95.5 million words, 408,305 documents, 72 ad hoc queries and has a size of about 800MB. All documents come from the Turkish newspaper Milliyet. We implement and apply simple to sophisticated stemmers and various query-document matching functions and show that truncating words at a prefix length of 5 creates an effective retrieval environment in Turkish. However, a lemmatizer-based stemmer provides significantly better effectiveness over a variety of matching functions. Fazli Can, Seyit Kocberber, Erman Balcik, Cihan Kaynak, Huseyin Cagdas Öcalan, Onur M. Vursavas |
SIGIR | 1 |
| 2006 | Automatic ranking of information retrieval systems using data fusion
Rabia Nuray-Turan, Fazli Can |
Inf. Process. Manag. | 2 |
| 2005 | Comparing inverted files and signature files for searching a large lexicon
Ben Carterette, Fazli Can |
Inf. Process. Manag. | 2 |
| 2004 | Automatic performance evaluation of Web search engines
Fazli Can, Rabia Nuray-Turan, Ayisigi B. Sevdik |
Inf. Process. Manag. | 1 |
| 2004 | Efficiency and effectiveness of query processing in cluster-based retrieval
Fazli Can, Ismail Sengör Altingövde, Engin Demir |
Inf. Syst. | 1 |
| 2003 | Automatic ranking of retrieval systems in imperfect environmentsabstractThe empirical investigation of the effectiveness of information retrieval (IR) systems requires a test collection, a set of query topics, and a set of relevance judgments made by human assessors for each query. Previous experiments show that differences in human relevance assessments do not affect the relative performance of retrieval systems. Based on this observation, we propose and evaluate a new approach to replace the human relevance judgments by an automatic method. Ranking of retrieval systems with our methodology correlates positively and significantly with that of human-based evaluations. In the experiments, we assume a Web-like imperfect environment: the indexing information for all documents is available for ranking, but some documents may not be available for retrieval. Such conditions can be due to document deletions or network problems. Our method of simulating imperfect environments can be used for Web search engine assessment and in estimating the effects of network conditions (e.g., network unreliability) on IR system performance. Rabia Nuray-Turan, Fazli Can |
SIGIR | 2 |
| 1997 | Vertical Framing of Superimposed Signature Files Using Partial Evaluation of Queries
Seyit Kocberber, Fazli Can |
Inf. Process. Manag. | 2 |
| 1996 | Partial Evaluation of Queries for Bit-Sliced Signature Files
Seyit Kocberber, Fazli Can |
Inf. Process. Lett. | 2 |
| 1995 | Incremental Clustering for Very Large Document Databases: Initial MARIAN Experience
Fazli Can, Edward A. Fox, Cory Snavely, Robert K. France |
Inf. Sci. | 1 |
| 1994 | On the Efficiency of Best-Match Cluster Searches
Fazli Can |
Inf. Process. Manag. | 1 |
| 1993 | Analysis of Multiterm Queries in a Dynamic Signature File OrganizationabstractOur analysis combines the concerns of signature extraction and signature file organization which have usually been treated as separate issues. We also relax the uniform frequency and single term query assumptions and provide a comprehensive analysis for multiterm query environments where terms can be classified based on their query and database occurrence frequencies. The performance of three superimposed signature generation schemes is explored as they are applied to one dynamic signature file organization based on linear hashing: Linear Hashing with Superimposed Signatures (LHSS). First scheme (SM) allows all terms set the same number of bits regardless of their discriminatory power whereas the second and third methods (MMS and MMM) emphasize the terms with high query and low database occurrence frequencies. Of these three schemes, only MMM takes the probability distribution of the number of query terms into account in finding the optimal mapping strategy. Derivation of performance evaluation formulas is provided together with the results of various experimental settings. Suggestions as to how to implement the given techniques in real life cases are also provided. Results indicate that MMM outperforms the other methods as the gap between the discriminatory power of the terms gets larger. The absolute value of the savings provided by MMM reach a maximum for the high query weight case. However, the extra savings decline sharply for high weight and moderately for the low weight queries with the increase in database size. Deniz Aktug, Fazli Can |
SIGIR | 2 |
| 1993 | Incremental Clustering for Dynamic Information ProcessingabstractClustering of very large document databases is useful for both searching and browsing. The periodic updating of clusters is required due to the dynamic nature of databases. An algorithm for incremental clustering is introduced. The complexity and cost analysis of the algorithm together with an investigation of its expected behavior are presented. Through empirical testing it is shown that the algorithm achieves cost effectiveness and generates statistically valid clusters that are compatible with those of reclustering. The experimental evidence shows that the algorithm creates an effective and efficient retrieval environment. Fazli Can |
ACM Trans. Inf. Syst. | 1 |
| 1990 | Concepts and Effectiveness of the Cover-Coefficient-Based Clustering Methodology for Text DatabasesabstractA new algorithm for document clustering is introduced. The base concept of the algorithm, the cover coefficient (CC) concept, provides a means of estimating the number of clusters within a document database and related indexing and clustering analytically. The CC concept is used also to identify the cluster seeds and to form clusters with these seeds. It is shown that the complexity of the clustering process is very low. The retrieval experiments show that the information-retrieval effectiveness of the algorithm is compatible with a very demanding complete linkage clustering method that is known to have good retrieval performance. The experiments also show that the algorithm is 15.1 to 63.5 (with an average of 47.5) percent better than four other clustering algorithms in cluster-based information retrieval. The experiments have validated the indexing-clustering relationships and the complexity of the algorithm and have shown improvements in retrieval effectiveness. In the experiments two document databases are used: TODS214 and INSPEC. The latter is a common database with 12,684 documents. Fazli Can, Esen A. Ozkarahan |
ACM Trans. Database Syst. | 1 |
| 1989 | Dynamic cluster maintenance
Fazli Can, Esen A. Ozkarahan |
Inf. Process. Manag. | 1 |
| 1987 | A Dynamic Cluster Maintenance System for Information RetrievalabstractPartitioning by clustering of very large databases is a necessity to reduce the space/time complexity of retrieval operations. However, the contemporary and modern retrieval environments demand dynamic maintenance of clusters. A new cluster maintenance strategy is proposed and its similarity/stability characteristics, cost analysis, and retrieval behavior in comparison with unclustered and completely reclustered database environments have been examined by means of a series of experiments. Fazli Can, Esen A. Ozkarahan |
SIGIR | 1 |
| 1987 | Computation of term/document discrimination values by use of the cover coefficient conceptabstractIndexing in information retrieval (IR) is used to obtain a suitable vocabulary of index terms and optimum assignment of these terms to documents for increasing the effectiveness and efficiency of an IR system. The concept of term discrimination value (TDV) is one of the criteria used for index-term selection. In this article a new concept called the cover coefficient (CC) will be used in computing TDVs. After a brief introduction to the theory of indexing and the CC concept, an efficient way of computing TDVs by use of the CC concept, index-term selection, and weight modification are discussed. It is also shown that the computational cost of the CC approach in the calculation of TDVs is favorably comparable to the cost of a different approach that uses similarity coefficients. Furthermore, the TDVs obtained by the CC approach are consistent with those of the latter approach. © 1987 John Wiley & Sons, Inc. Fazli Can, Esen A. Ozkarahan |
J. Am. Soc. Inf. Sci. | 1 |
| 1986 | An Automatic and Tunable Document Indexing SystemabstractIn this article we present an interactive automatic document indexing software together with various index tuning/optimization strategies. After stems are generated from the raw text, the initial index vocabulary is narrowed down and tuned with the use of indexing versus clustering theory relationships. The narrowed down vocabulary is further optimized with the inclusion of term phrases and virtual terms corresponding to high and low frequency terms respectively. The results of performance experimentation which proved significant improvements of index vocabulary optimization are presented. The exploitation of the term discrimination value concept in index and retrieval system tuning and optimization is discussed. Esen A. Ozkarahan, Fazli Can |
SIGIR | 2 |
| 1985 | Concepts of the Cover-Coefficient-Based Clustering MethodologyabstractDocument clustering has several unresolved problems. Among them are high time and space complexity, difficulty of determining similarity thresholds, order dependence, nonuniform document distribution in clusters, and arbitrariness in determination of various cluster intiators. To overcome these problems to some degree, the cover coefficient based clustering methodology has been introduced. The concepts used in this methodology have created certain new concepts, relationships, and measures such as the effect of indexing on clustering, an optimal vocabulary generation for indexing, and a new matching function. These new concepts are discussed. The result of performance experiments that show the effectiveness of the clustering methodology and the matching function are also included. In these experiments, it has been also observed that the majority of the documents obtained in a search are concentrated in a few clusters containing a low percentage of documents of the database. Fazli Can, Esen A. Ozkarahan |
SIGIR | 1 |
| 1985 | Similarity and stability analysis of the two partitioning type clustering algorithmsabstractAbstract The similarity and stability analysis of the two partitioning type clustering algorithms, which appeared in this journal recently, are presented with respect to two different metrics. This article also includes other aspects of the algorithms, such as the number and size of the clusters generated, the similarity between the members of a cluster and the corresponding centroid, and other relevant details. In the experiments, a document collection consisting of the titles, abstracts, and keywords of 167 ACM TODS publications was used. Fazli Can, Esen A. Ozkarahan |
J. Am. Soc. Inf. Sci. | 1 |
| 1984 | Two partitioning type clustering algorithmsabstractAbstract In this article, two partitioning type clustering algorithms are presented. Both algorithms use the same method for selecting cluster seeds; however, assignment of documents to the seeds is different. The first algorithm uses a new concept called “cover coefficient,” and it is a single‐pass algorithm. The second one uses a conventional measure for document assignment to the cluster seeds and is a multipass algorithm. The concept of clustering, a model for seed oriented partitioning, the new centroid generation approach, and an illustration for both algorithms are also presented in the article. Fazli Can, Esen A. Ozkarahan |
J. Am. Soc. Inf. Sci. | 1 |
| 1983 | A Clustering SchemeabstractIn this paper, a new clustering algorithm has been described. The algorithm proposed determines both the number of clusters in a collection, and the number of elements in each cluster before beginning the final clustering process. The complexity assessment of the algorithm and the implementation issues are also emphasized. Fazli Can, Esen A. Ozkarahan |
SIGIR | 1 |