The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An AI screener can cut some recruitment bias when tightly configured — anonymized CVs, full-text MPNet retrieval and full job descriptions paired with a baseline GPT-4.1-nano prompt performed best — yet gender is still inferable from resumes and stylistic differences magnify unfairness, so technical tuning alone does not eliminate risk.

Integrating Agentic AI with ERP Systems for Project-Based Recruitment - A Sociotechnical Framework for Fair Candidate Screening System Evaluated Through Empirical Audit of Gender Bias in Embedding and LLM
Dey, Piyal, Jensen, Camilla Louise · January 01, 2026 · VBN Forskningsportal (Aalborg Universitet)
openalex quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

OpenAlex

Latest observation:

  1. Dey, Piyal provider ID
  2. Jensen, Camilla Louise provider ID
A carefully tuned agentic AI screener can reduce retrieval-stage gender bias (best with anonymized CVs, full-text MPNet retrieval, full job descriptions, and a baseline GPT-4.1-nano prompt), but gender remains recoverable from anonymized resumes and writing-style divergence amplifies bias even in otherwise fairer configurations.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Plant Supervision, a Danish project-based recruitment firm, runs candidate searches as keyword filters over an internal CV database followed by recruiter-relationship shortlisting, a workflow that is slow under a competitive market and structurally biased against candidates without prior engagement history. HireX, an agentic AI screener built on the firm’s database, was developed to address both through embedding-based retrieval and a LangGraph-orchestrated language-model screener, however whether it delivers fairer recruitment than the workflow it replaces, under the responsible-AI obligations of an EU-deployed high-risk system, had not been measured before this thesis began. We audit HireX through Sociotechnical Systems Theory across eight research questions to find the joint optimized configuration, using 485 paired counterfactual male and female CVs at three writing-style intensity<br/>levels, with a configuration sweep over embedding strategy and model, input format, prompting strategy, language model and the presence of a bias-aware audit agent, and we measure bias with Statistical Parity Difference, Disparate Impact, Counterfactual Fairness Gap and its exposure-weighted variant. The findings show that Gender is recoverable from anonymized resumes, section-wise embedding strategy is the most biased retrieval onfiguration,<br/>full job descriptions reduce retrieval bias over title-only queries, and writing-style divergence amplifies bias even in fairer configurations. The recommended deployment combines full-text MPNet retrieval on anonymized CVs, full job descriptions as queries, the baseline screening prompt on GPT-4.1- nano with anonymized labels and no separate audit agent in the advisory recruiter-in-the-loop agentic AI framework, and API based Maconomy integration. Evidently, Joint optimized configuration provided responsible agentic AI application integration with ERP system framework ensuring both technical and social subsystem optimization.

Summary

Main Finding

An agentic, recruiter-in-the-loop screening system (HireX) can speed project-based candidate search and be deployed within existing ERP workflows while reducing—but not eliminating—gender bias if the entire sociotechnical pipeline is jointly optimized. Key technical choices matter: anonymization alone does not remove gender signals; full-text MPNet retrieval on anonymized CVs paired with full job descriptions and an advisory GPT-4.1‑nano screener produced the best trade-off between fairness, utility and operational cost in the audited configuration.

