Vilém Zouhar commited on
Commit ·
28f6377
1
Parent(s): 9211a0d
fix data count
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
- cognates
|
| 21 |
- rhyme
|
| 22 |
- analogy
|
| 23 |
-
pretty_name:
|
| 24 |
size_categories:
|
| 25 |
- 100K<n<1M
|
| 26 |
dataset_info:
|
|
@@ -37,13 +37,14 @@ dataset_info:
|
|
| 37 |
dtype: string
|
| 38 |
splits:
|
| 39 |
- name: train
|
| 40 |
-
num_examples:
|
|
|
|
| 41 |
---
|
| 42 |
|
| 43 |
# PWESuite-Eval
|
| 44 |
|
| 45 |
Dataset composed of multiple smaller datasets used for the evaluation of phonetic word embeddings.
|
| 46 |
-
|
| 47 |
|
| 48 |
Used datasets:
|
| 49 |
- [CMU Pronunciation dictionary](http://www.speech.cs.cmu.edu/cgi-bin/cmudict)
|
|
@@ -58,3 +59,15 @@ Authors:
|
|
| 58 |
- Nathaniel Robinson (CMU LTI, [contact](mailto:nrrobins@cs.cmu.edu))
|
| 59 |
- Nathaniel Carlson (BYU, [contact](mailto:natec18@byu.edu))
|
| 60 |
- David Mortensen (CMU LTI, [contact](mailto:dmortens@cs.cmu.edu))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- cognates
|
| 21 |
- rhyme
|
| 22 |
- analogy
|
| 23 |
+
pretty_name: PWESuite Evaluation v1
|
| 24 |
size_categories:
|
| 25 |
- 100K<n<1M
|
| 26 |
dataset_info:
|
|
|
|
| 37 |
dtype: string
|
| 38 |
splits:
|
| 39 |
- name: train
|
| 40 |
+
num_examples: 1738008
|
| 41 |
+
license: apache-2.0
|
| 42 |
---
|
| 43 |
|
| 44 |
# PWESuite-Eval
|
| 45 |
|
| 46 |
Dataset composed of multiple smaller datasets used for the evaluation of phonetic word embeddings.
|
| 47 |
+
See code for evaluation [here](https://github.com/zouharvi/pwesuite).
|
| 48 |
|
| 49 |
Used datasets:
|
| 50 |
- [CMU Pronunciation dictionary](http://www.speech.cs.cmu.edu/cgi-bin/cmudict)
|
|
|
|
| 59 |
- Nathaniel Robinson (CMU LTI, [contact](mailto:nrrobins@cs.cmu.edu))
|
| 60 |
- Nathaniel Carlson (BYU, [contact](mailto:natec18@byu.edu))
|
| 61 |
- David Mortensen (CMU LTI, [contact](mailto:dmortens@cs.cmu.edu))
|
| 62 |
+
|
| 63 |
+
If you use this dataset/evaluation, please cite:
|
| 64 |
+
|
| 65 |
+
```
|
| 66 |
+
@article{zouhar2023pwesuite,
|
| 67 |
+
title={{PWESuite}: {P}honetic Word Embeddings and Tasks They Facilitate},
|
| 68 |
+
author={Zouhar, Vil{\'e}m and Chang, Kalvin and Cui, Chenxuan and Carlson, Nathaniel and Robinson, Nathaniel and Sachan, Mrinmaya and Mortensen, David},
|
| 69 |
+
journal={arXiv preprint arXiv:2304.02541},
|
| 70 |
+
year={2023},
|
| 71 |
+
url={https://arxiv.org/abs/2304.02541}
|
| 72 |
+
}
|
| 73 |
+
```
|