|
|
|
|
|
name: uzabsa |
|
description: UZABSA dataset for sentiment analysis in Uzbek |
|
homepage: https://drive.google.com/uc?export=download&id=12J5C6knWWPebLsjdZt0zCU4GKzDO5kGa |
|
license: "unknown" |
|
version: "1.0.0" |
|
citation: "unknown" |
|
|
|
post_processed: |
|
features: |
|
- name: sentence_id |
|
type: string |
|
description: The unique ID of the sentence. |
|
- name: text |
|
type: string |
|
description: The actual sentence or text. |
|
- name: aspect_terms |
|
type: sequence |
|
description: List of aspect terms present in the sentence. |
|
item: |
|
type: mapping |
|
properties: |
|
- name: term |
|
type: string |
|
description: The aspect term. |
|
- name: polarity |
|
type: string |
|
description: Polarity of the aspect term. |
|
- name: from |
|
type: int32 |
|
description: Start index of the aspect term in the sentence. |
|
- name: to |
|
type: int32 |
|
description: End index of the aspect term in the sentence. |
|
- name: aspect_categories |
|
type: sequence |
|
description: List of aspect categories present in the sentence. |
|
item: |
|
type: mapping |
|
properties: |
|
- name: category |
|
type: string |
|
description: The aspect category. |
|
- name: polarity |
|
type: string |
|
description: Polarity of the aspect category. |
|
|
|
splits: |
|
- name: train |
|
path: aspect-based-sentiment-analysis-uzbek.jsonl |
|
|