Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
dae3082
·
verified ·
1 Parent(s): 7e0720b

Add link to code repository

Browse files

This PR adds a link to the code repository mentioned in the paper.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  - config_name: Books
4
  features:
@@ -55,9 +58,6 @@ configs:
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
@@ -68,6 +68,8 @@ This dataset is used in the paper:
68
  >
69
  > Yilun Qiu, Xiaoyan Zhao, Yang Zhang, Yimeng Bai, Wenjie Wang, Hong Cheng, Fuli Feng, Tat-Seng Chua
70
 
 
 
71
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67242d62055ce33014cf24d5/j2lG852s2qTk8A3bg9zVg.png)
72
 
73
  This dataset is an adaptation of the Amazon Reviews'23 dataset. It contains item metadata for Books, CDs & Vinyl, and Movies & TV. Each item includes title, description, and asin.
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - text-generation
5
  dataset_info:
6
  - config_name: Books
7
  features:
 
58
  data_files:
59
  - split: full
60
  path: Movies_and_TV/full-*
 
 
 
61
  ---
62
 
63
  # Difference-aware Personalized Learning (DPL) Dataset
 
68
  >
69
  > Yilun Qiu, Xiaoyan Zhao, Yang Zhang, Yimeng Bai, Wenjie Wang, Hong Cheng, Fuli Feng, Tat-Seng Chua
70
 
71
+ Code: https://github.com/SnowCharmQ/DPL
72
+
73
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67242d62055ce33014cf24d5/j2lG852s2qTk8A3bg9zVg.png)
74
 
75
  This dataset is an adaptation of the Amazon Reviews'23 dataset. It contains item metadata for Books, CDs & Vinyl, and Movies & TV. Each item includes title, description, and asin.