Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
fact-checking
Languages:
English
Size:
1K - 10K
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
SciFact (Chat-Format Preparation)
This dataset is a chat-format preparation of SciFact for supervised fine-tuning (SFT).
Format
This format is commonly referred to as:
- chat-format SFT data
- instruction-tuning conversations
- OpenAI-style
messagesformat
Included files
train.jsonlvalidation.jsonlstats.jsonprepare_scifact_unsloth.py
Source
- Base dataset:
allenai/scifact
Original Dataset Highlights
- Original dataset:
allenai/scifact - Focus: scientific claim verification with rationales.
- Labels:
SUPPORT,CONTRADICT, andNOT ENOUGH INFOstyle supervision. - Reported scale on source card: ~1.4K claims with evidence-containing abstracts.
- Paper: Fact or Fiction: Verifying Scientific Claims
Preparation summary
- Claim verification labels:
SUPPORTSCONTRADICTSNOT ENOUGH INFORMATION
- Abstract sentences are indexed (
[0],[1], ...). - One row is emitted per claim-evidence set.
- NEI rows are created when no support/contradict evidence is present.
Assistant response format:
Label: ...Rationale sentence ids: [...]Explanation: ...
Schema
Each JSONL row contains:
messagesuser: instruction + claim + title + indexed abstractassistant: structured label/rationale/explanation
meta: claim/doc ids, label, rationale sentence ids, split, variant
Reproduction
python prepare_scifact_unsloth.py
- Downloads last month
- 25