MahtaFetrat commited on
Commit
ecde21f
·
verified ·
1 Parent(s): ab648c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -203,13 +203,12 @@ For any questions or inquiries, feel free to open an issue or contact the author
203
  If you use KaamelDict in your research or projects, please cite the following paper:
204
 
205
  ```bash
206
- @misc{fetrat2024llmpoweredg2p,
207
- title={LLM-Powered Grapheme-to-Phoneme Conversion: Benchmark and Case Study},
208
- author={Mahta Fetrat Qharabagh and Zahra Dehghanian and Hamid R. Rabiee},
209
- year={2024},
210
- eprint={2409.08554},
211
- archivePrefix={arXiv},
212
- primaryClass={cs.CL},
213
- url={https://arxiv.org/abs/2409.08554},
214
  }
215
  ```
 
203
  If you use KaamelDict in your research or projects, please cite the following paper:
204
 
205
  ```bash
206
+ @inproceedings{qharabagh2025llm,
207
+ title={LLM-Powered Grapheme-to-Phoneme Conversion: Benchmark and Case Study},
208
+ author={Qharabagh, Mahta Fetrat and Dehghanian, Zahra and Rabiee, Hamid R},
209
+ booktitle={ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
210
+ pages={1--5},
211
+ year={2025},
212
+ organization={IEEE}
 
213
  }
214
  ```