Datasets:
BAAI
/

Languages:
code
ArXiv:
Tags:
code
License:
bowen92 commited on
Commit
6e30246
1 Parent(s): 7120f7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -196,7 +196,21 @@ The dataset contains a train with 25443 samples and test splits with 1000 sample
196
  To create the TACO dataset, the authors manually curated problems from open-access sites where programmers share problems with each other, including Aizu
197
  AtCoder, CodeChef, Codeforces, CodeWars, GeeksforGeeks, HackerEarth, HackerRank, Katti and LeetCode. For more details please refer to the original paper.
198
 
199
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  ## Citation Information
201
 
202
  ```
 
196
  To create the TACO dataset, the authors manually curated problems from open-access sites where programmers share problems with each other, including Aizu
197
  AtCoder, CodeChef, Codeforces, CodeWars, GeeksforGeeks, HackerEarth, HackerRank, Katti and LeetCode. For more details please refer to the original paper.
198
 
199
+ ## License
200
+ The TACO dataset that is authored by BAAI, Shandong Normal University and Peking University is released under an [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). However, the data also includes content licensed under other permissive licenses such as MIT License, or web-crawled data which is used under the terms of the CC BY 4.0 licenseCC BY 4.0 license ([Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/legalcode)).
201
+
202
+ We gratefully acknowledge the contributions of the following:
203
+ * some AtCoder, Codeforces, CodeWars, Kattis, LeetCode material curated from APPS dataset (https://github.com/hendrycks/apps)
204
+ * some Aizu, AtCoder, CodeChef, Codeforces material curated from CodeContest dataset (https://github.com/google-deepmind/code_contests)
205
+ * Codeforces materials are sourced from http://codeforces.com.
206
+ * CodeChef materials are sourced from https://www.codechef.com.
207
+ * GeekforGeeks materials are sourced from https://www.geeksforgeeks.org
208
+ * HackerEarth materials are curated from:
209
+ [Description2Code Dataset](https://github.com/ethancaballero/description2code),
210
+ licensed under the
211
+ [MIT open source license](https://opensource.org/licenses/MIT), copyright
212
+ not specified.
213
+ * HackerRank materials are sourced from https://www.hackerrank.com. We don't know what the legal rights or data licenses of HackerRank. Please contact us if there is data license.
214
  ## Citation Information
215
 
216
  ```