← Latest papers
💻 computer science

Corrective Retrieval-Augmented Generation Adaptation in Closed Domains for Development of Intelligent Human Resource Management Systems

This paper presents a Design Science Research study on a closed-domain Smart HR system for SMEs that demonstrates a Corrective RAG adaptation with same-chapter hard-negative training significantly improves answer faithfulness over standard RAG, despite a trade-off in overall accuracy.

Original authors: Devi Willieam Anggara, Marcellino Joestiawan, Mohd Shafry Mohd Rahim, Ibrahim Salim Sulaiman Al Farsi, Fetty Fitriyanti Lubis, Dion Tanjung

Published 2026-09-02
📖 5 min read🧠 Deep dive

Original authors: Devi Willieam Anggara, Marcellino Joestiawan, Mohd Shafry Mohd Rahim, Ibrahim Salim Sulaiman Al Farsi, Fetty Fitriyanti Lubis, Dion Tanjung

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the modern workplace, the ability to make sound decisions about people is the difference between a thriving company and one that struggles to survive. For small and medium-sized businesses, which form the backbone of many economies, this task is often made harder by a lack of formal systems. Managers frequently rely on memory or informal advice rather than a trusted, written guide when hiring, evaluating performance, or planning careers. To help, researchers have turned to a type of artificial intelligence that can read vast amounts of text and answer questions based on what it finds. This technology, known as retrieval-augmented generation, works by searching a library of documents to find relevant information before an AI model writes a response. This approach is designed to stop the AI from making things up, a common problem where the computer sounds confident but is actually inventing facts. However, standard versions of this technology have a flaw: they often grab documents that look related but do not actually answer the specific question, leading to answers that are vague or misleading.

A team of researchers from Indonesia and Malaysia set out to fix this problem for the specific needs of human resource management. They built a smart system designed to help small businesses manage their employees by answering questions strictly from a single, authoritative book: the 16th edition of Armstrong's Handbook of Human Resource Management Practice. This book is a standard reference for the field, containing established rules and best practices. The researchers wanted to know if they could make the AI smarter by adding two specific improvements. The first was a "correction" step that checks if the information found is actually useful before using it. The second was a way to organize the book's pages with extra labels, like tags or categories, to help the search find the right pages more easily. They tested these ideas by creating a system that could handle three critical areas of human resources: hiring new staff, managing employee performance, and planning career growth.

The researchers constructed a digital library from the handbook, breaking it down into small, manageable sections. They then built a multi-layered system to process questions. One layer of the system was designed to add descriptive tags to the text, such as identifying whether a section was about a procedure, a concept, or a comparison. Another layer acted as a strict gatekeeper. When the system retrieved a piece of text to answer a question, this gatekeeper evaluated whether the text truly answered the query or if it was just vaguely related. If the text was judged to be incorrect or unclear, the system did not simply guess; it went back to the library, rephrased the question, and searched again within the same trusted book. This ensured that every answer remained grounded in the official source, never drifting into unverified internet searches.

To see if these changes actually worked, the team ran a series of rigorous tests. They created 270 specific questions covering the three human resource domains, ranging from how to structure a job interview to what criteria should be used for a promotion. They then compared three different versions of the system. The first was a basic version that simply searched and answered without any checks. The second version used the extra tags to organize the search but still lacked the gatekeeper. The third version used both the correction mechanism and the gatekeeper. The results showed a clear winner. The system with the correction mechanism and the gatekeeper produced answers that were significantly more faithful to the source material. In other words, the answers it gave could be traced directly back to the specific sentences in the book that supported them. The system successfully corrected its own mistakes about 28 percent of the time, re-searching and refining its path to find the right information.

However, the study also revealed a surprising limitation. The version that used only the extra tags to organize the search, without the correction gatekeeper, did not improve the quality of the answers. In fact, it performed no better than the basic system and, in some cases, was slightly worse. This finding suggests that simply organizing the information better is not enough if the system cannot verify that the retrieved information is actually the right answer. The researchers also noticed a trade-off. While the corrected system was more faithful to the source, it sometimes scored slightly lower on a general measure of how "complete" an answer seemed. This happened because the system was so careful to stick only to what was explicitly in the book that it occasionally left out helpful context that a human might have added from general knowledge. For a small business, however, the researchers argue that sticking strictly to the verified source is more important than adding extra details that might be wrong.

The study concludes that for specialized fields like human resources, where accuracy is critical, the ability to check and correct the search results is far more valuable than simply organizing the data better. The researchers demonstrated that by building a system that refuses to guess and instead re-evaluates its findings, they could create a tool that small businesses could trust to make decisions about hiring and promotions. The work proves that the most effective way to build a reliable AI assistant for a specific domain is not just to feed it more data, but to give it a mechanism to question its own sources. This approach ensures that the advice given to a business owner is not just a confident-sounding guess, but a verified fact drawn from a trusted guide.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →