Datasets:

ArXiv:
License:
ghh001 commited on
Commit
25297fc
β€’
1 Parent(s): a30b2fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -44,6 +44,29 @@ This is the official repository for [IEPile: Unearthing Large-Scale Schema-Based
44
  - [7.Acknowledgements](#7acknowledgements)
45
 
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ## 1.Introduction
48
 
49
 
 
44
  - [7.Acknowledgements](#7acknowledgements)
45
 
46
 
47
+ IEPile
48
+ β”œβ”€β”€ train.json # Training Set
49
+ β”œβ”€β”€ dev.json # Validation Set
50
+ β”œβ”€β”€ IE-en # English Unified Format Data
51
+ β”‚ β”œβ”€β”€ NER
52
+ β”‚ β”‚ β”œβ”€β”€ CoNLL2003
53
+ β”‚ β”‚ β”‚ β”œβ”€β”€ train.json
54
+ β”‚ β”‚ β”‚ β”œβ”€β”€ dev.json
55
+ β”‚ β”‚ β”‚ β”œβ”€β”€ schema.json # schema information file
56
+ β”‚ β”‚ β”‚ └── test.json
57
+ β”‚ β”‚ β”œβ”€β”€ ...
58
+ β”‚ β”œβ”€β”€ RE
59
+ β”‚ β”œβ”€β”€ EE
60
+ β”‚ β”œβ”€β”€ EET
61
+ β”‚ β”œβ”€β”€ EEA
62
+ β”œβ”€β”€ IE-zh # Chinese Unified Format Data
63
+ β”‚ β”œβ”€β”€ NER
64
+ β”‚ β”œβ”€β”€ RE
65
+ β”‚ β”œβ”€β”€ EE
66
+ β”‚ β”œβ”€β”€ EET
67
+ β”‚ β”œβ”€β”€ EEA
68
+
69
+
70
  ## 1.Introduction
71
 
72