Datasets:
operation
stringlengths 21
23
| result
int64 0
9
|
---|---|
the 3rd digit from 7817 | 8 |
the 3rd digit from 2358 | 3 |
the 4th digit from 3405 | 3 |
the 4th digit from 3368 | 3 |
the 2nd digit from 6933 | 3 |
the 3rd digit from 7936 | 9 |
the 3rd digit from 1684 | 6 |
the 4th digit from 2240 | 2 |
the 1st digit from 8620 | 0 |
the 3rd digit from 5565 | 5 |
the 4th digit from 7033 | 7 |
the 1st digit from 443 | 3 |
the 3rd digit from 2955 | 9 |
the 3rd digit from 7993 | 9 |
the 4th digit from 9656 | 9 |
the 4th digit from 3672 | 3 |
the 4th digit from 8597 | 8 |
the 4th digit from 3458 | 3 |
the 4th digit from 5111 | 5 |
the 2nd digit from 1426 | 2 |
the 2nd digit from 5276 | 7 |
the 1st digit from 9669 | 9 |
the 3rd digit from 9393 | 3 |
the 3rd digit from 9353 | 3 |
the 4th digit from 9232 | 9 |
the 4th digit from 7858 | 7 |
the 4th digit from 8072 | 8 |
the 1st digit from 582 | 2 |
the 3rd digit from 2446 | 4 |
the 3rd digit from 8213 | 2 |
the 1st digit from 3206 | 6 |
the 2nd digit from 3403 | 0 |
the 1st digit from 1578 | 8 |
the 1st digit from 2738 | 8 |
the 2nd digit from 8282 | 8 |
the 2nd digit from 6300 | 0 |
the 3rd digit from 3299 | 2 |
the 2nd digit from 1501 | 0 |
the 1st digit from 5722 | 2 |
the 4th digit from 6868 | 6 |
the 3rd digit from 4306 | 3 |
the 3rd digit from 9065 | 0 |
the 2nd digit from 2244 | 4 |
the 3rd digit from 4599 | 5 |
the 1st digit from 7940 | 0 |
the 2nd digit from 9344 | 4 |
the 4th digit from 1678 | 1 |
the 4th digit from 3286 | 3 |
the 1st digit from 415 | 5 |
the 3rd digit from 4774 | 7 |
the 3rd digit from 6226 | 2 |
the 3rd digit from 6238 | 2 |
the 3rd digit from 9036 | 0 |
the 4th digit from 5546 | 5 |
the 1st digit from 7341 | 1 |
the 2nd digit from 8371 | 7 |
the 2nd digit from 650 | 5 |
the 2nd digit from 4842 | 4 |
the 2nd digit from 8301 | 0 |
the 1st digit from 8338 | 8 |
the 1st digit from 4841 | 1 |
the 1st digit from 7198 | 8 |
the 2nd digit from 8000 | 0 |
the 3rd digit from 3630 | 6 |
the 1st digit from 1798 | 8 |
the 3rd digit from 3332 | 3 |
the 2nd digit from 4865 | 6 |
the 4th digit from 4116 | 4 |
the 3rd digit from 1007 | 0 |
the 2nd digit from 9592 | 9 |
the 1st digit from 3236 | 6 |
the 2nd digit from 9572 | 7 |
the 3rd digit from 2009 | 0 |
the 3rd digit from 7696 | 6 |
the 3rd digit from 8375 | 3 |
the 1st digit from 8639 | 9 |
the 1st digit from 5587 | 7 |
the 2nd digit from 7732 | 3 |
the 3rd digit from 6487 | 4 |
the 3rd digit from 2851 | 8 |
the 2nd digit from 7313 | 1 |
the 2nd digit from 4995 | 9 |
the 3rd digit from 1504 | 5 |
the 1st digit from 6694 | 4 |
the 2nd digit from 8008 | 0 |
the 2nd digit from 1027 | 2 |
the 1st digit from 9439 | 9 |
the 2nd digit from 1584 | 8 |
the 3rd digit from 6947 | 9 |
the 3rd digit from 8913 | 9 |
the 2nd digit from 3744 | 4 |
the 4th digit from 9711 | 9 |
the 4th digit from 5862 | 5 |
the 1st digit from 4498 | 8 |
the 2nd digit from 1656 | 5 |
the 1st digit from 4293 | 3 |
the 2nd digit from 737 | 3 |
the 1st digit from 29 | 9 |
the 1st digit from 8819 | 9 |
the 3rd digit from 8931 | 9 |
Dataset Card for Dataset Name
Dataset Details
Dataset Description
This dataset is designed to extract and record individual digits from numbers. For each number, it contains descriptions of the digit being extracted, such as the 1st digit, 2nd digit, etc., and the corresponding extracted digit. This dataset can be used for tasks such as training digit extraction models, digit recognition, and sequence-based learning tasks.
- Curated by: BEN SLAMA Farah
- Language(s) (NLP): English
- License: Apache-2.0
Uses
Direct Use
The dataset is primarily intended for tasks related to:
- Digit Extraction: Extracting individual digits from numbers for training digit recognition systems.
- Sequence Learning: Useful for training models on sequence-based tasks where each digit represents a step in the sequence.
- Digit Recognition: Models focusing on recognizing or extracting specific digits from numerical inputs.
Out-of-Scope Use
This dataset is not suited for:
- Text generation or translation tasks, as it specifically deals with extracting digits from numbers.
- General language modeling tasks, as the dataset does not contain full text but rather digit-extraction sequences.
Dataset Structure
The dataset is stored in CSV format and consists of two columns:
- Description: A string description indicating the digit extraction process (e.g., "extracting 1st digit from n=123").
- Result: The extracted digit (e.g., "1").
Dataset Creation
Curation Rationale
This dataset was created to provide a structured set of digit extraction examples for machine learning tasks. It is designed to help models learn how to identify and extract digits from numbers and understand the relationships between the position of digits and the actual values.
Source Data
The source data consists of a list of 2 to 4-digit numbers from which individual digits are extracted and recorded.
Data Collection and Processing
The data is synthetically generated by:
- Iterating over numbers in a range (10 to 9999)
- Extracting each digit by position (e.g., 1st digit, 2nd digit) from the number.
- Generating a description for each extraction (e.g., "extracting 1st digit from n=123").
- The dataset is generated programmatically, ensuring consistency and accuracy in the extractions.
Who are the source data producers?
The dataset was created by BEN SLAMA Farah, CS student, who generated the dataset programmatically.
Annotations [optional]
There are no external annotations, as the dataset is generated synthetically with descriptions indicating the digit extraction process.
Personal and Sensitive Information
The dataset is free from sensitive or personal information, as it only consists of digits extracted from numbers. There are no inherent biases in the data, as the dataset is focused purely on digit extraction.
Bias, Risks, and Limitations
- Limited to numeric data: The dataset is specifically designed for digit extraction from numbers and does not cover non-numeric data or other domains.
- Synthetic nature: Since the data is synthetically generated, it may not fully capture the variety of real-world use cases for digit extraction.
Recommendations
Users should ensure that the dataset is used in contexts where digit extraction or sequence-based learning is required. It is not suitable for tasks involving unstructured text data.
- Downloads last month
- 75