THU-IAR commited on
Commit
ee705a2
·
verified ·
1 Parent(s): 2d06dcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ ## TEXT Open Intent Recognition (TEXTOIR)
8
+ TEXTOIR is the first high-quality Text Open Intent Recognition platform. This repo contains a convenient toolkit with extensible interfaces, integrating a series of state-of-the-art algorithms of two tasks (open intent detection and open intent discovery).
9
+
10
+ ## Introduction
11
+ TEXTOIR aims to provide a convenience toolkit for researchers to reproduce the related text open classification and clustering methods. It contains two tasks, which are defined as open intent detection and open intent discovery. Open intent detection aims to identify n-class known intents, and detect one-class open intent. Open intent discovery aims to leverage limited prior knowledge of known intents to find fine-grained known and open intent-wise clusters.
12
+
13
+ **Benchmark Datasets:**
14
+ BANKING、OOS/CLINC150、StackOverflow.
15
+
16
+
17
+ ## Integrated Models
18
+
19
+ **Open Intent Detection:**
20
+ OpenMax*\MSP\DOC\DeepUnk\SEG\ADB\ (K+1)-way\MDF\ARPL*\KNNCL\DA-ADB.
21
+
22
+ **New Intent Discovery:**
23
+
24
+ **a.Unsupervised:**
25
+ KM\AG\SAE-KM\DEC\DCN\CC\SCCL\USNID.
26
+
27
+ **b.Semi-supervised:**
28
+ KCL*\MCL*\DTC*\CDAC+*\DeepAligned\GCD\MTP-CLNN\USNID.
29
+ ( * denotes the CV model replaced with the BERT backbone)
30
+
31
+ ## MIT License
32
+ Copyright (c) 2022 THUIAR