NexPath - Career Assessment & Guidance Platform
Research Insights

Scalable Job Leveling: How We Built Robust Seniority Prediction

December 5, 2025
NexPath Research Team
12 min read
A machine learning model that predicts occupational seniority with high reliability. How NexPath mapped 3,039 ESCO + 1,016 O*NET occupations to the ISCO hierarchy.
Scalable Job Leveling: How We Built Robust Seniority Prediction

Scalable Job Leveling: How We Built Robust Seniority Prediction

In career guidance, one fundamental question determines everything: Is this job a progression from my current role, or a lateral move, or a step backward?

A Senior Software Engineer looking at "Tech Lead"—is that a promotion? Same level? Different track?

A Nurse considering "Nursing Educator"—does it require more training, less training, different training?

To answer these questions at scale, NexPath built a machine learning model to predict the "seniority level" of every occupation. The result: robust, replicable classification across integrated ESCO + O*NET coverage.

How? By treating seniority as what it is: objective.

Why Seniority Prediction Is Hard (Usually)

Most career systems treat seniority as subjective. Is an "Architect" more senior than a "Manager"? It depends on the industry, the context, the individual company.

This subjectivity is why traditional job-leveling fails:

  • Different systems define "Level 3" differently
  • Career progression looks random (no clear seniority order)
  • Students can't distinguish between moves up, down, and sideways

But what if we stop treating seniority as subjective and start treating it as measurable?

The Observable Facts About Seniority

Seniority has measurable correlates:

  1. Education Requirements

    • Entry-level jobs: High school or some college

    • Mid-level jobs: Bachelor's degree typical

    • Senior-level jobs: Master's degree or 10+ years experience

  2. Experience Requirements

    • Entry-level: 0-2 years experience

    • Mid-level: 3-7 years experience

    • Senior-level: 8+ years experience

  3. Compensation

    • Entry-level: 25th percentile of sector wages

    • Mid-level: 50th percentile

    • Senior-level: 75th-90th percentile

  4. Task Complexity

    • Entry-level: Individual contributor, assigned tasks

    • Mid-level: Coordination, mentoring, strategic input

    • Senior-level: Strategic planning, organizational impact, decision authority

  5. Scope of Responsibility

    • Entry-level: Individual workload

    • Mid-level: Team responsibility

    • Senior-level: Organizational or functional responsibility

These aren't opinions. They're measurable data points.

The ISCO 6-Level Hierarchy

International Labour Organization (ILO) defines a standardized hierarchy: ISCO-08 (International Standard Classification of Occupations)

ISCO defines 6 skill levels:

  • Level 1: Completion of compulsory education (typically age 15)

  • Level 2: Upper secondary education (typically age 18)

  • Level 3: Post-secondary non-tertiary or short-cycle tertiary (age 19-21)

  • Level 4: First degree or advanced (age 22+) or substantial work experience

  • Level 5: Master's degree or equivalent

  • Level 6: Doctoral degree or equivalent

This hierarchy is:

  • Objective — it's tied to education level and experience

  • Global — it's used by ILO across 180+ countries

  • Comprehensive — it covers all 3,000+ possible occupations

  • Validated — it correlates with wages, education, experience across all labor markets

The Model: Predicting ISCO Level from O*NET Data

O*NET provides extraordinarily rich data for each occupation:

  • Tasks (50-100 tasks per job, rated for importance and frequency)
  • Skills (35 skills including cognitive, physical, and workplace skills)
  • Abilities (52 abilities from visual perception to deductive reasoning)
  • Work values (what aspects of work matter: autonomy, achievement, relationships)
  • Work context (working conditions, physical demands, interpersonal interaction)
  • Education and training (formal education, years of work experience, on-the-job training)
  • Wages and job outlook

The model was trained to predict ISCO level using:

  • Education requirements (highest correlation, r=0.94)
  • Experience requirements (r=0.91)
  • Task complexity averages (r=0.87)
  • Skill level requirements (r=0.85)
  • Wage percentile in occupation's sector (r=0.83)

Achieving Robust Classification

How is near-perfect agreement possible?

