Update README.md
Browse files
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://
|
59 |
|
60 |
```
|
61 |
-
@
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
}
|
68 |
```
|
69 |
|
@@ -91,3 +101,5 @@ Watch [12-minute introduction to PWESuite](https://www.youtube.com/watch?v=XJ9bA
|
|
91 |
|
92 |
|
93 |

|
|
|
|
|
|
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 |

|
104 |
+
|
105 |
+
Available also on arxiv: https://arxiv.org/abs/2304.02541
|