Discover and explore top open-source AI tools and projects—updated daily.
AlphaFin-projFinancial analysis framework with RAG
Top 72.1% on SourcePulse
AlphaFin provides a framework and datasets for financial analysis, specifically targeting stock trend prediction and financial question answering. It aims to mitigate LLM hallucination and real-time data limitations by integrating Retrieval-Augmented Generation (RAG). The project is geared towards researchers and developers in the financial technology space.
How It Works
AlphaFin utilizes a retrieval-augmented approach, referred to as Stock-Chain, to enhance LLM capabilities in financial analysis. This involves fine-tuning LLMs (StockGPT-Stage1 and Stage2) on curated financial datasets, including traditional research data, real-time financial information, and Chain-of-Thought (CoT) data. The RAG integration allows the models to access and incorporate up-to-date information, addressing the common LLM issue of generating outdated or fabricated content.
Quick Start & Requirements
git clone https://github.com/AlphaFin-proj/AlphaFin.git), navigate into the directory (cd AlphaFin), and install dependencies (pip install -r requirements.txt).scripts/stage1_trend_prediction.sh or scripts/stage2_financial_qa.sh) after configuring API tokens and model paths.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
Inactive