Introduction and background
The Child Neglect use case addresses one of the most ethically and socially sensitive domains of AI: the identification of children potentially exposed to abuse or neglect. The overarching goal was to investigate whether AI could responsibly assist medical professionals in detecting patterns indicative of child abuse without replacing or undermining clinical judgment. Early in the analysis, AEQUITAS’ Zero-Question Methodology [1] —which asks whether AI should be used at all— revealed that the available hospital dataset, despite containing valuable diagnostic information (notably the “NAP – Neglect and Abuse Pediatric” flag), was statistically limited and ethically sensitive.
Rather than pursuing predictive classification, the project pivoted toward AI-supported knowledge extraction and decision support, using LLMs to derive structured rules from clinical manuals. These manuals describe symptoms, injury patterns, and professional protocols for handling suspected cases of maltreatment. The extracted rules were subsequently validated and compiled into a five-question digital checklist (NAP Checklist) designed to guide emergency doctors in recognizing early warning signs of abuse.
This use case thus exemplifies AEQUITAS’ “Fairness-by-Design before AI design” principle: instead of automating moral judgment, the methodology channels AI into a trustworthy, assistive role that enhances transparency, traceability, and equity in clinical care
Integration into the experimentation environment
The main objective of the experiments was to transform expert clinical knowledge —scattered across lengthy hospital manuals and pediatric forensic guidelines— into a structured, auditable, and explainable tool to support medical decision-making. This process exemplifies AEQUITAS’ principle of Fairness-by-Design before model design: ensuring that ethical compliance, transparency, and human oversight are embedded in the development process before any algorithmic implementation. The technical work leveraged LLMs to automatically extract, formalize, and validate diagnostic rules from medical manuals used by pediatric departments to assess potential child neglect and abuse. The resulting knowledge base was translated into a five-question checklist (the NAP Checklist, where “NAP” stands for Neglect and Abuse Pediatric) designed to help emergency doctors recognize early indicators of risk. The checklist encapsulates five key diagnostic dimensions:
Consistency of injuries – evaluating whether explanations match observed lesions;
Delay in seeking medical care – assessing whether treatment was postponed without justification;
Signs of neglect – identifying malnutrition, poor hygiene, or insufficient supervision;
Inconsistent medical history – highlighting contradictions in patient or caregiver narratives;
Behavioral or relational anomalies – recognizing unusual interactions between child and caregiver.
Each dimension was derived from validated clinical protocols (e.g., ESCAPE and SCAN tools) and cross-checked with domain experts to ensure medical relevance and ethical soundness.
Experimental phase
Manual Testing
The checklist was first tested manually on a set of 35 anonymized emergency department cases, including 17 confirmed child neglect/abuse cases and 18 control cases. Each case was reviewed manually, and the checklist questions were answered independently by evaluators. The manual assessment demonstrated 100% recall (no false negatives) and an overall accuracy of approximately 89%, with only two false positives arising from ambiguous injury descriptions. These results confirmed the clinical reliability of the checklist as a high-sensitivity screening tool for supporting doctors during emergency evaluations.
Automated Testing with LLMs
In a second phase, the team explored whether the same checklist could be automatically applied to unstructured clinical text using a Large Language Model (GPT-3.5-Turbo). The model was prompted to read anonymized patient records (over 21,000 admissions) and answer the five checklist questions with TRUE/FALSE outputs. Two experiments were performed:
A zero-shot setup, in which the model received only the instruction and checklist.
A few-shot setup, using five manually validated examples to improve contextual understanding.
The automated model correctly identified most NAP-positive cases but tended to over-predict risk, generating a moderate number of false positives (around 5%). This behavior was particularly evident in the fifth question, where the model inferred suspicion from emotional or ambiguous language in doctors’ notes. The few-shot setup improved precision, demonstrating that contextual examples can calibrate model judgment, though full automation remained ethically and operationally unsuitable.
Results and Ethical Validation
The experiments confirmed that AI can enhance but not replace human clinical reasoning in detecting potential child neglect. The manually applied checklist achieved strong sensitivity with minimal false alarms, while automated testing showed the feasibility of natural language processing in triaging large volumes of textual data. However, results also revealed the ethical and practical limits of automation: while LLMs can recognize relevant textual patterns, they lack the contextual and ethical awareness needed to interpret the complex human situations surrounding suspected abuse. The findings therefore reinforced the Fair-by-Design and IFM conclusions that human oversight and proportionality are indispensable in this domain.
From an ethical perspective, the use case validated AEQUITAS’ pre-regulatory decision pathway. The PSSA methodology established that the system does not qualify as a prohibited form of social scoring, since it operates solely within the medical context and supports, rather than penalizes, families.
Key outcomes
Shift from prediction to assistance: The experiments demonstrated that fairness in AI for child protection depends on the system’s role, moving from autonomous prediction to explainable, assistive support.
High sensitivity, limited automation: The NAP Checklist achieved full recall and reliable accuracy, showing that explainable rules outperform black-box predictions in ethically constrained domains.
Human oversight as a design feature: Both manual and automated testing confirmed the necessity of medical supervision to interpret AI outputs responsibly.
Fairness embedded in purpose: The system aligns with AEQUITAS’ fairness objectives by ensuring that the AI’s impact is proportionate, justified, and directed toward safeguarding fundamental rights rather than ranking or penalizing individuals especially in the present context where the paucity of data is likely to negatively affect AI ranking performance.
The experiments mark a significant milestone in applying AEQUITAS’ Fair-by-Design methodology to a socially critical healthcare use case. The work demonstrated how AI can be safely integrated into sensitive decision-making contexts when fairness principles are operationalized through governance, transparency, and participatory validation. By transforming clinical expertise into structured, explainable rules and rigorously testing them under human supervision, the use case provided a model for ethically compliant AI in child protection —one that strengthens professional judgment, respects human dignity, and upholds the principles of proportionality and justice embedded in the EU AI Act.
Learnings and conclusions
The use case provided one of the demonstrations of AEQUITAS’ ability to operationalize fairness, proportionality, and human oversight in an ethically constrained domain. By combining the PSSA, the experimentation, the case showed how AEQUITAS can guide the development of AI systems that strengthen human decision-making while avoiding unjustified or discriminatory automation.
The first major learning emerged from the PSSA methodology, which clearly established the ethical and legal boundaries for AI use in child protection. The assessment confirmed that the system did not constitute prohibited social scoring under the EU AI Act, since it operates within the medical context and aims to safeguard children rather than evaluate or penalize them. This validation showed how AEQUITAS can help practitioners differentiate between legitimate clinical support systems and high-risk social scoring mechanisms, providing a pre-regulatory compliance path that ensures fundamental rights protection from the earliest design stages.
The experimentation phase translated these conceptual insights into practical validation. The manual testing of the NAP Checklist achieved 100% recall and high accuracy, confirming that knowledge-based tools can reliably assist in risk detection when guided by expert rules. The LLM-based automated experiments further demonstrated that AI can effectively process large volumes of unstructured clinical data to support doctors, but that human supervision remains indispensable. This outcome reaffirmed AEQUITAS’ central tenet that AI in high-stakes environments should assist, not replace, human professionals.
The ethical implications of these findings are significant. The project showed that fairness in child protection is not about equalizing algorithmic outputs, but about ensuring just, transparent, and proportionate decision support that respects the vulnerability of the affected individuals. It also demonstrated that fairness must be designed into the purpose and function of the system, transforming AI from a predictive or punitive instrument into a trustworthy clinical assistant.
In conclusion, the use case proved that AEQUITAS can deliver fairness assurance for AI systems operating in ethically complex environments, where the stakes involve not only performance but also fundamental human rights. The project established a replicable blueprint for developing AI tools that are compliant by design, explainable by construction, and ethically defensible in deployment. It also demonstrated that the fair and trustworthy use of AI in child protection is possible provided that technology remains firmly anchored in human judgment, social context, and respect for human dignity.
Appendix
See the Appendix D for the full report of the workshop.
References