rjac commited on
Commit
1fc5503
1 Parent(s): 07496ff

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ Annotator:
3
+ - Abhinav Walia (Owner)
4
+ language:
5
+ - en
6
+ tags:
7
+ - translation
8
+ license:
9
+ - Database Open Database
10
+ - Contents Database Contents
11
+ ---
12
+
13
+ **Date**: 2022-07-10<br/>
14
+ **Files**: ner_dataset.csv<br/>
15
+ **Source**: [Kaggle entity annotated corpus](https://www.kaggle.com/datasets/abhinavwalia95/entity-annotated-corpus)<br/>
16
+ **notes**: The dataset only contains the tokens and ner tag labels. Labels are uppercase.
17
+
18
+ # About Dataset
19
+ [**from Kaggle Datasets**](https://www.kaggle.com/datasets/abhinavwalia95/entity-annotated-corpus)
20
+ ## Context:
21
+ Annotated Corpus for Named Entity Recognition using GMB(Groningen Meaning Bank) corpus for entity classification with enhanced and popular features by Natural Language Processing applied to the data set.
22
+
23
+ Tip: Use Pandas Dataframe to load dataset if using Python for convenience.
24
+
25
+ ## Content:
26
+ This is the extract from GMB corpus which is tagged, annotated and built specifically to train the classifier to predict named entities such as name, location, etc.
27
+
28
+ Number of tagged entities:
29
+
30
+ 'O': 1146068', geo-nam': 58388, 'org-nam': 48034, 'per-nam': 23790, 'gpe-nam': 20680, 'tim-dat': 12786, 'tim-dow': 11404, 'per-tit': 9800, 'per-fam': 8152, 'tim-yoc': 5290, 'tim-moy': 4262, 'per-giv': 2413, 'tim-clo': 891, 'art-nam': 866, 'eve-nam': 602, 'nat-nam': 300, 'tim-nam': 146, 'eve-ord': 107, 'per-ini': 60, 'org-leg': 60, 'per-ord': 38, 'tim-dom': 10, 'per-mid': 1, 'art-add': 1
31
+
32
+ ## Essential info about entities:
33
+
34
+ * geo = Geographical Entity
35
+ * org = Organization
36
+ * per = Person
37
+ * gpe = Geopolitical Entity
38
+ * tim = Time indicator
39
+ * art = Artifact
40
+ * eve = Event
41
+ * nat = Natural Phenomenon
42
+ * Total Words Count = 1354149
43
+ * Target Data Column: "tag" (ner_tag in this repo)
44
+
45
+ Inspiration: This dataset is getting more interested because of more features added to the recent version of this dataset. Also, it helps to create a broad view of Feature Engineering with respect to this dataset.
46
+
47
+
48
+