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.
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
Fields
Example
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.
