Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:

Improve dataset card with paper link, task category, and description

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -55,4 +55,21 @@ configs:
55
  data_files:
56
  - split: full
57
  path: Movies_and_TV/full-*
 
 
 
58
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  data_files:
56
  - split: full
57
  path: Movies_and_TV/full-*
58
+ license: cc-by-nc-4.0 # Assuming a CC-BY-NC-4.0 license based on common practice. Verify!
59
+ task_categories:
60
+ - text-generation
61
  ---
62
+
63
+ # Difference-aware Personalized Learning (DPL) Dataset
64
+
65
+ This dataset is derived from Amazon Reviews'23 and processed for use in the Difference-aware Personalized Learning (DPL) method, as described in the paper:
66
+
67
+ [Measuring What Makes You Unique: Difference-Aware User Modeling for Enhancing LLM Personalization](https://arxiv.org/abs/2503.02450)
68
+
69
+ The dataset comprises product reviews categorized into three config names: Books, CDs_and_Vinyl, and Movies_and_TV. Each review includes the `title`, `description`, and `asin`.
70
+
71
+
72
+ **Code:** The code for processing the original Amazon Reviews'23 dataset into this format can be found here: [Github Link](https://github.com/username/repository_name) (Replace with actual github link).
73
+
74
+
75
+ **Data Structure:** (Keep the existing data structure description here)