paper-with-me

홈 › Papers

Minimally-Supervised Structure-Rich Text Categorization via Learning on Text-Rich Networks

2021-02-23 · Xinyang Zhang, Chenwei Zhang, Luna Xin Dong, Jingbo Shang, Jiawei Han

Text categorization is an essential task in Web content analysis. Considering the ever-evolving Web data and new emerging categories, instead of the laborious supervised setting, in this paper, we focus on the minimally-supervised setting that aims to categorize documents effectively, with a couple of seed documents annotated per category. We recognize that texts collected from the Web are often structure-rich, i.e., accompanied by various metadata. One can easily organize the corpus into a text-rich network, joining raw text documents with document attributes, high-quality phrases, label surface names as nodes, and their associations as edges. Such a network provides a holistic view of the corpus' heterogeneous data sources and enables a joint optimization for network-based analysis and deep textual model training. We therefore propose a novel framework for minimally supervised categorization by learning from the text-rich network. Specifically, we jointly train two modules with different inductive biases -- a text analysis module for text understanding and a network learning module for class-discriminative, scalable network learning. Each module generates pseudo training labels from the unlabeled document set, and both modules mutually enhance each other by co-training using pooled pseudo labels. We test our model on two real-world datasets. On the challenging e-commerce product categorization dataset with 683 categories, our experiments show that given only three seed documents per category, our framework can achieve an accuracy of about 92%, significantly outperforming all compared methods; our accuracy is only less than 2% away from the supervised BERT model trained on about 50K labeled documents.

📄 PDF Abstract BibTeX arXiv:2102.11479

Code (0)

등록된 구현이 없습니다.

Tasks

Product CategorizationText Categorization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Minimally Supervised Categorization of Text with Metadata

2020-05-01 · Yu Zhang, Yu Meng, Jiaxin Huang, Frank F. Xu 외

Document categorization, which aims to assign a topic label to each document, plays a fundamental role in a wide variety of applications. Despite the success of existing studies in conventional supervised document classi…

Document Classification

Hierarchically Supervised Latent Dirichlet Allocation

2011-12-01 · NeurIPS 2011 12 · Adler J. Perotte, Frank Wood, Noemie Elhadad, Nicholas Bartlett

We introduce hierarchically supervised latent Dirichlet allocation (HSLDA), a model for hierarchically and multiply labeled bag-of-word data. Examples of such data include web pages and their placement in directories, pr…

Product Categorization

Structured Minimally Supervised Learning for Neural Relation Extraction

2019-03-29 · NAACL 2019 6 · Fan Bai, Alan Ritter

We present an approach to minimally supervised relation extraction that combines the benefits of learned representations and structured learning, and accurately predicts sentence-level relation mentions given only propos…

RelationRelation ExtractionSentence

Refining Image Categorization by Exploiting Web Images and General Corpus

2017-03-16 · Yazhou Yao, Jian Zhang, Fumin Shen, Xian-Sheng Hua 외

Studies show that refining real-world categories into semantic subcategories contributes to better image modeling and classification. Previous image sub-categorization work relying on labeled images and WordNet's hierarc…

Image Categorization

Supervised and Unsupervised Categorization of an Imbalanced Italian Crime News Dataset

2022-03-22 · Lecture Notes in Business Information Processing 2022 3 · Federica Rollo, Giovanni Bonisoli, Laura Po

The automatic categorization of crime news is useful to create statistics on the type of crimes occurring in a certain area. This assignment can be treated as a text categorization problem. Several studies have shown tha…

ArticlesKeyphrase ExtractionLemmatizationText Categorization+1