lishuyang commited on
Commit
fb4f33a
·
1 Parent(s): edda7d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -9,4 +9,63 @@ source_datasets: original
9
  task_categories:
10
  - text-generation
11
  pretty_name: RecipePairs
 
 
 
 
 
 
 
 
 
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  task_categories:
10
  - text-generation
11
  pretty_name: RecipePairs
12
+ dataset_info:
13
+ - config_name: 1.0.0
14
+ splits:
15
+ - name: train
16
+ num_examples: 82707
17
+ - name: dev
18
+ num_examples: 1096
19
+ - name: test
20
+ num_examples: 1011
21
  ---
22
+
23
+ RecipePairs dataset from the 2022 EMNLP paper: "SHARE: a System for Hierarchical Assistive Recipe Editing"
24
+
25
+ If you would like to use this data or found it useful in your work/research, please cite the following papers:
26
+ ```
27
+ @inproceedings{DBLP:conf/emnlp/LiLNM22,
28
+ author = {Shuyang Li and
29
+ Yufei Li and
30
+ Jianmo Ni and
31
+ Julian J. McAuley},
32
+ editor = {Yoav Goldberg and
33
+ Zornitsa Kozareva and
34
+ Yue Zhang},
35
+ title = {{SHARE:} a System for Hierarchical Assistive Recipe Editing},
36
+ booktitle = {Proceedings of the 2022 Conference on Empirical Methods in Natural
37
+ Language Processing, {EMNLP} 2022, Abu Dhabi, United Arab Emirates,
38
+ December 7-11, 2022},
39
+ pages = {11077--11090},
40
+ publisher = {Association for Computational Linguistics},
41
+ year = {2022},
42
+ url = {https://aclanthology.org/2022.emnlp-main.761},
43
+ timestamp = {Tue, 07 Feb 2023 17:10:51 +0100},
44
+ biburl = {https://dblp.org/rec/conf/emnlp/LiLNM22.bib},
45
+ bibsource = {dblp computer science bibliography, https://dblp.org}
46
+ }
47
+
48
+ @inproceedings{DBLP:conf/emnlp/MajumderLNM19,
49
+ author = {Bodhisattwa Prasad Majumder and
50
+ Shuyang Li and
51
+ Jianmo Ni and
52
+ Julian J. McAuley},
53
+ editor = {Kentaro Inui and
54
+ Jing Jiang and
55
+ Vincent Ng and
56
+ Xiaojun Wan},
57
+ title = {Generating Personalized Recipes from Historical User Preferences},
58
+ booktitle = {Proceedings of the 2019 Conference on Empirical Methods in Natural
59
+ Language Processing and the 9th International Joint Conference on
60
+ Natural Language Processing, {EMNLP-IJCNLP} 2019, Hong Kong, China,
61
+ November 3-7, 2019},
62
+ pages = {5975--5981},
63
+ publisher = {Association for Computational Linguistics},
64
+ year = {2019},
65
+ url = {https://doi.org/10.18653/v1/D19-1613},
66
+ doi = {10.18653/v1/D19-1613},
67
+ timestamp = {Thu, 07 Apr 2022 09:14:07 +0200},
68
+ biburl = {https://dblp.org/rec/conf/emnlp/MajumderLNM19.bib},
69
+ bibsource = {dblp computer science bibliography, https://dblp.org}
70
+ }
71
+ ```