HeyDunaX commited on
Commit
138308a
·
verified ·
1 Parent(s): 707d93b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -32
README.md CHANGED
@@ -239,42 +239,16 @@ EViRAL is intended for:
239
 
240
  If you use EViRAL in your research, please cite this dataset and the following works:
241
 
242
- **EViRAL dataset**
243
-
244
- ```bibtex
245
- @dataset{eviral2025,
246
- author = {[Your Name]},
247
- title = {{EViRAL}: {E}de-{V}ietnamese {R}etrieval {A}cross {L}anguages},
248
- year = {2025},
249
- publisher = {Hugging Face},
250
- url = {https://huggingface.co/datasets/NIRVLab/EVIRAL},
251
- note = {Derived from PaDaS-Lab/webfaq-retrieval with Ede query translation via NIRVLab/ViEde}
252
- }
253
- ```
254
 
255
  **WebFAQ (source dataset)**
256
 
257
  ```bibtex
258
- @misc{dinzinger2025webfaq,
259
- title = {{WebFAQ}: A Multilingual Collection of Natural {Q\&A} Datasets for Dense Retrieval},
260
- author = {Michael Dinzinger and Laura Caspari and Kanishka Ghosh Dastidar and Jelena Mitrovi{\'c} and Michael Granitzer},
261
- year = {2025},
262
- eprint = {2502.20936},
263
- archivePrefix = {arXiv},
264
- primaryClass = {cs.CL},
265
- url = {https://arxiv.org/abs/2502.20936}
266
- }
267
- ```
268
-
269
- **NIRVLab/ViEde (translation model)**
270
-
271
- ```bibtex
272
- @misc{nirvlab2025viede,
273
- author = {{NIRVLab}},
274
- title = {{ViEde}: A {V}ietnamese-to-{E}de Machine Translation Model},
275
- year = {2025},
276
- publisher = {Hugging Face},
277
- url = {https://huggingface.co/NIRVLab/ViEde}
278
  }
279
  ```
280
 
 
239
 
240
  If you use EViRAL in your research, please cite this dataset and the following works:
241
 
 
 
 
 
 
 
 
 
 
 
 
 
242
 
243
  **WebFAQ (source dataset)**
244
 
245
  ```bibtex
246
+ @inproceedings{dinzinger2025webfaq,
247
+ title={WebFAQ: A Multilingual Collection of Natural Q\&A Datasets for Dense Retrieval},
248
+ author={Dinzinger, Michael and Caspari, Laura and Ghosh Dastidar, Kanishka and Mitrovi{\'c}, Jelena and Granitzer, Michael},
249
+ booktitle={Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval},
250
+ pages={3802--3811},
251
+ year={2025}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  }
253
  ```
254