Key Points

  • Audit scope and design

    • Empirical audit of HireX across social and technical subsystems using 485 counterfactual male–female CV pairs at three writing-style intensities.
    • Configuration sweep over embedding model & strategy (full-text vs section-wise, original vs anonymized), input granularity (title vs full job description), LLM choice and prompts, and presence/location of a bias-aware audit agent.
    • Fairness measured by Statistical Parity Difference (SPD), Disparate Impact (DI), Counterfactual Fairness Gap and an exposure-weighted variant.
  • Principal empirical findings

    • Gender signals are recoverable from anonymized CVs: models (embeddings and LLMs) can infer candidate gender from writing style alone (P1).
    • Embedding strategy drives retrieval bias: section-wise embeddings produce the largest gender skew in retrieval even before LLM screening (P2).
    • Input granularity reduces bias: using full job descriptions as queries reduces retrieval-stage bias vs title-only queries (P4).
    • Writing-style intensity amplifies bias: larger stylistic differences between paired CVs increase bias across configurations (P5).
    • A separate bias-aware audit agent had limited net improvement in the recommended, recruiter-in-the-loop advisory architecture; joint pipeline choices mattered more than adding an audit agent (P3, P6).
    • Recommended practical deployment: full-text MPNet embeddings on anonymized CV text, full job descriptions as queries, baseline screening prompt on GPT-4.1‑nano with anonymized labels, recruiter-in-the-loop advisory agent, and API integration with Deltek Maconomy.
  • Systems and operations

    • HireX uses embedding-based retrieval (ChromaDB in the prototype) and LLM-based screening (LangGraph orchestration).
    • The audit quantified trade-offs between fairness, utility and operational cost; cost-per-screening and latency influenced LLM choice (GPT-4.1‑nano recommended for pragmatic cost/latency balance).
  • Limitations highlighted by authors

    • Counterfactual synthetic-pair construction and domain restriction (project-based energy/industry, male-dominated dataset) limit generalisability.
    • Binary gender framing and intersectionality not addressed.
    • Audit scope limited to a subset of embedding/LLM families and configurations; post-deployment monitoring required.

Data & Methods

  • Data

    • 485 paired counterfactual CVs derived from Plant Supervision’s internal CV database; pairs were created to control qualifications while swapping gender markers and varying writing-style intensity (three levels).
    • CVs were anonymized (names/pronouns removed) for many conditions to test residual gender signals.
  • Pipeline & configurations tested

    • Embedding models: MPNet used as the recommended model; several embedding models/strategies evaluated (full-text vs section-wise; original vs anonymized).
    • Retrieval: cosine-similarity ranking in an embedding index (ChromaDB in prototype).
    • Screening: LLM-based agent (various LLMs tested; GPT-4.1‑nano recommended for screening prompt baseline).
    • Orchestration: LangGraph for agent workflows including an optional bias-aware audit agent.
  • Evaluation metrics

    • Statistical Parity Difference (SPD)
    • Disparate Impact (DI)
    • Counterfactual Fairness Gap (CF Gap)
    • Exposure-weighted variant of counterfactual gap to capture top-ranked exposure differences.
  • Experiments

    • Gender identifiability tests (can embeddings/LLMs recover gender from anonymized CVs?)
    • Embedding-strategy bias audit (how embedding choices affect retrieval fairness at top-k cutoffs)
    • Bias-aware audit agent effectiveness (placement and impact of audit agent)
    • Job-description granularity study (title vs full description)
    • Writing-style intensity study (how stylistic divergence affects bias)
    • ERP integration evaluation (Deltek Maconomy API endpoint, pre-deployment health traces, LLM token/cost/latency monitoring)

