rli-public-set
收藏魔搭社区2025-12-05 更新2025-11-08 收录
下载链接:
https://modelscope.cn/datasets/cais/rli-public-set
下载链接
链接失效反馈官方服务:
资源简介:
# rli-public-set
The RLI public set
## Dataset Structure
This dataset contains project folders organized by project ID (public_001 through public_010).
Each project folder contains:
- `human_deliverable/` - Reference deliverables created by human experts
- `project/` - Project specifications and inputs
- `brief.md` - Project description and requirements
- `inputs/` - Input files provided for the project
## Usage
```python
from huggingface_hub import snapshot_download
# Download entire dataset
dataset_path = snapshot_download(
repo_id="{repo_id}",
repo_type="dataset"
)
# Access specific project
import os
project_001_path = os.path.join(dataset_path, "public_001")
```
## Citation
If you use this dataset in your research, please include this citation.
```
@misc{mazeika2025remote,
title = {Remote Labor Index: Measuring AI Automation of Remote Work},
author = {Mantas Mazeika and Alice Gatti and Cristina Menghini and Udari Madhushani Sehwag and Shivam Singhal and Yury Orlovskiy and Steven Basart and Manasi Sharma and Denis Peskoff and Elaine Lau and Jaehyuk Lim and Lachlan Carroll and Alice Blair and Vinaya Sivakumar and Sumana Basu and Brad Kenstler and Yuntao Ma and Julian Michael and Xiaoke Li and Oliver Ingebretsen and Aditya Mehta and Jean Mottola and John Teichmann and Kevin Yu and Zaina Shaik and Adam Khoja and Richard Ren and Jason Hausenloy and Long Phan and Ye Htet and Ankit Aich and Tahseen Rabbani and Vivswan Shah and Andriy Novykov and Felix Binder and Kirill Chugunov and Luis Ramirez and Matias Geralnik and Hernán Mesura and Dean Lee and Ed-Yeremai Hernandez Cardona and Annette Diamond and Summer Yue and Alexandr Wang and Bing Liu and Ernesto Hernandez and Dan Hendrycks},
year = {2025},
eprint = {2510.26787},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2510.26787}
}
```
## License
Apache 2.0
# RLI公开数据集(rli-public-set)
## 数据集结构
本数据集包含按项目ID(public_001至public_010)命名的项目文件夹。
每个项目文件夹包含以下内容:
- `human_deliverable/`:人类专家创作的参考交付成果
- `project/`:项目规范与输入文件
- `brief.md`:项目描述与需求文档
- `inputs/`:为该项目提供的输入文件集
## 使用方法
python
from huggingface_hub import snapshot_download
# 下载完整数据集
dataset_path = snapshot_download(
repo_id="{repo_id}",
repo_type="dataset"
)
# 访问指定项目
import os
project_001_path = os.path.join(dataset_path, "public_001")
## 引用规范
若您在研究工作中使用本数据集,请引用以下文献条目:
@misc{mazeika2025remote,
title = {Remote Labor Index: Measuring AI Automation of Remote Work},
author = {Mantas Mazeika and Alice Gatti and Cristina Menghini and Udari Madhushani Sehwag and Shivam Singhal and Yury Orlovskiy and Steven Basart and Manasi Sharma and Denis Peskoff and Elaine Lau and Jaehyuk Lim and Lachlan Carroll and Alice Blair and Vinaya Sivakumar and Sumana Basu and Brad Kenstler and Yuntao Ma and Julian Michael and Xiaoke Li and Oliver Ingebretsen and Aditya Mehta and Jean Mottola and John Teichmann and Kevin Yu and Zaina Shaik and Adam Khoja and Richard Ren and Jason Hausenloy and Long Phan and Ye Htet and Ankit Aich and Tahseen Rabbani and Vivswan Shah and Andriy Novykov and Felix Binder and Kirill Chugunov and Luis Ramirez and Matias Geralnik and Hernán Mesura and Dean Lee and Ed-Yeremai Hernandez Cardona and Annette Diamond and Summer Yue and Alexandr Wang and Bing Liu and Ernesto Hernandez and Dan Hendrycks},
year = {2025},
eprint = {2510.26787},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2510.26787}
}
## 许可协议
Apache 2.0
提供机构:
maas
创建时间:
2025-11-03



