This document describes a project to detect algorithm names in computer science research papers. It involves converting PDFs to text, performing named entity recognition to extract noun phrases, filtering entities to remove author/location names, and using word2vec models to classify extracted tokens as true algorithm names or noisy data by comparing similarities to lists of known true and false positives. The process includes converting PDFs to text, extracting noun phrases via named entity recognition, filtering entities, and classifying extracted tokens as actual algorithms or noise using word vector similarities compared to manually created lists.