Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
task_categories:
|
6 |
+
- token-classification
|
7 |
---
|
8 |
+
|
9 |
+
# Dataset Card for NTX v1 in the Aya format - Japanese subset
|
10 |
+
|
11 |
+
This dataset is a format conversion for the Japanese data from the original NTX into the Aya instruction format and it's released here under the CC-BY-SA 4.0 license.
|
12 |
+
|
13 |
+
## Dataset Details
|
14 |
+
|
15 |
+
For the original NTX dataset, the conversion to the Aya instructions format, or more details, please refer to the full dataset in instruction form (https://huggingface.co/datasets/tellarin-ai/ntx_llm_instructions) or to the paper below.
|
16 |
+
|
17 |
+
**NOTE: ** Unfortunately, due to a conversion issue with numerical expressions, this version here only includes the temporal expressions part of NTX.
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
If you utilize this dataset version, feel free to cite/footnote the complete version at https://huggingface.co/datasets/tellarin-ai/ntx_llm_instructions, but please also cite the *original dataset publication*.
|
22 |
+
|
23 |
+
**BibTeX:**
|
24 |
+
|
25 |
+
```
|
26 |
+
@preprint{chen2023dataset,
|
27 |
+
title={Dataset and Baseline System for Multi-lingual Extraction and Normalization of Temporal and Numerical Expressions},
|
28 |
+
author={Sanxing Chen and Yongqiang Chen and Börje F. Karlsson},
|
29 |
+
year={2023},
|
30 |
+
eprint={2303.18103},
|
31 |
+
archivePrefix={arXiv},
|
32 |
+
primaryClass={cs.CL}
|
33 |
+
}
|
34 |
+
```
|