paper-with-me

Papers

Enhancing Text-Based Hierarchical Multilabel Classification for Mobile Applications via Contrastive Learning

2025-07-06 · Jiawei Guo, Yang Xiao, Weipeng Huang, Guangyuan Piao arxiv

A hierarchical labeling system for mobile applications (apps) benefits a wide range of downstream businesses that integrate the labeling with their proprietary user data, to improve user modeling. Such a label hierarchy can define more granular labels that capture detailed app features beyond the limitations of traditional broad app categories. In this paper, we address the problem of hierarchical multilabel classification for apps by using their textual information such as names and descriptions. We present: 1) HMCN (Hierarchical Multilabel Classification Network) for handling the classification from two perspectives: the first focuses on a multilabel classification without hierarchical constraints, while the second predicts labels sequentially at each hierarchical level considering such constraints; 2) HMCL (Hierarchical Multilabel Contrastive Learning), a scheme that is capable of learning more distinguishable app representations to enhance the performance of HMCN. Empirical results on our Tencent App Store dataset and two public datasets demonstrate that our approach performs well compared with state-of-the-art methods. The approach has been deployed at Tencent and the multilabel classification outputs for apps have helped a downstream task--credit risk management of user--improve its performance by 10.70% with regard to the Kolmogorov-Smirnov metric, for over one year.

📄 PDF Abstract BibTeX arXiv:2507.04413

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

All Mistakes Are Not Equal: Comprehensive Hierarchy Aware Multi-label Predictions (CHAMP)

2022-06-17 · Ashwin Vaswani, Gaurav Aggarwal, Praneeth Netrapalli, Narayan G Hegde

This paper considers the problem of Hierarchical Multi-Label Classification (HMC), where (i) several labels can be present for each example, and (ii) labels are related via a domain-specific hierarchy tree. Guided by the…

AllClassificationHierarchical Multi-label ClassificationMulti-Label Classification+1

Mandatory Leaf Node Prediction in Hierarchical Multilabel Classification

2012-12-01 · NeurIPS 2012 12 · Wei Bi, James T. Kwok

In hierarchical classification, the prediction paths may be required to always end at leaf nodes. This is called mandatory leaf node prediction (MLNP) and is particularly useful when the leaf nodes have much stronger sem…

ClassificationGeneral ClassificationPrediction

Mario at EXIST 2025: A Simple Gateway to Effective Multilingual Sexism Detection

2025-07-15 · Lin Tian, Johanne R. Trippas, Marian-Andrei Rizoiu arxiv

This paper presents our approach to EXIST 2025 Task 1, addressing text-based sexism detection in English and Spanish tweets through hierarchical Low-Rank Adaptation (LoRA) of Llama 3.1 8B. Our method introduces condition…

parameter-efficient fine-tuningCross-Lingual TransferBinary Classification

Multilabel Classification by Hierarchical Partitioning and Data-dependent Grouping

2020-06-24 · NeurIPS 2020 12 · Shashanka Ubaru, Sanjeeb Dash, Arya Mazumdar, Oktay Gunluk

In modern multilabel classification problems, each data instance belongs to a small number of classes from a large set of classes. In other words, these problems involve learning very sparse binary label vectors. Moreove…

ClassificationGeneral Classification

sigmoidF1: A Smooth F1 Score Surrogate Loss for Multilabel Classification

2021-08-24 · Gabriel Bénédict, Vincent Koops, Daan Odijk, Maarten de Rijke

Multiclass multilabel classification is the task of attributing multiple labels to examples via predictions. Current models formulate a reduction of the multilabel setting into either multiple binary classifications or m…

Classification