We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd965ba commit ee04640Copy full SHA for ee04640
README.md
@@ -1,10 +1,11 @@
1
# AONewsela
2
3
-Age-ordered Newsela
4
5
A Python API for loading the Newsela corpus,
6
which consists of news articles written for children at various grade levels.
7
-It is loaded in "age-order"; for example, articles written for lower grades are loaded first.
+It is loaded in "age-order" (AO).
+That is, articles are loaded in order of increasing grade-level.
8
+Its primary purpose in NLP, is to study how increasing langauge complexity influences language learning in artificial learning systems.
9
10
This repository does not contain any language data, which is proprietary.
11
The data is loaded from a password-protected drive, and only users with access can load the data.
0 commit comments