question stringclasses 10
values | reference_answer stringclasses 10
values | student_answer stringlengths 17 164 | mark_scheme dict | score int64 1 4 | instruction stringclasses 1
value | rationale stringclasses 4
values |
|---|---|---|---|---|---|---|
What is a Convolutional Neural Network (CNN)? | A CNN is a deep learning model that processes data with grid-like topology using convolutional and pooling layers, commonly applied to image recognition. | The CNN is a way to look at data. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is a Convolutional Neural Network (CNN)? | A CNN is a deep learning model that processes data with grid-like topology using convolutional and pooling layers, commonly applied to image recognition. | CNNs are a type of neural network that look at pixels. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is a Convolutional Neural Network (CNN)? | A CNN is a deep learning model that processes data with grid-like topology using convolutional and pooling layers, commonly applied to image recognition. | CNNs are used in image recognition by using convolutional layers and pooling. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is a Convolutional Neural Network (CNN)? | A CNN is a deep learning model that processes data with grid-like topology using convolutional and pooling layers, commonly applied to image recognition. | A CNN is a deep learning model that processes data with grid-like topology using convolutional and pooling layers, commonly applied to image recognition. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is a Generative Adversarial Network (GAN)? | GANs use a generator to create realistic data and a discriminator to distinguish between real and generated data, improving generation through adversarial training. | GANs are about generation. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is a Generative Adversarial Network (GAN)? | GANs use a generator to create realistic data and a discriminator to distinguish between real and generated data, improving generation through adversarial training. | GANs involve two models, one makes data and the other checks it. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is a Generative Adversarial Network (GAN)? | GANs use a generator to create realistic data and a discriminator to distinguish between real and generated data, improving generation through adversarial training. | GANs consist of a generator and a discriminator competing to improve data generation quality. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is a Generative Adversarial Network (GAN)? | GANs use a generator to create realistic data and a discriminator to distinguish between real and generated data, improving generation through adversarial training. | GANs use a generator to create realistic data and a discriminator to distinguish between real and generated data, improving generation through adversarial training. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is YOLO in machine learning? | YOLO (You Only Look Once) is a real-time object detection system that processes images in a single neural network evaluation, achieving both speed and accuracy. | YOLO sees things. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is YOLO in machine learning? | YOLO (You Only Look Once) is a real-time object detection system that processes images in a single neural network evaluation, achieving both speed and accuracy. | YOLO detects objects in images all at once. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is YOLO in machine learning? | YOLO (You Only Look Once) is a real-time object detection system that processes images in a single neural network evaluation, achieving both speed and accuracy. | YOLO is an object detection system that predicts bounding boxes and class probabilities from entire images in one forward pass. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is YOLO in machine learning? | YOLO (You Only Look Once) is a real-time object detection system that processes images in a single neural network evaluation, achieving both speed and accuracy. | YOLO (You Only Look Once) is a real-time object detection system that processes images in a single neural network evaluation, achieving both speed and accuracy. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is RCNN? | RCNN (Region-based Convolutional Neural Network) generates region proposals and uses CNNs to classify each region, improving object detection accuracy. | RCNN is about detecting stuff. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is RCNN? | RCNN (Region-based Convolutional Neural Network) generates region proposals and uses CNNs to classify each region, improving object detection accuracy. | RCNN finds regions and classifies them. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is RCNN? | RCNN (Region-based Convolutional Neural Network) generates region proposals and uses CNNs to classify each region, improving object detection accuracy. | RCNN extracts region proposals and uses CNN to classify them. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is RCNN? | RCNN (Region-based Convolutional Neural Network) generates region proposals and uses CNNs to classify each region, improving object detection accuracy. | RCNN (Region-based Convolutional Neural Network) generates region proposals and uses CNNs to classify each region, improving object detection accuracy. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is a Variational Autoencoder (VAE)? | VAEs are generative models that encode input data into a latent space with learned distributions and decode samples from that space to generate new data. | VAEs encode things. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is a Variational Autoencoder (VAE)? | VAEs are generative models that encode input data into a latent space with learned distributions and decode samples from that space to generate new data. | A VAE is an autoencoder that samples from distributions. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is a Variational Autoencoder (VAE)? | VAEs are generative models that encode input data into a latent space with learned distributions and decode samples from that space to generate new data. | VAEs learn latent representations by encoding data into a probabilistic space and reconstructing from samples. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is a Variational Autoencoder (VAE)? | VAEs are generative models that encode input data into a latent space with learned distributions and decode samples from that space to generate new data. | VAEs are generative models that encode input data into a latent space with learned distributions and decode samples from that space to generate new data. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is Transfer Learning? | Transfer learning applies knowledge from large-scale pretrained models to solve specific tasks efficiently by reusing learned features and adapting them. | It uses something trained before. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is Transfer Learning? | Transfer learning applies knowledge from large-scale pretrained models to solve specific tasks efficiently by reusing learned features and adapting them. | Transfer learning uses pretrained models on new problems. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is Transfer Learning? | Transfer learning applies knowledge from large-scale pretrained models to solve specific tasks efficiently by reusing learned features and adapting them. | Transfer learning involves fine-tuning models trained on large datasets for tasks with limited data. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is Transfer Learning? | Transfer learning applies knowledge from large-scale pretrained models to solve specific tasks efficiently by reusing learned features and adapting them. | Transfer learning applies knowledge from large-scale pretrained models to solve specific tasks efficiently by reusing learned features and adapting them. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is Reinforcement Learning? | Reinforcement learning is a feedback-based learning method where an agent learns optimal actions by exploring an environment and receiving scalar reward signals. | It's about rewards. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is Reinforcement Learning? | Reinforcement learning is a feedback-based learning method where an agent learns optimal actions by exploring an environment and receiving scalar reward signals. | Reinforcement learning uses rewards to train models. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is Reinforcement Learning? | Reinforcement learning is a feedback-based learning method where an agent learns optimal actions by exploring an environment and receiving scalar reward signals. | Reinforcement learning involves agents learning through interactions with environments by receiving feedback via rewards or penalties. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is Reinforcement Learning? | Reinforcement learning is a feedback-based learning method where an agent learns optimal actions by exploring an environment and receiving scalar reward signals. | Reinforcement learning is a feedback-based learning method where an agent learns optimal actions by exploring an environment and receiving scalar reward signals. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is a Decision Tree? | A decision tree is a supervised learning algorithm that recursively splits data based on feature thresholds to build a tree structure for decision-making. | It's a tree for decisions. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is a Decision Tree? | A decision tree is a supervised learning algorithm that recursively splits data based on feature thresholds to build a tree structure for decision-making. | A decision tree splits data by features. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is a Decision Tree? | A decision tree is a supervised learning algorithm that recursively splits data based on feature thresholds to build a tree structure for decision-making. | A decision tree uses feature-based splits to classify or predict outcomes. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is a Decision Tree? | A decision tree is a supervised learning algorithm that recursively splits data based on feature thresholds to build a tree structure for decision-making. | A decision tree is a supervised learning algorithm that recursively splits data based on feature thresholds to build a tree structure for decision-making. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is Clustering in machine learning? | Clustering is an unsupervised learning task where algorithms like K-Means identify inherent groupings in data based on similarity measures. | Clustering groups stuff. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is Clustering in machine learning? | Clustering is an unsupervised learning task where algorithms like K-Means identify inherent groupings in data based on similarity measures. | Clustering separates data based on similarities. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is Clustering in machine learning? | Clustering is an unsupervised learning task where algorithms like K-Means identify inherent groupings in data based on similarity measures. | Clustering is an unsupervised learning technique to group data into similar clusters. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is Clustering in machine learning? | Clustering is an unsupervised learning task where algorithms like K-Means identify inherent groupings in data based on similarity measures. | Clustering is an unsupervised learning task where algorithms like K-Means identify inherent groupings in data based on similarity measures. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
What is Feature Engineering? | Feature engineering is the process of selecting, transforming, and constructing features from raw data to enhance model accuracy and interpretability. | It's about features. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 1 | Grade this essay based on the mark scheme from the file. | Provides a vague or partial answer with little connection to the full explanation. |
What is Feature Engineering? | Feature engineering is the process of selecting, transforming, and constructing features from raw data to enhance model accuracy and interpretability. | Feature engineering creates better inputs for models. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 2 | Grade this essay based on the mark scheme from the file. | Mentions some relevant content but omits important aspects or shows confusion. |
What is Feature Engineering? | Feature engineering is the process of selecting, transforming, and constructing features from raw data to enhance model accuracy and interpretability. | Feature engineering transforms raw data into meaningful features that improve model performance. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 3 | Grade this essay based on the mark scheme from the file. | Covers most key points but lacks complete explanation or one element. |
What is Feature Engineering? | Feature engineering is the process of selecting, transforming, and constructing features from raw data to enhance model accuracy and interpretability. | Feature engineering is the process of selecting, transforming, and constructing features from raw data to enhance model accuracy and interpretability. | {
"1": "Basic definition",
"2": "Mentions core components or idea",
"3": "Explains mechanism or structure",
"4": "Includes purpose or practical application"
} | 4 | Grade this essay based on the mark scheme from the file. | Clearly addresses all points in the mark scheme with accurate and complete information. |
No dataset card yet
- Downloads last month
- 6