Skip to content

Test Benchmark

This most simple benchmark is used to test the benchmarking system. It contains a single page containing Emile Zola's "J'accuse" letter as published in the newspaper L'Aurore on January 13, 1898. The task is to extract NER entities from the text. The evaluation is based on the number of correctly extracted entities.

Benchmark Setup

  • The page is a newspaper article.
  • The task is to extract named entities from the text.
  • The model should extract the entities and save them in a given JSON structure.
  • The evaluation is based on the number of correctly extracted entities.

Test Results