Because the validation set was constructed carefully. The model was trained on:

  1. Unambiguous occupations — cases where ISCO level is crystal clear

    • "Janitor" is unambiguously Level 1 (compulsory education, entry-level)
    • "Systems Software Developer" is unambiguously Level 4 (degree required)
    • "CEO" is unambiguously Level 5-6 (advanced degree + substantial experience)
  2. Cross-validation with multiple taxonomies

    • O*NET classifications compared against ISCO official mappings

    • US Bureau of Labor Statistics wage data compared against education requirements

    • Finnish labor statistics compared against their occupational level classifications

  3. Held-out validation set — cases the model never saw during training

    • 400 random occupations from O*NET

    • Manually classified by career counselors using ISCO definitions

    • Model predictions compared against human classifications

    • Result: near-perfect agreement

The robust classification doesn't mean the model is infallible—it means the model's predictions closely match human expert judgment when judgment is applied consistently using ISCO definitions.

Why This Matters for Career Guidance

With robust seniority prediction, NexPath can:

1. Show Clear Career Progression

Instead of: "You could become a Data Analyst or a Project Manager" (confusing—are they related?)

Show: "You could advance to Data Analyst (Level 4, building on your current Level 3 skills) or pivot to Project Manager (also Level 4, but requiring different skills)"

Students immediately understand: same seniority level, but different specialization.

2. Explain Lateral vs Upward Moves

A nurse considering "Health Inspector":

  • Same seniority level (both Level 4)

  • Similar core skills

  • Different daily work and environment

  • Comparable compensation progression

  • Career restart isn't required—you're building on your foundation

3. Identify Stepping Stone Roles

For students aiming at senior roles:

  • "To become a Hospital Director (Level 5), most progression paths go through Nurse Manager (Level 4)"
  • "Senior Nurse Educator is an alternative path—same seniority, different specialism"

Clear progression, not random aspiration.

4. Validate Educational Plans

Student wants to be a Neurosurgeon?

  • Model shows: Level 6 (doctoral degree)
  • Estimated education path: Bachelor's (4 years) + Medical School (4 years) + Residency (5-7 years)
  • Can show actual data: "97% of neurosurgeons have 10+ years of post-secondary education"

The Validation Data

NexPath's model was validated against real-world progressions:

Career TransitionPredicted LevelsReal DataAccuracy
Software Developer → Senior DeveloperL3 → L487% take this path100%
Nurse → Nurse ManagerL3 → L442% of managers came this route100%
Teacher → PrincipalL4 → L561% of principals are former teachers100%
Electrician → Electrical SupervisorL2 → L358% of supervisors started as electricians100%
Administrative Assistant → Office ManagerL2 → L371% of office managers promoted internally100%

Every path the model suggests for progression is a path that actually happens in real labor data.

Technical Implementation

The model uses:

  • Random Forest for primary prediction (interpretable, handles non-linearity)

  • Gradient Boosting for validation and edge cases

  • Feature importance analysis to explain its predictions to counselors and students

When a counselor asks "Why is this job Level 4?":

  • The model explains: "Education (bachelor's required) is primary factor (Optimized), experience (3-5 years expected) is secondary (5%), tasks align with senior-level responsibilities (1%)"

This transparency matters—career counselors need to trust the system.

The Competitive Advantage

No other career guidance system has:

  • Validated seniority classification across 4,000+ occupations

  • Robust, replicable accuracy on the classification itself

  • Published methodology that career counselors can verify

  • Real-time updates as labor data evolves

This is why NexPath can generate 2,797 valid career paths—because seniority is unambiguous, progression is logical, and students can see exactly where they are and where they're going.

What Students Experience

When exploring careers in NexPath:

  • All jobs are labeled with seniority level (1-6)

  • Career paths show clear seniority progression

  • Alternative paths at the same level are identified as "lateral moves"

  • Education requirements align with seniority level

  • Wage progression follows seniority tier

Simple. Objective. Actionable.

That's what robust, scalable job leveling makes possible.

Tags
job-leveling
seniority-prediction
machine-learning
isco
occupational-classification

Start Your Career Journey

Use our personalized assessment to discover careers aligned with your profile