File size: 1,395 Bytes
1d16525
 
 
744397b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74e213e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
language:
- zh
task_categories:
- token-classification
dataset_info:
  config_name: privacy_detection
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-position
          '2': I-position
          '3': B-name
          '4': I-name
          '5': B-movie
          '6': I-movie
          '7': B-organization
          '8': I-organization
          '9': B-company
          '10': I-company
          '11': B-book
          '12': I-book
          '13': B-address
          '14': I-address
          '15': B-scene
          '16': I-scene
          '17': B-mobile
          '18': I-mobile
          '19': B-email
          '20': I-email
          '21': B-game
          '22': I-game
          '23': B-government
          '24': I-government
          '25': B-QQ
          '26': I-QQ
          '27': B-vx
          '28': I-vx
  splits:
  - name: train
    num_bytes: 4899635
    num_examples: 2515
  download_size: 3290405
  dataset_size: 4899635
---

# Dataset Card for privacy_dectection

<!-- Provide a quick summary of the dataset. -->

This dataset is used for the [Privacy Information Detection in Unstructured Business Text Information](https://www.datafountain.cn/competitions/472) competition, and was obtained through preprocessing the original dataset.