paper-with-me

Papers

DocTag2Vec: An Embedding Based Multi-label Learning Approach for Document Tagging

2017-07-14 · WS 2017 8 · Sheng Chen, Akshay Soni, Aasish Pappu, Yashar Mehdad

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.

📄 PDF Abstract BibTeX arXiv:1707.04596

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesMulti-Label LearningTAG

Similar Papers 제목 키워드 기반

Extreme Multi-label Text Classification with Multi-layer Experts

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Extreme multi-label text classification (XMTC) is the task of tagging each document with the relevant labels from a very large space of predefined categories, which presents an open challenge in the recent development of…

ClassificationMulti Label Text ClassificationMulti-Label Text Classificationtext-classification+1

Extreme Multi-label Text Classification with Pseudo Label Descriptions

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Extreme multi-label text classification (XMTC) is the task of tagging each document with the relevant labels in a large predefined label space, where the label frequency distribution is often highly skewed. That is, a l…

ClassificationMulti Label Text ClassificationMulti-Label Text ClassificationPseudo Label+2

A Unified Tagging Solution: Bidirectional LSTM Recurrent Neural Network with Word Embedding

2015-11-01 · Peilu Wang, Yao Qian, Frank K. Soong, Lei He 외

Bidirectional Long Short-Term Memory Recurrent Neural Network (BLSTM-RNN) has been shown to be very effective for modeling and predicting sequential data, e.g. speech utterances or handwritten documents. In this study, w…

ChunkingFeature Engineeringnamed-entity-recognitionNamed Entity Recognition+2

Exploiting Local and Global Features in Transformer-based Extreme Multi-label Text Classification

2022-04-02 · Ruohong Zhang, Yau-Shian Wang, Yiming Yang, Tom Vu 외

Extreme multi-label text classification (XMTC) is the task of tagging each document with the relevant labels from a very large space of predefined categories. Recently, large pre-trained Transformer models have made sign…

Multi Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Zero-Shot Learning Over Large Output Spaces : Utilizing Indirect Knowledge Extraction from Large Language Models

2024-06-13 · Jinbin Zhang, Nasib Ullah, Rohit Babbar

Extreme Multi-label Learning (XMC) is a task that allocates the most relevant labels for an instance from a predefined label set. Extreme Zero-shot XMC (EZ-XMC) is a special setting of XMC wherein no supervision is provi…

Language ModellingLarge Language ModelMulti-Label LearningZero-Shot Learning