CLERC
收藏魔搭社区2025-11-27 更新2025-10-04 收录
下载链接:
https://modelscope.cn/datasets/jhu-clsp/CLERC
下载链接
链接失效反馈官方服务:
资源简介:
README in progress
# Usage
The dataset is in folder according to the task and type (e.g. `generation` or `collection` for IR).
You can load a specific file (say the test set of the generation task) with this command:
```python
from datasets import load_dataset
dataset = load_dataset("jhu-clsp/CLERC", data_files={"data": f"generation/test.jsonl"})["data"]
```
Change the values in `data_files` to match the file you want to load.
# README 撰写中
## 使用说明
数据集将按照任务与类型存储于对应文件夹中,例如信息检索(IR)场景下的`generation`与`collection`任务。
用户可通过以下代码加载指定文件(例如生成任务的测试集):
python
from datasets import load_dataset
dataset = load_dataset("jhu-clsp/CLERC", data_files={"data": f"generation/test.jsonl"})["data"]
请修改`data_files`中的参数值,以匹配您所需加载的文件。
提供机构:
maas
创建时间:
2025-09-10



