worldboss commited on
Commit
de793cf
1 Parent(s): 68dcb55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -37,7 +37,14 @@ GhanaNews dataset is a collection of news articles from various Ghanaian News Po
37
 
38
  The Ghana news topic classification dataset is constructed by Theophilus Siameh (theodondre@gmail.com) from the dataset above.
39
 
40
-
 
 
 
 
 
 
 
41
 
42
  ### Load Dataset
43
  ```shell
 
37
 
38
  The Ghana news topic classification dataset is constructed by Theophilus Siameh (theodondre@gmail.com) from the dataset above.
39
 
40
+ ### Context QA: in context question answering from an article
41
+ ```shell
42
+ {"article": "...", "question": "...", "answer": "..."}
43
+ ```
44
+ ### Article and Summary
45
+ ```shell
46
+ {"article": "...", "summary": "..."}
47
+ ```
48
 
49
  ### Load Dataset
50
  ```shell