AustinZhang commited on
Commit
b4ea910
Β·
verified Β·
1 Parent(s): d2fbef5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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