Update README.md
Browse files
README.md
CHANGED
@@ -13,11 +13,22 @@ language:
|
|
13 |
</p>
|
14 |
|
15 |
|
|
|
|
|
|
|
16 |
# IEPile: A Large-Scale Information Extraction Corpus
|
17 |
|
18 |
This is the official repository for [IEPile: Unearthing Large-Scale Schema-Based Information Extraction Corpus](https://arxiv.org/abs/2402.14710)
|
19 |
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
> Please note that our IEPile may undergo **updates** (we will inform you upon their release). It is recommended to utilize the most current version.
|
22 |
|
23 |
|
@@ -190,6 +201,27 @@ From the model perspective, due to computational resource limitations, our resea
|
|
190 |
## 6.Cite
|
191 |
If you use the IEPile or the code, please cite the paper:
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
|
194 |
|
195 |
|
|
|
13 |
</p>
|
14 |
|
15 |
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
# IEPile: A Large-Scale Information Extraction Corpus
|
20 |
|
21 |
This is the official repository for [IEPile: Unearthing Large-Scale Schema-Based Information Extraction Corpus](https://arxiv.org/abs/2402.14710)
|
22 |
|
23 |
|
24 |
+
[**Datasets**](https://huggingface.co/datasets/zjunlp/iepie) |
|
25 |
+
[**Paper**](https://huggingface.co/papers/2402.14710) |
|
26 |
+
[**Usage**](https://github.com/zjunlp/IEPile) |
|
27 |
+
[**Limitations**](./README.md#5limitations) |
|
28 |
+
[**Statement & License**](./README.md#4statement-and-license) |
|
29 |
+
[**Citation**](./README.md#6cite)
|
30 |
+
|
31 |
+
|
32 |
> Please note that our IEPile may undergo **updates** (we will inform you upon their release). It is recommended to utilize the most current version.
|
33 |
|
34 |
|
|
|
201 |
## 6.Cite
|
202 |
If you use the IEPile or the code, please cite the paper:
|
203 |
|
204 |
+
```
|
205 |
+
@article{DBLP:journals/corr/abs-2402-14710,
|
206 |
+
author = {Honghao Gui and
|
207 |
+
Hongbin Ye and
|
208 |
+
Lin Yuan and
|
209 |
+
Ningyu Zhang and
|
210 |
+
Mengshu Sun and
|
211 |
+
Lei Liang and
|
212 |
+
Huajun Chen},
|
213 |
+
title = {IEPile: Unearthing Large-Scale Schema-Based Information Extraction Corpus},
|
214 |
+
journal = {CoRR},
|
215 |
+
volume = {abs/2402.14710},
|
216 |
+
year = {2024},
|
217 |
+
url = {https://doi.org/10.48550/arXiv.2402.14710},
|
218 |
+
doi = {10.48550/ARXIV.2402.14710},
|
219 |
+
eprinttype = {arXiv},
|
220 |
+
eprint = {2402.14710},
|
221 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2402-14710.bib},
|
222 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
223 |
+
}
|
224 |
+
```
|
225 |
|
226 |
|
227 |
|