SaiedAlshahrani's picture
Update README.md
17ee4b3 verified
|
raw
history blame
No virus
2.57 kB
metadata
configs:
  - config_name: balanced
    data_files:
      - split: train
        path: balanced/train-*
      - split: test
        path: balanced/test-*
  - config_name: unbalanced
    data_files:
      - split: train
        path: unbalanced/train-*
      - split: test
        path: unbalanced/test-*
dataset_info:
  - config_name: balanced
    features:
      - name: page_title
        dtype: string
      - name: creation_date
        dtype: string
      - name: creator_name
        dtype: string
      - name: total_edits
        dtype: int64
      - name: total_editors
        dtype: int64
      - name: top_editors
        dtype: string
      - name: bots_editors_percentage
        dtype: float64
      - name: humans_editors_percentage
        dtype: float64
      - name: total_bytes
        dtype: int64
      - name: total_chars
        dtype: int64
      - name: total_words
        dtype: int64
      - name: page_text
        dtype: string
      - name: label
        dtype: string
    splits:
      - name: train
        num_bytes: 32565713
        num_examples: 16000
      - name: test
        num_bytes: 8243228
        num_examples: 4000
    download_size: 18217654
    dataset_size: 40808941
  - config_name: unbalanced
    features:
      - name: page_title
        dtype: string
      - name: creation_date
        dtype: string
      - name: creator_name
        dtype: string
      - name: total_edits
        dtype: int64
      - name: total_editors
        dtype: int64
      - name: top_editors
        dtype: string
      - name: bots_editors_percentage
        dtype: float64
      - name: humans_editors_percentage
        dtype: float64
      - name: total_bytes
        dtype: int64
      - name: total_chars
        dtype: int64
      - name: total_words
        dtype: int64
      - name: page_text
        dtype: string
      - name: label
        dtype: string
    splits:
      - name: train
        num_bytes: 132509046
        num_examples: 133120
      - name: test
        num_bytes: 33292670
        num_examples: 33281
    download_size: 59449711
    dataset_size: 165801716
license: mit
task_categories:
  - text-classification
language:
  - ar
pretty_name: Detect-Egyptian-Wikipedia-Articles
size_categories:
  - 100K<n<1M
tags:
  - Egyptian-Wikipedia

Dataset Card for "Detect-Egyptian-Wikipedia-Articles"

🚧 Under Construction

@article{alshahrani2024leveraging,
      title={Leveraging Corpus Metadata to Detect Template-based Translation: An Exploratory Case Study of the Egyptian Arabic Wikipedia Edition}, 
      author={Saied Alshahrani and Hesham Haroon and Ali Elfilali and Mariama Njie and Jeanna Matthews},
      year={2024},
      eprint={2404.00565},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
      journal={arXiv preprint arXiv:2404.00565},
      url={https://arxiv.org/abs/2404.00565}
}