Pith. sign in

REVIEW 4 major objections 5 minor 16 references

A case for data valuation transparency via DValCards

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Data valuation scores, which assign each data point a number reflecting its contribution to model performance, shift significantly under routine preprocessing choices, and value-based data cleaning can worsen class imbalance and…

desk verdict Useful empirical mapping of data valuation instability under imputation, with a sensible transparency proposal; the 'inherent' claim overreaches, but the paper is honest about its scope and deserves a serious referee. read the letter →

arxiv 2506.23349 v2 pith:YV3K7IBL submitted 2025-06-29 cs.LG

classification cs.LG
keywords datavaluationShapleyvaluespreprocessingimputationclassimbalancealgorithmicfairnessDValCardsmarkets
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Data valuation methods assign each data point a number meant to capture how much that point contributed to a model's performance, and such numbers are increasingly proposed as a basis for data cleaning, data acquisition, and compensating data owners in data markets. This paper tries to establish that these numbers are not stable or neutral measurements: routine, inexpensive preprocessing — the paper tests twelve imputation methods on nine tabular classification datasets — significantly reshuffles data-value rankings, value-based subsampling can deepen class imbalance, and data values tend to run lower for underrepresented attribute groups. If true, data values cannot be compared across preprocessing pipelines, value-based cleaning carries hidden technical and ethical costs, and naive use of valuation metrics for data pricing would be unsound. On this basis the paper argues for transparency and introduces DValCards, a documentation format that records the valuation method, the preprocessing steps, the value report, and the ethical scope of any data valuation application.

What carries the argument

The argument is carried by a controlled experimental protocol that varies one design choice at a time while holding everything else fixed. Nine complete tabular classification datasets had missingness induced at three rates (1%, 10%, 30%) under three patterns (missing completely at random, missing at random, missing not at random), were repaired with twelve imputation methods, and were then valued with up to six metrics — TMC-Shapley and G-Shapley (Monte Carlo approximations of the Shapley value), leave-one-out (LOO), Banzhaf (a semivalue-based method proposed for stability across model runs), CS-Shapley (class-wise Shapley), and FairShap (fairness-based Shapley) — using logistic regression as the learning algorithm (kNN for FairShap). Three instruments produce the results: Kendall's $\tau$ for rank agreement between preprocessing conditions, class balance $b$ (minority-to-majority class ratio) for subsampling effects, and attribute representation balance $g$ (minority-to-majority subgroup ratio) together with equalized-odds difference for fairness effects. The proposed remedy, DValCards, is a documentation template with six sections — Introduction, System Flowchart, DVal Candidate Data, DVal Method, DVal Report, and Ethical Statement and Recommendations — recording where valuation sits in the data or model lifecycle, the exact preprocessing and metric choices, the resulting value distribution and the included and excluded instances, and the intended use plus ethical and legal scope.

What would settle it

Re-run the protocol on a non-tabular task with a deep model: compute TMC-Shapley values on a fixed image or text training set under two different preprocessing or augmentation pipelines, measure Kendall's $\tau$ between the two value rankings, and track class balance after removing the lowest-valued 20%. If the rankings stay in close agreement ($\tau$ near 1) and the minority class is not depleted, the claim that such instability and bias are inherent properties of data valuation metrics would be contradicted. A cheaper check in the paper's own setting: find any combination in the 9-dataset, 12-imputation grid where all valuation metrics agree closely on the identity of the highest- and lowest-valued points.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that data valuation metrics are inherently biased and unstable under simple algorithmic design choices. Three case studies support this. First, with model, data, and utility function held fixed, swapping the imputation method used to repair induced missingness produces statistically significant changes in data-value ranks: Kendall's $\tau$ is consistently below 1 with $p < 0.05$ across TMC-Shapley, G-Shapley, LOO, and Banzhaf, and the overlap between high-value subsets selected under different imputation methods is often small. Second, removing the lowest-valued data with TMC-Shapley or G-Shapley tends to draw from the minority class and worsens class balance on most datasets, whereas CS-Shapley, which separates in-class from out-of-class contribution, shows a different pattern. Third, value distributions vary by attribute group, with underrepresented groups frequently receiving lower values, so value-based subsampling can selectively remove their data; subsampling also usually fails to improve equalized-odds fairness. The paper concludes that naive use of LOO and Shapley-based metrics for equitable data pricing is unsuitable, and proposes DValCards as a transparency framework for data valuation in the wild.

