aloobun commited on
Commit
0609575
·
1 Parent(s): 31ea351

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -4
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
- license: cc-by-4.0
3
- size_categories:
4
- - 10K<n<100K
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+ ---
6
+ A modified dataset consisting of 12,000 records of English dialogs between a user and an assistant discussing movie preferences in natural language. In the foundational dataset, it initially had 502 records. To enhance the dataset's scope, I expanded it to include a total of 12,000 records.
7
+
8
+ Dataset Information
9
+
10
+ - Name: ccpemv2.jsonl
11
+ - Version: Version 0.1
12
+ - Modifications Included: Transformed to ### User:... ### Assistant:... format
13
+ - Language: English
14
+ - License: Creative Commons Attribution 4.0
15
+
16
+ Original Dataset Citation
17
+ ```
18
+ @inproceedings{radlinski-etal-2019-ccpe,
19
+ title = {Coached Conversational Preference Elicitation: A Case Study in Understanding Movie Preferences},
20
+ author = {Filip Radlinski and Krisztian Balog and Bill Byrne and Karthik Krishnamoorthi},
21
+ booktitle = {Proceedings of the Annual Meeting of the Special Interest Group on Discourse and Dialogue ({SIGDIAL})},
22
+ year = 2019
23
+ }
24
+ ```