metadata
license: cc-by-4.0
configs:
- config_name: analysis_questions
data_files: analysis_questions.csv
default: true
- config_name: multiple_choice
data_files: multiple_choice.csv
TSAIA: Time Series Analysis Instructional Assessment
TSAIA is an instruction-based evaluation dataset specifically designed for time series analysis and multiple choice tasks.
π Dataset Structure
The dataset comprises two subsets:
- analysis_questions: 904 samples
- multiple_choice: 150 samples
Fields in analysis_questions
:
question_id
: Unique identifier for each questionquestion_type
: Type of question (e.g.,easy_stock-future price
)prompt
: Natural language description of the taskdata_str
: Embedded time series data (typically stock prices)executor_variables
: Definitions of variables available for model executionground_truth_data
: Reference answer or target outputcontext
: Contextual information for the taskconstraint
: Constraints on output format or variable naming
Fields in multiple_choice
:
question_id
: Unique identifier for each questionquestion_type
: Type of questionprompt
: Natural language description of the taskoptions
: A list of multiple-choice optionsanswer
: The correct option(s)data_info
: Description of the dataanswer_info
: Description of the answerexecutor_variables
: Definitions of variables available for model execution
π§ Usage
For usage instructions and examples, please refer to the GitHub repository: GitHub Repository
π License
This dataset is licensed under the CC BY 4.0 license. You are free to use and distribute it, provided appropriate credit is given.
π€ Citation and Contribution
If you utilize the TSAIA dataset in your research or projects, please cite it accordingly.
Contributions are welcome! Feel free to submit pull requests or open issues to suggest improvements or add new task samples.