Load-bearing premise

The experimental protocol assumes that deliberately inducing missingness in nine originally complete tabular datasets and repairing it with twelve imputation methods faithfully represents the preprocessing pipelines and data regimes where data valuation is used in practice, and that what holds for logistic regression (plus kNN for FairShap) also holds for other model classes and data types.

Editorial extensions

If this is right

  • Data values cannot be compared across preprocessing pipelines: the same point's value and rank change meaningfully under a different imputation method, so cleaning, acquisition, and pricing decisions based on a single valuation run are not reproducible.
  • Value-based data cleaning can increase class imbalance: when low-valued data is removed, TMC-Shapley and G-Shapley tend to pull from the minority class, worsening class balance on most of the datasets studied, while removing high-valued data shows the opposite tendency.
  • Data valuation can systematically undervalue underrepresented groups, so value-based cleaning and pricing risk selectively discarding, or underpaying for, data associated with marginalized groups.
  • Naive use of LOO or Shapley-based metrics as a data-pricing scheme is unsuitable, because preprocessing choices alone shift the resulting values and a buyer who controls the pipeline could in principle manipulate them.
  • The DValCards framework gives a documentation standard that reports intended use, design choices, performance, and ethical considerations, which the paper argues is necessary for responsible deployment of data valuation in practice.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The instability mechanism likely extends beyond imputation: any transformation that alters the training set — feature scaling, encoding choices, resampling, augmentation, even random seeds — changes the marginal contributions that define these valuation metrics. A natural extension is a stability report that lists value ranks under several preprocessing trajectories, which the DValCards system-flo
  • The undervaluation of underrepresented groups suggests a possible feedback loop: if value-based cleaning repeatedly drops minority-class points, the model sees less minority data, potentially depressing the measured value of remaining minority points further. Testing whether successive rounds of value-based cleaning amplify the bias would be a direct follow-up.
  • The evidence is tabular and logistic-regression based; if the bias and instability patterns reproduce under deep learning with augmentation pipelines, the argument for contractual transparency — for example, requiring DValCards in data-market transactions — would be considerably stronger than the current experiments alone support.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. This paper argues that data valuation metrics are unstable and biased under simple algorithmic design choices, based on three empirical case studies using nine tabular OpenML-CC18 datasets. The first case study shows that data values and value-based rankings vary across twelve imputation methods. The second shows that value-based data subsampling can alter class balance, sometimes worsening it. The third presents evidence that data values can differ across attribute groups, with potential consequences for underrepresented groups. On this basis, the paper proposes DValCards, a transparency documentation framework for reporting the context, method, results, and ethical considerations of data valuation in practice.

Significance. If the empirical patterns hold, the paper would provide a useful cautionary case study for data-centric ML, especially for proposed data-market pricing schemes and value-based data cleaning. The experimental grid is extensive in its coverage of imputation methods, missingness patterns, and valuation metrics, and the paper is honest about several limitations in Section 5. The DValCards proposal is a reasonable transparency artifact, though it is a template rather than a validated standard. The main weakness is that the abstract's word 'inherently' overstates the generality of findings that come from one tabular classification setting and one main learning algorithm. The paper's contribution is best read as a case for transparency in specific evaluated settings, not as a proof of inherent properties of all data valuation metrics.

