beki commited on
Commit
53e710f
1 Parent(s): 6dd48ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -22
README.md CHANGED
@@ -10,32 +10,25 @@ license:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- - 10K<n<100K
14
- source_datasets:
15
- - extended|other-reuters-corpus
16
  task_categories:
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
20
  - part-of-speech
21
- paperswithcode_id: conll-2003
22
- pretty_name: CoNLL-2003
23
  train-eval-index:
24
- - config: conll2003
25
  task: token-classification
26
  task_id: entity_extraction
27
  splits:
28
  train_split: train
29
  eval_split: test
30
- col_mapping:
31
- tokens: tokens
32
- ner_tags: tags
33
  metrics:
34
  - type: seqeval
35
  name: seqeval
36
  ---
37
 
38
- # Dataset Card for "privy-small"
39
 
40
  ## Table of Contents
41
  - [Dataset Description](#dataset-description)
@@ -72,20 +65,11 @@ train-eval-index:
72
  - **Total amount of disk used:** 14.41 MB
73
 
74
  ### Dataset Summary
 
75
 
76
- The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on
77
- four types of named entities: persons, locations, organizations and names of miscellaneous entities that do
78
- not belong to the previous three groups.
79
 
80
- The CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on
81
- a separate line and there is an empty line after each sentence. The first item on each line is a word, the second
82
- a part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags
83
- and the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only
84
- if two phrases of the same type immediately follow each other, the first word of the second phrase will have tag
85
- B-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2
86
- tagging scheme, whereas the original dataset uses IOB1.
87
-
88
- For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
89
 
90
  ### Supported Tasks and Leaderboards
91
 
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100K<n<200K
 
 
14
  task_categories:
15
  - token-classification
16
  task_ids:
17
  - named-entity-recognition
18
  - part-of-speech
 
 
19
  train-eval-index:
20
+ - config: privy-small
21
  task: token-classification
22
  task_id: entity_extraction
23
  splits:
24
  train_split: train
25
  eval_split: test
 
 
 
26
  metrics:
27
  - type: seqeval
28
  name: seqeval
29
  ---
30
 
31
+ # Dataset Card for "debug-small-en"
32
 
33
  ## Table of Contents
34
  - [Dataset Description](#dataset-description)
 
65
  - **Total amount of disk used:** 14.41 MB
66
 
67
  ### Dataset Summary
68
+ A synthetic dataset generated using Privy, a tool which parses OpenAPI specifications and generates synthetic request payloads, searching for keywords in API schema definitions to select appropriate data providers. Generated API payloads are converted to various protocol trace formats like JSON and SQL to approximate the data developers might encounter while debugging applications.
69
 
70
+ This labelled PII dataset consists of protocol traces (JSON, SQL (PostgreSQL, MySQL), HTML, and XML) generated from OpenAPI specifications and includes 60+ PII types.
 
 
71
 
72
+ The uploading dataset using ___(IOB?)__ tagging scheme
 
 
 
 
 
 
 
 
73
 
74
  ### Supported Tasks and Leaderboards
75