paper-with-me

Papers

Sparse Named Entity Classification using Factorization Machines

2017-03-15 · Ai Hirata, Mamoru Komachi

Named entity classification is the task of classifying text-based elements into various categories, including places, names, dates, times, and monetary values. A bottleneck in named entity classification, however, is the data problem of sparseness, because new named entities continually emerge, making it rather difficult to maintain a dictionary for named entity classification. Thus, in this paper, we address the problem of named entity classification using matrix factorization to overcome the problem of feature sparsity. Experimental results show that our proposed model, with fewer features and a smaller size, achieves competitive accuracy to state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:1703.04879

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

fastFM: A Library for Factorization Machines

2015-05-04 · Immanuel Bayer

Factorization Machines (FM) are only used in a narrow range of applications and are not part of the standard toolbox of machine learning models. This is a pity, because even though FMs are recognized as being very succes…

BIG-bench Machine LearningGeneral ClassificationRecommendation Systemsregression

Field-aware factorization machines for CTR prediction

2016-09-07 · RecSys 2016 9 · Yuchin Juan, Yong Zhuang, Wei-Sheng Chin, Chih-Jen Lin

Click-through rate (CTR) prediction plays an important role in computational advertising. Models based on degree-2 polynomial mappings and factorization machines (FMs) are widely used for this task. Recently, a varian…

Click-Through Rate PredictionPredictionRecommendation Systems

Multi-View Factorization Machines

2015-06-03 · Bokai Cao, Hucheng Zhou, Guoqiang Li, Philip S. Yu

For a learning task, data can usually be collected from different sources or be represented from multiple views. For example, laboratory results from different medical examinations are available for disease diagnosis, an…

parameter estimation

Multi-output Polynomial Networks and Factorization Machines

2017-05-22 · NeurIPS 2017 12 · Mathieu Blondel, Vlad Niculae, Takuma Otsuka, Naonori Ueda

Factorization machines and polynomial networks are supervised polynomial models based on an efficient low-rank decomposition. We extend these models to the multi-output setting, i.e., for learning vector-valued functions…

General Classification

Variational Factorization Machines for Preference Elicitation in Large-Scale Recommender Systems

2022-12-20 · Jill-Jênn Vie, Tomas Rigaux, Hisashi Kashima

Factorization machines (FMs) are a powerful tool for regression and classification in the context of sparse observations, that has been successfully applied to collaborative filtering, especially when side information ov…

Active LearningCollaborative FilteringRecommendation Systems