Update README.md
Browse files
README.md
CHANGED
|
@@ -66,6 +66,23 @@ Resp-Agent/
|
|
| 66 |
βββ pretrained_models/ # From this repo
|
| 67 |
```
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
## π Acknowledgements
|
| 70 |
|
| 71 |
- [BEATs](https://github.com/microsoft/unilm/tree/master/beats) - Audio pre-training framework
|
|
|
|
| 66 |
βββ pretrained_models/ # From this repo
|
| 67 |
```
|
| 68 |
|
| 69 |
+
## π Paper
|
| 70 |
+
|
| 71 |
+
**[Resp-Agent: An Agent-Based System for Multimodal Respiratory Sound Generation and Disease Diagnosis](https://openreview.net/forum?id=ZkoojtEm3W&referrer=%5BAuthor%20Console%5D(%2Fgroup%3Fid%3DICLR.cc%2F2026%2FConference%2FAuthors%23your-submissions))** (ICLR 2026)
|
| 72 |
+
|
| 73 |
+
If you find this work useful, please cite our paper:
|
| 74 |
+
|
| 75 |
+
```bibtex
|
| 76 |
+
@inproceedings{
|
| 77 |
+
zhang2026respagent,
|
| 78 |
+
title={Resp-Agent: An Agent-Based System for Multimodal Respiratory Sound Generation and Disease Diagnosis},
|
| 79 |
+
author={Pengfei ZHANG and Tianxin Xie and Minghao Yang and Li Liu},
|
| 80 |
+
booktitle={The Fourteenth International Conference on Learning Representations},
|
| 81 |
+
year={2026},
|
| 82 |
+
url={https://openreview.net/forum?id=ZkoojtEm3W}
|
| 83 |
+
}
|
| 84 |
+
```
|
| 85 |
+
|
| 86 |
## π Acknowledgements
|
| 87 |
|
| 88 |
- [BEATs](https://github.com/microsoft/unilm/tree/master/beats) - Audio pre-training framework
|