The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:The task_categories "conversational" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other
Polynomial Expansion and Factoring Dataset
This dataset contains problem and solution pairs for polynomial expansion and factoring. Each problem is a result of expanding and factoring the (x + n)^2 form expression, where n takes values from -1000 to 1000.
Dataset Structure
factorized_dataset.csv: CSV file containing the dataset.README.md: This file that provides an overview and usage instructions for the dataset.
Data Format
The CSV file of the dataset includes the following columns:
Instruction: A description of the problem. It indicates the expression that should be expanded or factored.Output: The answer expression.
Sample Data
| Instruction | Output |
|---|---|
| 式を展開せよ: (x - 1000)**2 | x*2 - 2000x + 1000000 |
...
Dataset Information
- Number of samples: 2002 (due to the range of n from -1000 to 1000)
- Dataset format: CSV file
数式の展開と因数分解データセット
このデータセットは、数式の展開と因数分解の問題と解答のペアを含んでいます。各問題は、sympyライブラリを使用して、(x + n)^2形式の数式を展開し、因数分解した結果です。
データセットの構造
factorized_dataset.csv: データセットが格納されたCSVファイルです。README.md: このファイルで、データセットの概要と使用方法を説明します。
データのフォーマット
データセットのCSVファイルには、以下のカラムが含まれています:
Instruction: 問題の説明文です。展開または因数分解を行うべき数式が記載されています。Output: 解答の数式が記載されています。
データのサンプル
| Instruction | Output |
|---|---|
| 式を展開せよ: (x - 1000)**2 | x*2 - 2000x + 1000000 |
...
データセットの情報
- データのサンプル数: 2002 (nの値を-1000から1000まで総当たりしたため)
- データセットのフォーマット: CSVファイル
- Downloads last month
- 14