@inproceedings{MuellerStrube2022, author = {Mark-Christoph M{\"u}ller and Michael Strube}, title = {Transparent, efficient, and robust word embedding access with WOMBAT}, series = {Proceedings of the 27th International Conference on Computational Linguistics: System Demonstrations. August 20-26, 2018, Santa Fe, New Mexico, USA}, editor = {Dongyan Zhao}, publisher = {Association for Computational Linguistics}, address = {Stroudsburg, Pennsylvania}, isbn = {978-1-948087-53-7}, url = {https://nbn-resolving.org/urn:nbn:de:bsz:mh39-110862}, pages = {53 -- 57}, year = {2022}, abstract = {We present WOMBAT, a Python tool which supports NLP practitioners in accessing word embeddings from code. WOMBAT addresses common research problems, including unified access, scaling, and robust and reproducible preprocessing. Code that uses WOMBAT for accessing word embeddings is not only cleaner, more readable, and easier to reuse, but also much more efficient than code using standard in-memory methods: a Python script using WOMBAT for evaluating seven large word embedding collections (8.7M embedding vectors in total) on a simple SemEval sentence similarity task involving 250 raw sentence pairs completes in under ten seconds end-to-end on a standard notebook computer.}, language = {en} }