karthiktamil commited on
Commit
a760a8c
·
verified ·
1 Parent(s): 42bffda
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+ task_ids:
7
+ - text-scoring
8
+ pretty_name: PERSUADE 2.0 & ASAP 2.0 Essay Scoring Datasets
9
+ size_categories:
10
+ - 10K<n<100K
11
+ license: other
12
+ tags:
13
+ - essay-scoring
14
+ - automated-essay-scoring
15
+ - education
16
+ - nlp
17
+ ---
18
+ # PERSUADE 2.0 & ASAP 2.0 — Essay Scoring Datasets
19
+
20
+ Datasets for our NLP class project on Automated Essay Scoring (AES), combining two widely used student essay corpora.
21
+
22
+ ---
23
+
24
+ ## PERSUADE 2.0
25
+
26
+ A large-scale corpus of argumentative and persuasive student essays (grades 6–12), annotated with discourse elements and holistic essay scores (1–6).
27
+
28
+ **Files:**
29
+ - `persuade_corpus_2.0_train.csv`
30
+ - `persuade_corpus_2.0_test.csv`
31
+
32
+ **Key columns:**
33
+
34
+ | Column | Description |
35
+ |---|---|
36
+ | `essay_id` | Unique essay identifier |
37
+ | `full_text` | Raw essay text |
38
+ | `holistic_essay_score` | Overall score (1–6) |
39
+ | `prompt_name` | Writing prompt |
40
+ | `grade_level` | Student grade (6–12) |
41
+
42
+ ---
43
+
44
+ ## ASAP 2.0
45
+
46
+ An updated version of the Automated Student Assessment Prize benchmark. Essays span 8 distinct prompts (argumentative, narrative, source-dependent) and are scored by human raters on prompt-specific rubrics.
47
+
48
+ **Files:**
49
+ - `ASAP_2_Final_github_train.csv`
50
+ - `ASAP_2_Final_github_test.csv`
51
+ - `ASAP2_train_sourcetexts.csv` — source texts referenced by source-dependent prompts
52
+
53
+ **Key columns:**
54
+
55
+ | Column | Description |
56
+ |---|---|
57
+ | `essay_id` | Unique essay identifier |
58
+ | `essay_set` | Prompt ID (1–8) |
59
+ | `full_text` | Raw essay text |
60
+ | `domain1_score` | Primary human rater score |
61
+ | `final_score` | Resolved score used for evaluation |