CoolFace
Datasetpublic

moroqq/sft_alfworld_trajectory_dataset_v2

ALFWorld Trajectory Dataset v1 (v5_cleaned + additive) Overview This dataset is a simple concatenation of: Base: moroqq/sft_alfworld_trajectory_dataset_v5_cleaned https://huggingface.co/datasets/moroqq/sft_alfworld_trajectory_dataset_v5_cleaned Additive (local JSONL): additive_data/sft_alfworld_trajectory_additive_data_96cases.jsonl The additive JSONL is normalized to match the base dataset schema (messages, metadata). Statistics base rows:… See the full description on the dataset page: https://huggingface.co/datasets/moroqq/sft_alfworld_trajectory_dataset_v2.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes17downloads
Dataset Card

ALFWorld Trajectory Dataset v1 (v5_cleaned + additive)

Overview

This dataset is a simple concatenation of:

  • Base: moroqq/sft_alfworld_trajectory_dataset_v5_cleaned
  • https://huggingface.co/datasets/moroqq/sftalfworldtrajectorydatasetv5_cleaned
  • Additive (local JSONL): additive_data/sft_alfworld_trajectory_additive_data_96cases.jsonl

The additive JSONL is normalized to match the base dataset schema (messages, metadata).

Statistics

  • base rows: 2277
  • additive rows: 96
  • total rows: 2373

Usage

python
from datasets import load_dataset

ds = load_dataset("moroqq/sft_alfworld_trajectory_dataset_v2")
print(ds["train"][0].keys())

Created

  • 2026-02-23T01:06:54+00:00 (UTC)