Skip to content
forked from kongming01/MDL

Detecting Product Adoption Intention via Multi-View Deep Learning

Notifications You must be signed in to change notification settings

liufengbrain/MDL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MDL

This repository contains the data for the paper "Detecting Product Adoption Intention via Multi-View Deep Learning." The code will be available later.

Data

In the above paper, the datasets "iphone", "foreo", and "movie" are used in the experiments. In each dataset folder, there are two types of files for each dataset.

The file "tweets_no_urls.txt" contains the preprocessed tweets where one tweet is at one row. The file "labels.txt" includes the labels for the tweets in the file "tweets_no_urls.txt". In the file "labels.txt", the first column is the index of a tweet, and the second column is the corresponding label. A positive instance with label 1 indicates that the author of a tweet had the intention of adopting the product, and a negative instance with label 0 indicates no such intention.

In addition, the pre-trained tweet embeddings of 200 dimensions (downloaded from https://nlp.stanford.edu/projects/glove/) are used in the embedding layer of our proposed model.

About

Detecting Product Adoption Intention via Multi-View Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published