--- dataset_info: features: - name: system_prompt dtype: string - name: user_prompt dtype: string - name: assistant struct: - name: is_stock_related dtype: bool - name: negative_impact_stocks list: 'null' - name: negative_keywords list: 'null' - name: positive_impact_stocks list: string - name: positive_keywords list: string - name: reason_for_negative_impact dtype: string - name: reason_for_positive_impact dtype: string - name: summary dtype: string splits: - name: train num_bytes: 30299 num_examples: 5 download_size: 39267 dataset_size: 30299 configs: - config_name: default data_files: - split: train path: data/train-* ---