This repository contains a verifier-guarded financial question answering system built on top of the PIT-4B point-in-time financial language model family.
The project combines:
A merged GRPO-aligned PIT generator
Numeric verification
NLI-based semantic grounding verification
Abstention behavior for unsupported answers
The objective is to improve reliability and reduce hallucinations in financial QA over earnings-call transcripts and financial documents.
Model Overview
Base Model
Diamegs/PIT-4B-FT-202212
Alignment
The model was aligned using:
reasoning supervision
GRPO-style preference optimization
LoRA fine-tuning
hallucination-aware financial QA data
The LoRA adapter was merged into the final model weights.
Final Merged Model
NurErtug/pit-finance-grpo-merged
Intended Use
The system is designed for:
grounded financial QA
earnings-call reasoning
hallucination reduction
numeric consistency
abstention on unsupported questions
verifier-guided inference
Verifier Architecture
The verifier is implemented as an inference-time guardrail wrapper.