SearcharxivSearch

arXiv subjects

Carlos Queiroz

Publications and source records attributed to Carlos Queiroz.

3 recordsLinked to original sources

HIRA: A Human-in-the-Loop Retrieval-Augmented Cascade for Document Classification in Regulated Industries

Document classification in regulated industries is constrained by data residency, limited cold-start labels, scarce review capacity, and costly model-governance procedures. We present HIRA, a training-free, on-premises retrieval-augmented cascade for document classification in regulated deployments that combines BM25 over OCR text, dense text embeddings, and image-level representations through validation-calibrated weighted reciprocal-rank fusion. Confident documents are classified directly by retrieval; uncertain or visually confusable documents are passed to a locally hosted LLM verifier, which receives the OCR text, retrieved exemplars, label descriptions, and confusion-specific terms. When the verifier remains uncertain, the document is sent to human review. Each correction is stored as a margin-weighted retrieval exemplar and updates a Dirichlet-smoothed confusion graph, letting the system improve without updating model weights. On a private 80-class trade-finance corpus, HIRA processes the full 30,233-document production stream while requesting human correction for only 1,945 documents (6.4%), improving Macro-F1 from 0.6218 to 0.8548. On the corrected Tobacco-3482 benchmark, HIRA reaches 0.9423 Macro-F1 with a locally hosted DeepSeek-R1-Distill-Qwen-32B verifier, 17.4 percentage points above the zero-shot LLM baseline, while invoking the verifier for only about 40% of documents and reducing LLM calls by approximately 60%. With 518 human corrections (24.8% of the pool), HIRA matches the fully labelled pool oracle, in which all 2,086 pool documents are indexed with their ground-truth labels. These results show that selective human feedback and retrieval-memory adaptation can be a practical alternative to repeated model retraining for long-tail document classification in regulated deployments.

cs.AI

Evaluation of the Management of Hospital Radiological Protection

To maintain quality in hospital services, management strategies are fundamental. The objective of this article was to elaborate and validate the contents of an instrument for the management of hospital radiological protection. Therefore, a study was conducted in two Portuguese-speaking countries, Brazil and Portugal. Initially, a data collection instrument was created to elaborate essential items for the management of hospital radiological protection, followed by the validation of the contents of this instrument, using the Delphi technique. The validation of the instrument content was performed by a group of judges, following the steps of the Delphi technique. The questionnaire answered 33 professionals, of these, 25 Brazilians and 8 Portuguese. The affirmative statements among the professionals are related to the instructions on radiological protection for the radiodiagnostic team and the radiological protection program. It is concluded that the instrument built and validated for the management of radiological protection contributes to the organization of diagnostic imaging services and may be adapted for the management of specific services.

physics.med-ph

Patience-aware Scheduling for Cloud Services: Freeing Users from the Chains of Boredom

Scheduling of service requests in Cloud computing has traditionally focused on the reduction of pre-service wait, generally termed as waiting time. Under certain conditions such as peak load, however, it is not always possible to give reasonable response times to all users. This work explores the fact that different users may have their own levels of tolerance or patience with response delays. We introduce scheduling strategies that produce better assignment plans by prioritising requests from users who expect to receive the results earlier and by postponing servicing jobs from those who are more tolerant to response delays. Our analytical results show that the behaviour of users' patience plays a key role in the evaluation of scheduling techniques, and our computational evaluation demonstrates that, under peak load, the new algorithms typically provide better user experience than the traditional FIFO strategy.

cs.DC