Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,35 @@ tags:
|
|
9 |
|
10 |
[![paddlenlp-banner](https://user-images.githubusercontent.com/1371212/175816733-8ec25eb0-9af3-4380-9218-27c154518258.png)](https://github.com/PaddlePaddle/PaddleNLP)
|
11 |
|
12 |
-
# PaddlePaddle/utc-large
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
[![paddlenlp-banner](https://user-images.githubusercontent.com/1371212/175816733-8ec25eb0-9af3-4380-9218-27c154518258.png)](https://github.com/PaddlePaddle/PaddleNLP)
|
11 |
|
12 |
+
# PaddlePaddle/utc-large
|
13 |
+
|
14 |
+
Text classification technology is widely used in various industries such as dialogue intention recognition, bill archiving, and event detection.
|
15 |
+
However, there are many challenges in industrial-level text classification practices, including diverse tasks, limited data availability and label transfer difficulty.
|
16 |
+
To address these issues, UTC models text classification as a matching task between labels and text, based on the idea of Unified Semantic Matching (USM).
|
17 |
+
Thus, it can handle multiple classification tasks with a single model, reducing development and machine costs and achieving good zero/few-shot transfer performance.
|
18 |
+
Specifically, UTC won the 1st place on both [ZeroCLUE](https://www.cluebenchmarks.com/zeroclue.html) and [FewCLUE](https://www.cluebenchmarks.com/fewclue.html) benchmarks.
|
19 |
+
|
20 |
+
|
21 |
+
USM Paper: https://arxiv.org/abs/2301.03282
|
22 |
+
|
23 |
+
PaddleNLP released UTC model for various text classification tasks which use ERNIE models as the pre-trained language models and were finetuned on a large amount of text classification data.
|
24 |
+
|
25 |
+
|
26 |
+
![UTC-diagram]()
|
27 |
+
|
28 |
+
![UTC-benchmarks]()
|
29 |
+
|
30 |
+
## Available Models
|
31 |
+
|
32 |
+
| Model Name | Usage Scenarios | Supporting Tasks |
|
33 |
+
| :--------------: | :------------------------- | :---------------------------- |
|
34 |
+
| `utc-large` | A **text classification** model supports **Chinese** | Supports intention recognition, semantic matching, natural language inference, semantic analysis, etc. |
|
35 |
+
|
36 |
+
|
37 |
+
## Performance on Text Dataset
|
38 |
+
|
39 |
+
We conducted experiments on the in-house test sets of
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
**Detailed Info:** https://github.com/PaddlePaddle/PaddleNLP/tree/develop/applications/zero_shot_text_classification
|