sijunhe commited on
Commit
399a9a8
1 Parent(s): f264241

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ language:
8
 
9
  # PaddlePaddle/uie-senta-base
10
 
11
- Sentiment analysis is a research hotspot in recent years, aiming at analyzing, processing, summarizing and reasoning emotionally subjective texts. Sentiment analysis has a wide range of application scenarios and can be applied to consumer decision-making, public opinion analysis, personalized recommendation and so on.
12
 
13
  According to the analysis granularity, it can be roughly divided into three categories: document-level sentiment analysis, sentence-level sentiment analysis and aspect-level sentiment analysis. Among them, aspect-level sentiment analysis includes multiple subtasks, such as aspect term extraction, opinion term extraction, aspect-opinion-sentiment triplet extraction, etc.
14
 
@@ -34,7 +34,7 @@ UIE-Senta is a type of Chinese sentiment analysis model, which uses UIE as backb
34
 
35
  ## Performance on Text Dataset
36
 
37
- We conducted experiments to compare the performance different Models based on a self-built test set, which containing samples from multiple fields, such as hotel, restaurant,clothes and so. The comparison results are as follows.
38
 
39
  | Model Name | Precision | Recall | F1 |
40
  | :----------------: | :--------: | :--------: | :--------: |
 
8
 
9
  # PaddlePaddle/uie-senta-base
10
 
11
+ Sentiment analysis is a research hotspot in recent years, aiming at analyzing, processing, summarizing and reasoning emotionally subjective texts. Sentiment analysis has a wide range of application scenarios and can be applied to consumer decision making, public opinion mining, personalized recommendation and so on.
12
 
13
  According to the analysis granularity, it can be roughly divided into three categories: document-level sentiment analysis, sentence-level sentiment analysis and aspect-level sentiment analysis. Among them, aspect-level sentiment analysis includes multiple subtasks, such as aspect term extraction, opinion term extraction, aspect-opinion-sentiment triplet extraction, etc.
14
 
 
34
 
35
  ## Performance on Text Dataset
36
 
37
+ We conducted experiments to compare the performance different Models based on a in-house test set, which containing samples from multiple fields, such as hotel, restaurant,clothes and so. The comparison results are as follows.
38
 
39
  | Model Name | Precision | Recall | F1 |
40
  | :----------------: | :--------: | :--------: | :--------: |