zouharvi commited on
Commit
542ee77
·
verified ·
1 Parent(s): 82285dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -55,15 +55,25 @@ license: apache-2.0
55
 
56
  Dataset composed of multiple smaller datasets used for the evaluation of phonetic word embeddings.
57
  See code for evaluation [here](https://github.com/zouharvi/pwesuite).
58
- If you use this dataset/evaluation, please cite the [paper at LREC-COLING 2024](https://arxiv.org/abs/2304.02541):
59
 
60
  ```
61
- @article{zouhar2023pwesuite,
62
- title={{PWESuite}: {P}honetic Word Embeddings and Tasks They Facilitate},
63
- author={Zouhar, Vil{\'e}m and Chang, Kalvin and Cui, Chenxuan and Carlson, Nathaniel and Robinson, Nathaniel and Sachan, Mrinmaya and Mortensen, David},
64
- journal={arXiv preprint arXiv:2304.02541},
65
- year={2023},
66
- url={https://arxiv.org/abs/2304.02541}
 
 
 
 
 
 
 
 
 
 
67
  }
68
  ```
69
 
@@ -91,3 +101,5 @@ Watch [12-minute introduction to PWESuite](https://www.youtube.com/watch?v=XJ9bA
91
 
92
 
93
  ![poster](https://github.com/zouharvi/pwesuite/assets/7661193/e2539886-30b1-4fbd-b768-ec3a61dfa1ce)
 
 
 
55
 
56
  Dataset composed of multiple smaller datasets used for the evaluation of phonetic word embeddings.
57
  See code for evaluation [here](https://github.com/zouharvi/pwesuite).
58
+ If you use this dataset/evaluation, please cite the [paper at LREC-COLING 2024](https://aclanthology.org/2024.lrec-main.1168/):
59
 
60
  ```
61
+ @inproceedings{zouhar-etal-2024-pwesuite,
62
+ title = "{PWES}uite: Phonetic Word Embeddings and Tasks They Facilitate",
63
+ author = "Zouhar, Vil{\'e}m and
64
+ Chang, Kalvin and
65
+ Cui, Chenxuan and
66
+ Carlson, Nate B. and
67
+ Robinson, Nathaniel Romney and
68
+ Sachan, Mrinmaya and
69
+ Mortensen, David R.",
70
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
71
+ month = may,
72
+ year = "2024",
73
+ address = "Torino, Italia",
74
+ publisher = "ELRA and ICCL",
75
+ url = "https://aclanthology.org/2024.lrec-main.1168/",
76
+ pages = "13344--13355",
77
  }
78
  ```
79
 
 
101
 
102
 
103
  ![poster](https://github.com/zouharvi/pwesuite/assets/7661193/e2539886-30b1-4fbd-b768-ec3a61dfa1ce)
104
+
105
+ Available also on arxiv: https://arxiv.org/abs/2304.02541