ShuzeChen/Agentic_Movielens
收藏Hugging Face2026-03-21 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/ShuzeChen/Agentic_Movielens
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files: data/batch_*/*.parquet
- config_name: mixed
data_files:
- split: train
path: data_mixed/train-*
- config_name: movies
data_files: metadata/movies/*.parquet
dataset_info:
config_name: mixed
features:
- name: user_id
dtype: int64
- name: movie_id
dtype: int64
- name: rating
dtype: float64
- name: reasoning
dtype: string
splits:
- name: train
num_bytes: 3384641825
num_examples: 30000000
download_size: 1492359945
dataset_size: 3384641825
---
# Dataset Card for Agentic_Movielens
## Dataset Description
This dataset contains movie ratings and related information.
## Usage
Load the dataset using the HuggingFace datasets library:
```python
from datasets import load_dataset
dataset = load_dataset("ShuzeChen/Agentic_Movielens")
```
## Dataset Structure
The dataset is provided in the `train` split and includes all collected data.
## Additional Information
For questions or issues, please refer to the repository documentation.
提供机构:
ShuzeChen



