Papers › Data-centric Artificial Intelligence: A Survey

Data-centric Artificial Intelligence: A Survey

17 Mar 2023arXiv:2303.10158archive 2025-07-28

Daochen Zha, Zaid Pervaiz Bhat, Kwei-Herng Lai, Fan Yang, Zhimeng Jiang, Shaochen Zhong, Xia Hu

Artificial Intelligence (AI) is making a profound impact in almost every domain. A vital enabler of its great success is the availability of abundant and high-quality data for building machine learning models. Recently, the role of data in AI has been significantly magnified, giving rise to the emerging concept of data-centric AI. The attention of researchers and practitioners has gradually shifted from advancing model design to enhancing the quality and quantity of the data. In this survey, we discuss the necessity of data-centric AI, followed by a holistic view of three general data-centric goals (training data development, inference data development, and data maintenance) and the representative methods. We also organize the existing literature from automation and collaboration perspectives, discuss the challenges, and tabulate the benchmarks for various tasks. We believe this is the first comprehensive survey that provides a global view of a spectrum of tasks across various stages of the data lifecycle. We hope it can help the readers efficiently grasp a broad picture of this field, and equip them with the techniques and further research ideas to systematically engineer data for building AI systems. A companion list of data-centric AI resources will be regularly updated on https://github.com/daochenzha/data-centric-AI

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.10158")

Code

Syntology Ran 4 of 20 code samples harvested from 3 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 20 samples from 3 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

daochenzha/data-centric-ai officialmentioned in papermentioned on GitHubtf report
daochenzha/Meta-AAD mentioned on GitHubtfMIT report
daochenzha/autoshard mentioned on GitHubpytorchMIT report
daochenzha/autosmote mentioned on GitHubpytorch report
daochenzha/dreamshard mentioned on GitHubpytorch report
daochenzha/rapid mentioned on GitHubtf report
daochenzha/simtsc mentioned on GitHubpytorchMIT report
datamllab/tods mentioned on GitHubApache-2.0 report
kwai/DouZero mentioned on GitHubpytorch report
ynchuang/discoverpath mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 4 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
16unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

action_log_probs daochenzha/autoshard/autoshard/utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 815b225c5ab9f314 · report
from_logits daochenzha/autoshard/autoshard/utils.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 715b439b8761ea76 · report
register_sharder daochenzha/autoshard/autoshard/sharders.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 1853184b9cb1b65f · report
swap_and_flatten daochenzha/Meta-AAD/meta_aad/ppo2.py community (archive-listed) ran · violated contract MIT (permissive) · abd71f89b632da7f · report
benchmark_op daochenzha/autoshard/autoshard/bench.py community (archive-listed) unverified MIT (permissive) · ad51bfcb3fcd9b5e · report
compute_accuracy daochenzha/simtsc/src/simtsc/model.py community (archive-listed) unverified MIT (permissive) · c54a9f059d35378d · report
dataframe_to_matrix daochenzha/Meta-AAD/meta_aad/utils.py community (archive-listed) unverified MIT (permissive) · 68b0770ac104f515 · report
gen_table_configs daochenzha/autoshard/gen_dlrm_data.py community (archive-listed) unverified MIT (permissive) · 4b566a009bca058d · report
get_batch daochenzha/autoshard/autoshard/training.py community (archive-listed) unverified MIT (permissive) · d2de783847f9b48e · report
knn daochenzha/simtsc/train_knn.py community (archive-listed) unverified MIT (permissive) · 4a23b89dea09f271 · report
measure_latency daochenzha/autoshard/autoshard/bench.py community (archive-listed) unverified MIT (permissive) · 0eea246a0d6016fa · report
process_data daochenzha/autoshard/gen_dlrm_data.py community (archive-listed) unverified MIT (permissive) · 43f4e10ab0642572 · report
read_csv daochenzha/Meta-AAD/meta_aad/utils.py community (archive-listed) unverified MIT (permissive) · 91208082a6886cd7 · report
read_data_as_matrix daochenzha/Meta-AAD/meta_aad/utils.py community (archive-listed) unverified MIT (permissive) · 5ed38dadf9d7729f · report
read_dataset daochenzha/simtsc/src/utils.py community (archive-listed) unverified MIT (permissive) · 06a34bf9802aadc9 · report
read_dataset_from_npy daochenzha/simtsc/src/utils.py community (archive-listed) unverified MIT (permissive) · 1ecbffbc5d0eea38 · report
read_multivariate_dataset daochenzha/simtsc/src/utils.py community (archive-listed) unverified MIT (permissive) · 8b7b6df9e9e64197 · report
shard daochenzha/autoshard/autoshard/sharders.py community (archive-listed) unverified MIT (permissive) · cf5a0b7bf5c33cb1 · report
table_size daochenzha/autoshard/autoshard/utils.py community (archive-listed) unverified MIT (permissive) · 3515cb6082291847 · report
warmup daochenzha/autoshard/autoshard/bench.py community (archive-listed) unverified MIT (permissive) · 7932098d03c9573f · report

Tasks

Survey

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections