chujiezheng
commited on
Commit
•
f1ba361
1
Parent(s):
83dcab7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
---
|
6 |
+
|
7 |
+
The COLD dataset. [GitHub repo](https://github.com/thu-coai/COLDataset). [Original paper](https://arxiv.org/abs/2201.06025).
|
8 |
+
|
9 |
+
```bib
|
10 |
+
@inproceedings{deng-etal-2022-cold,
|
11 |
+
title = "{COLD}: A Benchmark for {C}hinese Offensive Language Detection",
|
12 |
+
author = "Deng, Jiawen and
|
13 |
+
Zhou, Jingyan and
|
14 |
+
Sun, Hao and
|
15 |
+
Zheng, Chujie and
|
16 |
+
Mi, Fei and
|
17 |
+
Meng, Helen and
|
18 |
+
Huang, Minlie",
|
19 |
+
booktitle = "EMNLP",
|
20 |
+
year = "2022"
|
21 |
+
}
|
22 |
+
```
|