OpenEuroLLM / OpenEuroLLM/training-data-packer
Replace equal PII value with same mask within document
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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