MahtaFetrat commited on
Commit
7662d42
·
verified ·
1 Parent(s): 51a2a85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -95,11 +95,16 @@ The source datasets can be cited as follows:
95
  ```
96
 
97
  ```bash
98
- @article{fetrat2024manatts,
99
- title={ManaTTS Persian: a recipe for creating TTS datasets for lower resource languages},
100
- author={Mahta Fetrat Qharabagh and Zahra Dehghanian and Hamid R. Rabiee},
101
- journal={arXiv preprint arXiv:2409.07259},
102
- year={2024},
 
 
 
 
 
103
  }
104
  ```
105
 
@@ -111,14 +116,13 @@ For any questions or inquiries, feel free to open an issue or contact the author
111
  Please cite the following papers if you use this dataset:
112
 
113
  ```bash
114
- @misc{fetrat2024llmpoweredg2p,
115
- title={LLM-Powered Grapheme-to-Phoneme Conversion: Benchmark and Case Study},
116
- author={Mahta Fetrat Qharabagh and Zahra Dehghanian and Hamid R. Rabiee},
117
- year={2024},
118
- eprint={2409.08554},
119
- archivePrefix={arXiv},
120
- primaryClass={cs.CL},
121
- url={https://arxiv.org/abs/2409.08554},
122
  }
123
  ```
124
 
 
95
  ```
96
 
97
  ```bash
98
+ @inproceedings{qharabagh-etal-2025-manatts,
99
+ title = "{M}ana{TTS} {P}ersian: a recipe for creating {TTS} datasets for lower resource languages",
100
+ author = "Qharabagh, Mahta Fetrat and Dehghanian, Zahra and Rabiee, Hamid R.",
101
+ booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
102
+ month = apr,
103
+ year = "2025",
104
+ address = "Albuquerque, New Mexico",
105
+ publisher = "Association for Computational Linguistics",
106
+ url = "https://aclanthology.org/2025.naacl-long.464/",
107
+ pages = "9177--9206",
108
  }
109
  ```
110
 
 
116
  Please cite the following papers if you use this dataset:
117
 
118
  ```bash
119
+ @inproceedings{qharabagh2025llm,
120
+ title={LLM-Powered Grapheme-to-Phoneme Conversion: Benchmark and Case Study},
121
+ author={Qharabagh, Mahta Fetrat and Dehghanian, Zahra and Rabiee, Hamid R},
122
+ booktitle={ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
123
+ pages={1--5},
124
+ year={2025},
125
+ organization={IEEE}
 
126
  }
127
  ```
128