Update README.md
Browse files
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 |
-
@
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|