PtBrVId-Raw / README.md
hugosousa's picture
Update README.md
8e3a5b5 verified
metadata
dataset_info:
  - config_name: journalistic
    features:
      - name: text
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 1282392244
        num_examples: 1842804
    download_size: 861116176
    dataset_size: 1282392244
  - config_name: legal
    features:
      - name: text
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 1229103600
        num_examples: 4302003
    download_size: 753146493
    dataset_size: 1229103600
  - config_name: literature
    features:
      - name: text
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 33189170
        num_examples: 81984
    download_size: 21284799
    dataset_size: 33189170
  - config_name: politics
    features:
      - name: text
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 64694191
        num_examples: 34605
    download_size: 37636579
    dataset_size: 64694191
  - config_name: social_media
    features:
      - name: text
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 325642081
        num_examples: 2678580
    download_size: 232709862
    dataset_size: 325642081
  - config_name: web
    features:
      - name: text
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: train
        num_bytes: 706205349
        num_examples: 133664
    download_size: 388980543
    dataset_size: 706205349
configs:
  - config_name: journalistic
    data_files:
      - split: train
        path: journalistic/train-*
  - config_name: legal
    data_files:
      - split: train
        path: legal/train-*
  - config_name: literature
    data_files:
      - split: train
        path: literature/train-*
  - config_name: politics
    data_files:
      - split: train
        path: politics/train-*
  - config_name: social_media
    data_files:
      - split: train
        path: social_media/train-*
  - config_name: web
    data_files:
      - split: train
        path: web/train-*

PtBrVId-Raw

PtBrVId-Raw is the unfiltered version of the PtBrVId dataset introduced in the paper Enhancing Portuguese Variety Identification with Cross-Domain Approaches.
It contains raw, unprocessed samples labeled as European Portuguese (EP) or Brazilian Portuguese (BP), covering multiple domains.

This dataset is intended for research on language variety identification and cross-domain classification.
If you use it, please cite:

@article{Sousa_Almeida_Silvano_Cantante_Campos_Jorge_2025,
  title={Enhancing Portuguese Variety Identification with Cross-Domain Approaches},
  journal={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={39},
  number={24},
  pages={25192--25200},
  year={2025},
  doi={10.1609/aaai.v39i24.34705},
  author={Sousa, Hugo and Almeida, Rúben and Silvano, Purificação and Cantante, Inês and Campos, Ricardo and Jorge, Alípio}
}