Implications for AI Economics

  • Microeconomic firm-level effects

    • Productivity and competition: Automated retrieval + LLM screening can materially reduce time-to-shortlist, improving competitive position for firms operating in time-sensitive project recruitment markets.
    • Cost–fairness trade-offs: Firms face explicit trade-offs—choosing high-performing LLMs/strategies raises per-screening cost but can reduce bias or improve utility. The audit shows practical middle-ground choices (MPNet + GPT-4.1‑nano) that economize on cost while improving fairness metrics relative to many alternatives.
    • Labor-market composition: Because embedding and retrieval choices affect who is surfaced, upstream model design can shape which demographic groups obtain project offers—introducing potential long-run composition effects in project-based labor markets.
  • Regulatory and compliance economics

    • EU AI Act obligations for high‑risk recruitment systems make empirical audits and documented joint optimization economically necessary (compliance costs, auditing overhead, potential fines/market access consequences).
    • Investing in pre-deployment audits and ongoing monitoring can be cost-effective by reducing regulatory risk and reputational externalities. However, auditing itself has costs (data preparation, counterfactual generation, metric computation) that must be budgeted.
  • Organizational and governance impacts

    • Value of sociotechnical joint optimization: Optimizing embeddings, retrieval inputs, prompts, agent architecture and recruiter workflows together yields better fairness/utility outcomes than optimizing single components in isolation—implying organizational processes should align data science, product, legal and HR functions.
    • Recruitment process design matters economically: Advisory, recruiter-in-the-loop architectures preserve human accountability and reduce liability/exposure for firms, but require investing in effective UI/decision explanations (transaction costs of human review remain).
  • Policy and market-level considerations

    • Market signaling and adoption: Demonstrable, audited fairness improvements can be a market differentiator for staffing firms; conversely, evidence of biased algorithms can cause client churn and regulatory scrutiny.
    • Externalities and inequality: If many firms adopt poorly-audited retrieval/LMM pipelines that amplify gendered writing-style differences, aggregate labor-market inefficiencies and inequality may increase—calling for sectoral standards and shared audit datasets or toolkits to internalize these externalities.
  • Practical recommendations with economic rationale

    • Prioritize retrieval choices (embedding strategy & query granularity) as low-cost, high-impact interventions to reduce bias exposure before expensive LLM screening.
    • Use anonymization plus stylistic-normalization measures (or prefer full-text embeddings over section-wise) to reduce recoverable gender signals—this limits costly downstream corrections.
    • Favor recruiter-in-the-loop advisory deployment to limit legal/regulatory exposure while realizing automation gains; complement with monitoring to detect drift and maintain compliance.
    • Budget for ongoing post-deployment audits and monitoring—short-term audit costs reduce long-run regulatory and reputational costs.

Summary conclusion: The thesis demonstrates that in AI-enabled recruitment, equitable outcomes are achieved more by joint sociotechnical design (embedding strategy, input granularity, model choice, and human workflow) than by single point interventions. For firms and policymakers, the economically efficient path is to invest in upstream retrieval design, documentable audits, and recruiter-in-the-loop architectures that balance fairness, utility and operational cost.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — Internal validity is strong because of matched counterfactual pairs, multiple bias metrics, and a systematic configuration sweep, which credibly isolates algorithmic effects at the retrieval/screening stages; external validity is limited because the study uses constructed/anonymized CVs rather than live applicant flows, is confined to a single firm and deployment context, and does not measure real hiring outcomes or recruiter behavior in production. Methods Rigorhigh — The study uses a pre-registered-like experimental structure (paired counterfactuals), a sizable sample of 485 pairs, multiple complementary bias metrics, and a broad configuration sweep (embeddings, prompts, input formats, LLMs, audit agent), enabling robust internal comparison; weaknesses include synthetic/anonymized data, potential construct validity concerns in how counterfactuals were generated, and absence of field validation. Sample485 paired counterfactual male and female CVs (970 CV instances) created from Plant Supervision's internal CV database and rendered at three writing-style intensity levels, with anonymized and non-anonymized variants; experiments evaluated multiple retrieval embedding strategies (including section-wise and MPNet full-text), input query types (title-only vs full job description), screening prompts, LLMs (e.g., GPT-4.1-nano), and the inclusion/exclusion of a bias-aware audit agent; no live hiring outcome data or recruiter behavioral data from field deployment were used. Themeshuman_ai_collab labor_markets inequality IdentificationControlled counterfactual design using 485 paired male/female CVs (matched pairs) across three writing-style intensity levels, combined with a systematic configuration sweep over embedding strategy (section-wise vs full-text), model selection, input format (anonymized vs non-anonymized), prompting strategies, language model choice, and presence/absence of a bias-aware audit agent; bias effects isolated by within-pair comparisons and across configuration contrasts and measured with Statistical Parity Difference, Disparate Impact, Counterfactual Fairness Gap and an exposure-weighted variant. No field-randomized deployment or outcome-based (hire-level) randomization was performed; identification therefore rests on controlled synthetic counterfactuals rather than randomized real-world outcomes. GeneralizabilityConstructed/counterfactual CVs may not capture full complexity of real applicants or application behavior, Single-firm, Danish project-based recruitment context limits transferability to other industries, countries, or hiring workflows, Results depend on the specific embedding models (e.g., MPNet) and LLMs tested and may not hold for different or future models, Anonymization and cultural/language factors (resume norms) affect recoverability of gender and may differ across populations, No field deployment or measurement of downstream hiring decisions and recruiter interaction dynamics

