paper-with-me

Papers

Churn Identification in Microblogs using Convolutional Neural Networks with Structured Logical Knowledge

2017-09-01 · WS 2017 9 · Mourad Gridach, Hatem Haddad, Hala Mulki

For brands, gaining new customer is more expensive than keeping an existing one. Therefore, the ability to keep customers in a brand is becoming more challenging these days. Churn happens when a customer leaves a brand to another competitor. Most of the previous work considers the problem of churn prediction using the Call Detail Records (CDRs). In this paper, we use micro-posts to classify customers into churny or non-churny. We explore the power of convolutional neural networks (CNNs) since they achieved state-of-the-art in various computer vision and NLP applications. However, the robustness of end-to-end models has some limitations such as the availability of a large amount of labeled data and uninterpretability of these models. We investigate the use of CNNs augmented with structured logic rules to overcome or reduce this issue. We developed our system called Churn{\_}teacher by using an iterative distillation method that transfers the knowledge, extracted using just the combination of three logic rules, directly into the weight of the DNNs. Furthermore, we used weight normalization to speed up training our convolutional neural networks. Experimental results showed that with just these three rules, we were able to get state-of-the-art on publicly available Twitter dataset about three Telecom brands.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationSentiment AnalysisSpeech Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Weight Normalization Weight Normalization is a normalization method for training neural networks. It is inspired by batch normalization,…

Similar Papers 제목 키워드 기반

Mining Significant Microblogs for Misinformation Identification: An Attention-based Approach

2017-06-20 · Liu Qiang, Yu Feng, Wu Shu, Wang Liang

With the rapid growth of social media, massive misinformation is also spreading widely on social media, such as microblog, and bring negative effects to human life. Nowadays, automatic misinformation identification has d…

Misinformation

Usable Agent Discovery for Decentralized AI Systems

2026-04-25 · Patrizio Dazzi, Emanuele Carlini, Matteo Mordacchini, Saul Urso arxiv

Large-scale agentic systems run on distributed infrastructures where many software agents share physical hosts and are discovered via peer-to-peer mechanisms. Discovery must handle node-level churn from failures and host…

Churn analysis using deep convolutional neural networks and autoencoders

2016-04-18 · Artit Wangperawong, Cyrille Brun, Olav Laudy, Rujikorn Pavasuthipaisit

Customer temporal behavioral data was represented as images in order to perform churn prediction by leveraging deep learning architectures prominent in image classification. Supervised learning was performed on labeled d…

General Classificationimage-classificationImage Classification

Explainability, risk modeling, and segmentation based customer churn analytics for personalized retention in e-commerce

2025-10-13 · Indrajith Ekanayake, Sanjula De Alwis arxiv

In online retail, customer acquisition typically incurs higher costs than customer retention, motivating firms to invest in churn analytics. However, many contemporary churn models operate as opaque black boxes, limiting…

Churn Reduction via Distillation

2021-06-04 · ICLR 2022 4 · Heinrich Jiang, Harikrishna Narasimhan, Dara Bahri, Andrew Cotter 외

In real-world systems, models are frequently updated as more data becomes available, and in addition to achieving high accuracy, the goal is to also maintain a low difference in predictions compared to the base model (i.…