major comments (4)
  1. [Abstract and Section 5] The abstract and Section 1 claim that data valuation metrics are 'inherently biased and unstable under simple algorithmic design choices,' but the evidence is restricted to nine tabular OpenML-CC18 datasets, logistic regression as the main learner (kNN only for FairShap), and imputation as the only preprocessing family. Section 5 explicitly concedes: 'we do not extend beyond the tabular supervised classification domain nor explore preprocessing methods beyond imputation.' This concession is load-bearing: the universal wording in the abstract and introduction is not supported by the experimental slice, and the central motivation for DValCards as a general transparency standard would be weakened if the observed instability and bias are artifacts of this slice. Please soften the claims to 'in our evaluated settings' or add experiments covering other model classes and preprocessing regimes.
  2. [Section 3.1 and Appendix C.3] The instability claim is not accompanied by any variance or repetition analysis for the stochastic valuation estimators. TMC-Shapley and G-Shapley are Monte Carlo methods, yet the paper does not report seeds, repeated runs, or confidence intervals for data values or for the Kendall's tau coefficients used in Figure 10. Without this information, the observed rank changes could partly reflect estimator noise rather than the effect of imputation choice. Because the central claim is about instability, this omission is load-bearing. Please report variance across random seeds or otherwise quantify estimator uncertainty for the stochastic valuation methods.
  3. [Section 3.3 and Appendix G] The ethical-impact narrative relies on post hoc selected examples, while the systematic tables in Appendix G show mixed and condition-dependent outcomes. For example, Tables 5 and 6 indicate that subsampling typically does not improve EOD fairness, but attribute representation balance can improve for age range in some conditions (Table 8b). The text sometimes uses appropriately hedged language such as 'may undervalue,' but the section framing should more explicitly state the frequency and conditions under which undervaluation occurs, and should avoid implying a universal tendency from selected datasets and attributes. This is important because the data-market pricing argument in Section 3.4 depends on the strength of this empirical pattern.
  4. [Footnote 2] The reproducibility footnote states that code and the DValCard template are 'available at: link,' which is a placeholder rather than an actual URL or DOI. Since the paper's empirical results and proposed template are central contributions, the missing link prevents verification and reuse. Please provide a working repository or permanent identifier, and ensure the included code covers the experimental pipeline and template.
minor comments (5)
  1. [Appendix D] The condition numbering in Appendix D is inconsistent: D.1 defines Condition-2Atech_j for maximum data value, but the corresponding equation is labeled Condition-1Btech_j, and D.2 then reuses the names Condition-2A and Condition-2B for class-balance definitions. Please renumber to avoid ambiguity.
  2. [Figure 1a] The caption states that the selected data points span '5 quintiles,' while the text in Section 3.1 says 'quartiles.' Please make these consistent.
  3. [Appendix C.3] The text says CS-Shapley was computed for datasets 18, 23, 31, and 1680, but the dataset list in Table 1 shows 1480 (Indian liver patient) rather than 1680. This appears to be a typo.
  4. [Figure 13 caption] The caption lists the missingness conditions as 'MAR:1, MNAR:1 and MNAR:1,' which likely should include MCAR. Please correct the caption.
  5. [Section 3.4] The phrase 'assigning data values apriori' should be 'a priori' with standard spacing.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: all empirical results are measured against public OpenML-CC18 datasets, and the proposed DValCards framework does not enter the measurement loop.

full rationale

The paper's derivation chain is empirical rather than definitional. The data valuation metrics (LOO, TMC-Shapley, G-Shapley, Banzhaf, CS-Shapley, FairShap) are standard methods defined in prior external literature (e.g., Ghorbani and Zou 2019, Wang and Jia 2023, Schoch et al. 2022, Arnaiz-Rodriguez and Oliver 2023) and are implemented as published. The experimental protocol induces missingness on public OpenML-CC18 tabular datasets, repairs it with 12 imputation methods, computes data values, and measures instability via Kendall's tau, class balance, attribute balance, and equalized odds difference. No fitted parameter is renamed as a prediction, and no equation in the paper reduces to its own inputs by construction. The central claims about instability, class-imbalance effects, and undervaluation of underrepresented groups are direct measurements on public data, not outputs of a model fitted to those same measurements. The DValCards framework is a transparency artifact proposed after the empirical findings; it does not feed back into the experiments or serve as evidence for the findings. The paper's own Limitations section concedes that the experiments do not extend beyond tabular supervised classification or beyond imputation as preprocessing; this is a scope limitation relevant to correctness and generalizability, but it is not circularity. The only self-referential element is the illustrative DValCard example noting that it was 'Developed by the paper authors,' which is not load-bearing for any technical claim. No self-citation chain is used to justify the central empirical results. Therefore the paper contains no significant circularity.

