patina-cli 3.11.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.patina.default.yaml +29 -29
- package/CHANGELOG.md +53 -0
- package/NOTICE +21 -0
- package/README.md +117 -224
- package/README_JA.md +134 -77
- package/README_KR.md +132 -74
- package/README_ZH.md +137 -80
- package/SKILL.md +11 -20
- package/artifacts/rebaseline-2025/README.md +147 -0
- package/artifacts/rebaseline-2025/human-controls.public.jsonl +250 -0
- package/artifacts/rebaseline-2025/intake.example.jsonl +2 -0
- package/artifacts/rebaseline-2025/intake.local.example.jsonl +25 -0
- package/artifacts/rebaseline-2025/prompts.template.jsonl +7 -0
- package/artifacts/rebaseline-2025/sources.ko-public.jsonl +39 -0
- package/assets/brand/patina-badge.svg +18 -0
- package/assets/brand/patina-mark.svg +8 -0
- package/assets/demo/README.md +79 -0
- package/core/scoring.md +12 -12
- package/core/standalone-prompt.md +3 -1
- package/core/stylometry.md +93 -22
- package/docs/API.md +1554 -0
- package/docs/AUTHENTICATION.md +50 -26
- package/docs/AUTHENTICATION_KR.md +54 -29
- package/docs/BRANDING.md +9 -8
- package/docs/CLI.md +55 -14
- package/docs/COOKBOOK.md +8 -21
- package/docs/DEMO.md +32 -5
- package/docs/EXIT-CODES.md +2 -3
- package/docs/FALSE-POSITIVES.md +63 -0
- package/docs/FAQ.md +9 -1
- package/docs/FAQ_KR.md +3 -1
- package/docs/FLAG-PARITY.md +33 -47
- package/docs/ISSUE-WAVES.md +57 -0
- package/docs/PATTERNS-EN.md +67 -3
- package/docs/PATTERNS-JA.md +68 -2
- package/docs/PATTERNS-KO.md +70 -7
- package/docs/PATTERNS-ZH.md +67 -3
- package/docs/PATTERNS.md +5 -5
- package/docs/RESEARCH-DOCS-PLATFORM.md +54 -0
- package/docs/ROADMAP.md +46 -66
- package/docs/TRANSLATIONESE-KO.md +51 -0
- package/docs/audits/2026-05-deep-research.md +3 -1
- package/docs/benchmarks/README.md +51 -0
- package/docs/benchmarks/detector-comparison.json +69 -9
- package/docs/benchmarks/detector-comparison.md +10 -5
- package/docs/benchmarks/katfish-ko-latest.json +657 -0
- package/docs/benchmarks/katfish-ko-latest.md +77 -0
- package/docs/benchmarks/latest.json +1183 -108
- package/docs/benchmarks/latest.md +84 -60
- package/docs/benchmarks/lexicon-freshness-en-2026-05-22.json +1121 -0
- package/docs/benchmarks/lexicon-freshness-en-2026-05-22.md +136 -0
- package/docs/benchmarks/rebaseline-latest.json +381 -0
- package/docs/benchmarks/rebaseline-latest.md +121 -0
- package/docs/benchmarks/register-stratified-latest.json +164 -0
- package/docs/benchmarks/register-stratified-latest.md +99 -0
- package/docs/benchmarks/register-stratified.md +43 -0
- package/docs/integrations/github-action.md +44 -11
- package/docs/integrations/playground.md +58 -0
- package/docs/integrations/pre-commit.md +5 -5
- package/docs/integrations/release.md +5 -3
- package/docs/integrations/static-sites.md +83 -0
- package/docs/research/2025-rebaseline-plan.md +71 -2
- package/docs/research/2026-rebaseline.md +102 -0
- package/docs/research/adversarial-mps.md +41 -0
- package/docs/research/ai-human-metrics.md +35 -23
- package/docs/research/human-eval-panel.md +42 -0
- package/docs/research/judge-agreement.md +24 -0
- package/docs/research/ko-2025-corpus-sources.md +135 -0
- package/docs/research/lexicon-freshness-audit.md +64 -0
- package/docs/research/zh-ja-lexicon-calibration.md +60 -0
- package/docs/social/patina-launch-copy.md +173 -100
- package/docs/social/patina-launch-execution.md +94 -0
- package/docs/social/patina-launch-korean-first.md +83 -0
- package/docs/social/signs-of-ai-writing.md +26 -0
- package/docs/social/signs-of-ai-writing_KR.md +26 -0
- package/lexicon/ai-en.md +21 -24
- package/lexicon/ai-ja.md +158 -0
- package/lexicon/ai-ko.md +9 -9
- package/lexicon/ai-zh.md +158 -0
- package/lexicon/provenance/ai-en.json +970 -0
- package/lexicon/provenance/ai-ja.json +542 -0
- package/lexicon/provenance/ai-ko.json +866 -0
- package/lexicon/provenance/ai-zh.json +542 -0
- package/package.json +49 -8
- package/patterns/en-communication.md +5 -0
- package/patterns/en-content.md +5 -0
- package/patterns/en-filler.md +5 -0
- package/patterns/en-language.md +29 -1
- package/patterns/en-structure.md +5 -0
- package/patterns/en-style.md +5 -0
- package/patterns/en-viral-hook.md +42 -2
- package/patterns/ja-communication.md +5 -0
- package/patterns/ja-content.md +5 -0
- package/patterns/ja-filler.md +5 -0
- package/patterns/ja-language.md +33 -1
- package/patterns/ja-structure.md +12 -0
- package/patterns/ja-style.md +5 -0
- package/patterns/ja-viral-hook.md +41 -2
- package/patterns/ko-communication.md +5 -0
- package/patterns/ko-content.md +5 -0
- package/patterns/ko-filler.md +5 -0
- package/patterns/ko-language.md +33 -1
- package/patterns/ko-structure.md +25 -6
- package/patterns/ko-style.md +5 -0
- package/patterns/ko-viral-hook.md +38 -2
- package/patterns/zh-communication.md +5 -0
- package/patterns/zh-content.md +5 -0
- package/patterns/zh-filler.md +5 -0
- package/patterns/zh-language.md +37 -1
- package/patterns/zh-structure.md +12 -0
- package/patterns/zh-style.md +5 -0
- package/patterns/zh-viral-hook.md +38 -2
- package/playground/README.md +55 -0
- package/playground/analytics.js +4 -0
- package/playground/analyzer.js +883 -0
- package/playground/app.js +157 -0
- package/playground/data/lexicons.js +343 -0
- package/playground/index.html +138 -0
- package/playground/styles.css +267 -0
- package/profiles/namuwiki.md +111 -0
- package/scripts/adversarial-mps-report.mjs +201 -0
- package/scripts/badge-json.mjs +79 -0
- package/scripts/benchmark-report.mjs +56 -9
- package/scripts/check-release-metadata.mjs +0 -2
- package/scripts/detector-comparison.mjs +7 -7
- package/scripts/generate-playground-data.mjs +77 -0
- package/scripts/katfish-calibration.mjs +464 -0
- package/scripts/lexicon-freshness.mjs +485 -0
- package/scripts/lint.mjs +1 -1
- package/scripts/precommit-score.mjs +4 -3
- package/scripts/prose-score.mjs +81 -5
- package/scripts/rebaseline-intake.mjs +242 -0
- package/scripts/rebaseline-score.mjs +268 -0
- package/scripts/rebaseline-summary.mjs +773 -0
- package/scripts/rebaseline-web-collect.mjs +410 -0
- package/scripts/update-benchmark-ranges.mjs +1 -0
- package/src/api.js +69 -105
- package/src/auth.js +50 -2
- package/src/backends/claude-cli.js +19 -4
- package/src/backends/codex-cli.js +19 -3
- package/src/backends/contract.js +230 -1
- package/src/backends/gemini-cli.js +18 -5
- package/src/backends/index.js +87 -12
- package/src/backends/kimi-cli.js +161 -0
- package/src/cli.js +577 -567
- package/src/commands/doctor.js +2 -2
- package/src/config.js +29 -0
- package/src/errors.js +53 -1
- package/src/features/discourse-tells.js +68 -0
- package/src/features/index.js +82 -8
- package/src/features/lexicon.js +40 -6
- package/src/features/markup-leakage.js +69 -0
- package/src/features/segment.js +41 -0
- package/src/features/signal-strength.js +81 -0
- package/src/features/stylometry.js +231 -1
- package/src/features/translationese.js +127 -0
- package/src/loader.js +76 -0
- package/src/logger.js +22 -23
- package/src/model-defaults.js +55 -0
- package/src/ouroboros.js +31 -0
- package/src/output.js +102 -90
- package/src/prompt-builder.js +103 -68
- package/src/providers.js +51 -4
- package/src/scoring.js +210 -2
- package/src/security.js +75 -0
- package/tests/fixtures/live-quality/en/public-docs-01.md +26 -0
- package/tests/fixtures/live-quality/ko/public-docs-01.md +26 -0
- package/tests/fixtures/suspect-zones/expected-ranges.json +207 -16
- package/tests/fixtures/suspect-zones/ja/ai/ja-ai-04-lexicon.md +11 -0
- package/tests/fixtures/suspect-zones/ja/natural/ja-nat-04-lexicon-cold.md +11 -0
- package/tests/fixtures/suspect-zones/ko/ai/ko-ai-02.md +4 -5
- package/tests/fixtures/suspect-zones/ko/ai/ko-ai-07-ko-diagnostic.md +11 -0
- package/tests/fixtures/suspect-zones/zh/ai/zh-ai-04-lexicon.md +11 -0
- package/tests/fixtures/suspect-zones/zh/natural/zh-nat-04-lexicon-cold.md +11 -0
- package/tests/quality/README.md +188 -11
- package/tests/quality/adversarial-mps/fixtures.jsonl +10 -0
- package/tests/quality/benchmark.mjs +39 -1
- package/tests/quality/dogfood.mjs +5 -3
- package/tests/quality/live-fixtures.jsonl +2 -0
- package/tests/quality/live-quality.mjs +596 -0
- package/tests/quality/ranking-metrics.mjs +136 -0
- package/tests/quality/rebaseline-manifest.example.jsonl +5 -0
- package/vercel.json +53 -0
- package/SKILL-MAX.md +0 -455
- package/docs/internal/HARNESS.md +0 -14
- package/docs/internal/README.md +0 -14
- package/docs/internal/WARP.md +0 -23
- package/patina-max/SKILL.md +0 -523
- package/patina-max/composite.py +0 -457
- package/src/cache.js +0 -106
- package/src/commands/init.js +0 -208
- package/src/manifest.js +0 -162
- package/src/max-mode.js +0 -207
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-01","text_hash":"sha256:cad520da660b6c3cf50beaa4c78f3b22ad614ff099ff115aff32783301029c1d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
2
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-02","text_hash":"sha256:0af162bb608b0d0c4e8107c56b4dca397f5eda7fff492b24f6655606b5db705d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
3
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-03","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-03","text_hash":"sha256:15e18f15724deab0569e75811c4a828089ad6cf6fbb6db6fb89445557b0d4d47","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
4
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-04","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-04","text_hash":"sha256:8d52f491533e78c87e8c8507c2039835292fd20c9074140701062bed6cd8870f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
5
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-05","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-05","text_hash":"sha256:a02d03b7334750203370861d1a4386dbb7a0e1cd50b7cf1ea952902ea3362dde","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
6
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-06","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-06","text_hash":"sha256:d0793b9bcbb0749aa63752ce4c5ca2ea03d3de1d03bece2c0fac4974384b4d15","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
7
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-07","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-07","text_hash":"sha256:6bbf37c78b8320e4fa0914b3964976c196488283a8ab84bd1d3beb4f80d00cd7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
8
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-08","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-08","text_hash":"sha256:bd9990415a0e9a87330b0c931a1f8e210c625b93bf880c5d0ad7a8332b35e8cd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
9
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-09","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-09","text_hash":"sha256:8253d2d73b098a6cc1de7c812a3015d57ef9c4bdf5d152c174836706b96dae1d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
10
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-01-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-sme-2025-10","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148938345","source_title":"소상공인 전환보증 3조 2000억 공급…전국 30곳 채무조정센터 설치","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-01-08","prompt_id":"ko-human-web-korea-policy-sme-2025-10","text_hash":"sha256:d9dcae97e5fe3e187f1d0d5ab5efd3db002fa641bb9a541fe666ea9bc8368e69","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
11
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-01","text_hash":"sha256:7b46cccb3aab23bd7b9d4163a97fefad5d04b654f69e8c828539628beec8cf3d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
12
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-02","text_hash":"sha256:b96eb6310532ad9dc654f1c646ff205fb7e46eb095219de8de96d8ee844207ab","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
13
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-03","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-03","text_hash":"sha256:016a4db3dea3f979335dffdb32a69a81ccdfd2ba4ff8821e0148b8c8f7b38e02","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
14
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-04","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-04","text_hash":"sha256:e890110033a230f7dd22ef6f6843ed51e3d98b1693eaeca6cc586875bd416b78","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
15
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-05","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-05","text_hash":"sha256:99f94fcc66b551bb314867bb24dcdb120bb8cdca7184e600e2a5843b4783a996","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
16
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-06","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-06","text_hash":"sha256:1cc45eda9f0fe2c2b74cbe792918edfd7e0c74c7093e249ce648e0fb0e59984f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
17
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-07","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-07","text_hash":"sha256:7322b55de686e12682f4126e770590f514af6d85e566fb72a61da97805788a95","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
18
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-08","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-08","text_hash":"sha256:12b4bed43f28c64899923b20846f2ba89b6798fcb45c10dc6a47f9eb63c996bf","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
19
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-09","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-09","text_hash":"sha256:1efa39eee2c22b4ff2416552b4e1d24a5ca24ca7dcd662ad37fb4df962269e36","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
20
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-03","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-export-2025-10","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148948589","source_title":"미 상호관세 충격 수출 중소기업 지원 3대 지원책 가동","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-03","prompt_id":"ko-human-web-korea-policy-export-2025-10","text_hash":"sha256:97de9d5ee6f6ec2bcc5bac6c7857f51e76cda55e9407c1a8ecc443ca32c5c8bc","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
21
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-05-02","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-budget-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148942874","source_title":"2025년 제1차 추가경정예산 4.8조 원 확정","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-05-02","prompt_id":"ko-human-web-korea-policy-budget-2025-01","text_hash":"sha256:9ddd768aefd0556bc9cc72da23c1a3c9c161a7395bdc514ee89a8a6b639bbea4","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
22
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-05-02","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-budget-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148942874","source_title":"2025년 제1차 추가경정예산 4.8조 원 확정","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-05-02","prompt_id":"ko-human-web-korea-policy-budget-2025-02","text_hash":"sha256:09acda389802bb80ef057d934c07f3247a41c9a76d1964b5ad2875403199e4b7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
23
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-01","text_hash":"sha256:258b67b979eb13e92ef95c2002524ff8b5ee9d83c945caecd3513cd7deba0ffd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
24
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-02","text_hash":"sha256:9f7341306e0771fa8e43fe3d3946b65bf28c4f4cb72f45d6b7128d3272c54e9b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
25
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-03","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-03","text_hash":"sha256:47aa3ecc6410441414c8eb17299d203a4d0e34cfa20c5e20ad5571b5a5c8f36c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
26
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-04","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-04","text_hash":"sha256:f061faef90ba807fdf97cd5e94015707d9ca9676d7901e0d9f387f1eb88f481c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
27
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-05","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-05","text_hash":"sha256:6398be4714e0ff2f6c517e752e363ba481bf95ca084554d1ca76bb4941c631f9","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
28
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-06","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-06","text_hash":"sha256:97e44447a498ff80b9f6c8cb4f7e22fcaebc867ed34ed9a7c8ba79d8e0dd1428","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
29
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-02-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-education-2025-07","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148939202","source_title":"주거안정장학금 첫 시행…대학생에 월 최대 20만 원 지원","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-02-04","prompt_id":"ko-human-web-korea-policy-education-2025-07","text_hash":"sha256:aafb5f349c1718a287567aa1f552542aa0baabc56a27b0102376a34926383a30","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
30
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-01","text_hash":"sha256:ace67bc9f1829baf23fe96f4d3548078ad7e35b2d56068dbef096657e094aee9","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
31
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-02","text_hash":"sha256:f4c70d2b13bbc4d8622eb975f5d449f2f7d07f86df4e43cc8501ccacf8fd2720","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
32
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-03","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-03","text_hash":"sha256:65600c1457c114f57b5297ff6ec8a4753355f7d151896a6572279f6405922954","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
33
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-04","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-04","text_hash":"sha256:86308af076c3bd7cde55698e8a07c04f7ce64a5d7ffdf96c52f0a7accb75f6b9","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
34
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-05","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-05","text_hash":"sha256:364e8a47c84d02e109f2231977250b2c3baa2e83c10ff4b78ed9421dedd13f15","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
35
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-06","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-06","text_hash":"sha256:2bd93f8d501bed7ef61e33d76916df06854d06482d352a9e8c13bc8a8cf81bb9","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
36
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-07","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-07","text_hash":"sha256:94fa205db5415a59b65470b4935f60633125212992ce5d37eb6762da80e0e68b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
37
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-08","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-08","text_hash":"sha256:80d624c0d8c8f91cafa439b24ab581a060b2623c9181a63631180d4ac88738dd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
38
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-09","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-09","text_hash":"sha256:9d5078a3bea410b5d5fb338c8378a51e5a3dddee45b994e8ca98682fe48334ac","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
39
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-09","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-car-2025-10","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148941486","source_title":"자동차·부품 업계에 정책금융 2조 원 추가 투입","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-04-09","prompt_id":"ko-human-web-korea-policy-car-2025-10","text_hash":"sha256:dd519c2468f38e8aebe9712f8b76bd9187b8eeb15c439e2b117bad692a076e93","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
40
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-01","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-01","text_hash":"sha256:280164c0015ddc6d0cb87b59687aaa7b1b7c7576b106bb9e5168624a83c2d67a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
41
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-02","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-02","text_hash":"sha256:c17392c1778b4ed37ae410f1f04836079d8478117f4150c1a616b4e3dc67967b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
42
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-03","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-03","text_hash":"sha256:e6b5e95e77cc08e9b32de2c3c02692fb968f7383efd3f0209dfee5a1e58390af","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
43
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-04","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-04","text_hash":"sha256:bc0b67275a81ce3aca8e0ea5b1a8a46933ddfa8df2dacc6d8cc4670d46e05200","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
44
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-05","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-05","text_hash":"sha256:37065b3972bdb996884c9b554e35b31040ec8555506e7fd19abdb0c6dedae93f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
45
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-06","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-06","text_hash":"sha256:fe803d210647564f0ba3fd5621e23330de918de079f609fc0aebff3049175ae8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
46
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-07","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-07","text_hash":"sha256:007e59641cba54bbe8040271b87dae5b9de57b9021f44ed4e2f073fbd8392323","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
47
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-08","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-08","text_hash":"sha256:4972435cae48f5577e4f525ed2d42300ab6fb0e74ccc62cb058250a5dfd52c7f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
48
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-09","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-09","text_hash":"sha256:ab99f374a899148a2b4b2c4bca8012ddcc030b1d8e05d8831e54de36a51e272b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
49
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-navigation-score-2025-10","register":"blog","source_url":"https://toss.tech/article/Toss_Navigation_Score","source_title":"토스가 특허 낸 리서치툴, TNS 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-toss-navigation-score-2025-10","text_hash":"sha256:94a1070bebe14ea813dfd2d4651f658bb6ea713f5e9efcec857779f2d9be3874","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
50
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-01","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-01","text_hash":"sha256:bdb6ca2ff1e45454ccd59d154452198953074b4dedc9a3b8adf04e40630d4304","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
51
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-02","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-02","text_hash":"sha256:c3df31bc64d54dd5dfa7091d8c4a853dd04aaca0ff9281640df094472af4d3b2","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
52
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-03","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-03","text_hash":"sha256:5928b7393b1048112f9554fcf5da66ee6abff4ac7893f43c47cb83d73fc3cbc7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
53
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-04","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-04","text_hash":"sha256:ac26c0a76e0a86270ffd90755a937dcc46dfa060d1451fb16ff9b3006cbb90bc","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
54
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-05","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-05","text_hash":"sha256:3a6b9cc4be1b3fa5d01f4bb6fea74ead13954eb0e642577579e45b256bb50e89","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
55
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-06","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-06","text_hash":"sha256:c4c26696ae4457e8a22427ff6f8eea88a297e767df907e406c8fa87ab6468df7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
56
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-07","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-07","text_hash":"sha256:dcfba4d641514ddfaacd033f31d669360b101e6919e88d3dcdfae6091fa666aa","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
57
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-08","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-08","text_hash":"sha256:6a9dd554fc45c818ac4945888567ef8ad379fbccda72f760da67e74a2c496dd6","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
58
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-09","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-09","text_hash":"sha256:0a7e19125c7ab5431219c2de4de186f3bd2f1692897f578ddcc6e000a1bb8b52","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
59
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-bank-interns-2025-10","register":"blog","source_url":"https://toss.tech/article/toss-bank-interns","source_title":"슬기로운 토스뱅크 개발 인턴 생활","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-14","prompt_id":"ko-human-web-toss-bank-interns-2025-10","text_hash":"sha256:8961950016056e20fc084a1f052c6b9fc631b27d1edebb0e4506b7f4a0750944","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
60
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-01","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-01","text_hash":"sha256:1bf0c2dd5a0030dbce2746e891a899ed9905e29ff291ef5f9431f6393835809c","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
61
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-02","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-02","text_hash":"sha256:101411401528aa5765babd31ce4f7ad149e730781d640d01b7ff67d91ebd1b22","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
62
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-03","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-03","text_hash":"sha256:937d9c3b8ef6cc776522bdca49882863a7fa21edd51bcbb983e3e7255b3751a1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
63
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-04","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-04","text_hash":"sha256:6a73e8b1e87bc5671c85051b0fa9cdedd97104932fa9de79dfafc797b2ca1626","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
64
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-05","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-05","text_hash":"sha256:177d47c1440569aae74b9ccdce5ada922cf66b729eec7169d3b6a3557f6cefc2","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
65
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-06","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-06","text_hash":"sha256:2469ac333723de445e7bf20eec7355a0617a6e046ae0241c885893004a40d47b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
66
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-07","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-07","text_hash":"sha256:67a350abed02957c3286be755cb06197a6a8a114aabfe264764531cd44da0d21","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
67
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-08","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-08","text_hash":"sha256:b33227614ad553b1eba463bab5ef8750b80edaafba4b6f11195719b33292b8a8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
68
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-09","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-09","text_hash":"sha256:89e87531e2892a026e002d624b4872cf068a0670d392f887b6ada33d92c4fb3c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
69
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-04-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-frontend-github-2025-10","register":"blog","source_url":"https://toss.tech/article/34895","source_title":"토스 프론트엔드에 이력서 없이 리포지토리 링크로 지원하세요","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-04-08","prompt_id":"ko-human-web-toss-frontend-github-2025-10","text_hash":"sha256:4588fd755c61588186be4bdd1d322d4221b772099bbc6d1017eac07ea37cdd89","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
70
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-01","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-01","text_hash":"sha256:530c400f1917b4420dd77223f68ec262de81d7f9b8cc4b0f14fe8d07520be0e9","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
71
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-02","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-02","text_hash":"sha256:48270952593a64088db4b877481ee29e6d7cf9d3dcc4605183c03768320fff27","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
72
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-03","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-03","text_hash":"sha256:812457b37dac179879c1a0b8fd6f8d942becc402bfda6859ca64e27ba9dfdbe3","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
73
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-04","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-04","text_hash":"sha256:a67d8135bdecde4a3278a7d68d50c3146635dc1970eb65a9bdfa146746d57821","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
74
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-05","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-05","text_hash":"sha256:e5435ed01e852dfedbdb22fbe04c55e943ac81095b3f47b3bf71e0a7821c6911","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
75
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-06","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-06","text_hash":"sha256:3fa1188566aaee2db68774d3ac808410903a7f62f48dbad7dce475b94544fbc2","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
76
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-07","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-07","text_hash":"sha256:83f01bbe8be585884cde9b18caba7b4881fb0f60d84cb75c1611ac19ac90a163","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
77
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-08","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-08","text_hash":"sha256:671f3cfdae99d5b7b69158b3d7d4146c62245ea635778887bdd5f849264c7ba1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
78
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-09","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-09","text_hash":"sha256:4fe72efecce8b373531bd32664650c78dbf2aaf70e05493de97def7b277cc34b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
79
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-27","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-people-design-2025-10","register":"blog","source_url":"https://toss.tech/article/Tosspeople_LeeJiyoon","source_title":"토스 피플: 이것도 나니까 할 수 있다고 생각하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-03-27","prompt_id":"ko-human-web-toss-people-design-2025-10","text_hash":"sha256:845e90d017afe97acd068a1d51218ab0b5bf5d7b76c5851c45910c30b82bc398","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
80
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-01","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-01","text_hash":"sha256:17ae4a6a90aef3d865af17cc9b370750fcbba8d9d93fe91683e542533a0affcf","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
81
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-02","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-02","text_hash":"sha256:26b6ce82f327cc663a5fdb9b573c8836ba3e7fcea5df72b7db8abdd3bcfb5fb9","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
82
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-03","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-03","text_hash":"sha256:ac85e92c150ee761ced6bda6b650b8e20281d0ad2ba521e5f4577506812742d2","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
83
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-04","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-04","text_hash":"sha256:49a2e593d846fd201960594bc3141337d31c77ee12547eaf21aa36c04de9c445","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
84
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-05","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-05","text_hash":"sha256:21098edd5f084f86b7dc5a4a65f0b563230687a0cb1536e73e7fdaa2340abf7f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
85
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-06","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-06","text_hash":"sha256:078566223733c20f39039a5ec8c180869a7481deec42def8da4a23443b245211","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
86
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-07","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-07","text_hash":"sha256:96f11002195ce41c273ea865ce46e54613a051d812f394ae1bacfc511cf48a99","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
87
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-08","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-08","text_hash":"sha256:553368d50744e770be55223efc3bf2d31fa65344da671abf2bb28bae2d7969f5","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
88
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-09","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-09","text_hash":"sha256:26e1a5bc70ac81b8a7dbc840c74fbb3a8ab224c7622a08b73472e66f30358dd0","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
89
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-10","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-10","text_hash":"sha256:15ce7d5ae21b6a248164e4c2f540d609c47d6b449d59373e5cdf18e4fa7bb91c","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
90
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-11","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-11","text_hash":"sha256:3b2db68090c139e4d75ce2d1c58e83815a6cc85beae72a904417724e4e87f952","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
91
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-08-14","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-ml-platform-2025-12","register":"technical-how-to","source_url":"https://toss.tech/article/feature-store-trainkit","source_title":"토스가 다양한 ML 모델을 만드는 법: Feature Store & Trainkit","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-08-14","prompt_id":"ko-human-web-toss-ml-platform-2025-12","text_hash":"sha256:462ec4e2abb7c57d4d08b5cec95d981a2038ac90ed72cf47fa8001fae19338bc","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
92
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-01","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-01","text_hash":"sha256:66469ef286ab47e6ab3ae03547b5aa8ef8eeadbf361e91d12fbf997e58a4854b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
93
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-02","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-02","text_hash":"sha256:0cfb77b57fff5f37eda1e5beba87f77857eadd7d36921ac866a949f3db25e412","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
94
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-03","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-03","text_hash":"sha256:2df205857887958765a38600aa06fa34f1ce743ca9afaef2eee1a85c391944b2","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
95
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-04","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-04","text_hash":"sha256:5e09f141eaa063398b5c991b197b445dc89248993315fb6c8ddcc5197fd6150e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
96
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-05","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-05","text_hash":"sha256:76e2020dd705cb9d2fac6ac8d39b15669daf57a2214cb4b123ececadf4089b46","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
97
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-06","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-06","text_hash":"sha256:66b0b83af86faa87debeb64e992675bb4d449ad11c2b7c722b98786eea557b37","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
98
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-07","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-07","text_hash":"sha256:062d5334d0a373aea0bac3617ab0d742d386f4930fd9179abac35f0c43e10e35","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
99
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-08","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-08","text_hash":"sha256:330aa5336428b0888b6ef84a4070410822cb8bd6199dd2c5233fd1806632bdc0","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
100
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-09","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-09","text_hash":"sha256:b4e264d8053dbaf0d36fe4d74678ad113e3990b38401bb278fb233af20d30a9a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
101
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-10","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-10","text_hash":"sha256:bf096681d790751980ccd3b53ecda6843f3ea6236daeba5b687e35a70b35b9e0","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
102
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-11","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-11","text_hash":"sha256:43cfc15732111f6ebd5e2f8ebd5b5ee27ade41a62c2627a2e70b7da811d5d9c0","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
103
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-10","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-gpu-mig-2025-12","register":"technical-how-to","source_url":"https://toss.tech/article/toss-securities-gpu-mig","source_title":"GPU를 밀도 있게 쓰는 방법 - 토스증권의 GPU 가상화(MIG) 도입기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","source_published_at":"2025-07-10","prompt_id":"ko-human-web-toss-gpu-mig-2025-12","text_hash":"sha256:ffd831ef1c292176e2336c797f0c70ca3ce6705ab3c3ae0a0551ea76fe73bf8d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
104
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-01","text_hash":"sha256:184415d067e3e2c8b4864bfefd1fa86a063d4e65352ee3e52ae2e474efc68130","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
105
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-02","text_hash":"sha256:048cfd4413fecf20c331101d1f18d7d6af2899de272577c03950d89d37d86b65","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
106
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-03","text_hash":"sha256:535dcf2cacae8d261ab8b60be61cbab38370fadeae9f63541bb81ebeeb550f36","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
107
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-04","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-04","text_hash":"sha256:e26c8a544394a055344234dff05e3aa842c7553d1f87af963de7288f413f5975","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
108
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-05","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-05","text_hash":"sha256:dd9c965abd5e65d4252d1f2fb9f926b9654d89d933f4cad3c0477abe4f463cb1","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
109
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-06","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-06","text_hash":"sha256:69d3716fb8f0d02ef13784e5437ca3e11ace3a2738d628da4ffa2b307fbabff1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
110
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-11","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-agenda-2025-07","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260011&rpt_tp=831-005","source_title":"2025년 국가연구개발 투자 핵심이슈 발굴 및 아젠다 수립 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-11","prompt_id":"ko-human-web-kistep-rnd-agenda-2025-07","text_hash":"sha256:48ef24d2d6f5dfe6b395c6c02cf8070d35041db3007d0d2796813ac534bafd3e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
111
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-31","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public repository abstract page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kei-sdgs-2025-01","register":"academic-summary","source_url":"https://repository.kei.re.kr/handle/2017.oak/24270","source_title":"지속가능발전목표(SDGs)의 상호작용에 관한 연구","source_license":"Public repository abstract page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-31","prompt_id":"ko-human-web-kei-sdgs-2025-01","text_hash":"sha256:18c3dc6ad54d573a056f9d37243ebfe86299c6332fe0ad92cd027896ecf3e024","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
112
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-01","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-01","text_hash":"sha256:19919606cbc440baccac9171d4631e7bfc00257b64ba71b61977c3da028cf6ec","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
113
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-02","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-02","text_hash":"sha256:f9779ead6c971ba17caeadeec3bfcbcaaabba13b56c0712c5f23de0114beb4f4","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
114
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-03","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-03","text_hash":"sha256:0f75cc3c1dc610ff801a8017269c441e6c9f5de164ca7bb0b4ac5a133d522c7e","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
115
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-04","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-04","text_hash":"sha256:e23133f53485e6be8aab390f5c5a6994ff88ac84b01330f88ff128188467268f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
116
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-05","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-05","text_hash":"sha256:51c7d2fb2209293ecb2dd4e8de0e41005b60e20b847723bc82b9bf34a379ba93","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
117
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-06","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-06","text_hash":"sha256:e243a5a1e20a507b46eea642aa2a1ad56a366a3044633b5fbc1b9df8aaf66b0b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
118
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-07","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-07","text_hash":"sha256:ad1f0f1d0fa9c53c2a218385955faf10a15f512dca1d7381d042c63fe275e846","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
119
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-03-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public webzine page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-nrf-trend-ai-2025-08","register":"academic-summary","source_url":"https://webzine.nrf.re.kr/magazine/2503/sub3.php","source_title":"한국연구재단웹진 2025년 3월 트렌드 리포트","source_license":"Public webzine page; raw text remains hash-only pending redistribution review.","source_published_at":"2025-03-01","prompt_id":"ko-human-web-nrf-trend-ai-2025-08","text_hash":"sha256:d4b5ea69feedb9b42e5a9ed34b166a4642d883d839c8c6198b9ffc88a7e4fbbd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
120
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-01","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-01","text_hash":"sha256:efb27dd5321f282b9179bea868a86645149333f948005146a62b5dee245cddd8","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
121
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-02","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-02","text_hash":"sha256:16f833a88f91cde6a1503f699625d304f9c657bb78d401c5f8b4cbf308424e54","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
122
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-03","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-03","text_hash":"sha256:ea5acb4609684443bb0888df7549e7e270d5479e108f2a51af66c5589df4e230","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
123
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-04","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-04","text_hash":"sha256:73d4ff70b7925847712202162954aa09c607d443b94efcc30b2af5c7e688e472","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
124
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-05","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-05","text_hash":"sha256:a772bd43b63ea12b53bdaee25f3b3750ed09939c05cc021fc17b825cf75ad66f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
125
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-06","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-06","text_hash":"sha256:c940e10693c612ac2bee2111107015e1729ec1d283346a9568b23a570ae4aa11","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
126
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-07","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-07","text_hash":"sha256:3f42423822caf3f6ec97adf0b3e6790a3f081b0e07a8127714195d901addc249","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
127
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-08","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-08","text_hash":"sha256:88ce172f7faa5b8a5a8b1e84f79416128acb39a2613e31a5d7712e02a9e1c98e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
128
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-09","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-09","text_hash":"sha256:51071670ac2a6a7420ed2832e057bfae28a280c78c494fddaec2371f445907b0","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
129
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-10","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-10","text_hash":"sha256:6c149026a6f67d5260741aa8a9aaa1adb7311fbf72de6f70a9283ad47021a9ba","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
130
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-11","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-11","text_hash":"sha256:3dc20b2c995cfb0610ac77ac65854d6d65c2d9735c13f13c9160f3652a12f0f8","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
131
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-doc-12","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/common","source_title":"카카오 로그인 공통 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-doc-12","text_hash":"sha256:50c9309b65a2f0cb2ef68c160c7d8f3077636844c8e2a74497b4a185f98e4220","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
132
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-01","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-01","text_hash":"sha256:76378d1a62054d64f3d6cb1f2088ac98c2c28ac951205ddaa712a5185b1178a7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
133
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-02","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-02","text_hash":"sha256:b7d7dd5465d1ef09813b14b860bf9722ad619bc688626284e21a42b1d880bbd5","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
134
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-03","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-03","text_hash":"sha256:cb968f5946164fef9d76f953e6bfda00d5ad6996fdb5917877d985b740fa3aa3","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
135
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-04","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-04","text_hash":"sha256:b439004d0a6458be93f193a356fb83c617a050a5656a36a4406bcdcbba051017","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
136
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-05","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-05","text_hash":"sha256:28a7b17802e185e67e680d20c6eb4c6bbd4c8449f490307a8cc2f83a3d683360","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
137
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-06","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-06","text_hash":"sha256:5d55603bac1fa65b6a0252b20c47a7119123aebd174812b1563b34b6dc4ca581","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
138
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-doc-07","register":"product-doc","source_url":"https://developers.naver.com/docs/login/overview/overview.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-doc-07","text_hash":"sha256:36948e92e4451dfea9c1e7023ee6079c273b22eefc74bef384bfbd474cb82379","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
139
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public-sector copyright policy page; raw text remains hash-only until row review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-seoul-opengov-copyright-01","register":"product-doc","source_url":"https://opengov.seoul.go.kr/copyright","source_title":"서울 열린데이터광장 저작권 정책","source_license":"Public-sector copyright policy page; raw text remains hash-only until row review.","prompt_id":"ko-human-web-seoul-opengov-copyright-01","text_hash":"sha256:f08558567f51eded4d0d370d9fe211df6db7d6428cc3c30dc7846cab6842c46a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
140
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public-sector copyright policy page; raw text remains hash-only until row review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-seoul-opengov-copyright-02","register":"product-doc","source_url":"https://opengov.seoul.go.kr/copyright","source_title":"서울 열린데이터광장 저작권 정책","source_license":"Public-sector copyright policy page; raw text remains hash-only until row review.","prompt_id":"ko-human-web-seoul-opengov-copyright-02","text_hash":"sha256:43d900e2f0c3e06deef84cf3cd216c70d55e031e68584dde2e50e4a72fc8f5c0","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
141
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public-sector copyright policy page; raw text remains hash-only until row review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-seoul-opengov-copyright-03","register":"product-doc","source_url":"https://opengov.seoul.go.kr/copyright","source_title":"서울 열린데이터광장 저작권 정책","source_license":"Public-sector copyright policy page; raw text remains hash-only until row review.","prompt_id":"ko-human-web-seoul-opengov-copyright-03","text_hash":"sha256:a5e5f7013a91ff519e9f52ea22d7cfe4003214fd5e07f2331a97a811bf02c34a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
142
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-01","text_hash":"sha256:3c9ab850d4399cb6aa44c80b049c792d1f03f850188dc59e93b48255ff7c9444","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
143
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-02","text_hash":"sha256:d270fad8bd4853ce6a21bda4bc23844da35b0b1ffc1092568589f164b03c5de0","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
144
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-03","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-03","text_hash":"sha256:d31367813b3fd1969c610c10ea7fdd38c566596c88e90f32253d56078e96bd68","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
145
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-04","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-04","text_hash":"sha256:c0fb4f4b9ddcf6b81975d6b57ea0848a2f76530cc9669c68814280f7c0b5b8d5","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
146
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-05","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-05","text_hash":"sha256:69018c05e1d1922e4f27c7d6d60b027083dc6729b4572fd5790509fb2d43c85a","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
147
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-06","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-06","text_hash":"sha256:8bb78fe6cfde1ed500bcb309de9acf43f9cc033e172ea8a205227f53c2f916e5","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
148
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-04","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-lowbirth-2025-07","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148945476","source_title":"올해 저출산·고령화 대응에 100조 7000억 원 투입…성과기반 운영","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-04","prompt_id":"ko-human-web-korea-policy-lowbirth-2025-07","text_hash":"sha256:ab6ab408ebf84888585fbdcd97dac250923e38a8a934182b241f471d79d0f35e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
149
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-youth-work-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148947124","source_title":"청년 근속 인센티브 조기 지급…7월부터 청년 3282명에","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-01","prompt_id":"ko-human-web-korea-policy-youth-work-2025-01","text_hash":"sha256:cb6123c363f21c666f1c8fb64012e5b4aec9279080b4eda3cd5fec73254eaf7d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
150
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-07-01","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-youth-work-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148947124","source_title":"청년 근속 인센티브 조기 지급…7월부터 청년 3282명에","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-07-01","prompt_id":"ko-human-web-korea-policy-youth-work-2025-02","text_hash":"sha256:13aae87e3a5eaf6429f7ef019a11ed890f656b668aaac0fdbab00279a6643a27","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
151
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-01","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-01","text_hash":"sha256:65b10ab6ac5c068eb8f9f1367f517a67d90a5c78690d045f1c509ff199e8c68e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
152
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-02","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-02","text_hash":"sha256:5e94114a67c6a2565cefdcf09ba3a4de96700bd8a85a525143baa8c6af7bd023","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
153
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-03","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-03","text_hash":"sha256:377ad8ae1b3844c40eaa3daabf6d957a7c0f2024e6574179f35f0b2bd6db9dfb","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
154
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-04","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-04","text_hash":"sha256:eb8ffe093a99846c136650ff0812a2a341321f9127c26fe3a291a7d01e36c5e8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
155
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-05","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-05","text_hash":"sha256:152960113f4ae3b31c377850f1bcaafb9511a99023b11c93120b8504576cde44","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
156
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-06","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-06","text_hash":"sha256:93dae9129995a8b23e7fee276e3063cc5df1f503048a555503495f18fbbf7ddf","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
157
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-07","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-07","text_hash":"sha256:20875f79641c4d287bc23ed1a838f808368178e95a56d646da3533b245a7199d","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
158
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-08","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-08","text_hash":"sha256:72a5482f1c51c49738abc659d954dd150dd7d037ef2ca7c1ff581c1967a6f652","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
159
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-09","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-09","text_hash":"sha256:829ae09ddd52b9e4e4ee944d13874bc4889749d2ab3b64a789d6a580539af231","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
160
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-front-2-10","register":"blog","source_url":"https://toss.tech/article/toss_front","source_title":"하마터면 못생겨질 뻔했다 - 토스 프론트 2 제작기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-front-2-10","text_hash":"sha256:18d49811c17b3a03af8a8995b468e6e24da2fedc1dd2533d60973e0f16acf95a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
161
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-01","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-01","text_hash":"sha256:f29f2a787b5746635aa1d235ddbc7fd622dd2c67d35b591d08e14e85e0a2836b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
162
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-02","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-02","text_hash":"sha256:ed1f548fe3c8bb72641308cabac4d111185ba84534f053a2c200d63e39203a93","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
163
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-03","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-03","text_hash":"sha256:1bf19daeedcdb038340c52b73025b3c735ccb9cf0fd849e193faca82283774f1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
164
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-04","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-04","text_hash":"sha256:f9801d6b772f8a1821c45e000f130b34c6007762302e126567b7ffa2614edbe3","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
165
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-05","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-05","text_hash":"sha256:5cc87adbcec247cd1a9025412948b9ab8e96575457bb4ab093b91436a1f78980","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
166
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-06","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-06","text_hash":"sha256:3409ba02b6239333897834b36dd52b06d386ad493f5a5268e9d59602e4d9206f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
167
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-07","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-07","text_hash":"sha256:fe8ad49726362b9113326a124c52811d2216d7700f39ce0df2de8b88455b6a4a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
168
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-08","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-08","text_hash":"sha256:87848a9b4eeae16751426b64ce77ab1925fb6cbbb57f7e60260c76a86a5af72a","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
169
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-09","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-09","text_hash":"sha256:3380607e2b6b92d47d199df771a2696f4bca2c3bcd432aea6a7c4eb68fcbdc73","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
170
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-10","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-10","text_hash":"sha256:f712a27a28906dd9c37b044ae8f332f5a68181270e9ab7cae7c754d2a72a9adf","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
171
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-11","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-11","text_hash":"sha256:7167fd01f3d5e8e156ead2721f64d943bae55173a4243797e4bd3d4602dc74b1","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
172
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-da-assistant-panda-12","register":"technical-how-to","source_url":"https://toss.tech/article/da-assistant-panda","source_title":"토스플레이스 데이터봇 판다(PANDA)를 소개합니다","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-da-assistant-panda-12","text_hash":"sha256:3339f97b41244345b2c105550338392229203f3bb2afc0867ae4e332d15c1187","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
173
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-01","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-01","text_hash":"sha256:f9fc2e7c578ec5e02dfdb7375fac2f2bcbafd4bb9a921d7e9f9ec1485e75c1a2","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
174
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-02","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-02","text_hash":"sha256:a061e60e8cf2536a0f7b2c700a281eca8c0a12348d681352ab42d7d130dbeec2","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
175
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-03","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-03","text_hash":"sha256:149185e5519ab0d71936bd717a1ea274677f1014fe395fae86b0ec5f60cd0250","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
176
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-04","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-04","text_hash":"sha256:938ab06a75e9657fba4809dba31d92299a92d184aca1cd26ebcfa52bd95ef726","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
177
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-05","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-05","text_hash":"sha256:3181627872037d7651549e0820f4d8c7e9035cc4559bfd1ed6e1ae9028e09fee","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
178
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-06","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-06","text_hash":"sha256:0ed6ada120b50e576ce2db56490570f1024e5888d6e0d8ec93517fea1ce98037","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
179
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-07","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-07","text_hash":"sha256:713b7f7af30548017e3fc878ddc80f4f67ab4ca73984b75269df008cfcb1ce8a","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
180
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-08","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-08","text_hash":"sha256:b933e480aec7b0c5554b6d55c5d1acccae24dc67319acd81cf54c9bdc8c46f92","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
181
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-09","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-09","text_hash":"sha256:dba760b7d08f25482f6002c2951dfe71986776a71afe8329ef620d36e5f627bb","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
182
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-10","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-10","text_hash":"sha256:8023f2cc816d8ac21c14586586ace02bad455d949bd1a7d8d065adb66bad436c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
183
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-11","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-11","text_hash":"sha256:fea4b94d81621918a555171c1dcc8244fdff526d7844bef128a49e12afe1628c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
184
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-starrocks-resource-group-12","register":"technical-how-to","source_url":"https://toss.tech/article/operating-starrocks-1","source_title":"StarRocks 운영기: Resource Group으로 멀티테넌트 워크로드 격리하기","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-starrocks-resource-group-12","text_hash":"sha256:39e7a5f9b97c2dc3193d95c04b80e4c23509ca8fc1f96fc391f74f437d37a5c0","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
185
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-post-quantum-crypto-01","register":"technical-how-to","source_url":"https://toss.tech/article/post-quantum-cryptography","source_title":"양자컴퓨터 시대에 대비한 양자내성암호 적용","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-post-quantum-crypto-01","text_hash":"sha256:6bfd422294e436259f2b007f552e20373f4aa1fbd6f9e5bdd4034085e78e5913","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
186
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-toss-post-quantum-crypto-02","register":"technical-how-to","source_url":"https://toss.tech/article/post-quantum-cryptography","source_title":"양자컴퓨터 시대에 대비한 양자내성암호 적용","source_license":"Public web page; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-toss-post-quantum-crypto-02","text_hash":"sha256:0ef65ef173e472812f12af91fb99a18406f144dfb28ca09f944f1c2cad701b63","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
187
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-01","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-01","text_hash":"sha256:26bdee9bd30a776f312def4db5cd4d1c2ee570e9935577b2a67dd2265db21983","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
188
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-02","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-02","text_hash":"sha256:733043991761f0563988cef7415fbc867c3a9f2bdab30b4a87461eee3a6775f8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
189
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-03","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-03","text_hash":"sha256:fbd02e5b6fbb5b80f4de9072291aa1532c835c66a20b190000e9b98ab4f1a765","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
190
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-04","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-04","text_hash":"sha256:adf504dd360cc5e931cdcf6e8506e0ea0164bb13c7ea5a9f11bbf17d7905237e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
191
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-05","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-05","text_hash":"sha256:b9efc3f5b741f2235c6f5fd068c9bf3cee475f1e35407c027a0fb71bd92d71e8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
192
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-06","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-06","text_hash":"sha256:faaeedccc8ecefe2c67d514d44f479491b3053afcb36f38766698aec7d8d641f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
193
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-07","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-07","text_hash":"sha256:4bc90ae9f32f8aa8d3065be9b0d952caf6d400a2d976c65f01cbe2be50f394be","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
194
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-08","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-08","text_hash":"sha256:2dc7e11d43a2fe54d88f9ca165c47c446f0cefde1bb256aa07f0885796a554d1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
195
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-09","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-09","text_hash":"sha256:c01cedcdec3a7f5602a0ce9cab460ea4596686904c1c5dbd3207dd169e34ab15","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
196
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-10","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-10","text_hash":"sha256:15f7ab08cc34211f4375f4b2af0ed3e6563890542154b57aec3cb1b96c484bcc","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
197
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-11","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-11","text_hash":"sha256:1a5217141422ae0626c923cdbe6cf5cac80943bff2c422d459ed59ffa05d8911","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
198
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-faq-12","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/faq","source_title":"카카오 로그인 FAQ","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-faq-12","text_hash":"sha256:39dc0007465e1e48e84cd3aa861b608e151c844f161b63e17ba4475a81306cad","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
199
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-01","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-01","text_hash":"sha256:1fecd7c1eeb37e67841b790d088aaf0048fe787a82ced9e40d9e6f25ed57c3b6","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
200
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-02","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-02","text_hash":"sha256:8c2bd573907199cef101f075435f0596239aa16af43dd85c139cd645ae6d5a2f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
201
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-03","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-03","text_hash":"sha256:c6c2552832363f1239c44c2acc2d9d627d6f9a7c543e10dc7f6eeba51d18fed5","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
202
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-04","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-04","text_hash":"sha256:bca9867493ebf5a2d6355a8a58553f99f3841c883539b7b7bcca67af5915ef53","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
203
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-05","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-05","text_hash":"sha256:81bdf50a381c2a849582f6da31a5bd5b9d74bf21793ea97d4368bda2f417009b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
204
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-06","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-06","text_hash":"sha256:3fd8a8afcedca5d66490a88f9876a24e155d2d9cd2524399965f65804a6419a7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
205
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-07","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-07","text_hash":"sha256:415d117032bf6dbf3df8b57e0ff704a0f5f0ea3d22602e0e54708801e7b043b8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
206
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-08","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-08","text_hash":"sha256:1bc6366a6fbbf6f7baf629298178c72e9cf39b2defa37a584ee52360cc4d42ed","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
207
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-09","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-09","text_hash":"sha256:5c49a56aadc1160610016247b217e631c6e861c3ad811285921007248e7cdd99","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
208
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-10","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-10","text_hash":"sha256:44246b9d5dfb1854c64c792c5bc488eb8205a4aa15374df6657c76f550ce46a4","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
209
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-11","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-11","text_hash":"sha256:90aeea0d3b65da77b664a304b1e81db1858dfbdeb39f18c394c8d57ac8a6e048","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
210
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kakao-login-flutter-12","register":"product-doc","source_url":"https://developers.kakao.com/docs/latest/ko/kakaologin/flutter","source_title":"카카오 로그인 Flutter 가이드","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-kakao-login-flutter-12","text_hash":"sha256:afd0a0321fd18783b684ee2036177f429570b00f68f4f44ef709a5dc9b2156d0","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
211
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-api-01","register":"product-doc","source_url":"https://developers.naver.com/docs/login/api/api.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-api-01","text_hash":"sha256:94d1b52e6f371b71a912e8ec1248603eae8fb491a787b1fe348df17256555fdb","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":1,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
212
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-api-02","register":"product-doc","source_url":"https://developers.naver.com/docs/login/api/api.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-api-02","text_hash":"sha256:93e8269c3e5f7e4508e87b9d57c27672b04b14c931c6038c1c54e6642acb64e8","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
213
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-api-03","register":"product-doc","source_url":"https://developers.naver.com/docs/login/api/api.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-api-03","text_hash":"sha256:8e0dd0268863df0ed54151c5208c50948332a1168f0ca35fa09412de759f2dc3","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
214
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-05-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public developer documentation; no redistribution review complete; raw text remains hash-only."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-naver-login-api-04","register":"product-doc","source_url":"https://developers.naver.com/docs/login/api/api.md","source_title":"네이버 로그인 API 명세","source_license":"Public developer documentation; no redistribution review complete; raw text remains hash-only.","prompt_id":"ko-human-web-naver-login-api-04","text_hash":"sha256:93b6e1a9cff596d7004ed3f4b3d7d0df1ef5874876da3860fac2b28eead2acc7","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
215
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-01","text_hash":"sha256:8834df9229de0fc00b4e0423ebb9684320a5c3c00999af5ba6c60814e29fe183","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
216
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-02","text_hash":"sha256:afb7f725feda7a99997c1b608324820ea27df0516fedcbfe6bf9be352670a4c9","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
217
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-03","text_hash":"sha256:b6050bf485a1fd61a547287ef229885d12cda60d1ae69ca2f1ed17c18f7aa9da","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
218
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-04","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-04","text_hash":"sha256:c4e81e52e3bd837281b9e57d97769cbaeb6672b945ce0a0a08da0ac6b52ceabe","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
219
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-05","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-05","text_hash":"sha256:086ded2d137859f5a060d816090f8169921db1b9f4f75c69b452ededa23c896f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
220
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-06","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-06","text_hash":"sha256:a1e08b303f7629f8dc74096cf1f542895f478cb19d4f02374bf92b7c18854a3f","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
221
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-07","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-07","text_hash":"sha256:f42d59e6996de8592bdf168bb925ef0b211de1ff53df1f3c9da5cf5b6d7f1ce1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
222
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-08","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-08","text_hash":"sha256:062805ad48057794ca551cc4e6bdfbff0b7836b8e1b74c106b518cba1a9898c4","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
223
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-09","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-09","text_hash":"sha256:4360e3fcbfabc691f48d40ef4464ac4ba0c98acf3698e54351607c87cae06223","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
224
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-10","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-10","text_hash":"sha256:cdc6972b58dd90c5fe7353b043692534023d56a466dd28a7a02692cb5d3b82fd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
225
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-11","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-11","text_hash":"sha256:cb3df1c4042b27b9341d90f819a8e66eeff3f98ab2ec1d9ceaa5cd4f172a4438","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
226
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-performance-eval-2025-12","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260060&rpt_tp=831-001","source_title":"2025년 성과평가 정책수립·운영 및 평가실시","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-performance-eval-2025-12","text_hash":"sha256:17d30951fbedf0dc77d85c17fe43e058cdd4a105fd406cfc7330abcfb1b19fbd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
227
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-consistency-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260037&rpt_tp=831-003","source_title":"2025년 R&D사업 예비타당성조사 일관성 제고를 위한 조사체계 개선방향 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-08","prompt_id":"ko-human-web-kistep-rnd-consistency-2025-01","text_hash":"sha256:270669467a4ac225afc9787f3336cc83c6c4874eaea62b07cf57c77eb7cd122c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
228
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-consistency-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260037&rpt_tp=831-003","source_title":"2025년 R&D사업 예비타당성조사 일관성 제고를 위한 조사체계 개선방향 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-08","prompt_id":"ko-human-web-kistep-rnd-consistency-2025-02","text_hash":"sha256:701dfd93ac134c964d28682a1a359263c63fdb19f9dbc83f2a28db5f0a57231c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
229
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-consistency-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260037&rpt_tp=831-003","source_title":"2025년 R&D사업 예비타당성조사 일관성 제고를 위한 조사체계 개선방향 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-08","prompt_id":"ko-human-web-kistep-rnd-consistency-2025-03","text_hash":"sha256:80a16f49f64c4c549960cdfd8781e03857db7f58c4bc7b87d37aa7525c9e2645","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
230
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-consistency-2025-04","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260037&rpt_tp=831-003","source_title":"2025년 R&D사업 예비타당성조사 일관성 제고를 위한 조사체계 개선방향 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-08","prompt_id":"ko-human-web-kistep-rnd-consistency-2025-04","text_hash":"sha256:553adea40cbbdc0888826841754a91537f80e56b8a9e3a598516cabe524bdb1e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
231
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-08","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-consistency-2025-05","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260037&rpt_tp=831-003","source_title":"2025년 R&D사업 예비타당성조사 일관성 제고를 위한 조사체계 개선방향 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-08","prompt_id":"ko-human-web-kistep-rnd-consistency-2025-05","text_hash":"sha256:9808f4a177e36e045f448cf3db7824671dd6ce23fab384a8192dd50571afc478","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
232
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-03-30","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-outcome-policy-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260095&rpt_tp=831-004","source_title":"2025년 연구성과 확산 정책 수립 및 제도 운영","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-03-30","prompt_id":"ko-human-web-kistep-outcome-policy-2025-01","text_hash":"sha256:56f6084d5cdd676a0f2a84303183c47586aced12300d117da43c73af7d9c45ef","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
233
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-03-30","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-outcome-policy-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260095&rpt_tp=831-004","source_title":"2025년 연구성과 확산 정책 수립 및 제도 운영","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-03-30","prompt_id":"ko-human-web-kistep-outcome-policy-2025-02","text_hash":"sha256:d7418875fa03eb91ab68af6938b1003d8402fc396495275217b7725ee47687eb","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
234
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-03-30","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-outcome-policy-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260095&rpt_tp=831-004","source_title":"2025년 연구성과 확산 정책 수립 및 제도 운영","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-03-30","prompt_id":"ko-human-web-kistep-outcome-policy-2025-03","text_hash":"sha256:e518453ae1b37152fe94be48ec3e069a53d4eeb9ca34de7293cd5daf75e94730","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
235
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-03-30","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-outcome-policy-2025-04","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260095&rpt_tp=831-004","source_title":"2025년 연구성과 확산 정책 수립 및 제도 운영","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-03-30","prompt_id":"ko-human-web-kistep-outcome-policy-2025-04","text_hash":"sha256:44a113f24e2bb8fbe53f956db6304d1ccdc52daba3efeb8956061b8930b1adad","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
236
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-investment-issue-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260070&rpt_tp=831-004","source_title":"2025년 R&D 투자의 성과 활성화 정책이슈 분석 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-rnd-investment-issue-2025-01","text_hash":"sha256:e7c1df62ccf82e378670502fb4b98a1d0895d256c504fe805b3a1c6dde985b9e","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
237
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-investment-issue-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260070&rpt_tp=831-004","source_title":"2025년 R&D 투자의 성과 활성화 정책이슈 분석 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-rnd-investment-issue-2025-02","text_hash":"sha256:bdb111024d8d6b4b603dca87ab58a3924e07db76b6262af2a6eb80418874a60c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
238
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-investment-issue-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260070&rpt_tp=831-004","source_title":"2025년 R&D 투자의 성과 활성화 정책이슈 분석 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-rnd-investment-issue-2025-03","text_hash":"sha256:f7bb27b2990023abafe1b97a4a8dba37f072d8090277fc2e7dc162c7737e68c1","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
239
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-investment-issue-2025-04","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260070&rpt_tp=831-004","source_title":"2025년 R&D 투자의 성과 활성화 정책이슈 분석 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-rnd-investment-issue-2025-04","text_hash":"sha256:cf0615385e92a10338e710d2d900ce3a3b9468e2965fee73d886373858aaeffd","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
240
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-rnd-investment-issue-2025-05","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305050000&rpt_no=RES0220260070&rpt_tp=831-004","source_title":"2025년 R&D 투자의 성과 활성화 정책이슈 분석 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-rnd-investment-issue-2025-05","text_hash":"sha256:74ba986e7e86590a65450ad690182bee2a7fda3ed95257154f43809552ced461","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
241
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-scoreboard-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260028&rpt_tp=831-002","source_title":"2025년 과학기술혁신정책 스코어보드 개발 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-scoreboard-2025-01","text_hash":"sha256:ec9a941c324df65b87a1192fa81deffb1c16f06ec25fc8460df7dfa522a84c69","expected_hot":false,"predicted_hot":true,"patina_score":100,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":1,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":1,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
242
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-scoreboard-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260028&rpt_tp=831-002","source_title":"2025년 과학기술혁신정책 스코어보드 개발 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-scoreboard-2025-02","text_hash":"sha256:bae6fb0e38769393f88a8b75d0a89a9aece7b41a20ba664b5f2387c84c13f77b","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
243
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-scoreboard-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260028&rpt_tp=831-002","source_title":"2025년 과학기술혁신정책 스코어보드 개발 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-scoreboard-2025-03","text_hash":"sha256:4185bdf61859096938da5f9c92502668c8ebf4e65881097c5a19c177114c3e5c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
244
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-25","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-scoreboard-2025-04","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260028&rpt_tp=831-002","source_title":"2025년 과학기술혁신정책 스코어보드 개발 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-25","prompt_id":"ko-human-web-kistep-scoreboard-2025-04","text_hash":"sha256:0dac58a0fcdd04c25a8facff7c087a88d9d13b3aa2f42c7d568e22a860da34cc","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
245
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-youth-basic-2025-01","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148949763","source_title":"정부, 보편적 청년정책 추진…안정적 기본생활 보장","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-22","prompt_id":"ko-human-web-korea-policy-youth-basic-2025-01","text_hash":"sha256:889df4dae1d4ae19e7b0c3baedd305217838d540d81f513d673dbed43e966f29","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
246
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2025-09-22","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-korea-policy-youth-basic-2025-02","register":"chat-update","source_url":"https://www.korea.kr/news/policyNewsView.do?newsId=148949763","source_title":"정부, 보편적 청년정책 추진…안정적 기본생활 보장","source_license":"Public web page; news images/third-party media excluded; raw text remains hash-only pending page-level redistribution review.","source_published_at":"2025-09-22","prompt_id":"ko-human-web-korea-policy-youth-basic-2025-02","text_hash":"sha256:d77349058b12a82465651e69ed44a71e33005592c97422227f3280b9f1d9d00c","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
247
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-03-31","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-student-researcher-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportDetail.es?mid=a10305090000&rpt_no=RES0220260096&rpt_tp=831-002","source_title":"2025년 학생인건비 및 학생연구자 지원 제도 운영 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-03-31","prompt_id":"ko-human-web-kistep-student-researcher-2025-01","text_hash":"sha256:a35bd661c2ea11073a9406b84dc68dee245cf9eb56622c57979755cbb9774484","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
248
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-20","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-research-ethics-2025-01","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260054&rpt_tp=831-004","source_title":"2025년 연구윤리 확보 및 실무지원 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-20","prompt_id":"ko-human-web-kistep-research-ethics-2025-01","text_hash":"sha256:59bc0b9a2fbfedf1cd9a57ceee2a7068c20d1fb8f58b0b890d4078921c003135","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
249
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-20","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-research-ethics-2025-02","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260054&rpt_tp=831-004","source_title":"2025년 연구윤리 확보 및 실무지원 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-20","prompt_id":"ko-human-web-kistep-research-ethics-2025-02","text_hash":"sha256:76040d99357ebb67dfbf952b8c996dd8f50715dc0d778e758685aaac7b26af10","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|
|
250
|
+
{"language":"ko","class":"natural-human","model_family":"human-reference","provider":"web-human-control","model":"human-authored-web-candidate","generated_at":"2026-02-20","decoding":"not-applicable","postprocess":{"editing_pass":"none","extraction":"scripted web paragraph candidate","source_kind":"public-web"},"redistribution":"hash-only","source_review":{"status":"hash-only-web-candidate","rationale":"Raw text stays in gitignored private intake. Commit only URL, license note, metadata, score, and sha256 digest until redistribution review is complete.","license_basis":"Public research summary page; raw text remains hash-only pending redistribution review."},"reviewer_notes":"Human-control candidate from public Korean web source; not a public benchmark claim.","sample_id":"ko-human-web-kistep-research-ethics-2025-03","register":"academic-summary","source_url":"https://www.kistep.re.kr/reportAllDetail.es?mid=a10305010000&rpt_no=RES0220260054&rpt_tp=831-004","source_title":"2025년 연구윤리 확보 및 실무지원 연구","source_license":"Public research summary page; raw text remains hash-only pending redistribution review.","source_published_at":"2026-02-20","prompt_id":"ko-human-web-kistep-research-ethics-2025-03","text_hash":"sha256:c87e44732d2f3dc4d856e8b128d03b11d2b3f25f2e9d9eca89dcd8fb9c0f6eb3","expected_hot":false,"predicted_hot":false,"patina_score":0,"score_review":{"scorer":"patina deterministic analyzer","paragraph_count":1,"hot_paragraph_count":0,"trigger_counts":{"burstiness_low":0,"mattr_low":0,"lexicon_hot":0,"ko_diagnostics_hot":0},"scored_at":"2026-05-22","skip_reason":"paragraphs<=2"}}
|