Retrieval Augmented Classification for Confidential Documents
Yeseul E. Chang, Rahul Kailasa, Simon Shim, Byunghoon Oh, Jaewoo Lee

TL;DR
This paper introduces Retrieval Augmented Classification (RAC), a method for classifying confidential documents that maintains security, handles class imbalance, and adapts quickly to new data by leveraging external retrieval instead of model fine-tuning.
Contribution
It proposes a RAC-based classification pipeline, evaluates its robustness against fine-tuning under various conditions, and provides practical design guidance for secure deployment.
Findings
RAC matches fine-tuning on balanced data with 96% accuracy.
RAC outperforms fine-tuning on unbalanced data with higher stability.
RAC reduces parameter leakage and adapts quickly to new data.
Abstract
Unauthorized disclosure of confidential documents demands robust, low-leakage classification. In real work environments, there is a lot of inflow and outflow of documents. To continuously update knowledge, we propose a methodology for classifying confidential documents using Retrieval Augmented Classification (RAC). To confirm this effectiveness, we compare RAC and supervised fine tuning (FT) on the WikiLeaks US Diplomacy corpus under realistic sequence-length constraints. On balanced data, RAC matches FT. On unbalanced data, RAC is more stable while delivering comparable performance--about 96% Accuracy on both the original (unbalanced) and augmented (balanced) sets, and up to 94% F1 with proper prompting--whereas FT attains 90% F1 trained on the augmented, balanced set but drops to 88% F1 trained on the original, unbalanced set. When robust augmentation is infeasible, RAC provides a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
