Vu Anh Claude commited on
Commit
f2230ce
·
1 Parent(s): 264dfe0

Update model-index to focus on Vietnamese banking aspect sentiment analysis

Browse files

- Remove VNTC dataset references from model-index metadata
- Update task name to "Vietnamese Banking Aspect Sentiment Analysis"
- Add metrics for both SVC (72.47% accuracy) and Logistic Regression (68.18% accuracy)
- Add banking-specific tags: aspect-sentiment-analysis, banking, financial-nlp
- Remove VNTC from datasets list to reflect current implementation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +10 -21
README.md CHANGED
@@ -12,8 +12,10 @@ tags:
12
  - logistic-regression
13
  - svc
14
  - support-vector-classification
 
 
 
15
  datasets:
16
- - vntc
17
  - undertheseanlp/UTS2017_Bank
18
  metrics:
19
  - accuracy
@@ -25,26 +27,7 @@ model-index:
25
  results:
26
  - task:
27
  type: text-classification
28
- name: Vietnamese News Classification
29
- dataset:
30
- name: VNTC
31
- type: vntc
32
- metrics:
33
- - type: accuracy
34
- value: 0.9280
35
- name: Test Accuracy (SVC)
36
- - type: precision
37
- value: 0.92
38
- name: Weighted Precision
39
- - type: recall
40
- value: 0.92
41
- name: Weighted Recall
42
- - type: f1-score
43
- value: 0.92
44
- name: Weighted F1-Score
45
- - task:
46
- type: text-classification
47
- name: Vietnamese Banking Text Classification
48
  dataset:
49
  name: UTS2017_Bank
50
  type: undertheseanlp/UTS2017_Bank
@@ -52,6 +35,9 @@ model-index:
52
  - type: accuracy
53
  value: 0.7247
54
  name: Test Accuracy (SVC)
 
 
 
55
  - type: precision
56
  value: 0.65
57
  name: Weighted Precision (SVC)
@@ -61,6 +47,9 @@ model-index:
61
  - type: f1-score
62
  value: 0.66
63
  name: Weighted F1-Score (SVC)
 
 
 
64
  language:
65
  - vi
66
  pipeline_tag: text-classification
 
12
  - logistic-regression
13
  - svc
14
  - support-vector-classification
15
+ - aspect-sentiment-analysis
16
+ - banking
17
+ - financial-nlp
18
  datasets:
 
19
  - undertheseanlp/UTS2017_Bank
20
  metrics:
21
  - accuracy
 
27
  results:
28
  - task:
29
  type: text-classification
30
+ name: Vietnamese Banking Aspect Sentiment Analysis
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  dataset:
32
  name: UTS2017_Bank
33
  type: undertheseanlp/UTS2017_Bank
 
35
  - type: accuracy
36
  value: 0.7247
37
  name: Test Accuracy (SVC)
38
+ - type: accuracy
39
+ value: 0.6818
40
+ name: Test Accuracy (Logistic Regression)
41
  - type: precision
42
  value: 0.65
43
  name: Weighted Precision (SVC)
 
47
  - type: f1-score
48
  value: 0.66
49
  name: Weighted F1-Score (SVC)
50
+ - type: f1-score
51
+ value: 0.66
52
+ name: Weighted F1-Score (Logistic Regression)
53
  language:
54
  - vi
55
  pipeline_tag: text-classification