File size: 2,252 Bytes
b2fdbf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
530cb1e
b2fdbf2
 
 
 
a9569fd
b2fdbf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
language:
- en
pipeline_tag: image-text-to-text
library_name: transformers
extra_gated_fields:
  First name: text
  Last name: text
  Affiliation: text
  Job title: text
  Email: text
  Country: country
  I want to use this model for:
    type: select
    options:
      - Research
      - Education
      - label: Other
        value: other
  I agree to use this model for non-commercial use ONLY: checkbox

---


# FinSeer Model Card

![overview](./Overview.png)

## Model details

**Model type:**
StockLLM is an open-source fine-tuned 1B large language model as the backbone of our first retrieval-augmented generation (RAG) framework specifically designed for financial time-series forecasting.

**Paper or resources for more information:**

https://arxiv.org/pdf/2502.05878

## Disclaimer

This repository and its contents are provided for academic and educational purposes only. None of the material constitutes financial, legal, or investment advice. No warranties, express or implied, are offered regarding the accuracy, completeness, or utility of the content. The authors and contributors are not responsible for any errors, omissions, or any consequences arising from the use of the information herein. Users should exercise their own judgment and consult professionals before making any financial, legal, or investment decisions. The use of the software and information contained in this repository is entirely at the user's own risk.

By using or accessing the information in this repository, you agree to indemnify, defend, and hold harmless the authors, contributors, and any affiliated organizations or persons from any and all claims or damages.

## Citaion

```bibtex
@misc{xiao2025enhancingfinancialtimeseriesforecasting,
      title={Enhancing Financial Time-Series Forecasting with Retrieval-Augmented Large Language Models}, 
      author={Mengxi Xiao and Zihao Jiang and Lingfei Qian and Zhengyu Chen and Yueru He and Yijing Xu and Yuecheng Jiang and Dong Li and Ruey-Ling Weng and Min Peng and Jimin Huang and Sophia Ananiadou and Qianqian Xie},
      year={2025},
      eprint={2502.05878},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2502.05878}, 
}
```

---
license: mit
---