rain1024 commited on
Commit
4f92cbf
·
verified ·
1 Parent(s): c32becb

Add README with dataset card

Browse files
Files changed (1) hide show
  1. README.md +108 -35
README.md CHANGED
@@ -1,37 +1,110 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: sent_id
5
- dtype: string
6
- - name: text
7
- dtype: string
8
- - name: tokens
9
- list: string
10
- - name: lemmas
11
- list: string
12
- - name: upos
13
- list: string
14
- - name: xpos
15
- list: string
16
- - name: feats
17
- list: string
18
- - name: head
19
- list: string
20
- - name: deprel
21
- list: string
22
- - name: deps
23
- list: string
24
- - name: misc
25
- list: string
26
- splits:
27
- - name: train
28
- num_bytes: 16653596
29
- num_examples: 10000
30
- download_size: 1667378
31
- dataset_size: 16653596
32
- configs:
33
- - config_name: default
34
- data_files:
35
- - split: train
36
- path: data/train-*
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - token-classification
5
+ task_ids:
6
+ - parsing
7
+ - part-of-speech
8
+ - lemmatization
9
+ language:
10
+ - vi
11
+ annotations_creators:
12
+ - machine-generated
13
+ language_creators:
14
+ - found
15
+ multilinguality:
16
+ - monolingual
17
+ source_datasets:
18
+ - undertheseanlp/UTS_VLC
19
+ size_categories:
20
+ - 10K<n<100K
21
+ tags:
22
+ - universal-dependencies
23
+ - vietnamese
24
+ - nlp
25
+ - dependency-parsing
26
+ - pos-tagging
 
 
 
 
 
 
 
 
 
 
27
  ---
28
+
29
+ # UDD-1: Universal Dependency Dataset for Vietnamese
30
+
31
+ ## Dataset Description
32
+
33
+ Vietnamese Universal Dependency dataset created by Underthesea NLP. This dataset follows the [Universal Dependencies](https://universaldependencies.org/) annotation guidelines.
34
+
35
+ ### Dataset Summary
36
+
37
+ - **Language:** Vietnamese (vi)
38
+ - **Version:** 1.0
39
+ - **Domain:** ⚖️ Legal (Laws)
40
+ - **Sentences:** 10,000
41
+ - **Tokens:** 230,709
42
+ - **Source:** Vietnamese Legal Corpus (UTS_VLC)
43
+ - **Annotation:** Machine-generated using Underthesea NLP toolkit
44
+
45
+ ### Statistics
46
+
47
+ | Metric | Value |
48
+ |--------|-------|
49
+ | Sentences | 10,000 |
50
+ | Tokens | 230,709 |
51
+ | Avg sentence length | 23.07 |
52
+ | Min sentence length | 3 |
53
+ | Max sentence length | 84 |
54
+
55
+ #### UPOS Distribution
56
+
57
+ | Tag | Count | Percent |
58
+ |-----|------:|--------:|
59
+ | NOUN | 76,882 | 33.32% |
60
+ | VERB | 59,621 | 25.84% |
61
+ | PUNCT | 26,066 | 11.30% |
62
+ | ADP | 19,713 | 8.54% |
63
+ | AUX | 9,812 | 4.25% |
64
+ | CCONJ | 9,810 | 4.25% |
65
+ | ADJ | 7,974 | 3.46% |
66
+ | NUM | 6,966 | 3.02% |
67
+ | ADV | 5,109 | 2.21% |
68
+ | PRON | 3,952 | 1.71% |
69
+ | DET | 2,931 | 1.27% |
70
+ | PROPN | 1,378 | 0.60% |
71
+ | PART | 307 | 0.13% |
72
+ | X | 188 | 0.08% |
73
+
74
+ #### Top Dependency Relations
75
+
76
+ | Relation | Count | Percent |
77
+ |----------|------:|--------:|
78
+ | dep | 194,646 | 84.37% |
79
+ | punct | 26,066 | 11.30% |
80
+ | root | 9,997 | 4.33% |
81
+
82
+ ## Usage
83
+
84
+ ```python
85
+ from datasets import load_dataset
86
+
87
+ dataset = load_dataset("undertheseanlp/UDD-1")
88
+ print(dataset["train"][0])
89
+ ```
90
+
91
+ ## Citation
92
+
93
+ ```bibtex
94
+ @misc{underthesea_udd1_2026,
95
+ title = {UDD-1: Universal Dependency Dataset for Vietnamese},
96
+ author = {Underthesea NLP},
97
+ year = {2026},
98
+ publisher = {Hugging Face},
99
+ url = {https://huggingface.co/datasets/undertheseanlp/UDD-1}
100
+ }
101
+ ```
102
+
103
+ ## License
104
+
105
+ This dataset is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
106
+
107
+ ## Contact
108
+
109
+ - GitHub: [undertheseanlp/underthesea](https://github.com/undertheseanlp/underthesea)
110
+ - Email: anhv.ict91@gmail.com