Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Italian
Libraries:
Datasets
pandas
License:
UINAUIL / README.md
g8a9's picture
update readme
f3addd7
metadata
license: cc-by-nc-sa-4.0
language:
  - it
size_categories:
  - 1K<n<10K
pretty_name: UINAUIL
dataset_info:
  - config_name: haspeede2
    features:
      - name: id
        dtype: int32
      - name: full_text
        dtype: string
      - name: hs
        dtype: int16
      - name: stereotype
        dtype: int16
      - name: source
        dtype: string
    splits:
      - name: train
        num_examples: 6839
      - name: test
        num_examples: 1763
  - config_name: ironita
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: irony
        dtype: int8
      - name: sarcasm
        dtype: int8
      - name: topic
        dtype: string
    splits:
      - name: train
        num_examples: 3977
      - name: test
        num_examples: 872
  - config_name: sentipolc
    features:
      - name: twitterid
        dtype: string
      - name: text
        dtype: string
      - name: subj
        dtype: int8
      - name: opos
        dtype: int8
      - name: oneg
        dtype: int8
      - name: iro
        dtype: int8
      - name: lpos
        dtype: int8
      - name: lneg
        dtype: int8
      - name: top
        dtype: int8
    splits:
      - name: train
        num_examples: 7410
      - name: test
        num_examples: 2000
configs:
  - config_name: haspeede2
    data_files:
      - split: train
        path: haspeede2/taskAB_development.tsv
      - split: test
        path: haspeede2/taskAB_reference_test.tsv
  - config_name: ironita
    data_files:
      - split: train
        path: ironita/train.tsv
      - split: test
        path: ironita/test.tsv
  - config_name: sentipolc
    data_files:
      - split: train
        path: sentipolc/train.tsv
      - split: test
        path: sentipolc/test.tsv