paper-with-me

홈 › Papers

ClusterDataSplit: Exploring Challenging Clustering-Based Data Splits for Model Performance Evaluation

2020-11-01 · EMNLP (Eval4NLP) 2020 11 · Hanna Wecker, Annemarie Friedrich, Heike Adel

This paper adds to the ongoing discussion in the natural language processing community on how to choose a good development set. Motivated by the real-life necessity of applying machine learning models to different data distributions, we propose a clustering-based data splitting algorithm. It creates development (or test) sets which are lexically different from the training data while ensuring similar label distributions. Hence, we are able to create challenging cross-validation evaluation setups while abstracting away from performance differences resulting from label distribution shifts between training and test data. In addition, we present a Python-based tool for analyzing and visualizing data split characteristics and model performance. We illustrate the workings and results of our approach using a sentiment analysis and a patent classification task.

📄 PDF Abstract BibTeX

Code (1)

boschresearch/clusterdatasplit_eval4nlp-2020 공식 구현

Tasks

ClusteringPatent classificationSentiment Analysis

Similar Papers 제목 키워드 기반

A clustering approach to heterogeneous change detection

2017-02-10 · Luigi Tommaso Luppino, Stian Normann Anfinsen, Gabriele Moser, Robert Jenssen 외

Change detection in heterogeneous multitemporal satellite images is a challenging and still not much studied topic in remote sensing and earth observation. This paper focuses on comparison of image pairs covering the sam…

Change DetectionClusteringEarth Observation

Tree-Guided $L_1$-Convex Clustering

2025-03-31 · Bingyuan Zhang, Yoshikazu Terada

Convex clustering is a modern clustering framework that guarantees globally optimal solutions and performs comparably to other advanced clustering methods. However, obtaining a complete dendrogram (clusterpath) for large…

ClusteringComputational EfficiencyDistributed Computing

A new type of federated clustering: A non-model-sharing approach

2025-06-11 · Yuji Kawamata, Kaoru Kamijo, Maki Kihira, Akihiro Toyoda 외

In recent years, the growing need to leverage sensitive data across institutions has led to increased attention on federated learning (FL), a decentralized machine learning paradigm that enables model training without sh…

ClusteringFederated Learning

K-Splits: Improved K-Means Clustering Algorithm to Automatically Detect the Number of Clusters

2021-10-09 · Seyed Omid Mohammadi, Ahmad Kalhor, Hossein Bodaghi

This paper introduces k-splits, an improved hierarchical algorithm based on k-means to cluster data without prior knowledge of the number of clusters. K-splits starts from a small number of clusters and uses the most sig…

ClusteringPosition

One-Shot Coresets: The Case of k-Clustering

2017-11-27 · Olivier Bachem, Mario Lucic, Silvio Lattanzi

Scaling clustering algorithms to massive data sets is a challenging task. Recently, several successful approaches based on data summarization methods, such as coresets and sketches, were proposed. While these techniques …

ClusteringData SummarizationSmall Data Image Classification