@inproceedings{chen-etal-2017-doctag2vec,
    title = "{D}oc{T}ag2{V}ec: An Embedding Based Multi-label Learning Approach for Document Tagging",
    author = "Chen, Sheng  and
      Soni, Akshay  and
      Pappu, Aasish  and
      Mehdad, Yashar",
    editor = "Blunsom, Phil  and
      Bordes, Antoine  and
      Cho, Kyunghyun  and
      Cohen, Shay  and
      Dyer, Chris  and
      Grefenstette, Edward  and
      Hermann, Karl Moritz  and
      Rimell, Laura  and
      Weston, Jason  and
      Yih, Scott",
    booktitle = "Proceedings of the 2nd Workshop on Representation Learning for {NLP}",
    month = aug,
    year = "2017",
    address = "Vancouver, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://preview.aclanthology.org/iwcs-25-ingestion/W17-2614/",
    doi = "10.18653/v1/W17-2614",
    pages = "111--120",
    abstract = "Tagging news articles or blog posts with relevant tags from a collection of predefined ones is coined as document tagging in this work. Accurate tagging of articles can benefit several downstream applications such as recommendation and search. In this work, we propose a novel yet simple approach called DocTag2Vec to accomplish this task. We substantially extend Word2Vec and Doc2Vec {--} two popular models for learning distributed representation of words and documents. In DocTag2Vec, we simultaneously learn the representation of words, documents, and tags in a joint vector space during training, and employ the simple k-nearest neighbor search to predict tags for unseen documents. In contrast to previous multi-label learning methods, DocTag2Vec directly deals with raw text instead of provided feature vector, and in addition, enjoys advantages like the learning of tag representation, and the ability of handling newly created tags. To demonstrate the effectiveness of our approach, we conduct experiments on several datasets and show promising results against state-of-the-art methods."
}Markdown (Informal)
[DocTag2Vec: An Embedding Based Multi-label Learning Approach for Document Tagging](https://preview.aclanthology.org/iwcs-25-ingestion/W17-2614/) (Chen et al., RepL4NLP 2017)
ACL