CoolFace
Datasetpublic

Dl26/UltraGrain

UltraBeacon UltraBeacon is a high-quality English question-answering dataset prepared by Dl26 for text-generation and chat-style model training. The dataset is converted from TriviaQA into a consistent assistant format with prompt, response, and messages fields. It is intended for supervised fine-tuning of general assistant models that need strong question answering behavior. Dataset Details Property Value Dataset name UltraBeacon Developer Dl26… See the full description on the dataset page: https://huggingface.co/datasets/Dl26/UltraGrain.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
1likes31downloads
Dataset Card

UltraBeacon

UltraBeacon is a high-quality English question-answering dataset prepared by Dl26 for text-generation and chat-style model training.

The dataset is converted from TriviaQA into a consistent assistant format with prompt, response, and messages fields. It is intended for supervised fine-tuning of general assistant models that need strong question answering behavior.

Dataset Details

PropertyValue
Dataset nameUltraBeacon
DeveloperDl26
Source datasetmandarjoshi/trivia_qa
Rows138,384
LanguageEnglish
TaskQuestion answering / text generation
FormatSingle-turn chat with user and assistant messages
Synthetic dataNo model-generated synthetic answers are added

Fields

FieldDescription
idStable row identifier for this converted dataset
source_datasetUpstream dataset identifier
source_idUpstream row or question identifier when available
taskQA task family
promptUser-facing instruction/question text
responseGround-truth answer text
messagesChat-format list with user and assistant turns
quality_sourceShort provenance note

Example

python
from datasets import load_dataset

dataset = load_dataset("Dl26/UltraBeacon", split="train")
print(dataset[0]["messages"])

Intended Use

UltraBeacon is intended for:

  • —supervised fine-tuning of text-generation models
  • —question-answering behavior training
  • —single-turn assistant training
  • —retrieval and answer-grounding experiments
  • —general English QA evaluation and data mixing

Source and Licensing

This dataset is a format conversion of mandarjoshi/trivia_qa. The conversion keeps source provenance fields so users can inspect origin and terms. Upstream dataset licenses and terms still apply.