Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Mirror Datasets without ACE
|
6 |
+
|
7 |
+
This is the dataset used for [🪞Mirror](https://github.com/Spico197/Mirror) pre-training and evaluations.
|
8 |
+
|
9 |
+
⚠️ This dataset does not contain any contents about the ACE series of datasets to prevent license breaking.
|
10 |
+
If you want to download the whole dataset, please check out [Spico/Mirror_ACE](https://huggingface.co/datasets/Spico/Mirror_ACE).
|
11 |
+
|
12 |
+
## Citation
|
13 |
+
|
14 |
+
```bibtex
|
15 |
+
@misc{zhu_mirror_2023,
|
16 |
+
shorttitle = {Mirror},
|
17 |
+
title = {Mirror: A Universal Framework for Various Information Extraction Tasks},
|
18 |
+
author = {Zhu, Tong and Ren, Junfei and Yu, Zijian and Wu, Mengsong and Zhang, Guoliang and Qu, Xiaoye and Chen, Wenliang and Wang, Zhefeng and Huai, Baoxing and Zhang, Min},
|
19 |
+
url = {http://arxiv.org/abs/2311.05419},
|
20 |
+
doi = {10.48550/arXiv.2311.05419},
|
21 |
+
urldate = {2023-11-10},
|
22 |
+
publisher = {arXiv},
|
23 |
+
month = nov,
|
24 |
+
year = {2023},
|
25 |
+
note = {arXiv:2311.05419 [cs]},
|
26 |
+
keywords = {Computer Science - Artificial Intelligence, Computer Science - Computation and Language},
|
27 |
+
}
|
28 |
+
```
|