QuizGen.kr
Switch to Korean
Real PDF quiz generation case

Turning a VGGNet paper into a key-facts quiz

This case turns a 14-page paper about VGGNet architecture and ImageNet experiments into a five-question quiz.

The page presents the supplied QuizGen result and keeps factual review notes separate from the generated output.

Source and generation conditions

Source type

Research paper PDF

Paper

Very Deep Convolutional Networks for Large-Scale Image Recognition

Length

14 pages, arXiv:1409.1556v6

Output

5 multiple-choice questions · 1 point each

Coverage

Architecture, normalization, metrics, feature extraction

Review method

Compared with the paper text and tables

How a PDF becomes a quiz

The workflow extracts claims and values from the paper and turns them into checkable learning questions instead of reposting the source text.

  1. 1. Extract PDF content

    Read the paper text and tables about architecture, training, and evaluation.

  2. 2. Organize key facts

    Collect facts about depth, 3×3 filters, top-5 error, and feature extraction.

  3. 3. Draft questions

    Turn definitions and results into multiple-choice questions with answers and explanations.

  4. 4. Compare with the source

    Check context-dependent details such as 1×1 filters and D/E table values.

Supplied QuizGen output

These are the five questions from the supplied TXT result. The generated content is preserved, while precision notes appear separately below.

Q1. Multiple choice
Supplied generated result

Which statement about the VGG network is correct?

  1. 1. It used very small 3×3 convolution filters while increasing depth to 16–19 weight layers.
  2. 2. It used 5×5 convolution filters while limiting depth to 8–10 weight layers.
  3. 3. It used only 1×1 convolution filters and increased depth to 30 layers.
  4. 4. It avoided large filters but limited depth to 8–10 weight layers.

Answer: It used very small 3×3 convolution filters while increasing depth to 16–19 weight layers.

Explanation: This captures the paper’s central idea, although “all layers” needs care because configuration C includes 1×1 convolution layers.

Q2. Multiple choice
Supplied generated result

What did the authors conclude about local response normalization in ILSVRC?

  1. 1. It improved performance.
  2. 2. It did not improve performance and increased memory use and computation time.
  3. 3. It greatly improved both performance and speed.
  4. 4. It reduced memory use but increased computation time.

Answer: It did not improve performance and increased memory use and computation time.

Explanation: The paper says LRN did not improve ILSVRC performance and increased memory consumption and computation time.

Q3. Multiple choice
Supplied generated result

What is the definition of top-5 error in the ILSVRC-2012 classification evaluation?

  1. 1. The proportion of images whose ground-truth category is outside the top five predicted categories.
  2. 2. The proportion of images whose ground-truth category differs from the top-1 prediction.
  3. 3. The proportion of images whose ground truth appears in the top five predictions.
  4. 4. The number of images for which every prediction differs from the ground truth.

Answer: The proportion of images whose ground-truth category is outside the top five predicted categories.

Explanation: Top-5 error is the proportion of images whose ground-truth category is not among the five predictions. The third choice describes top-5 accuracy.

Q4. Multiple choice
Supplied generated result

What trend in classification error was reported in VGG single-scale evaluation?

  1. 1. Error increased from configuration A to configuration E.
  2. 2. Error generally decreased from 11 weight layers in A to 19 in E and saturated at 19 layers.
  3. 3. Error barely changed as depth increased.
  4. 4. Error increased sharply only for configuration E.

Answer: Error generally decreased from 11 weight layers in A to 19 in E and saturated at 19 layers.

Explanation: The paper describes a decreasing overall trend with depth and saturation at 19 layers.

Q5. Multiple choice
Supplied generated result

How were pretrained VGG networks used as image features on other datasets?

  1. 1. They removed the final fully connected layer and used the 4096-dimensional penultimate activations as image features.
  2. 2. They used the final convolutional output directly as class probabilities.
  3. 3. They used the first fully connected layer without removing anything.
  4. 4. They isolated only the output-layer weights as image features.

Answer: They removed the final fully connected layer and used the 4096-dimensional penultimate activations as image features.

Explanation: The paper describes removing the final 1000-way classification layer and using the 4096-dimensional penultimate activations.

Factual review notes before publication

The generated result is preserved, but these context checks matter when reading the paper precisely.

  • Question 1 overgeneralizes with “all layers”; configuration C includes 1×1 convolution layers.
  • Question 4 describes the overall trend. Under particular table settings, D and E are not monotonically lower in every row, so state the condition when showing exact values.
  • Question 3 correctly distinguishes top-5 error from top-5 accuracy.
  • Question 5 comes from the feature-extraction appendix and should distinguish penultimate activations from classification probabilities.

Create a quiz from a PDF

Upload a paper, lesson handout, or report and review the generated questions against the source.

Open the PDF quiz generator