Hyukkyu/beir-climate-fever
收藏Hugging Face2025-11-25 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/Hyukkyu/beir-climate-fever
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- information-retrieval
- text-retrieval
tags:
- beir
- climate-fever
- information-retrieval
- retrieval
- search
configs:
- config_name: corpus
data_files:
- split: train
path: corpus/train-*
- config_name: queries
data_files:
- split: train
path: queries/train-*
dataset_info:
- config_name: corpus
features:
- name: title
dtype: string
- name: text
dtype: string
- name: metadata
dtype: 'null'
- name: _id
dtype: string
splits:
- name: train
num_bytes: 3095162977
num_examples: 5416593
download_size: 1953843355
dataset_size: 3095162977
- config_name: queries
features:
- name: metadata
struct:
- name: claim_label
dtype: string
- name: evidence_label
dtype: 'null'
- name: evidences
list:
- name: article
dtype: string
- name: entropy
dtype: float64
- name: evidence
dtype: string
- name: evidence_id
dtype: string
- name: evidence_label
dtype: string
- name: votes
list: string
- name: text
dtype: string
- name: _id
dtype: string
splits:
- name: train
num_bytes: 2534508
num_examples: 1535
download_size: 789005
dataset_size: 2534508
---
# BEIR CLIMATE-FEVER Dataset (Migrated)
This is a migrated version of BeIR/climate-fever that is compatible with datasets library 4.0.0+.
## Dataset Description
This dataset contains the climate-fever dataset from the BEIR benchmark, converted from the old script-based format to Parquet format.
## Dataset Structure
### Queries
- **Split 'queries'**: 1,535 examples
- Features: ['_id', 'text', 'metadata']
- **Total examples**: 1,535
### Corpus
- **Split 'corpus'**: 5,416,593 examples
- Features: ['_id', 'title', 'text', 'metadata']
- **Total examples**: 5,416,593
## Usage
```python
from datasets import load_dataset
# Load queries (split: queries)
queries = load_dataset("Hyukkyu/beir-climate-fever", "queries", split="queries")
# Load corpus (split: corpus)
corpus = load_dataset("Hyukkyu/beir-climate-fever", "corpus", split="corpus")
```
## Available Splits
### Queries
- `queries`: 1,535 examples
### Corpus
- `corpus`: 5,416,593 examples
## Original Dataset
This dataset is migrated from: BeIR/climate-fever
## Citation
If you use this dataset, please cite the original BEIR paper:
```bibtex
@article{thakur2021beir,
title={BEIR: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models},
author={Thakur, Nandan and Reimers, Nils and Ruckle, Andreas and Srivastava, Abhishek and Gurevych, Iryna},
journal={arXiv preprint arXiv:2104.08663},
year={2021}
}
```
提供机构:
Hyukkyu



