Datasets:
Add link to code repository
Browse filesThis PR adds a link to the code repository mentioned in the paper.
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 |

|
| 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 |

|
| 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.
|