SaiedAlshahrani commited on
Commit
a1a2f92
1 Parent(s): a79f3f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -149,14 +149,15 @@ We release the heuristically filtered, manually processed, and automatically cla
149
 
150
  This dataset is introduced in a research paper titled "[***Leveraging Corpus Metadata to Detect Template-based Translation: An Exploratory Case Study of the Egyptian Arabic Wikipedia Edition***](https://arxiv.org/abs/2404.00565)", which is **accepted** at [LREC-COLING 2024](https://lrec-coling-2024.org/): [The 6th Workshop on Open-Source Arabic Corpora and Processing Tools (OSACT6)](https://osact-lrec.github.io/), and is currently released under an MIT license.
151
 
 
152
  ## Dataset Subsets:
153
  1. **Balanced**: A balanced subset of the dataset comprised 20K (10K for each class) and was split in the ratio of 80:20 for training and testing. This subset was filtered and processed using selected heuristic rules.
154
  2. **Unbalanced**: An unbalanced subset of the dataset comprised 166K and was split in the ratio of 80:20 for training and testing. This subset is the rest of the filtered and processed articles using selected heuristic rules.
155
  3. **Uncategorized**: Another unbalanced subset of the dataset comprised 569K and was split in the ratio of 80:20 for training and testing, but this was classified automatically using the `XGBoost` classifier trained using the balanced subset.
156
 
157
- 🚧 Under Construction
158
 
159
- ```bash
 
160
  @article{alshahrani2024leveraging,
161
  title={Leveraging Corpus Metadata to Detect Template-based Translation: An Exploratory Case Study of the Egyptian Arabic Wikipedia Edition},
162
  author={Saied Alshahrani and Hesham Haroon and Ali Elfilali and Mariama Njie and Jeanna Matthews},
@@ -167,4 +168,5 @@ This dataset is introduced in a research paper titled "[***Leveraging Corpus Met
167
  journal={arXiv preprint arXiv:2404.00565},
168
  url={https://arxiv.org/abs/2404.00565}
169
  }
170
- ```
 
 
149
 
150
  This dataset is introduced in a research paper titled "[***Leveraging Corpus Metadata to Detect Template-based Translation: An Exploratory Case Study of the Egyptian Arabic Wikipedia Edition***](https://arxiv.org/abs/2404.00565)", which is **accepted** at [LREC-COLING 2024](https://lrec-coling-2024.org/): [The 6th Workshop on Open-Source Arabic Corpora and Processing Tools (OSACT6)](https://osact-lrec.github.io/), and is currently released under an MIT license.
151
 
152
+
153
  ## Dataset Subsets:
154
  1. **Balanced**: A balanced subset of the dataset comprised 20K (10K for each class) and was split in the ratio of 80:20 for training and testing. This subset was filtered and processed using selected heuristic rules.
155
  2. **Unbalanced**: An unbalanced subset of the dataset comprised 166K and was split in the ratio of 80:20 for training and testing. This subset is the rest of the filtered and processed articles using selected heuristic rules.
156
  3. **Uncategorized**: Another unbalanced subset of the dataset comprised 569K and was split in the ratio of 80:20 for training and testing, but this was classified automatically using the `XGBoost` classifier trained using the balanced subset.
157
 
 
158
 
159
+ ## Please Cite:
160
+ ```
161
  @article{alshahrani2024leveraging,
162
  title={Leveraging Corpus Metadata to Detect Template-based Translation: An Exploratory Case Study of the Egyptian Arabic Wikipedia Edition},
163
  author={Saied Alshahrani and Hesham Haroon and Ali Elfilali and Mariama Njie and Jeanna Matthews},
 
168
  journal={arXiv preprint arXiv:2404.00565},
169
  url={https://arxiv.org/abs/2404.00565}
170
  }
171
+ ```
172
+