Skip to main content

Data gap

A missing or thin patch in a dataset, where certain types of people, places, or situations are not captured or not captured enough.

The Simple Version

A missing or thin patch in a dataset, where certain types of people, places, or situations are not captured or not captured enough.

Detailed Explanation

Data gaps are a systematic challenge in AI development because real-world data collection inevitably over-represents accessible, willing, or well-resourced populations. Common gap types include: temporal gaps (missing historical periods), demographic gaps (under-represented subgroups), geographic gaps (sparse data for certain regions), and scenario gaps (rare but important edge cases). Data gaps are directly linked to representativeness failures and can cause models to generalise incorrectly to unrepresented groups. Identifying data gaps requires profiling datasets against the target deployment population, a step highlighted in EU AI Act data governance requirements.

Key Characteristics

  • Can be demographic, temporal, geographic, or scenario-based
  • Directly reduces dataset representativeness and creates bias risk
  • Requires profiling against the intended deployment population to identify
  • Can be addressed through targeted collection, synthetic augmentation, or exclusion

Why It Matters

AI teams must perform gap analysis before training, comparing dataset coverage against the full target population, gaps identified early can be addressed; gaps discovered at deployment are costly to fix.

Real-World Analogy

Like a census that misses rural areas, the resulting population statistics will be systematically inaccurate for rural communities, leading to resource allocation errors.

Common Misconceptions

  • Data gaps are always obvious, many gaps are invisible until the model is tested on the under-represented group, requiring proactive profiling rather than reactive testing.
  • Synthetic data fully resolves data gaps, synthetic generation can partially mitigate gaps but introduces its own representativeness assumptions.

Related Terms

Related Articles

Sources & Further Reading