Assumptions & free parameters 5 free parameters · 4 assumptions · 1 invented entities

The central claims rest on experimental choices rather than fitted equations. The arbitrary thresholds (e.g., 80% subsampling, 0.25 balance) and unspecified hyperparameters are the main hand-chosen knobs; the domain assumptions about missingness taxonomy, utility definition, dataset representativeness, and missingness induction are load-bearing for generalization.

free parameters (5)
  • missingness_percentage = 1%, 10%, 30%
    Three induced missingness rates; the magnitude of valuation instability and imbalance effects could depend on these rates.
  • subsampling_keep_ratio = 80%
    Systematic class-balance tables use 80% kept data (20% removed); other fractions are shown only in selected figures.
  • class_balance_threshold = 0.25
    Condition-2A classifies balance below 0.25 as low; this arbitrary threshold drives the reported 'majority of datasets' statements.
  • logistic_regression_hyperparameters = varied, unspecified
    Solver and max_iter were varied across conditions but exact values are not reported, so model behavior and data values could change.
  • knn_k_value = varied, unspecified
    FairShap uses kNN and the k value is not fixed or reported.
assumptions (4)
  • domain assumption The Rubin MCAR/MAR/MNAR taxonomy describes real-world missingness mechanisms adequately for this study.
    Appendix A.1 introduces these standard categories and the experiments induce missingness according to them, assuming this operationalizes real preprocessing.
  • domain assumption Data value as marginal contribution to validation accuracy of a logistic regression model captures what practitioners mean by data value.
    Section 2 defines phi_tech with V(S) as accuracy on a validation set; all conclusions depend on this utility choice.
  • domain assumption The 9 selected OpenML-CC18 datasets represent real-world tabular classification use cases for data valuation.
    Section C.1 lists selection criteria; the paper generalizes from these 9 datasets to claims about data valuation metrics in general.
  • domain assumption Inducing missingness on originally complete datasets and imputing is a valid proxy for observing data that already has missing values.
    Appendix C.2 describes the missingness induction protocol; real deployment may involve different missingness structure and imputation interactions.
invented entities (1)
  • DValCards
    purpose: Six-section transparency documentation template for data valuation applications, covering intended use, system flowchart, candidate data, method, report, and ethics.
    Proposed by the authors without empirical validation; no falsifiable prediction or deployment study is attached, so independent evidence is absent.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A case for data valuation transparency via DValCards." pith.science (2026). https://pith.science/paper/YV3K7IBL

@misc{pith2026250623349,
  author       = {Pith},
  title        = {Pith review of: A case for data valuation transparency via DValCards},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YV3K7IBL}},
  note         = {Machine review of arXiv:2506.23349}
}
read the original abstract

Following the rise in popularity of data-centric machine learning (ML), various data valuation methods have been proposed to quantify the contribution of each datapoint to desired ML model performance metrics (e.g., accuracy). Beyond the technical applications of data valuation methods (e.g., data cleaning, data acquisition, etc.), it has been suggested that within the context of data markets, data buyers might utilize such methods to fairly compensate data owners. Here we demonstrate that data valuation metrics are inherently biased and unstable under simple algorithmic design choices, resulting in both technical and ethical implications. By analyzing 9 tabular classification datasets and 6 data valuation methods, we illustrate how (1) common and inexpensive data pre-processing techniques can drastically alter estimated data values; (2) subsampling via data valuation metrics may increase class imbalance; and (3) data valuation metrics may undervalue underrepresented group data. Consequently, we argue in favor of increased transparency associated with data valuation in-the-wild and introduce the novel Data Valuation Cards (DValCards) framework towards this aim. The proliferation of DValCards will reduce misuse of data valuation metrics, including in data pricing, and build trust in responsible ML systems.

Figures

Figures reproduced from arXiv: 2506.23349 by the authors.

