# Fin-Sentiment-LLM **Repository Path**: Monickar/Fin-Sentiment-LLM ## Basic Information - **Project Name**: Fin-Sentiment-LLM - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-19 - **Last Updated**: 2025-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chinese Financial Sentiment Analysis Implementation of the paper "Beyond Single-Text Analysis: A Holistic Approach to Chinese Financial Sentiment". Paper link is [here.](https://openreview.net/forum?id=qZ29ZbeX9M) ## Project Structure ``` src/ ├── data/ # Data processing ├── models/ # Model implementations │ ├── proposed/ # Proposed model │ └── baselines/ # Baseline models ├── training/ # Training logic | └── application/ # Downstream application draw/ pic/ ```