lodeawb commited on
Commit
b85236e
1 Parent(s): 8a58084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -2
README.md CHANGED
@@ -1,9 +1,57 @@
1
  ---
2
  language:
3
- - en
4
  license: mit
5
  tags:
6
  - natural-language-understanding
7
  size_categories:
8
  - n<1K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
+ - en
4
  license: mit
5
  tags:
6
  - natural-language-understanding
7
  size_categories:
8
  - n<1K
9
+ task_categories:
10
+ - summarization
11
+ ---
12
+ # Dataset Card for wbfns 2018
13
+
14
+ 42 publicly-available document texts downloaded from the World Bank Documents and Report API.
15
+
16
+ ## Dataset Details
17
+
18
+ ### Dataset Description
19
+
20
+ 42 World Bank document texts, related to Nutrition and food security, published in 2018. All documents are publicly available from the World Bank Project API, here: https://documents.worldbank.org/en/publication/documents-reports/api
21
+
22
+ - **License:** mit
23
+
24
+
25
+ ## Uses
26
+
27
+ Intended to be used in very short text summarisation task.
28
+
29
+ ### Out-of-Scope Use
30
+
31
+ Not intended to be used for any other purposes.
32
+
33
+ ## Dataset Structure
34
+
35
+ "id" = World Bank document ID number.
36
+ "admreg" = Administrative region.
37
+ "count" = The country or countries covered by the document.
38
+ "docty" = The type of document, such as 'Project Paper' or 'Working Paper'.
39
+ "theme" = Comma-separated list of themes which the document pertains to.
40
+ "docdt" = Date on which the document was published.
41
+ "majdocty" = Document type according to main usage e.g. 'Project Documents'.
42
+ "pdfurl" = Public URL from which the PDF version of the document can be accessed.
43
+ "txturl" = Public URL from which the TXT version of the document can be accessed.
44
+ "url_friendly_title" = Public parent URL at which the document is hosted.
45
+ "projectid" = World Bank Project ID.
46
+ "url" = Alternate parent URL at the document is hosted.
47
+ "doc-text" = Contents of the 'txturl', above.
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Curation Rationale
52
+
53
+ Serves as material for short sample exercise in text summarisation.
54
+
55
+ ## Dataset Card Contact
56
+
57
+ lodea@worldbank.org