raffi-souren commited on
Commit
6979eb6
·
verified ·
1 Parent(s): 65e7f35

Add README with paper link

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # LLM Output Drift: Cross-Provider Validation & Mitigation for Financial Workflows
5
+
6
+ **Authors:** Raffi Khatchadourian, Rolando Franco
7
+ **Venue:** AI4F @ ACM ICAIF 2025 (Nov 15 in Singapore)
8
+
9
+ **Paper:** https://arxiv.org/abs/2511.07585
10
+ **Code:** https://github.com/ibm-client-engineering/output-drift-financial-llms
11
+
12
+ This repository is a Hugging Face landing page for the paper and its open-source implementation.
13
+ It focuses on deterministic test harnesses, cross-provider validation, and risk-tiered deployment
14
+ for financial LLM workflows (SEC 10-Ks, RAG over filings, JSON/SQL tasks).