Detecting personally identifiable data

Use PII Detection to review text fragments that Warqube has identified as possible personally identifiable information (PII). Treat every detected entity as a candidate that requires review; the dashboard does not confirm that the text is personal information.

Purpose

This dashboard helps you locate possible PII in text extracted from archived HTML responses. You can filter the candidates by WARC file, entity type, recogniser and score, then compare counts by entity type, WARC file and date.

When to use this page

Open PII Detection when you need to:

  • review the text fragments stored for detected entities;
  • focus on one or more WARC files;
  • examine particular entity types or recognisers;
  • exclude candidates below a selected score; or
  • compare candidate counts and scores across WARC files or dates.

Understanding the results

Review the initial results

Warqube performs PII detection while it processes a WARC directory. Opening the dashboard or selecting Refresh does not run the detection again.

The dashboard initially includes all available WARC files, entity types and recognisers, but excludes stored candidates with a score below 0.80.

To review the results:

  1. Open PII Detection.
  2. Review Detected PII-entities to see the individual candidates.
  3. Compare PII Summary Table and PII per WARC.
  4. Review NER Class distribution and NER Score Trend.

The entity and recogniser choices come from the values stored in the loaded Warqube database. The source code does not define a fixed set that must appear in every analysis.

Filter the candidates

To narrow the results:

  1. Under WARC file, select one or more files, or leave the field empty to include all files.
  2. Under Entity type, select one or more types, or leave the field empty to include all types.
  3. Under Recognizer, select one or more recognisers, or leave the field empty to include all recognisers.
  4. Set Minimal NER score between 0 and 1.
  5. Review the updated tables and charts.

The filters update the results automatically. Minimal NER score includes candidates with a score equal to or higher than the selected value.

Select Refresh to reload the available filter choices and dashboard data. Warqube clears the selected WARC-file, entity-type and recogniser filters when it reloads those choices. It retains the selected minimum score and displays:

PII dashboard refreshed

Review individual candidates

Detected PII-entities contains:

  • the identifier of the extracted HTML text;
  • the WARC file, target URL, record date and language value;
  • the PII indicators stored for the extracted text;
  • the detected entity type and its start and end positions;
  • the matched text fragment;
  • the candidate score; and
  • the recogniser that returned the candidate.

The table initially displays 25 rows per page. Use the filters at the top of its columns to narrow the displayed rows. You can also sort the columns and scroll horizontally.

The has_pii, pii_types and pii_entity_count columns describe all candidates stored for that extracted text when it was processed. They do not recalculate when you change the dashboard filters and can therefore differ from the currently displayed candidate rows.

Review the summaries

PII Summary Table groups the filtered candidates by entity type. It shows the candidate count and the average, minimum and maximum score for each type.

PII per WARC groups the filtered candidates by WARC file. It shows the candidate count, the number of distinct extracted HTML texts containing those candidates and their average score.

Both summary tables display at most 20 rows. The interface provides no paging controls for additional rows.

NER Class distribution presents the filtered candidate count and percentage for each entity type. Point to a segment to see its type, count and percentage.

NER Score Trend groups candidates by the date stored with the extracted HTML text. It plots the minimum, average and maximum score for each date. Texts without a date do not appear in this chart.

Interpreting common findings

  • A candidate with a higher score received a stronger score from its recogniser. The source code does not define the score as a probability or a threshold that confirms PII.
  • Several candidates in one extracted text represent separately stored detections. Candidate count is not a count of people.
  • A WARC file with many candidates can help you focus further review on that file. The dashboard does not adjust the count for file size or number of HTML responses.
  • A dominant entity type means that the selected filters return more candidates of that type. It does not establish that every match is correct.
  • A change in the score trend describes the stored candidate scores on each date. It does not measure the amount of PII because the chart does not plot candidate counts.
  • Lowering Minimal NER score can reveal more stored candidates. Raising it hides candidates below the selected score and does not prove that the remaining candidates are correct.

If no candidates match the current filters, NER Class distribution displays:

Geen data beschikbaar voor huidige filters.

NER Score Trend displays:

Geen trenddata beschikbaar voor huidige filters.

The detail and summary tables remain empty without a separate message.

To broaden the results:

  1. Lower Minimal NER score.
  2. Clear one or more selections under WARC file, Entity type or Recognizer.
  3. Review the updated tables and charts.

Limitations

  • Detection covers text extracted from response records whose HTTP content type contains html. It does not scan non-HTML payloads, scripts, styles or WARC metadata for PII.
  • Warqube removes HTML tags before detection. The dashboard does not provide the original HTML context around a candidate.
  • The detection language is configured as Dutch. The source code does not confirm equivalent detection quality for content in other languages.
  • During one WARC-directory processing run, Warqube submits at most 100 previously unprocessed extracted texts for PII detection. The source code contains no loop that continues with further batches.
  • Only candidates with a score of at least 0.5 are stored during processing. Setting Minimal NER score below 0.5 cannot reveal candidates that were discarded before storage.
  • Errors while detecting entities in an individual extracted text are handled as an empty result and are not shown on this dashboard.
  • Pattern-based candidates can match formatted numbers or text that is not personal information. Other recognisers can also return false positives or miss relevant text.
  • Candidate counts represent detected fragments, not people, unique values or affected WARC records.
  • The dashboard cannot rerun detection, change the recognisers or add entities that were not stored during processing.
  • The source code defines no score that confirms PII and no expected or acceptable candidate count.

Next steps

Continue to Inspecting archived records to examine the WARC records associated with candidates that require further review.


© 2026 Warqube™ and the Warqube logo are trademarks of the Warqube project.

This site uses Just the Docs, a documentation theme for Jekyll.