OpenEuroLLM / OpenEuroLLM/training-data-packer

Replace equal PII value with same mask within document

Open
#91 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Python
Stars
1
Forks
2
Avg merge
18h 22m
Merged PRs (30d)
12

Description

Improve the PII masking to replace PII values within a document with the same mask.

Example: If a document contain IP number 4.4.4.4 multiple times it will be replaced with the same value.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by locating the PII masking implementation and trace how values are replaced within one document. Done means repeated occurrences of the same PII value, such as 4.4.4.4, receive the same mask while the document's PII is masked consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data, security
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.