paper-with-me

Papers

FRED: Financial Retrieval-Enhanced Detection and Editing of Hallucinations in Language Models

2025-07-28 · Likun Tan, Kuan-Wei Huang, Kevin Wu arxiv

Hallucinations in large language models pose a critical challenge for applications requiring factual reliability, particularly in high-stakes domains such as finance. This work presents an effective approach for detecting and editing factually incorrect content in model-generated responses based on the provided context. Given a user-defined domain-specific error taxonomy, we construct a synthetic dataset by inserting tagged errors into financial question-answering corpora and then fine-tune four language models, Phi-4, Phi-4-mini, Qwen3-4B, and Qwen3-14B, to detect and edit these factual inaccuracies. Our best-performing model, fine-tuned Phi-4, achieves an 8% improvement in binary F1 score and a 30% gain in overall detection performance compared to OpenAI-o3. Notably, our fine-tuned Phi-4-mini model, despite having only 4 billion parameters, maintains competitive performance with just a 2% drop in binary detection and a 0.1% decline in overall detection compared to OpenAI-o3. Our work provides a practical solution for detecting and editing factual inconsistencies in financial text generation while introducing a generalizable framework that can enhance the trustworthiness and alignment of large language models across diverse applications beyond finance. Our code and data are available at https://github.com/pegasi-ai/shield.

📄 PDF Abstract BibTeX arXiv:2507.20930

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Freditor: High-Fidelity and Transferable NeRF Editing by Frequency Decomposition

2024-04-03 · Yisheng He, Weihao Yuan, Siyu Zhu, Zilong Dong 외

This paper enables high-fidelity, transferable NeRF editing by frequency decomposition. Recent NeRF editing pipelines lift 2D stylization results to 3D scenes while suffering from blurry results, and fail to capture deta…

NeRF

FinGEAR: Financial Mapping-Guided Enhanced Answer Retrieval

2025-09-15 · Ying Li, Mengyu Wang, Miguel de Carvalho, Sotirios Sabanis 외 arxiv

Financial disclosures such as 10-K filings present challenging retrieval problems due to their length, regulatory section hierarchy, and domain-specific language, which standard retrieval-augmented generation (RAG) model…

AuditAgent: Expert-Guided Multi-Agent Reasoning for Cross-Document Fraudulent Evidence Discovery

2025-09-30 · Songran Bai, Bingzhe Wu, Yiwei Zhang, Chengke Wu 외 arxiv

Financial fraud detection in real-world scenarios presents significant challenges due to the subtlety and dispersion of evidence across complex, multi-year financial disclosures. In this work, we introduce a novel multi-…

Fraud Detection

Learning to Edit Knowledge via Instruction-based Chain-of-Thought Prompting

2026-04-07 · Jinhu Fu, Yan Bai, Longzhu He, Yihang Lou 외 arxiv

Large language models (LLMs) can effectively handle outdated information through knowledge editing. However, current approaches face two key limitations: (I) Poor generalization: Most approaches rigidly inject new knowle…

knowledge editing

FreDF: Learning to Forecast in the Frequency Domain

2024-02-04 · Hao Wang, Licheng Pan, Zhichao Chen, Degui Yang 외

Time series modeling presents unique challenges due to autocorrelation in both historical data and future sequences. While current research predominantly addresses autocorrelation within historical data, the correlations…

Time Series