AnonymousSub/recipe_RL_data_roberta-base
Dataset Description Structure Consists of 5 fields Each row corresponds to a policy - sequence of actions, given an initial <START> state, and corresponding rewards at each step. Fields steps, step_attn_masks, rewards, actions, dones Field descriptions steps (List of lists of Ints) - tokenized step tokens of all the steps in the policy sequence (here we use the roberta-base tokenizer, as roberta-base would be used to encode each… See the full description on the dataset page: https://huggingface.co/datasets/AnonymousSub/recipe_RL_data_roberta-base.
0134
Dataset Description
Structure
- Consists of 5 fields
- Each row corresponds to a policy - sequence of actions, given an initial
<START>state, and corresponding rewards at each step.
Fields
steps, step_attn_masks, rewards, actions, dones
Field descriptions
steps(List of lists ofInts) - tokenized step tokens of all the steps in the policy sequence (here we use theroberta-basetokenizer, asroberta-basewould be used to encode each step of a recipe)step_attn_masks(List of lists ofInts) - Attention masks corresponding tostepsrewards(List ofFloats) - Sequence of rewards (normalized b/w 0 and 1) assigned per step.actions(List of lists ofInts) - Sequence of actions (one-hot encoded, as the action space is discrete). There are33different actions possible (we consider the maximum number of steps per recipe =16, so the action can vary from-16to+16; The class label is got by adding 16 to the actual action value)dones(List ofBool) - Sequence of flags, conveying if the work is completed when that step is reached, or not.
Dataset Size
- Number of rows =
2255673 - Maximum number of steps per row =
16
