concept
active
concept:data-attributionData Attribution
The task of attributing model behaviors to specific training datapoints.
Neighborhood — ranked by edge-count
Papers (1)
paper
Communities (1)
community
- Neural Steering Methodsmembers_of
Methods (1)
method
- Probe-Based Data AttributionimplementsLinear classifier approach applied to model activations to identify which training datapoints caused undesired behaviors in post-training.
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Correlating attribution vectors (feature activation × logit weight of next token) across model pairs to measure functional universality
- Baseline method against which probe-based ranking is compared; more computationally expensive.
- Gradient-based technique using SAE features to estimate causal effects on completions; used to corroborate NLA findings.
- Gradient-based method to estimate the effect of zeroing a feature on a specific logit difference.
- Method to trace how parameter subcomponents interact from input to output for a given next-token prediction, producing a subnetwork graph.
- Alternative data attribution approach using an LLM as a judge; compared against the probe-based method.