paper-with-me

홈 › Papers

SourceSplice: Source Selection for Machine Learning Tasks

2025-07-29 · Ambarish Singh, Romila Pradhan arxiv

Data quality plays a pivotal role in the predictive performance of machine learning (ML) tasks - a challenge amplified by the deluge of data sources available in modern organizations. Prior work in data discovery largely focus on metadata matching, semantic similarity or identifying tables that should be joined to answer a particular query, but do not consider source quality for high performance of the downstream ML task. This paper addresses the problem of determining the best subset of data sources that must be combined to construct the underlying training dataset for a given ML task. We propose SourceGrasp and SourceSplice, frameworks designed to efficiently select a suitable subset of sources that maximizes the utility of the downstream ML model. Both the algorithms rely on the core idea that sources (or their combinations) contribute differently to the task utility, and must be judiciously chosen. While SourceGrasp utilizes a metaheuristic based on a greediness criterion and randomization, the SourceSplice framework presents a source selection mechanism inspired from gene splicing - a core concept used in protein synthesis. We empirically evaluate our algorithms on three real-world datasets and synthetic datasets and show that, with significantly fewer subset explorations, SourceSplice effectively identifies subsets of data sources leading to high task utility. We also conduct studies reporting the sensitivity of SourceSplice to the decision choices under several settings.

📄 PDF Abstract BibTeX arXiv:2507.22186

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Improving Statistical Machine Translation with Selectional Preferences

2016-12-01 · COLING 2016 12 · Haiqing Tang, Deyi Xiong, Min Zhang, ZhengXian Gong

Long-distance semantic dependencies are crucial for lexical choice in statistical machine translation. In this paper, we study semantic dependencies between verbs and their arguments by modeling selectional preferences i…

Machine TranslationSemantic Role LabelingTranslationWord Sense Disambiguation

Survey on Feature Selection

2015-10-10 · Tarek Amr Abdallah, Beatriz de La Iglesia

Feature selection plays an important role in the data mining process. It is needed to deal with the excessive number of features, which can become a computational burden on the learning algorithms. It is also necessary, …

BIG-bench Machine Learningfeature selectionSurvey

Ease.ml: Towards Multi-tenant Resource Sharing for Machine Learning Workloads

2017-08-24 · Tian Li, Jie Zhong, Ji Liu, Wentao Wu 외

We present ease.ml, a declarative machine learning service platform we built to support more than ten research groups outside the computer science departments at ETH Zurich for their machine learning needs. With ease.ml,…

Bayesian OptimizationBIG-bench Machine LearningFairnessimage-classification+3

Generalised Unsupervised Domain Adaptation of Neural Machine Translation with Cross-Lingual Data Selection

2021-09-09 · EMNLP 2021 11 · Thuy-Trang Vu, Xuanli He, Dinh Phung, Gholamreza Haffari

This paper considers the unsupervised domain adaptation problem for neural machine translation (NMT), where we assume the access to only monolingual text in either the source or target language in the new domain. We prop…

Contrastive LearningDomain AdaptationMachine TranslationNMT+2

In-Context Example Selection via Similarity Search Improves Low-Resource Machine Translation

2024-08-01 · Armel Zebaze, Benoît Sagot, Rachel Bawden

The ability of generative large language models (LLMs) to perform in-context learning has given rise to a large body of research into how best to prompt models for various natural language processing tasks. In this paper…

DiversityIn-Context LearningMachine TranslationSentence+4