Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
liu1111121 commited on
Commit
ab71bf4
·
verified ·
1 Parent(s): fe6aade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -7,3 +7,50 @@ configs:
7
  - config_name: multiple_choice
8
  data_files: "multiple_choice.csv"
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - config_name: multiple_choice
8
  data_files: "multiple_choice.csv"
9
  ---
10
+
11
+ # TSAIA: Time Series Analysis Instructional Assessment
12
+
13
+ **TSAIA** is an instruction-based evaluation dataset specifically designed for time series analysis tasks.
14
+
15
+ ## 📚 Dataset Structure
16
+
17
+ The dataset comprises two subsets:
18
+
19
+ - **analysis_questions**: 904 samples
20
+ - **multiple_choice**: 150 samples
21
+
22
+ ### Fields in `analysis_questions`:
23
+
24
+ - `question_id`: Unique identifier for each question
25
+ - `question_type`: Type of question (e.g., `easy_stock-future price`)
26
+ - `prompt`: Natural language description of the task
27
+ - `data_str`: Embedded time series data (typically stock prices)
28
+ - `executor_variables`: Definitions of variables available for model execution
29
+ - `ground_truth_data`: Reference answer or target output
30
+ - `context`: Contextual information for the task
31
+ - `constraint`: Constraints on output format or variable naming
32
+
33
+ ### Fields in `multiple_choice`:
34
+
35
+ - `question_id`: Unique identifier for each question
36
+ - `question_type`: Type of question
37
+ - `prompt`: Natural language description of the task
38
+ - `data_str`: Embedded time series data
39
+ - `options`: A list of multiple-choice options
40
+ - `answer`: The correct option(s)
41
+ - `context`: Contextual information for the task
42
+ - `constraint`: Constraints on output format or variable naming
43
+
44
+ ## 🔧 Usage
45
+
46
+ For usage instructions and examples, please refer to the GitHub repository: [GitHub Repository](<待添加链接>)
47
+
48
+ ## 📄 License
49
+
50
+ This dataset is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. You are free to use and distribute it, provided appropriate credit is given.
51
+
52
+ ## 🤝 Citation and Contribution
53
+
54
+ If you utilize the TSAIA dataset in your research or projects, please cite it accordingly.
55
+
56
+ Contributions are welcome! Feel free to submit pull requests or open issues to suggest improvements or add new task samples.