AdamCodd commited on
Commit
7cfd0d1
1 Parent(s): 99635a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ A heavily curated dataset from recipe-nlg (source="**Gathered**" only). A lot of scraping artifacts, typography errors, unicode, empty and very short recipes were removed.
6
+
7
+ Then it has been formated into Alpaca instruction set with Instructions, Input and Output. The total number of recipes went from ~2M (original dataset) to 700K.
8
+
9
+ ## Acknowledgment and citation
10
+ ```bibtex
11
+ @inproceedings{bien-etal-2020-recipenlg,
12
+ title = "{R}ecipe{NLG}: A Cooking Recipes Dataset for Semi-Structured Text Generation",
13
+ author = "Bie{\'n}, Micha{\l} and
14
+ Gilski, Micha{\l} and
15
+ Maciejewska, Martyna and
16
+ Taisner, Wojciech and
17
+ Wisniewski, Dawid and
18
+ Lawrynowicz, Agnieszka",
19
+ booktitle = "Proceedings of the 13th International Conference on Natural Language Generation",
20
+ month = dec,
21
+ year = "2020",
22
+ address = "Dublin, Ireland",
23
+ publisher = "Association for Computational Linguistics",
24
+ url = "https://www.aclweb.org/anthology/2020.inlg-1.4",
25
+ pages = "22--28",
26
+ }
27
+ ```