feat: initial commit
Browse files- README.md +35 -0
- test.jsonl +0 -0
- train.jsonl +0 -0
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- it
|
4 |
+
language_details: it-IT
|
5 |
+
license: cc-by-nc-sa-4.0
|
6 |
+
task_categories:
|
7 |
+
- text-classification
|
8 |
+
task_ids:
|
9 |
+
- relation-extraction
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
configs:
|
13 |
+
- config_name: default
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: "train.jsonl"
|
17 |
+
- split: test
|
18 |
+
path: "test.jsonl"
|
19 |
+
---
|
20 |
+
|
21 |
+
https://e3c.fbk.eu/clinkart#h.t2wonespwj5j
|
22 |
+
|
23 |
+
## Publications
|
24 |
+
|
25 |
+
```
|
26 |
+
@inproceedings{evalita2023nermud,
|
27 |
+
title={{NERMuD} at {EVALITA} 2023: Overview of the Named-Entities Recognition on Multi-Domain Documents Task},
|
28 |
+
author={Palmero Aprosio, Alessio and Paccosi, Teresa},
|
29 |
+
booktitle={Proceedings of the Eighth Evaluation Campaign of Natural Language Processing and Speech Tools for Italian. Final Workshop (EVALITA 2023)},
|
30 |
+
publisher = {CEUR.org},
|
31 |
+
year = {2023},
|
32 |
+
month = {September},
|
33 |
+
address = {Parma, Italy}
|
34 |
+
}
|
35 |
+
```
|
test.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|