File size: 1,510 Bytes
7c99c48 578c97d cdc3db9 4162443 3115b65 4162443 7cafd1d 4162443 7cafd1d 4162443 a60d0ee 4162443 7c99c48 7bd4653 578c97d 19b1b57 578c97d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
license: cc-by-nc-4.0
language:
- et
configs:
- config_name: default
data_files:
- split: words
path: tsv/PUBLIC_WORDS.tsv
quotechar: '`'
- config_name: definitions
data_files:
- split: definitions
path: tsv/DEFINITIONS.tsv
quotechar: '`'
- config_name: synonyms
data_files:
- split: synonyms
path: tsv/SYNONYMS.tsv
quotechar: '`'
- config_name: words
data_files:
- split: words
path: tsv/PUBLIC_WORDS.tsv
quotechar: '`'
size_categories:
- 100K<n<1M
---
# Sõnajaht: Definition Embeddings and Semantic Search for Reverse Dictionary Creation
## BibTeX entry and citation info
```
@inproceedings{dorkin-sirts-2024-sonajaht,
title = "S{\~o}najaht: Definition Embeddings and Semantic Search for Reverse Dictionary Creation",
author = "Dorkin, Aleksei and
Sirts, Kairit",
editor = "Bollegala, Danushka and
Shwartz, Vered",
booktitle = "Proceedings of the 13th Joint Conference on Lexical and Computational Semantics (*SEM 2024)",
month = jun,
year = "2024",
address = "Mexico City, Mexico",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2024.starsem-1.33",
pages = "410--420",
}
```
```
@misc{dorkin2024sonajaht,
title={S\~onajaht: Definition Embeddings and Semantic Search for Reverse Dictionary Creation},
author={Aleksei Dorkin and Kairit Sirts},
year={2024},
eprint={2404.19430},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
``` |