Definition
In AI contexts, ‘source’ typically denotes the provenance of training datasets, open-source libraries, or pre-trained model weights. Tracking sources is critical for reproducibility, licensing compliance, and bias auditing. It also refers to the input stream in generative processes, where the initial prompt or data point drives the subsequent generation or transformation steps within a pipeline.
Summary
Refers to the origin of data, code, or models used in AI development and deployment.
Key Concepts
- Data Provenance
- Open Source
- Input Stream
- Reproducibility
Use Cases
- Auditing training data for bias
- Managing model versioning
- Citing open-source dependencies