mandipgoswami commited on
Commit
e3a78cd
·
verified ·
1 Parent(s): 8461ca3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -11
README.md CHANGED
@@ -15,7 +15,34 @@ tags:
15
  - simulation
16
  - room-acoustics
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  # RIR-Mega
20
 
21
  [Paper](https://huggingface.co/papers/2510.18917) | [Code](https://github.com/mandip42/rirmega) | [Project page (Zenodo)](https://doi.org/10.5281/zenodo.17387402)
@@ -112,14 +139,3 @@ See **SUBMITTING.md** for rules and a PR template. Minimum info:
112
  - MAE (s) and RMSE (s)
113
  - Link to code (repo, gist, or HF Space)
114
 
115
- ## 🔖 Citation
116
- Please cite the dataset:
117
- ```
118
- @dataset{RIRMega2025,
119
- title={RIR-Mega},
120
- author={Goswami, Mandip},
121
- year={2025},
122
- doi={10.5281/zenodo.17387402},
123
- url={https://github.com/mandip42/rirmega}
124
- }
125
- ```
 
15
  - simulation
16
  - room-acoustics
17
  ---
18
+ ## 🔖 How to Cite
19
+ Please cite both the paper and the dataset:
20
+ ```
21
+ @misc{goswami2025rirmega,
22
+ title = {RIR-Mega: A Large-Scale Room Impulse Response Corpus with Benchmarks for Industrial and Building Acoustics},
23
+ author = {Goswami, Mandip},
24
+ year = {2025},
25
+ eprint = {2510.18917},
26
+ archivePrefix= {arXiv},
27
+ primaryClass = {cs.SD},
28
+ url = {https://arxiv.org/abs/2510.18917}
29
+ }
30
 
31
+ @dataset{goswami_2025_rirmega_zenodo,
32
+ author = {Goswami, Mandip},
33
+ title = {RIR-Mega Dataset},
34
+ year = {2025},
35
+ publisher = {Zenodo},
36
+ version = {v1.0.0},
37
+ doi = {10.5281/zenodo.17387402},
38
+ url = {https://doi.org/10.5281/zenodo.17387402}
39
+ }
40
+ ```
41
+ ```bash
42
+ Goswami, M. (2025). RIR-Mega: A Large-Scale Room Impulse Response Corpus with Benchmarks for Industrial and Building Acoustics. arXiv:2510.18917. https://arxiv.org/abs/2510.18917
43
+
44
+ Goswami, M. (2025). RIR-Mega Dataset (v1.0.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.17387402
45
+ ```
46
  # RIR-Mega
47
 
48
  [Paper](https://huggingface.co/papers/2510.18917) | [Code](https://github.com/mandip42/rirmega) | [Project page (Zenodo)](https://doi.org/10.5281/zenodo.17387402)
 
139
  - MAE (s) and RMSE (s)
140
  - Link to code (repo, gist, or HF Space)
141