Upload ARTIFACT-EVALUATION.md
Browse files- ARTIFACT-EVALUATION.md +21 -0
ARTIFACT-EVALUATION.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Artifact Appendix
|
| 2 |
+
|
| 3 |
+
Paper title: **An Analysis of Chinese Censorship Bias in LLMs**
|
| 4 |
+
|
| 5 |
+
Artifacts HotCRP Id: **#2**
|
| 6 |
+
|
| 7 |
+
Requested Badge: Either **Available**
|
| 8 |
+
|
| 9 |
+
## Description
|
| 10 |
+
This artifact includes CensorshipDetector, a text-classification model designed to classify a given text as more or less similar to known sanitized content (i.e., those pieces of content which remain after being subjected to state censorship including alterations, deletions, and self-imposed censorship). It also includes a large-scale dataset of Baidu Baike articles which were used to fine-tune CensorshipDetector and a dataset of Chinese-language news articles used to evaluate CensorshipDetector
|
| 11 |
+
|
| 12 |
+
### Security/Privacy Issues and Ethical Concerns (All badges)
|
| 13 |
+
None
|
| 14 |
+
|
| 15 |
+
## Environment
|
| 16 |
+
In the following, describe how to access our artifact and all related and necessary data and software components.
|
| 17 |
+
Afterward, describe how to set up everything and how to verify that everything is set up correctly.
|
| 18 |
+
|
| 19 |
+
### Accessibility (All badges)
|
| 20 |
+
|
| 21 |
+
CensorshipDetector and associated datasets are available on [HuggingFace](https://huggingface.co/collections/mohamedah/an-analysis-of-chinese-censorship-bias-in-llms-683f0916ef3fb0fc657372d9).
|