Figure 1
Figure 1. Data values are unstable to choice of data preprocessing method. (a) Leave-one-out (LOO) value estimates vary as a function of imputation method; data points are selected to span 5 quintiles of data value scores from the row removal results (grouped by color). By cross-comparing value estimates by imputation method, it is clear that value rank order varies in addition to raw values. (b) TMC-Shapley value-based data … view at source ↗
Figure 2
Figure 2. Data values and class imbalance. (a, b, and c) Data value distributions according to three valuation metrics (TMC-Shapley, G-Shapley, and CS-Shapley, respectively), for a binary classifier with 91.3% simulation-outcome success (dataset 40994, MCAR-10). We observe marked class-based differences in data value distributions for TMC-Shapley and G-Shapley; by contrast, class-wise Shapley (CS-Shapley) improves consistency… view at source ↗
Figure 3
Figure 3. Data values and attribute group. (a, b) Data value distributions according to two valuation metrics (TMC-Shapley and G-Shapley, respectively), by attribute group “number of children ever born” (dataset 23, MAR-10). We observe marked attribute-based differences in data value distributions with variance across valuation metric. In (a), removal of low-valued data may disproportionately remove data from underrepresented… view at source ↗
Figures from the paper (20 more)
Figure 4
Figure 4. Figure 4: Distribution of data values [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]
Figure 7
Figure 7. Figure 7: The distribu￾tion of numeric digits for the included instances [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 9
Figure 9. Figure 9: The system flowchart, a part of the DValCard ( [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 10
Figure 10. Figure 10: The Kendall tau values when cross-comparing the data ranks resulting from imputation algo￾rithms on dataset 37 (Pima Indians Diabetes Database, with MNAR-10). The observed tau values for (a) TMC-Shapley, (b) Banzhaf, and (c) G-Shapley are typically > 0 and < 1 indicat…
Figure 11
Figure 11. Figure 11: Average LOO data values for dataset 1063 (KC2 Software defect prediction), varied by miss￾ingness pattern/percentage and imputation method. 0 100 200 300 400 500 600 Datum 400 300 200 100 0 100 200 300 ra n k ( C ol R e m o v al,MIC E ) (a) 0 100 200 300 400 500 600 D…
Figure 12
Figure 12. Figure 12: Changes in (a) TMC-Shapley rank order and (b) data values, and (c) Banzhaf rank order and (d) data values for individual data points across applications of column removal and MICE imputation methods on dataset 37 (Pima Indians Diabetes Database, with MNAR-10). 26 [PI…
Figure 13
Figure 13. Figure 13: Condition-1Atech j on three data valuation methods, which measures the fraction of datasets for which the data cleaning protocol increases the data value average compared to a baseline method (see Appendix Section D). Fractions are shown for (a) Condition-1ATMC−Shaple…
Figure 14
Figure 14. Figure 14: The percentage of shared points between high- and low- data value sets as a function of various imputation methods and the baseline method (row removal). Across all data valuation methods ((a,d) TMC￾Shapley, (b,e) G-Shapley, and (c,f) LOO), higher variance is observed…
Figure 15
Figure 15. Figure 15: The distribution of TMC-Shapley, G-Shapley and LOO data values according to target class. Distributions are shown for: (a-c) dataset 23 (Contraceptive method choice, MNAR-30), (d-f ) 18 (Mfeat￾morphological, MNAR-30) and (g-i) 40994 (climate-model-simulation-crashes, …
Figure 16
Figure 16. Figure 16: Class balance (as defined in Appendix D as b) versus percentage of data removed, as a function of four data valuation metrics (TMC-Shapley, G-Shapley, LOO and CS-Shapley). Sub-figure captions indicate the dataset, imputation method, and missingness pattern/percentage.…
Figure 17
Figure 17. Figure 17: (a-d) Class balance and (e-h) model prediction accuracy as a function of subsampling for four experimental conditions. Subfigure captions list dataset and missingness pattern/percentage; imputation method is column removal for each case. We observe a relationship betw…
Figure 18
Figure 18. Figure 18: Data value distributions for dataset 1063 (KC2 Software defect prediction, random, MNAR-30) according to attribute group (“locodeandcomment”). 0.003 0.002 0.001 0.000 0.001 0.002 Male Female Negative Positive 0.004 0.002 0.000 0.002 0.004 Male Female Negative Positive…
Figure 19
Figure 19. Figure 19: Distributions of accuracy and fairness Shapley values computed with FairShap on datasets 31 (German credit) and 1480 (Indian liver patient) with row removal and MCAR:30. SVAcc SVOdds SVOdds2 SVEop 31 1480 34 [PITH_FULL_IMAGE:figures/full_fig_p034_19.png]
Figure 20
Figure 20. Figure 20: Attribute representation (as defined in Appendix D as g, for binary sex and age) versus percentage of data removed, as a function of four data valuation metrics (TMC-Shapley, G-Shapley, LOO and CS-Shapley). Subfigure captions report the dataset label, imputation metho…
Figure 21
Figure 21. Figure 21: Representation balance (as defined in Appendix D as g) and equalized-odds difference (EOD) as a function of imputation algorithm and data valuation method (TMC-Shapley, LOO, and G-Shapley). Results are shown for dataset 1480 (Indian liver patient) and the attribute “a…
Figure 22
Figure 22. Figure 22: Representation balance (as defined in Appendix D as g) and equalized-odds difference (EOD) as a function of imputation algorithm and data valuation method (TMC-Shapley, LOO, and G-Shapley). Results are shown for dataset 31 (German credit) and the attribute “sex”. Abbr…
Figure 23
Figure 23. Figure 23: Representation balance (as defined in Appendix D as g) and equalized-odds difference (EOD) as a function of imputation algorithm and accuracy-/fairness-based data valuation method from FairShap (SVAcc, SVOdd, SVOdd2, SVEOP). Results are shown for dataset 31 (German cr…
Figure 24
Figure 24. Figure 24: Representation balance (as defined in Appendix D as g) and equalized-odds difference (EOD) as a function of imputation algorithm and accuracy-/fairness-based data valuation method from FairShap (SVAcc, SVOdd, SVOdd2, SVEOP). Results are shown for dataset 1480 (Indian …
Figure 25
Figure 25. Figure 25: (a) Prediction accuracy and equalized-odds difference for (b) binary sex and (c) age range as a function of subsampling fraction for dataset 31 (German credit, MAR-30) and three data valuation methods (TMC-Shapley, LOO and G-Shapley). Generally, the removal of high-va…
Figure 26
Figure 26. Figure 26: Proposed structure of a DValCard for data valuation transparency. To define the structure and constituents of the DValCard, we leveraged insights from our empirical experiments, surveys on data valuation [Sim et al., 2022, Hammoudeh and Lowd, 2024], and our practical …

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

16 extracted references · 12 canonical work pages

  1. [1]

    Null player: If for all S ⊆ D, V(S) = V(S ∪ {zi}), then ϕshapley(zi) = 0

  2. [2]

    Efficiency: X zi∈D ϕshapley(zi) = V(D)

  3. [3]

    Symmetry: If i and j are such that V(S ∪{zi}) = V(S ∪{zj}), then ϕshapley(zi) = ϕshapley(zj)

  4. [4]

    Additionally, ϕshapley(zi, V1 + V2) = ϕshapley(zi, V1) + ϕshapley(zi, V2)

    Linearity: For any 2 utility functions V1 and V2, and α1, α2 ∈ R , ϕshapley(zi, α1V1 + α2V2) = α1ϕshapley(zi, V1) + α2ϕshapley(zi, V2). Additionally, ϕshapley(zi, V1 + V2) = ϕshapley(zi, V1) + ϕshapley(zi, V2). Despite these properties, the true Shapley value is computationally complex; it is exponential in the number of data points. TMC-Shapley and G-Sha...

  5. [5]

    mice: Multivariate Imputation by Chained Equations in R

    3, 4, 22 Stef Van Buuren and Karin Groothuis-Oudshoorn. mice: Multivariate Imputation by Chained Equations in R. Journal of Statistical Software , 45(3):1–67, 2011. 4, 22 Guilin Huang. Missing data filling method based on linear interpolation and lightgbm. In Journal of Physics Conference Series, volume 1754 of Journal of Physics Conference Series , page ...

  6. [6]

    It also outlines intended use cases, acknowledges limitations, and offers recommendations for responsible application

    Ethical Statement and Recommendations.This section explores the broader implications of the data valuation process, addressing ethical, legal, and environmental considerations. It also outlines intended use cases, acknowledges limitations, and offers recommendations for responsible application. This analysis is particularly important for understanding the...

  7. [11]

    Introduction. The introduction section of the DValCard provides general information about the DValCard, including the names and contact details of its developer(s), the card ver- sion number, and the date of creation. This context facilitates traceability, version control, transparency, and accountability

  8. [12]

    The system flowchart contextualizes data valuation within the model lifecycle, data lifecycle, or algorithmic measures such as data pricing

    System Flowchart. The system flowchart contextualizes data valuation within the model lifecycle, data lifecycle, or algorithmic measures such as data pricing. This visual representa- tion illustrates where data valuation occurs. Depending on the use case, data valuation may be part of data preprocessing, cleaning, or curation, or it may be conducted indep...

Show all 16 references
  1. [13]

    DV al Candidate Data.The DVal candidate data refers to the dataset whose value is to be assessed by the data valuation method. Since data may originate from various sources and undergo different preprocessing steps, it is critical to document its provenance and preparation to ...

  2. [14]

    DV al Method.This section of the DValCard provides crucial information regarding the pri- mary data valuation technique(s) and their usage. It contains a description of the method(s), including strengths, shortcomings, and characteristics, e.g., runtime and space complexity, a...

  3. [15]

    The DVal report includes a comprehensive analysis of both qualitative and quantitative aspects of raw or relative data values for a specific task or application

    DV al Report. The DVal report includes a comprehensive analysis of both qualitative and quantitative aspects of raw or relative data values for a specific task or application. This analysis comprises the distributional analysis of data values, as well as an examination of how ...

  4. [37]

    conditions

    CS-Shapley was computed for datasets 18 , 23, 31, and 1680, each under missingness condition MNAR:30 and on dataset 40994 for all kinds of missingness. FairShap data values were computed for datasets 31 and 1480 for all kinds of missingness. Experiments were conducted using a ...

  5. [1462]

    1 Emily Black and Matt Fredrikson

    IEEE, 2022. 1 Emily Black and Matt Fredrikson. Leave-one-out Unfairness. In Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency, F AccT ’21, page 285–295, New York, NY, USA, 2021. Association for Computing Machinery. 1 Zhihua Tian, Jian Liu, Ji...

  6. [2020]

    Gtg-shapley: Efficient and accu- rate participant contribution evaluation in federated learning

    2 15 Zelei Liu, Yuanyuan Chen, Han Yu, Yang Liu, and Lizhen Cui. Gtg-shapley: Efficient and accu- rate participant contribution evaluation in federated learning. ACM Transactions on Intelligent Systems and Technology (TIST) , 13(4):1–21, 2022. 2 Tianshu Song, Yongxin Tong, and...

  7. [2021]

    Who’s Responsible? Jointly Quantifying the Contri- bution of the Learning Algorithm and Data

    2 Gal Yona, Amirata Ghorbani, and James Zou. Who’s Responsible? Jointly Quantifying the Contri- bution of the Learning Algorithm and Data. In Proceedings of the 2021 AAAI/ACM Conference on AI, Ethics, and Society , AIES ’21, page 1034–1041, New York, NY, USA, 2021. Association...

  8. [2022]

    A distributional framework for data valuation

    2, 4, 11, 20 Amirata Ghorbani, Michael Kim, and James Zou. A distributional framework for data valuation. In International Conference on Machine Learning , pages 3535–3544. PMLR, 2020. 2 Jiachen T. Wang, Tianji Yang, James Zou, Yongchan Kwon, and Ruoxi Jia. Rethinking data sha...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.