Overview
- Field: NLP / Applied LLM research
- Authors: Serhii Hamotskyi, Akash Kumar Gautam, Christian Hanig
- Published: 2026-06-25
- arXiv: 2606.27316
- The LLM-based system achieves up to 91% precision on document-level eligibility examination.
- The system exhibits conservative operating characteristics, minimizing false acceptances — a critical property for central banking operations.
Abstract
Verifying the eligibility of securities as collateral is a key responsibility of the German Central Bank. However, manually verifying these assets against legal and financial criteria within lengthy, semi-structured, and often bilingual prospectuses is a resource-intensive task. While previous efforts utilized traditional Named Entity Recognition (NER) for information extraction, these methods can struggle with OCR noise, linguistic variance, and rigid span-based constraints, and the need for manually annotated training data for each relevant annotation type.
In this paper, the authors present the first case study applying Large Language Models (LLMs) to the eligibility examination process, shifting the paradigm toward a generative Information Extraction pipeline. The approach decomposes the task into three stages:
1. Extraction — pulling candidate values from raw prospectus text 2. Normalization — standardizing extracted values 3. Interpretation — deciding eligibility against criteria
This pipeline is more flexible when handling noisy text and mixed German–English content than span-based NER systems.
Evaluation
The paper further introduces an LLM-as-a-judge based value evaluation method, which provides a more semantic assessment than position-based metrics.
Results
*Auto-collected on 2026-06-28.*