recmeapp commited on
Commit
6485673
·
1 Parent(s): c2ceef8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +119 -0
README.md CHANGED
@@ -1,3 +1,122 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ ---
5
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
6
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
7
+ {}
8
+ ---
9
+
10
+ # Dataset Card for Dataset Name
11
+
12
+ ## Dataset Description
13
+
14
+ - **Homepage:**
15
+ - https://github.com/AARSynth/Dataset
16
+ - **Repository:**
17
+ - https://github.com/AARSynth/Dataset
18
+ - **Paper:**
19
+ - App-Aware Response Synthesis for User Reviews.
20
+ Umar Farooq, A.B. Siddique, Fuad Jamour, Zahijia Zhao and Vagelis Hristidis, “App-Aware Response Synthesis for User Reviews,” 2020 IEEE International Conference on Big Data (Big Data), 2020, pp. 699-708, DOI: https://doi.org/10.1109/BigData50022.2020.9377983.
21
+ - **Point of Contact:**
22
+ - Umar Farooq ([email protected])
23
+ - Abubakar Siddique ([email protected])
24
+
25
+ ### Dataset Summary
26
+
27
+ AARSynth is a large-scale app recommendation dataset. There are 570K review-response pairs and more than 2 million user
28
+ reviews for 103 popular applications.
29
+
30
+
31
+ ### Supported Tasks and Leaderboards
32
+
33
+ Question Answer
34
+ Response Generation
35
+
36
+ ### Languages
37
+ English
38
+
39
+ ## How to use the dataset?
40
+ ```
41
+ from datasets import load_dataset
42
+ import pandas as pd
43
+
44
+ ```
45
+
46
+ [More Information Needed]
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ [More Information Needed]
53
+
54
+ ### Data Fields
55
+
56
+ [More Information Needed]
57
+
58
+ ### Data Splits
59
+
60
+ [More Information Needed]
61
+
62
+ ## Dataset Creation
63
+
64
+ ### Curation Rationale
65
+
66
+ [More Information Needed]
67
+
68
+ ### Source Data
69
+
70
+ #### Initial Data Collection and Normalization
71
+
72
+ [More Information Needed]
73
+
74
+ #### Who are the source language producers?
75
+
76
+ [More Information Needed]
77
+
78
+ ### Annotations
79
+
80
+ #### Annotation process
81
+
82
+ [More Information Needed]
83
+
84
+ #### Who are the annotators?
85
+
86
+ [More Information Needed]
87
+
88
+ ### Personal and Sensitive Information
89
+
90
+ [More Information Needed]
91
+
92
+ ## Considerations for Using the Data
93
+
94
+ ### Social Impact of Dataset
95
+
96
+ [More Information Needed]
97
+
98
+ ### Discussion of Biases
99
+
100
+ [More Information Needed]
101
+
102
+ ### Other Known Limitations
103
+
104
+ [More Information Needed]
105
+
106
+ ## Additional Information
107
+
108
+ ### Dataset Curators
109
+
110
+ [More Information Needed]
111
+
112
+ ### Licensing Information
113
+
114
+ [More Information Needed]
115
+
116
+ ### Citation Information
117
+
118
+ [More Information Needed]
119
+
120
+ ### Contributions
121
+
122
+ [More Information Needed]