Publication Details

Implementing Random Indexing on GPU

POLOK Lukáš and SMRŽ Pavel. Implementing Random Indexing on GPU. In: Proceedings of the 19th High Performance Computing Symposium. HPC '11. Boston: SCS Publication House, 2011, pp. 134-142. ISBN 978-1-61782-840-9. Available from: http://dl.acm.org/citation.cfm?id=2048577.2048595
Czech title
Implementace algoritmu Random Indexing na GPU
Type
conference paper
Language
english
Authors
Polok Lukáš, Ing. (DCGM FIT BUT)
Smrž Pavel, doc. RNDr., Ph.D. (DCGM FIT BUT)
URL
Keywords

random indexing, word space models, term co-occurence, GPGPU 

Abstract

Vector space models (also word space models or term
space models) are algebraic models, used for representing
text documents as vectors of terms. They have received
much attention recently as they have wide spectrum of
applications, including information filtering, information
retrieval, indexing and relevancy ranking. They can be
advantageous over the other representations because vector
spaces are mathematically well defined and there's large set
of tools for manipulating them.
Random Indexing is one of methods used for
calculating vector space models from set of documents,
based on distributional statistics of term cooccurrences. To 
produce useful results it may therefore require large
amounts of data and significant computational power.
We present an efficient implementation of Random
Indexing on GPU, allowing fast training even on large
datasets. It is only limited by amount of memory available
on GPU, some techniques to overcome this limitation are
suggested. Speedups in magnitude of tens are achieved for
training from random seed vectors, and even much higher
for retraining. Implementation scales well with both term
vector dimension and seed length.

Published
2011
Pages
134-142
Proceedings
Proceedings of the 19th High Performance Computing Symposium
Series
HPC '11
Conference
Spring Simulation Multi-Conference, Boston, MA, USA, US
ISBN
978-1-61782-840-9
Publisher
SCS Publication House
Place
Boston, US
BibTeX
@INPROCEEDINGS{FITPUB9711,
   author = "Luk\'{a}\v{s} Polok and Pavel Smr\v{z}",
   title = "Implementing Random Indexing on GPU",
   pages = "134--142",
   booktitle = "Proceedings of the 19th High Performance Computing Symposium",
   series = "HPC '11",
   year = 2011,
   location = "Boston, US",
   publisher = "SCS Publication House",
   ISBN = "978-1-61782-840-9",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/9711"
}
Files
Back to top