Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
tellarin commited on
Commit
2420e39
·
1 Parent(s): 6e55a29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - ar
5
+ - de
6
+ - en
7
+ - es
8
+ - fr
9
+ - hi
10
+ - it
11
+ - ja
12
+ - ko
13
+ - nl
14
+ - pt
15
+ - sv
16
+ - tr
17
+ - zh
18
+ task_categories:
19
+ - token-classification
20
  ---
21
+
22
+ # Dataset Card for NTX v1 in the Aya format
23
+
24
+ This dataset is a format conversion from its original v1 format into the Aya instruction format and it's released here under the CC-BY-SA 4.0 license and conditions.
25
+
26
+ It contains data in multiple languages and this version is intended for multi-lingual LLM construction/tuning.
27
+
28
+ ## Citation
29
+
30
+ If you utilize this dataset version, feel free to cite/footnote this huggingface dataset repo, but please also cite the original dataset publication.
31
+
32
+ **BibTeX:**
33
+
34
+ ```
35
+ @preprint{chen2023dataset,
36
+ title={Dataset and Baseline System for Multi-lingual Extraction and Normalization of Temporal and Numerical Expressions},
37
+ author={Sanxing Chen and Yongqiang Chen and Börje F. Karlsson},
38
+ year={2023},
39
+ eprint={2303.18103},
40
+ archivePrefix={arXiv},
41
+ primaryClass={cs.CL}
42
+ }
43
+ ```
44
+
45
+ ## Dataset Details
46
+
47
+ For the original NTX dataset for information extraction of numerical and temporal expressions and more details, please check the arXiv paper: https://arxiv.org/abs/2303.18103.
48
+
49
+ ## Format Conversion Details
50
+
51
+ The templates used to reformat the dataset are in the ./templates-ntx directory.