Prepare anonymized dataset for Zenodo deposit#259
Merged
MinhHaDuong merged 2 commits intomainfrom Feb 10, 2026
Merged
Conversation
- Add write_readme() to anonymize_monitor_logs.py so the ZIP includes a self-contained README with coverage, schema, event types, anonymization details, license, and citation info - Add CITATION.cff for software/dataset citation - Add `make dataset` target to regenerate the archive - Regenerate ZIP (now dated 20260210, replaces 20251218) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enrich anonymization to preserve analytical shape: sessionId → anon_NNNN,
server_context → {origin: classification}, userAgent → device class.
Pass LOGS_ROOT env var through all Makefile recipes so the pipeline
works identically on both raw logs and the anonymized archive.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LOGS_ROOTenv var, enablingmake LOGS_ROOT=reports/monitor-logs-anon analysisto reproduce figures and tables from the anonymized archive alonetabulate_tokens.pyandtabulate_articles.pyto match anonymized filenamesCITATION.cffand dataset README generationTest plan
make test— 4/4 regression figures byte-identical to reference (raw logs)make LOGS_ROOT=reports/monitor-logs-anon analysis— full pipeline succeeds on anonymized data (259 sessions, 394 responses, 411 articles)🤖 Generated with Claude Code