Daeyongkwon98 commited on
Commit
12727df
·
verified ·
1 Parent(s): 9d0c14c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -12,4 +12,31 @@ tags:
12
  - music
13
  - code
14
  - intent-classification
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - music
13
  - code
14
  - intent-classification
15
+ ---
16
+
17
+ # Predicting User Intents and Musical Attributes from Music Discovery Conversations
18
+
19
+ Here is the implementation code and data for the paper titled **"Predicting User Intents and Musical Attributes from Music Discovery Conversations"** by Daeyong Kwon, SeungHeon Doh, Juhan Nam, 2024
20
+
21
+ <p align="center">
22
+ <img src="https://github.com/user-attachments/assets/a8bfb1dc-856b-4f85-82dd-510cddcc2aeb" alt="Image Load Failed" width="500"/>
23
+ <br>
24
+ <b>Figure 1: Examples of user intents and musical attributes classifcation</b>
25
+ </p>
26
+
27
+ ## Setting
28
+
29
+ The packages and version information required for the implementation are stored in the **requirements.txt** file.
30
+
31
+ ## Implementation
32
+
33
+ Sparse representation, Word Embedding (Word2Vec), DistilBERT_Probing, DistilBERT_Finetune, and Llama are each implemented in separate .py files. The **functions.py** file should be placed in the same directory to import functions.
34
+
35
+ Each .py file can be executed by running ```python filename.py```, and the resulting .csv files will be saved in the **"./results"** directory.
36
+
37
+ For the concatenated setting, you can use ```concat_history``` function in **functions.py**.
38
+
39
+ ## Open Source Material
40
+ - [Models](https://huggingface.co/Daeyongkwon98/Music_Conversation_Intent_Classifier/tree/main/models)
41
+ - [Dataset](https://huggingface.co/datasets/seungheondoh/cpcd-intent)
42
+ - Demo