Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringclasses
10 values
input
stringclasses
10 values
output
stringclasses
10 values
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<system_output timestamp="0.007194">[?2004h</system_output> <system_output timestamp="0.008198">demo@stephost:~$ </system_output> <user_input timestamp="3.27642">s</user_input> <system_output timestamp="3.276863">s</system_output> <user_input timestamp="3.53099">s</user_input> <system_output timestamp="3.5314">s</syste...
21.987222
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="21.987222">c</user_input> <system_output timestamp="21.989407">c</system_output> <user_input timestamp="22.208425">d</user_input> <system_output timestamp="22.213483">d</system_output> <user_input timestamp="22.309141"> </user_input> <system_output timestamp="22.31413"> </system_output> <user_inp...
37.178971
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="37.178971">g</user_input> <system_output timestamp="37.180967">g</system_output> <user_input timestamp="37.313591">i</user_input> <system_output timestamp="37.327151">i</system_output> <user_input timestamp="37.547299">t</user_input> <system_output timestamp="37.55475">t</system_output> <user_inp...
41.941309
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="41.941309">l</user_input> <system_output timestamp="41.943342">l</system_output> <user_input timestamp="42.255634">s</user_input> <system_output timestamp="42.272612">s</system_output> <user_input timestamp="42.394743"> </user_input> <system_output timestamp="42.407038"> [?2004l </system_output> ...
44.147483
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="44.147483">g</user_input> <system_output timestamp="44.159741">g</system_output> <user_input timestamp="44.284513">i</user_input> <system_output timestamp="44.296522">i</system_output> <user_input timestamp="44.598422">t</user_input> <system_output timestamp="44.604263">t</system_output> <user_in...
50.572229
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="50.572229">s</user_input> <system_output timestamp="50.574257">s</system_output> <user_input timestamp="50.697758">u</user_input> <system_output timestamp="50.699817">u</system_output> <user_input timestamp="50.910068">d</user_input> <system_output timestamp="50.926825">d</system_output> <user_in...
62.45089
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="62.45089">q</user_input> <system_output timestamp="62.513208"> [K[?1l&gt;</system_output> <system_output timestamp="62.517843">[?2004h]0;demo@faiserver: /home/fai/configdemo@faiserver:/home/fai/config$ </system_output> <user_input timestamp="63.400662">g</user_input> <system_output timestamp="63....
63.400662
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="63.400662">g</user_input> <system_output timestamp="63.413182">g</system_output> <user_input timestamp="63.462678">i</user_input> <system_output timestamp="63.473122">i</system_output> <user_input timestamp="63.874624">t</user_input> <system_output timestamp="63.891086">t</system_output> <user_in...
75.807825
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="75.807825">g</user_input> <system_output timestamp="75.811978">g</system_output> <user_input timestamp="76.075135">u</user_input> <system_output timestamp="76.087862">u</system_output> <user_input timestamp="76.587425"></user_input> <system_output timestamp="76.59296">[K</system_output> <user_in...
119.895292
You are a strict data extraction algorithm. Your purpose is to output ONLY the numerical timestamp of the next command event in the XML log. ### DEFINITION OF A BOUNDARY: A boundary is the **first `<user_input>` tag following any system-provided state where the terminal is awaiting input.** An input state includes: 1....
<user_input timestamp="119.895292"/> <system_output timestamp="119.896711">[?2004l </system_output> <system_output timestamp="119.89708">logout </system_output> <system_output timestamp="119.90277">Connection to 172.16.0.17 closed. </system_output> <system_output timestamp="119.906135">[?2004hdemo@stephost:~$ </syste...
120.953681

Terminal Recording Group Boundary Dataset

This dataset consists of raw terminal recording logs in XML format, paired with ground-truth timestamps for shell prompt boundaries.

Model 0: Terminal Boundary Extractor

Terminal recordings are long, continuous streams of text data. To make this data useful for downstream tasks, we must first break this stream into logical "events" (e.g., a single command execution and its resulting output). Model 0 is specifically designed for this segmentation task. The model is trained to identify the precise timestamp boundary where one event ends and the next begins.

Generation Logic & Sliding Windows (Important)

The label the model must predict is the boundary timestamp—the exact moment the shell prompt returns, signaling the end of an event.

To generate robust training data, we use a sliding window approach encompassing exactly three consecutive boundary timestamps (T1, T2, and T3) for each input:

  • T1 (The Anchor): The known starting timestamp of the current event.
  • T2 (The Target): The actual event boundary the model must predict.
  • T3 (The Context Cutoff): The end of the input window.

Why include the third timestamp (T3)?

Each training input contains all <user_input> and <system_output> XML tags from T1 all the way to T3.

If the input window stopped at T2, the task would be trivial: the model would eventually realize it just needs to extract the very last timestamp present in the provided text. By extending the context to T3, we include a "distractor" event. This forces the model to semantically understand the terminal log and identify the internal boundary dividing the two separate events, rather than just pointing to the end of the file.

Example

Assume a recording has three sequential boundaries: 0.007194, 21.987222, and 37.178971.

  1. The Input Window: Contains all XML chunks from 0.007194 to 37.178971.
  2. The Content: This window actually covers two distinct events:
    • Event A: Context between 0.007194 and 21.987222.
    • Event B: Context between 21.987222 and 37.178971.
  3. The Target Output: 21.987222 (the dividing boundary between Event 1 and Event 2).
Downloads last month
17