datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
scientific_papers-archive
Dataset Card for "scientific_papers"
Dataset Summary
Scientific papers datasets contains two sets of long and structured documents.
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
Both "arxiv" and "pubmed" have two features:
article: the body of the document, paragraphs separated by "/n".
abstract: the abstract of the document, paragraphs separated by "/n".
section_names: titles of sections, separated by "/n".
Supported Tasks and… See the full description on the dataset page: https://huggingface.co/datasets/scillm/scientific_papers-archive.scientific_papers_DANCERscientific-papers-dataset
Scientific Papers Dataset
Scientific papers, whitepapers and documentation.
Part of the Agnuxo Ecosystem by Francisco Angulo de Lafuente.
scientific-papers-sft-v1
Scientific Papers SFT Queue
Instruction-tuning style records derived from scientific paper passages for summarization and keyword extraction tasks.
Splits in this repo
pilot/sft_review_queue_10.jsonl: 10-item pilot split for quick validation
sft_review_queue_500.jsonl: 500-item review queue
Schema
Each JSONL row has:
task: summary or keywords
instruction: task instruction
input: source passage
draft_output: initial target output
review_status: review state… See the full description on the dataset page: https://huggingface.co/datasets/YanJo199/scientific-papers-sft-v1.scientific_papers_dataset
