Daeyongkwon98 commited on
Commit
3aa6ae0
1 Parent(s): 12727df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -14,6 +14,8 @@ tags:
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
@@ -24,17 +26,6 @@ Here is the implementation code and data for the paper titled **"Predicting User
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)
 
14
  - intent-classification
15
  ---
16
 
17
+ - [Github Repository](https://github.com/DaeyongKwon98/Intent-Classification)
18
+
19
  # Predicting User Intents and Musical Attributes from Music Discovery Conversations
20
 
21
  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
 
26
  <b>Figure 1: Examples of user intents and musical attributes classifcation</b>
27
  </p>
28
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ## Open Source Material
31
  - [Models](https://huggingface.co/Daeyongkwon98/Music_Conversation_Intent_Classifier/tree/main/models)