myentity commited on
Commit
895706c
·
verified ·
1 Parent(s): bcaad94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -75,18 +75,19 @@ print(id2label[result[0]])
75
 
76
  The source material was the recordings of psychotherapeutic sessions posted on YouTube in the public domain. After conducting speaker diarization and transcription of the recordings 15324 items (sentences) were obtained.
77
 
78
- ## Links
79
-
80
- - **Paper [optional]:** <https://arxiv.org/abs/2412.17449>
81
- -
82
-
83
-
84
  ## Recommendations
85
 
 
86
 
87
  ## Metrics
88
 
89
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
 
 
 
 
 
 
90
 
91
  [More Information Needed]
92
 
@@ -94,15 +95,14 @@ The source material was the recordings of psychotherapeutic sessions posted on Y
94
 
95
  ## Citation
96
 
97
- **Papers:** Applying LLM and Topic Modelling in Psychotherapeutic Contexts <https://arxiv.org/abs/2412.17449>
98
-
99
- **Developed by:** @myentity
100
- **License:** MIT
101
- **Finetuned from model:** google-bert/bert-base-uncased
102
 
103
 
104
  **BibTeX:**
105
 
 
106
  @misc{vanin2024applyingllmtopicmodelling,
107
  title={Applying LLM and Topic Modelling in Psychotherapeutic Contexts},
108
  author={Alexander Vanin and Vadim Bolshev and Anastasia Panfilova},
@@ -112,6 +112,7 @@ The source material was the recordings of psychotherapeutic sessions posted on Y
112
  primaryClass={cs.LG},
113
  url={https://arxiv.org/abs/2412.17449},
114
  }
 
115
 
116
  ## Model Card Authors [optional]
117
 
 
75
 
76
  The source material was the recordings of psychotherapeutic sessions posted on YouTube in the public domain. After conducting speaker diarization and transcription of the recordings 15324 items (sentences) were obtained.
77
 
 
 
 
 
 
 
78
  ## Recommendations
79
 
80
+ Given the broad context of issues discussed in psychotherapeutic sessions, the authors believe that this model can be used to analyze human communication in general.
81
 
82
  ## Metrics
83
 
84
+ Score metrics of trained model
85
+
86
+ |Sample|F1 macro|
87
+ |:-|:-:|
88
+ |Test|0.74|
89
+ |Validation|0.77|
90
+ |Train|0.97|
91
 
92
  [More Information Needed]
93
 
 
95
 
96
  ## Citation
97
 
98
+ - **Papers:** Vanin, A., Bolshev, V., & Panfilova, A. (2024). Applying LLM and Topic Modelling in Psychotherapeutic Contexts. ArXiv, abs/2412.17449. <https://arxiv.org/abs/2412.17449>
99
+ - **Developed by:** @myentity
100
+ - **License:** MIT
 
 
101
 
102
 
103
  **BibTeX:**
104
 
105
+ ```
106
  @misc{vanin2024applyingllmtopicmodelling,
107
  title={Applying LLM and Topic Modelling in Psychotherapeutic Contexts},
108
  author={Alexander Vanin and Vadim Bolshev and Anastasia Panfilova},
 
112
  primaryClass={cs.LG},
113
  url={https://arxiv.org/abs/2412.17449},
114
  }
115
+ ```
116
 
117
  ## Model Card Authors [optional]
118