Safetensors
English
KarlRaphel commited on
Commit
fd2859d
Β·
verified Β·
1 Parent(s): 3210e71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -28,6 +28,7 @@ base_model:
28
  </h4>
29
 
30
  ## πŸ”₯ NEWS
 
31
  - **[2025-03-06]** 🌟 The complete dataset and code are now officially open source!
32
  - **[2024-12-11]** ⏫ We are now working on making the code of BearLLM public. Stay tuned!
33
  - **[2024-12-10]** πŸŽ‰ The BearLLM paper is accepted by the Thirty-Ninth AAAI Conference on Artificial Intelligence ([AAAI-25](https://aaai.org/conference/aaai/aaai-25/)).
@@ -137,13 +138,17 @@ Fine-tune according to `src/fine_tuning.py`.
137
  Please cite the following paper if you use this study in your research:
138
 
139
  ```
140
- @misc{peng2024bearllmpriorknowledgeenhancedbearing,
141
- title={BearLLM: A Prior Knowledge-Enhanced Bearing Health Management Framework with Unified Vibration Signal Representation},
142
- author={Haotian Peng and Jiawei Liu and Jinsong Du and Jie Gao and Wei Wang},
143
- year={2024},
144
- eprint={2408.11281},
145
- archivePrefix={arXiv},
146
- primaryClass={cs.AI},
147
- url={https://arxiv.org/abs/2408.11281},
 
 
 
 
148
  }
149
  ```
 
28
  </h4>
29
 
30
  ## πŸ”₯ NEWS
31
+ - **[2025-04-11]** πŸŽ‰ The [AAAI-25 Proceedings](https://aaai.org/proceeding/aaai-39-2025/) are now officially published! Our [conference paper](https://ojs.aaai.org/index.php/AAAI/article/view/34188) is included. We welcome you to read and cite it!
32
  - **[2025-03-06]** 🌟 The complete dataset and code are now officially open source!
33
  - **[2024-12-11]** ⏫ We are now working on making the code of BearLLM public. Stay tuned!
34
  - **[2024-12-10]** πŸŽ‰ The BearLLM paper is accepted by the Thirty-Ninth AAAI Conference on Artificial Intelligence ([AAAI-25](https://aaai.org/conference/aaai/aaai-25/)).
 
138
  Please cite the following paper if you use this study in your research:
139
 
140
  ```
141
+ @article{pengBearLLMPriorKnowledgeEnhanced2025,
142
+ title = {{{BearLLM}}: {{A Prior Knowledge-Enhanced Bearing Health Management Framework}} with {{Unified Vibration Signal Representation}}},
143
+ author = {Peng, Haotian and Liu, Jiawei and Du, Jinsong and Gao, Jie and Wang, Wei},
144
+ year = {2025},
145
+ month = apr,
146
+ journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
147
+ volume = {39},
148
+ number = {19},
149
+ pages = {19866--19874},
150
+ issn = {2374-3468},
151
+ doi = {10.1609/aaai.v39i19.34188},
152
+ urldate = {2025-04-11},
153
  }
154
  ```