Claims (12)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Plant Supervision runs candidate searches as keyword filters over an internal CV database followed by recruiter-relationship shortlisting, a workflow that is slow under a competitive market and structurally biased against candidates without prior engagement history. Hiring negative speed of workflow and structural bias against candidates without prior engagement history
Reading fidelity high
Study strength medium
not reported
0.48
HireX, an agentic AI screener built on the firm’s database, was developed to address both (slow workflow and bias) through embedding-based retrieval and a LangGraph-orchestrated language-model screener. Other positive intended mitigation of slow workflow and bias
Reading fidelity high
Study strength medium
not reported
0.48
Prior to this thesis, whether HireX delivers fairer recruitment than the workflow it replaces, under the responsible-AI obligations of an EU-deployed high-risk system, had not been measured. Other null_result existence of prior measurement of HireX fairness
Reading fidelity high
Study strength low
not reported
0.24
The audit used 485 paired counterfactual male and female CVs at three writing-style intensity levels. Other null_result experimental sample size and design (paired counterfactual CVs; writing-style levels)
Reading fidelity high
Study strength high
n=485
0.8
The experimental configuration sweep varied embedding strategy and model, input format, prompting strategy, language model, and the presence of a bias-aware audit agent. Other null_result experimental factors/configuration dimensions
Reading fidelity high
Study strength high
n=485
0.8
Bias was measured with Statistical Parity Difference, Disparate Impact, Counterfactual Fairness Gap and its exposure-weighted variant. Ai Safety And Ethics null_result bias as quantified by SPD, Disparate Impact, Counterfactual Fairness Gap, exposure-weighted CFG
Reading fidelity high
Study strength high
n=485
0.8
Gender is recoverable from anonymized resumes. Ai Safety And Ethics negative ability to infer/recover gender from anonymized CVs (privacy/bias risk)
Reading fidelity high
Study strength medium
n=485
0.48
Section-wise embedding strategy is the most biased retrieval configuration. Ai Safety And Ethics negative retrieval bias under different embedding strategies
Reading fidelity high
Study strength medium
n=485
0.48
Full job descriptions reduce retrieval bias over title-only queries. Ai Safety And Ethics positive retrieval bias as a function of query input format (full description vs title-only)
Reading fidelity high
Study strength medium
n=485
0.48
Writing-style divergence amplifies bias even in fairer configurations. Ai Safety And Ethics negative change in bias levels as writing-style divergence increases
Reading fidelity high
Study strength medium
n=485
0.48
The recommended deployment combines full-text MPNet retrieval on anonymized CVs, full job descriptions as queries, the baseline screening prompt on GPT-4.1-nano with anonymized labels and no separate audit agent in the advisory recruiter-in-the-loop agentic AI framework, and API-based Maconomy integration. Organizational Efficiency positive recommended system configuration for deployment (intended to reduce bias and integrate operationally)
Reading fidelity high
Study strength medium
n=485
0.48
Joint optimized configuration provided responsible agentic AI application integration with ERP system framework ensuring both technical and social subsystem optimization. Governance And Regulation positive responsible integration and optimization of technical and social subsystems
Reading fidelity medium
Study strength low
n=485
0.14

Notes