Fix dataset
Browse files
aspect-based-sentiment-analysis-uzbek.yaml
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
# aspect-based-sentiment-analysis-uzbek.yaml
|
2 |
-
|
3 |
-
name: uzabsa
|
4 |
-
description: UZABSA dataset for sentiment analysis in Uzbek
|
5 |
-
homepage: https://drive.google.com/uc?export=download&id=12J5C6knWWPebLsjdZt0zCU4GKzDO5kGa
|
6 |
-
license: "unknown" # Please specify an appropriate license if known
|
7 |
-
version: "1.0.0"
|
8 |
-
citation: "unknown" # If there's a paper or source, cite it here
|
9 |
-
|
10 |
-
post_processed:
|
11 |
-
features:
|
12 |
-
- name: sentence_id
|
13 |
-
type: string
|
14 |
-
description: The unique ID of the sentence.
|
15 |
-
- name: text
|
16 |
-
type: string
|
17 |
-
description: The actual sentence or text.
|
18 |
-
- name: aspect_terms
|
19 |
-
type: sequence
|
20 |
-
description: List of aspect terms present in the sentence.
|
21 |
-
item:
|
22 |
-
type: mapping
|
23 |
-
properties:
|
24 |
-
- name: term
|
25 |
-
type: string
|
26 |
-
description: The aspect term.
|
27 |
-
- name: polarity
|
28 |
-
type: string
|
29 |
-
description: Polarity of the aspect term.
|
30 |
-
- name: from
|
31 |
-
type: int32
|
32 |
-
description: Start index of the aspect term in the sentence.
|
33 |
-
- name: to
|
34 |
-
type: int32
|
35 |
-
description: End index of the aspect term in the sentence.
|
36 |
-
- name: aspect_categories
|
37 |
-
type: sequence
|
38 |
-
description: List of aspect categories present in the sentence.
|
39 |
-
item:
|
40 |
-
type: mapping
|
41 |
-
properties:
|
42 |
-
- name: category
|
43 |
-
type: string
|
44 |
-
description: The aspect category.
|
45 |
-
- name: polarity
|
46 |
-
type: string
|
47 |
-
description: Polarity of the aspect category.
|
48 |
-
|
49 |
-
splits:
|
50 |
-
- name: train
|
51 |
-
path: aspect-based-sentiment-analysis-uzbek.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|