psyclaw 0.27.23 → 0.28.1
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/README.md +11 -5
- package/agents/recommended/catalog.json +99 -0
- package/dist/apps/panel/index.html +5 -5
- package/dist/src/adapters/pi/extension.js +339 -94
- package/dist/src/adapters/pi/extension.js.map +1 -1
- package/dist/src/adapters/pi/rpc.d.ts +2 -0
- package/dist/src/adapters/pi/rpc.js +9 -2
- package/dist/src/adapters/pi/rpc.js.map +1 -1
- package/dist/src/agents/import.js +44 -32
- package/dist/src/agents/import.js.map +1 -1
- package/dist/src/agents/recommended-personas.d.ts +42 -0
- package/dist/src/agents/recommended-personas.js +135 -0
- package/dist/src/agents/recommended-personas.js.map +1 -0
- package/dist/src/analysis/hooks.d.ts +1 -0
- package/dist/src/analysis/hooks.js +20 -1
- package/dist/src/analysis/hooks.js.map +1 -1
- package/dist/src/ars/bridge.d.ts +20 -0
- package/dist/src/ars/bridge.js +132 -0
- package/dist/src/ars/bridge.js.map +1 -0
- package/dist/src/ars/contracts.d.ts +55 -0
- package/dist/src/ars/contracts.js +2 -0
- package/dist/src/ars/contracts.js.map +1 -0
- package/dist/src/ars/panel-plan.d.ts +4 -0
- package/dist/src/ars/panel-plan.js +11 -0
- package/dist/src/ars/panel-plan.js.map +1 -0
- package/dist/src/ars/pi-panel-executor.d.ts +30 -0
- package/dist/src/ars/pi-panel-executor.js +140 -0
- package/dist/src/ars/pi-panel-executor.js.map +1 -0
- package/dist/src/ars/profile.d.ts +36 -0
- package/dist/src/ars/profile.js +119 -0
- package/dist/src/ars/profile.js.map +1 -0
- package/dist/src/ars/re-review.d.ts +22 -0
- package/dist/src/ars/re-review.js +172 -0
- package/dist/src/ars/re-review.js.map +1 -0
- package/dist/src/branding.d.ts +2 -4
- package/dist/src/branding.js +3 -5
- package/dist/src/branding.js.map +1 -1
- package/dist/src/bundled-tools.d.ts +3 -0
- package/dist/src/bundled-tools.js +21 -0
- package/dist/src/bundled-tools.js.map +1 -0
- package/dist/src/chat.js +6 -5
- package/dist/src/chat.js.map +1 -1
- package/dist/src/cli.js +6 -3
- package/dist/src/cli.js.map +1 -1
- package/dist/src/creation/contracts.d.ts +41 -0
- package/dist/src/creation/contracts.js +2 -0
- package/dist/src/creation/contracts.js.map +1 -0
- package/dist/src/creation/service.d.ts +7 -0
- package/dist/src/creation/service.js +208 -0
- package/dist/src/creation/service.js.map +1 -0
- package/dist/src/index.d.ts +11 -0
- package/dist/src/index.js +11 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/install/installer.js +32 -10
- package/dist/src/install/installer.js.map +1 -1
- package/dist/src/orchestration/bundled-personas.d.ts +16 -0
- package/dist/src/orchestration/bundled-personas.js +101 -0
- package/dist/src/orchestration/bundled-personas.js.map +1 -0
- package/dist/src/orchestration/effects.d.ts +8 -0
- package/dist/src/orchestration/effects.js +39 -0
- package/dist/src/orchestration/effects.js.map +1 -0
- package/dist/src/orchestration/personas.d.ts +16 -0
- package/dist/src/orchestration/personas.js +64 -0
- package/dist/src/orchestration/personas.js.map +1 -0
- package/dist/src/orchestration/pi-executor.d.ts +9 -4
- package/dist/src/orchestration/pi-executor.js +55 -22
- package/dist/src/orchestration/pi-executor.js.map +1 -1
- package/dist/src/orchestration/research-agents.d.ts +3 -7
- package/dist/src/orchestration/research-agents.js +5 -69
- package/dist/src/orchestration/research-agents.js.map +1 -1
- package/dist/src/panel/server.js +19 -4
- package/dist/src/panel/server.js.map +1 -1
- package/dist/src/project/paths.d.ts +3 -0
- package/dist/src/project/paths.js +7 -0
- package/dist/src/project/paths.js.map +1 -1
- package/dist/src/rules/user-rules.d.ts +8 -0
- package/dist/src/rules/user-rules.js +36 -0
- package/dist/src/rules/user-rules.js.map +1 -0
- package/dist/src/skills/contracts.d.ts +4 -4
- package/dist/src/skills/recommended.js +1 -1
- package/dist/src/skills/registry.js +49 -28
- package/dist/src/skills/registry.js.map +1 -1
- package/dist/src/style/cli-ui.d.ts +14 -0
- package/dist/src/style/cli-ui.js +45 -1
- package/dist/src/style/cli-ui.js.map +1 -1
- package/dist/src/tui/skill-manager.js +1 -1
- package/dist/src/tui/skill-manager.js.map +1 -1
- package/dist/src/updates/update.js +9 -3
- package/dist/src/updates/update.js.map +1 -1
- package/package.json +15 -3
- package/scripts/rebrand-pi.mjs +6 -0
- package/skills/recommended/catalog.json +2 -11
- package/vendor/ars/.claude/CLAUDE.md +371 -0
- package/vendor/ars/.command-invariants.toml +24 -0
- package/vendor/ars/CITATION.cff +35 -0
- package/vendor/ars/LICENSE +417 -0
- package/vendor/ars/MODE_REGISTRY.md +76 -0
- package/vendor/ars/NOTICE.md +26 -0
- package/vendor/ars/POSITIONING.md +99 -0
- package/vendor/ars/PSYCLAW_SOURCE.json +10 -0
- package/vendor/ars/README.md +751 -0
- package/vendor/ars/SECURITY.md +52 -0
- package/vendor/ars/THIRD_PARTY.md +70 -0
- package/vendor/ars/academic-paper/SKILL.md +542 -0
- package/vendor/ars/academic-paper/agents/abstract_bilingual_agent.md +171 -0
- package/vendor/ars/academic-paper/agents/argument_builder_agent.md +276 -0
- package/vendor/ars/academic-paper/agents/citation_compliance_agent.md +422 -0
- package/vendor/ars/academic-paper/agents/draft_writer_agent.md +656 -0
- package/vendor/ars/academic-paper/agents/formatter_agent.md +999 -0
- package/vendor/ars/academic-paper/agents/intake_agent.md +393 -0
- package/vendor/ars/academic-paper/agents/literature_strategist_agent.md +626 -0
- package/vendor/ars/academic-paper/agents/peer_reviewer_agent.md +516 -0
- package/vendor/ars/academic-paper/agents/revision_coach_agent.md +334 -0
- package/vendor/ars/academic-paper/agents/socratic_mentor_agent.md +527 -0
- package/vendor/ars/academic-paper/agents/structure_architect_agent.md +401 -0
- package/vendor/ars/academic-paper/agents/visualization_agent.md +441 -0
- package/vendor/ars/academic-paper/examples/chinese_paper_example.md +278 -0
- package/vendor/ars/academic-paper/examples/clinical_citation_verification_checklist.md +95 -0
- package/vendor/ars/academic-paper/examples/clinical_epistemic_status_example.md +100 -0
- package/vendor/ars/academic-paper/examples/commitment_ledger_example.md +147 -0
- package/vendor/ars/academic-paper/examples/imrad_hei_example.md +234 -0
- package/vendor/ars/academic-paper/examples/literature_review_example.md +260 -0
- package/vendor/ars/academic-paper/examples/plan_mode_guided_writing.md +600 -0
- package/vendor/ars/academic-paper/examples/revision_mode_example.md +344 -0
- package/vendor/ars/academic-paper/examples/revision_recovery_example.md +506 -0
- package/vendor/ars/academic-paper/examples/version_family_reconciliation_example.md +89 -0
- package/vendor/ars/academic-paper/references/abstract_writing_guide.md +169 -0
- package/vendor/ars/academic-paper/references/academic_writing_style.md +188 -0
- package/vendor/ars/academic-paper/references/anti_leakage_protocol.md +83 -0
- package/vendor/ars/academic-paper/references/apa7_chinese_citation_guide.md +364 -0
- package/vendor/ars/academic-paper/references/apa7_extended_guide.md +198 -0
- package/vendor/ars/academic-paper/references/changelog.md +11 -0
- package/vendor/ars/academic-paper/references/citation_format_switcher.md +228 -0
- package/vendor/ars/academic-paper/references/committee_correspondence_protocol.md +158 -0
- package/vendor/ars/academic-paper/references/credit_authorship_guide.md +308 -0
- package/vendor/ars/academic-paper/references/disclosure_mode_protocol.md +478 -0
- package/vendor/ars/academic-paper/references/domain_evidence_profiles.md +38 -0
- package/vendor/ars/academic-paper/references/failure_paths.md +349 -0
- package/vendor/ars/academic-paper/references/funding_statement_guide.md +319 -0
- package/vendor/ars/academic-paper/references/hei_domain_glossary.md +169 -0
- package/vendor/ars/academic-paper/references/intro_title_rhetoric_guide.md +114 -0
- package/vendor/ars/academic-paper/references/journal_submission_guide.md +249 -0
- package/vendor/ars/academic-paper/references/latex_template_reference.md +378 -0
- package/vendor/ars/academic-paper/references/mode_selection_guide.md +378 -0
- package/vendor/ars/academic-paper/references/paper_structure_patterns.md +330 -0
- package/vendor/ars/academic-paper/references/plan_mode_protocol.md +112 -0
- package/vendor/ars/academic-paper/references/policy_anchor_disclosure_protocol.md +200 -0
- package/vendor/ars/academic-paper/references/policy_anchor_table.md +157 -0
- package/vendor/ars/academic-paper/references/revision_patch_protocol.md +173 -0
- package/vendor/ars/academic-paper/references/statistical_visualization_standards.md +750 -0
- package/vendor/ars/academic-paper/references/venue_disclosure_policies.md +259 -0
- package/vendor/ars/academic-paper/references/vlm_figure_verification.md +126 -0
- package/vendor/ars/academic-paper/references/workflow_phase_details.md +135 -0
- package/vendor/ars/academic-paper/references/writing_judgment_framework.md +59 -0
- package/vendor/ars/academic-paper/references/writing_quality_check.md +173 -0
- package/vendor/ars/academic-paper/templates/bilingual_abstract_template.md +78 -0
- package/vendor/ars/academic-paper/templates/case_study_template.md +129 -0
- package/vendor/ars/academic-paper/templates/conference_paper_template.md +108 -0
- package/vendor/ars/academic-paper/templates/credit_statement_template.md +132 -0
- package/vendor/ars/academic-paper/templates/funding_statement_template.md +290 -0
- package/vendor/ars/academic-paper/templates/imrad_template.md +183 -0
- package/vendor/ars/academic-paper/templates/latex_article_template.tex +199 -0
- package/vendor/ars/academic-paper/templates/literature_review_template.md +135 -0
- package/vendor/ars/academic-paper/templates/policy_brief_template.md +139 -0
- package/vendor/ars/academic-paper/templates/revision_tracking_template.md +199 -0
- package/vendor/ars/academic-paper/templates/theoretical_paper_template.md +119 -0
- package/vendor/ars/academic-paper-reviewer/SKILL.md +491 -0
- package/vendor/ars/academic-paper-reviewer/agents/devils_advocate_reviewer_agent.md +443 -0
- package/vendor/ars/academic-paper-reviewer/agents/domain_reviewer_agent.md +412 -0
- package/vendor/ars/academic-paper-reviewer/agents/editorial_synthesizer_agent.md +478 -0
- package/vendor/ars/academic-paper-reviewer/agents/eic_agent.md +339 -0
- package/vendor/ars/academic-paper-reviewer/agents/field_analyst_agent.md +221 -0
- package/vendor/ars/academic-paper-reviewer/agents/methodology_reviewer_agent.md +449 -0
- package/vendor/ars/academic-paper-reviewer/agents/perspective_reviewer_agent.md +427 -0
- package/vendor/ars/academic-paper-reviewer/examples/hei_paper_review_example.md +391 -0
- package/vendor/ars/academic-paper-reviewer/examples/interdisciplinary_review_example.md +299 -0
- package/vendor/ars/academic-paper-reviewer/examples/subclaim_decomposition_example.md +80 -0
- package/vendor/ars/academic-paper-reviewer/references/calibration_mode_protocol.md +256 -0
- package/vendor/ars/academic-paper-reviewer/references/changelog.md +10 -0
- package/vendor/ars/academic-paper-reviewer/references/editorial_decision_standards.md +236 -0
- package/vendor/ars/academic-paper-reviewer/references/guided_mode_protocol.md +34 -0
- package/vendor/ars/academic-paper-reviewer/references/integration_guide.md +15 -0
- package/vendor/ars/academic-paper-reviewer/references/quality_rubrics.md +84 -0
- package/vendor/ars/academic-paper-reviewer/references/re_review_mode_protocol.md +340 -0
- package/vendor/ars/academic-paper-reviewer/references/review_criteria_framework.md +98 -0
- package/vendor/ars/academic-paper-reviewer/references/review_panel_provenance_protocol.md +197 -0
- package/vendor/ars/academic-paper-reviewer/references/review_quality_thinking.md +58 -0
- package/vendor/ars/academic-paper-reviewer/references/reviewer_sprint_prompt_source.md +324 -0
- package/vendor/ars/academic-paper-reviewer/references/sprint_contract_protocol.md +296 -0
- package/vendor/ars/academic-paper-reviewer/references/statistical_reporting_standards.md +505 -0
- package/vendor/ars/academic-paper-reviewer/references/top_journals_by_field.md +206 -0
- package/vendor/ars/academic-paper-reviewer/templates/editorial_decision_template.md +235 -0
- package/vendor/ars/academic-paper-reviewer/templates/peer_review_report_template.md +305 -0
- package/vendor/ars/academic-paper-reviewer/templates/revision_response_template.md +248 -0
- package/vendor/ars/academic-pipeline/SKILL.md +736 -0
- package/vendor/ars/academic-pipeline/agents/claim_ref_alignment_audit_agent.md +382 -0
- package/vendor/ars/academic-pipeline/agents/collaboration_depth_agent.md +164 -0
- package/vendor/ars/academic-pipeline/agents/integrity_verification_agent.md +870 -0
- package/vendor/ars/academic-pipeline/agents/pipeline_orchestrator_agent.md +1379 -0
- package/vendor/ars/academic-pipeline/agents/state_tracker_agent.md +622 -0
- package/vendor/ars/academic-pipeline/examples/full_pipeline_example.md +482 -0
- package/vendor/ars/academic-pipeline/examples/integrity_failure_recovery.md +389 -0
- package/vendor/ars/academic-pipeline/examples/mid_entry_example.md +414 -0
- package/vendor/ars/academic-pipeline/references/adapters/.gitkeep +0 -0
- package/vendor/ars/academic-pipeline/references/adapters/overview.md +153 -0
- package/vendor/ars/academic-pipeline/references/ai_research_failure_modes.md +185 -0
- package/vendor/ars/academic-pipeline/references/changelog.md +14 -0
- package/vendor/ars/academic-pipeline/references/claim_audit_calibration_protocol.md +175 -0
- package/vendor/ars/academic-pipeline/references/claim_verification_protocol.md +282 -0
- package/vendor/ars/academic-pipeline/references/external_review_protocol.md +131 -0
- package/vendor/ars/academic-pipeline/references/integrity_review_protocol.md +110 -0
- package/vendor/ars/academic-pipeline/references/literature_corpus_consumers.md +193 -0
- package/vendor/ars/academic-pipeline/references/mode_advisor.md +135 -0
- package/vendor/ars/academic-pipeline/references/passport_as_reset_boundary.md +132 -0
- package/vendor/ars/academic-pipeline/references/pipeline_state_machine.md +405 -0
- package/vendor/ars/academic-pipeline/references/plagiarism_detection_protocol.md +239 -0
- package/vendor/ars/academic-pipeline/references/process_summary_protocol.md +209 -0
- package/vendor/ars/academic-pipeline/references/progress_dashboard_template.md +38 -0
- package/vendor/ars/academic-pipeline/references/reinforcement_content.md +15 -0
- package/vendor/ars/academic-pipeline/references/reproducibility_audit.md +55 -0
- package/vendor/ars/academic-pipeline/references/score_trajectory_protocol.md +78 -0
- package/vendor/ars/academic-pipeline/references/team_collaboration_protocol.md +261 -0
- package/vendor/ars/academic-pipeline/references/two_stage_review_protocol.md +27 -0
- package/vendor/ars/academic-pipeline/templates/pipeline_status_template.md +146 -0
- package/vendor/ars/agents/report_compiler_agent.md +341 -0
- package/vendor/ars/agents/research_architect_agent.md +298 -0
- package/vendor/ars/agents/synthesis_agent.md +356 -0
- package/vendor/ars/commands/ars-3w.md +10 -0
- package/vendor/ars/commands/ars-abstract.md +10 -0
- package/vendor/ars/commands/ars-cache-invalidate.md +20 -0
- package/vendor/ars/commands/ars-citation-check.md +10 -0
- package/vendor/ars/commands/ars-disclosure.md +10 -0
- package/vendor/ars/commands/ars-format-convert.md +10 -0
- package/vendor/ars/commands/ars-full.md +9 -0
- package/vendor/ars/commands/ars-lit-review.md +12 -0
- package/vendor/ars/commands/ars-mark-read.md +18 -0
- package/vendor/ars/commands/ars-outline.md +10 -0
- package/vendor/ars/commands/ars-plan.md +10 -0
- package/vendor/ars/commands/ars-rebuttal-audit.md +12 -0
- package/vendor/ars/commands/ars-reviewer.md +9 -0
- package/vendor/ars/commands/ars-revision-coach.md +9 -0
- package/vendor/ars/commands/ars-revision.md +10 -0
- package/vendor/ars/commands/ars-unmark-read.md +16 -0
- package/vendor/ars/deep-research/SKILL.md +600 -0
- package/vendor/ars/deep-research/agents/bibliography_agent.md +473 -0
- package/vendor/ars/deep-research/agents/devils_advocate_agent.md +192 -0
- package/vendor/ars/deep-research/agents/editor_in_chief_agent.md +167 -0
- package/vendor/ars/deep-research/agents/ethics_review_agent.md +267 -0
- package/vendor/ars/deep-research/agents/meta_analysis_agent.md +325 -0
- package/vendor/ars/deep-research/agents/monitoring_agent.md +209 -0
- package/vendor/ars/deep-research/agents/report_compiler_agent.md +341 -0
- package/vendor/ars/deep-research/agents/research_architect_agent.md +298 -0
- package/vendor/ars/deep-research/agents/research_question_agent.md +216 -0
- package/vendor/ars/deep-research/agents/risk_of_bias_agent.md +231 -0
- package/vendor/ars/deep-research/agents/socratic_mentor_agent.md +764 -0
- package/vendor/ars/deep-research/agents/source_verification_agent.md +219 -0
- package/vendor/ars/deep-research/agents/synthesis_agent.md +356 -0
- package/vendor/ars/deep-research/agents/timeline_extraction_agent.md +99 -0
- package/vendor/ars/deep-research/examples/exploratory_research.md +157 -0
- package/vendor/ars/deep-research/examples/fact_check_mode.md +173 -0
- package/vendor/ars/deep-research/examples/handoff_to_paper.md +318 -0
- package/vendor/ars/deep-research/examples/idea_diversity_coverage_gap_advisory.md +64 -0
- package/vendor/ars/deep-research/examples/policy_analysis.md +161 -0
- package/vendor/ars/deep-research/examples/review_mode.md +253 -0
- package/vendor/ars/deep-research/examples/socratic_guided_research.md +331 -0
- package/vendor/ars/deep-research/examples/systematic_review.md +133 -0
- package/vendor/ars/deep-research/references/apa7_style_guide.md +162 -0
- package/vendor/ars/deep-research/references/argumentation_reasoning_framework.md +68 -0
- package/vendor/ars/deep-research/references/arxiv_api_protocol.md +76 -0
- package/vendor/ars/deep-research/references/changelog.md +22 -0
- package/vendor/ars/deep-research/references/chinese_literature_api_protocol.md +317 -0
- package/vendor/ars/deep-research/references/cross_agent_quality_definitions.md +14 -0
- package/vendor/ars/deep-research/references/crossref_api_protocol.md +84 -0
- package/vendor/ars/deep-research/references/equator_reporting_guidelines.md +482 -0
- package/vendor/ars/deep-research/references/ethics_checklist.md +282 -0
- package/vendor/ars/deep-research/references/failure_paths.md +355 -0
- package/vendor/ars/deep-research/references/interdisciplinary_bridges.md +292 -0
- package/vendor/ars/deep-research/references/irb_decision_tree.md +315 -0
- package/vendor/ars/deep-research/references/literature_monitoring_strategies.md +263 -0
- package/vendor/ars/deep-research/references/logical_fallacies.md +192 -0
- package/vendor/ars/deep-research/references/methodology_patterns.md +462 -0
- package/vendor/ars/deep-research/references/mode_selection_guide.md +331 -0
- package/vendor/ars/deep-research/references/openalex_api_protocol.md +82 -0
- package/vendor/ars/deep-research/references/preregistration_guide.md +324 -0
- package/vendor/ars/deep-research/references/semantic_scholar_api_protocol.md +107 -0
- package/vendor/ars/deep-research/references/socratic_mode_protocol.md +99 -0
- package/vendor/ars/deep-research/references/socratic_questioning_framework.md +232 -0
- package/vendor/ars/deep-research/references/source_quality_hierarchy.md +188 -0
- package/vendor/ars/deep-research/references/systematic_review_protocol.md +95 -0
- package/vendor/ars/deep-research/references/systematic_review_toolkit.md +353 -0
- package/vendor/ars/deep-research/templates/evidence_assessment_template.md +127 -0
- package/vendor/ars/deep-research/templates/literature_matrix_template.md +85 -0
- package/vendor/ars/deep-research/templates/preregistration_template.md +318 -0
- package/vendor/ars/deep-research/templates/prisma_protocol_template.md +248 -0
- package/vendor/ars/deep-research/templates/prisma_report_template.md +415 -0
- package/vendor/ars/deep-research/templates/research_brief_template.md +93 -0
- package/vendor/ars/package.json +24 -0
- package/vendor/ars/pi/README.md +161 -0
- package/vendor/ars/pi/package.json +26 -0
- package/vendor/ars/pi/wrapper.js +193 -0
- package/vendor/ars/pi/wrapper.test.mjs +201 -0
- package/vendor/ars/pyproject.toml +2 -0
- package/vendor/ars/requirements-pdf-content-classifier.txt +5 -0
- package/vendor/ars/scripts/_block_parser.py +396 -0
- package/vendor/ars/scripts/_ci_pytest_manifest.toml +661 -0
- package/vendor/ars/scripts/_claim_audit_constants.py +268 -0
- package/vendor/ars/scripts/_e4_evidence.py +110 -0
- package/vendor/ars/scripts/_eval_threshold_gate.py +73 -0
- package/vendor/ars/scripts/_markdown_lint_util.py +224 -0
- package/vendor/ars/scripts/_next_verified_at_ms.py +176 -0
- package/vendor/ars/scripts/_passport_yaml.py +53 -0
- package/vendor/ars/scripts/_skill_lint.py +254 -0
- package/vendor/ars/scripts/_text_similarity.py +141 -0
- package/vendor/ars/scripts/adapters/README.md +89 -0
- package/vendor/ars/scripts/adapters/_common.py +209 -0
- package/vendor/ars/scripts/adapters/examples/folder_scan/expected_passport.yaml +25 -0
- package/vendor/ars/scripts/adapters/examples/folder_scan/expected_rejection_log.yaml +18 -0
- package/vendor/ars/scripts/adapters/examples/folder_scan/input_fixture/Chen2024_AIAssessment.pdf +0 -0
- package/vendor/ars/scripts/adapters/examples/folder_scan/input_fixture/Wang_2023_formative_feedback.pdf +0 -0
- package/vendor/ars/scripts/adapters/examples/folder_scan/input_fixture/paper1.pdf +0 -0
- package/vendor/ars/scripts/adapters/examples/folder_scan/input_fixture//344/270/255/346/226/207/346/252/224/345/220/215_2024.pdf +0 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/expected_passport.yaml +40 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/expected_rejection_log.yaml +13 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/input_fixture/vault/.gitkeep +0 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/input_fixture/vault/.obsidian/app.json +1 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/input_fixture/vault/_templates/tmpl.md +7 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/input_fixture/vault/chen2024ai.md +13 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/input_fixture/vault/invalid.md +1 -0
- package/vendor/ars/scripts/adapters/examples/obsidian/input_fixture/vault/wang2023formative.md +10 -0
- package/vendor/ars/scripts/adapters/examples/zotero/expected_passport.yaml +34 -0
- package/vendor/ars/scripts/adapters/examples/zotero/expected_rejection_log.yaml +34 -0
- package/vendor/ars/scripts/adapters/examples/zotero/input_fixture/.gitkeep +0 -0
- package/vendor/ars/scripts/adapters/examples/zotero/input_fixture/export.json +43 -0
- package/vendor/ars/scripts/adapters/folder_scan.py +214 -0
- package/vendor/ars/scripts/adapters/obsidian.py +336 -0
- package/vendor/ars/scripts/adapters/tests/.gitkeep +0 -0
- package/vendor/ars/scripts/adapters/tests/conftest.py +77 -0
- package/vendor/ars/scripts/adapters/tests/test_check_corpus_consumer_protocol.py +632 -0
- package/vendor/ars/scripts/adapters/tests/test_check_literature_corpus_schema.py +631 -0
- package/vendor/ars/scripts/adapters/tests/test_common.py +365 -0
- package/vendor/ars/scripts/adapters/tests/test_conftest.py +96 -0
- package/vendor/ars/scripts/adapters/tests/test_folder_scan.py +260 -0
- package/vendor/ars/scripts/adapters/tests/test_literature_corpus_entry_schema.py +745 -0
- package/vendor/ars/scripts/adapters/tests/test_obsidian.py +357 -0
- package/vendor/ars/scripts/adapters/tests/test_rejection_log_schema.py +271 -0
- package/vendor/ars/scripts/adapters/tests/test_sync_adapter_docs.py +88 -0
- package/vendor/ars/scripts/adapters/tests/test_zotero.py +454 -0
- package/vendor/ars/scripts/adapters/zotero.py +318 -0
- package/vendor/ars/scripts/adjudication_activity.py +1592 -0
- package/vendor/ars/scripts/announce-ars-loaded.sh +144 -0
- package/vendor/ars/scripts/ars_anchorize_draft.py +170 -0
- package/vendor/ars/scripts/ars_apply_revision_patch.py +912 -0
- package/vendor/ars/scripts/ars_cache_invalidate.py +40 -0
- package/vendor/ars/scripts/ars_mark_read.py +521 -0
- package/vendor/ars/scripts/ars_phase_scope_manifest.json +33 -0
- package/vendor/ars/scripts/ars_update_check.sh +215 -0
- package/vendor/ars/scripts/ars_write_scope_guard.py +506 -0
- package/vendor/ars/scripts/arxiv_client.py +222 -0
- package/vendor/ars/scripts/audit_snapshot.py +572 -0
- package/vendor/ars/scripts/bibliographic_integrity_signals.py +800 -0
- package/vendor/ars/scripts/bootstrap_timeline_yaml.py +146 -0
- package/vendor/ars/scripts/build_claim_standing_candidate_ledger.py +1238 -0
- package/vendor/ars/scripts/build_claim_standing_query_plan.py +643 -0
- package/vendor/ars/scripts/build_content_coverage_advisory.py +1205 -0
- package/vendor/ars/scripts/build_cross_document_consistency_advisory.py +2332 -0
- package/vendor/ars/scripts/build_review_pathway_rule_trace.py +830 -0
- package/vendor/ars/scripts/build_submission_packet_manifest.py +2310 -0
- package/vendor/ars/scripts/check_215_field_norm.py +173 -0
- package/vendor/ars/scripts/check_216_surface_form.py +250 -0
- package/vendor/ars/scripts/check_268_nested_commitment_ledger.py +180 -0
- package/vendor/ars/scripts/check_390_revision_patch_discipline.py +296 -0
- package/vendor/ars/scripts/check_392_citation_verification_intake.py +126 -0
- package/vendor/ars/scripts/check_394_submission_policy.py +178 -0
- package/vendor/ars/scripts/check_439_format_profile.py +307 -0
- package/vendor/ars/scripts/check_619_disclosure_closeout.py +237 -0
- package/vendor/ars/scripts/check_630_codex_subscription_transport.py +456 -0
- package/vendor/ars/scripts/check_669_review_pathway_rule_trace.py +662 -0
- package/vendor/ars/scripts/check_670_revision_roadmap_integration.py +518 -0
- package/vendor/ars/scripts/check_673_adjudication_activity.py +684 -0
- package/vendor/ars/scripts/check_684_review_criteria_binding.py +557 -0
- package/vendor/ars/scripts/check_agents_mirror_sync.py +115 -0
- package/vendor/ars/scripts/check_audit_artifact_consistency.py +2313 -0
- package/vendor/ars/scripts/check_benchmark_report.py +79 -0
- package/vendor/ars/scripts/check_bibliographic_integrity_signals.py +831 -0
- package/vendor/ars/scripts/check_calibration_tiers.py +235 -0
- package/vendor/ars/scripts/check_changelog_covers_merges.py +289 -0
- package/vendor/ars/scripts/check_ci_pytest_manifest.py +204 -0
- package/vendor/ars/scripts/check_claim_audit_consistency.py +1664 -0
- package/vendor/ars/scripts/check_claim_standing_candidate_ledger_integration.py +500 -0
- package/vendor/ars/scripts/check_claim_standing_freshness.py +253 -0
- package/vendor/ars/scripts/check_claim_standing_transmissions.py +449 -0
- package/vendor/ars/scripts/check_collaboration_depth_rubric.py +180 -0
- package/vendor/ars/scripts/check_command_frontmatter_name.py +116 -0
- package/vendor/ars/scripts/check_committee_correspondence.py +333 -0
- package/vendor/ars/scripts/check_compliance_report.py +108 -0
- package/vendor/ars/scripts/check_content_coverage_advisory_integration.py +796 -0
- package/vendor/ars/scripts/check_control_availability.py +172 -0
- package/vendor/ars/scripts/check_corpus_consumer_protocol.py +404 -0
- package/vendor/ars/scripts/check_cross_document_consistency_advisory_integration.py +1191 -0
- package/vendor/ars/scripts/check_cross_model_handoff_contract.py +234 -0
- package/vendor/ars/scripts/check_cross_model_verification_sync.py +261 -0
- package/vendor/ars/scripts/check_data_access_level.py +131 -0
- package/vendor/ars/scripts/check_data_flows.py +252 -0
- package/vendor/ars/scripts/check_decision_contract.py +464 -0
- package/vendor/ars/scripts/check_degradation_registry.py +326 -0
- package/vendor/ars/scripts/check_distribution_surface_claims.py +226 -0
- package/vendor/ars/scripts/check_domain_evidence_profile.py +538 -0
- package/vendor/ars/scripts/check_e4_promotion.py +195 -0
- package/vendor/ars/scripts/check_evals_gold_set.py +279 -0
- package/vendor/ars/scripts/check_evidence_row_integration.py +396 -0
- package/vendor/ars/scripts/check_experiment_provenance.py +117 -0
- package/vendor/ars/scripts/check_field_norm_severity.py +144 -0
- package/vendor/ars/scripts/check_firm_rules_sync.py +375 -0
- package/vendor/ars/scripts/check_heldout_measurement_report.py +1179 -0
- package/vendor/ars/scripts/check_human_subjects_output_contract.py +139 -0
- package/vendor/ars/scripts/check_human_subjects_reference_migration.py +844 -0
- package/vendor/ars/scripts/check_indirect_prompt_injection_no_call.py +328 -0
- package/vendor/ars/scripts/check_instruction_data_boundary.py +236 -0
- package/vendor/ars/scripts/check_judge_prompt_version.py +125 -0
- package/vendor/ars/scripts/check_literature_corpus_schema.py +402 -0
- package/vendor/ars/scripts/check_model_tiering.py +223 -0
- package/vendor/ars/scripts/check_panel_synthesis.py +1331 -0
- package/vendor/ars/scripts/check_passport_reset_contract.py +214 -0
- package/vendor/ars/scripts/check_pattern_eval_manifest.py +422 -0
- package/vendor/ars/scripts/check_persuasion_invariance_fixtures.py +637 -0
- package/vendor/ars/scripts/check_phase_conformance.py +2180 -0
- package/vendor/ars/scripts/check_pipeline_boundary_semantics.py +600 -0
- package/vendor/ars/scripts/check_pipeline_integrity.py +340 -0
- package/vendor/ars/scripts/check_policy_anchor_protocol.py +159 -0
- package/vendor/ars/scripts/check_policy_anchor_table.py +286 -0
- package/vendor/ars/scripts/check_preprint_venues_consistency.py +123 -0
- package/vendor/ars/scripts/check_prisma_trAIce_freshness.py +84 -0
- package/vendor/ars/scripts/check_promotion_bakeoff_preregistration.py +1303 -0
- package/vendor/ars/scripts/check_ranking_lift.py +323 -0
- package/vendor/ars/scripts/check_re_review_synthesis.py +2719 -0
- package/vendor/ars/scripts/check_receipt_enum_sync.py +203 -0
- package/vendor/ars/scripts/check_repro_lock.py +85 -0
- package/vendor/ars/scripts/check_review_pathway_output.py +276 -0
- package/vendor/ars/scripts/check_reviewer_data_fences.py +224 -0
- package/vendor/ars/scripts/check_reviewer_finding_contract.py +783 -0
- package/vendor/ars/scripts/check_reviewer_role_label.py +447 -0
- package/vendor/ars/scripts/check_reviewer_scoring_honesty.py +292 -0
- package/vendor/ars/scripts/check_reviewer_sprint_prompt_sync.py +409 -0
- package/vendor/ars/scripts/check_revision_claim_drift_suite_v2.py +1622 -0
- package/vendor/ars/scripts/check_revision_token_conservation.py +263 -0
- package/vendor/ars/scripts/check_risk_register.py +280 -0
- package/vendor/ars/scripts/check_role_scoped_contract.py +702 -0
- package/vendor/ars/scripts/check_rq_framing_patterns.py +184 -0
- package/vendor/ars/scripts/check_rubric_weight_consistency.py +32 -0
- package/vendor/ars/scripts/check_seeded_defect_fixtures.py +425 -0
- package/vendor/ars/scripts/check_setup_cross_model_parity.py +139 -0
- package/vendor/ars/scripts/check_spec_consistency.py +1249 -0
- package/vendor/ars/scripts/check_sprint_contract.py +371 -0
- package/vendor/ars/scripts/check_stage_capability_matrix.py +784 -0
- package/vendor/ars/scripts/check_submission_packet_manifest_integration.py +358 -0
- package/vendor/ars/scripts/check_surface_form_parity.py +445 -0
- package/vendor/ars/scripts/check_task_type.py +22 -0
- package/vendor/ars/scripts/check_tools_allowlist.py +538 -0
- package/vendor/ars/scripts/check_tortured_phrase_screening_integration.py +1974 -0
- package/vendor/ars/scripts/check_v3_10_134_write_scope.py +286 -0
- package/vendor/ars/scripts/check_v3_10_policy.py +656 -0
- package/vendor/ars/scripts/check_v3_6_6_ab_manifest.py +364 -0
- package/vendor/ars/scripts/check_v3_6_7_pattern_protection.py +1366 -0
- package/vendor/ars/scripts/check_v3_6_8_audit_scope_block.py +464 -0
- package/vendor/ars/scripts/check_v3_6_8_cite_provenance_pipeline.py +231 -0
- package/vendor/ars/scripts/check_v3_6_8_frontmatter_trust_schema.py +248 -0
- package/vendor/ars/scripts/check_v3_6_8_mark_read_commands.py +79 -0
- package/vendor/ars/scripts/check_v3_6_8_pattern_protection.py +941 -0
- package/vendor/ars/scripts/check_v3_7_3_three_layer_citation.py +318 -0
- package/vendor/ars/scripts/check_v3_8_annotation_literal_sync.py +228 -0
- package/vendor/ars/scripts/check_v3_9_0_triangulation.py +366 -0
- package/vendor/ars/scripts/check_v3_9_2_phase_boundary.py +270 -0
- package/vendor/ars/scripts/check_v3_9_4_temporal_verification.py +139 -0
- package/vendor/ars/scripts/check_venue_disclosure_policies.py +63 -0
- package/vendor/ars/scripts/check_version_consistency.py +826 -0
- package/vendor/ars/scripts/check_workflow_classification.py +223 -0
- package/vendor/ars/scripts/chinese_literature_client.py +1938 -0
- package/vendor/ars/scripts/citation_verification_summary.py +85 -0
- package/vendor/ars/scripts/claim_audit_calibration.py +517 -0
- package/vendor/ars/scripts/claim_audit_finalizer.py +456 -0
- package/vendor/ars/scripts/claim_audit_pipeline.py +1594 -0
- package/vendor/ars/scripts/claim_registry_coverage.py +493 -0
- package/vendor/ars/scripts/claim_standing_discovery.py +784 -0
- package/vendor/ars/scripts/claim_standing_stance_runner.py +758 -0
- package/vendor/ars/scripts/claim_standing_stance_scorer.py +239 -0
- package/vendor/ars/scripts/claim_strength_drift_disposition.py +666 -0
- package/vendor/ars/scripts/contamination_signals.py +689 -0
- package/vendor/ars/scripts/corpus_consumer_manifest.json +19 -0
- package/vendor/ars/scripts/cross_model_codex_transport.py +1374 -0
- package/vendor/ars/scripts/cross_model_codex_verify.sh +6 -0
- package/vendor/ars/scripts/cross_model_handoff.py +359 -0
- package/vendor/ars/scripts/cross_model_smoke_test.sh +183 -0
- package/vendor/ars/scripts/cross_model_smoke_test_codex.sh +35 -0
- package/vendor/ars/scripts/cross_model_verification/gemini_is_grounded.jq +45 -0
- package/vendor/ars/scripts/cross_model_verification/gemini_sources.jq +45 -0
- package/vendor/ars/scripts/cross_model_verification/normalize_compat_verdict.py +57 -0
- package/vendor/ars/scripts/cross_model_verification/openai_has_completed_web_search.jq +15 -0
- package/vendor/ars/scripts/cross_model_verification/openai_sources.jq +17 -0
- package/vendor/ars/scripts/cross_model_verification/openai_text.jq +11 -0
- package/vendor/ars/scripts/crossref_client.py +225 -0
- package/vendor/ars/scripts/dispatch_e4_panel.py +2731 -0
- package/vendor/ars/scripts/evidence_rows.py +2043 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/author_stage3.json +32 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/author_stage3_input.json +27 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/author_stage3_prime.json +32 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/author_stage3_prime_input.json +27 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/compliance_override.json +50 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/compliance_override_action.json +14 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/compliance_pass.json +44 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/explicit_user_request_log.json +26 -0
- package/vendor/ars/scripts/fixtures/adjudication_activity/mandatory_checkpoint_log.json +116 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/README.md +56 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/negative/a1_pass_with_p1/2026-04-30T15-22-04Z-d8f3.audit_artifact_entry.json +24 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/negative/a1_pass_with_p1/2026-04-30T15-22-04Z-d8f3.jsonl +4 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/negative/a1_pass_with_p1/2026-04-30T15-22-04Z-d8f3.meta.json +43 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/negative/a1_pass_with_p1/2026-04-30T15-22-04Z-d8f3.verdict.yaml +19 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/negative/a7_orphan_completion/2026-04-30T15-22-04Z-d8f3.jsonl +3 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/persisted_minor/2026-04-30T15-22-04Z-d8f3.audit_artifact_entry.json +26 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/persisted_minor/2026-04-30T15-22-04Z-d8f3.jsonl +4 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/persisted_minor/2026-04-30T15-22-04Z-d8f3.meta.json +43 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/persisted_minor/2026-04-30T15-22-04Z-d8f3.verdict.yaml +19 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/proposal_pass/2026-04-30T15-22-04Z-d8f3.audit_artifact_entry.json +24 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/proposal_pass/2026-04-30T15-22-04Z-d8f3.jsonl +4 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/proposal_pass/2026-04-30T15-22-04Z-d8f3.meta.json +43 -0
- package/vendor/ars/scripts/fixtures/audit_artifact_consistency/positive/proposal_pass/2026-04-30T15-22-04Z-d8f3.verdict.yaml +12 -0
- package/vendor/ars/scripts/fixtures/bibliographic_integrity_signals/retraction.json +46 -0
- package/vendor/ars/scripts/fixtures/bibliographic_integrity_signals/retraction_check_attestation.json +44 -0
- package/vendor/ars/scripts/fixtures/bibliographic_integrity_signals/tortured_phrase.json +44 -0
- package/vendor/ars/scripts/fixtures/bibliographic_integrity_signals/tortured_phrase_v1_2_abstract_missing.json +107 -0
- package/vendor/ars/scripts/fixtures/bibliographic_integrity_signals/tortured_phrase_v1_2_detected.json +124 -0
- package/vendor/ars/scripts/fixtures/check_evals_gold_set/clean/expected_outcomes.json +77 -0
- package/vendor/ars/scripts/fixtures/check_evals_gold_set/clean/manifest.yaml +37 -0
- package/vendor/ars/scripts/fixtures/check_evals_gold_set/clean/tuples/001-valid-doi-test.json +20 -0
- package/vendor/ars/scripts/fixtures/check_evals_gold_set/clean/tuples/002-valid-arxiv-test.json +19 -0
- package/vendor/ars/scripts/fixtures/check_evals_gold_set/clean/tuples/003-fabricated-test.json +20 -0
- package/vendor/ars/scripts/fixtures/claim_audit_calibration/gold_set.json +344 -0
- package/vendor/ars/scripts/fixtures/claim_standing_candidate_ledger/query_plan.json +108 -0
- package/vendor/ars/scripts/fixtures/claim_standing_candidate_ledger/retrieval_input.json +179 -0
- package/vendor/ars/scripts/fixtures/committee_correspondence/16fd83f6aec7/concern_tracker.json +129 -0
- package/vendor/ars/scripts/fixtures/committee_correspondence/16fd83f6aec7/response_skeleton.md +19 -0
- package/vendor/ars/scripts/fixtures/committee_correspondence/16fd83f6aec7/source_letter.txt +9 -0
- package/vendor/ars/scripts/fixtures/content_coverage_advisory/base_draft.json +48 -0
- package/vendor/ars/scripts/fixtures/content_coverage_advisory/base_inventory.json +38 -0
- package/vendor/ars/scripts/fixtures/content_coverage_advisory/packet/consent.txt +1 -0
- package/vendor/ars/scripts/fixtures/content_coverage_advisory/session_sources.json +3 -0
- package/vendor/ars/scripts/fixtures/cross_document_consistency/README.md +6 -0
- package/vendor/ars/scripts/fixtures/cross_document_consistency/accepted_draft.md +35 -0
- package/vendor/ars/scripts/fixtures/cross_document_consistency/cases.json +75 -0
- package/vendor/ars/scripts/fixtures/cross_document_consistency/preregistration.md +5 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/forbidden_event.jsonl +4 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/grounded_verified.jsonl +3 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/malformed.jsonl +3 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/missing_search.jsonl +2 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/multiple_finals.jsonl +4 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/not_found.jsonl +3 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/unbound_source.jsonl +3 -0
- package/vendor/ars/scripts/fixtures/cross_model_codex_transport/wrong_search_shape.jsonl +3 -0
- package/vendor/ars/scripts/fixtures/evidence_rows/phase_e_inputs.json +114 -0
- package/vendor/ars/scripts/fixtures/evidence_rows/session_sources.json +5 -0
- package/vendor/ars/scripts/fixtures/human_subjects_authority/cross-border-us-tw-gdpr.json +71 -0
- package/vendor/ars/scripts/fixtures/human_subjects_authority/gdpr-member-state-unresolved.json +62 -0
- package/vendor/ars/scripts/fixtures/human_subjects_authority/missing-data-axis.json +45 -0
- package/vendor/ars/scripts/fixtures/human_subjects_authority/no-profile.json +33 -0
- package/vendor/ars/scripts/fixtures/human_subjects_authority/tw-gdpr-two-axis.json +74 -0
- package/vendor/ars/scripts/fixtures/human_subjects_authority/us-gdpr-two-axis.json +74 -0
- package/vendor/ars/scripts/fixtures/review_pathway_rule_trace/lint-near-misses.json +72 -0
- package/vendor/ars/scripts/fixtures/review_pathway_rule_trace/no-profile-request.json +18 -0
- package/vendor/ars/scripts/fixtures/review_pathway_rule_trace/tw-candidates-request.json +63 -0
- package/vendor/ars/scripts/fixtures/review_pathway_rule_trace/us-candidates-request.json +77 -0
- package/vendor/ars/scripts/fixtures/review_target_context/exact-declaration.json +24 -0
- package/vendor/ars/scripts/fixtures/review_target_context/field-general-declaration.json +24 -0
- package/vendor/ars/scripts/fixtures/review_target_context/msr-2027-technical-full-declaration.json +24 -0
- package/vendor/ars/scripts/fixtures/review_target_context/synthetic-registry.json +92 -0
- package/vendor/ars/scripts/fixtures/revision_claim_drift_v2/README.md +21 -0
- package/vendor/ars/scripts/fixtures/revision_claim_drift_v2/subject_context_attested_only.json +55 -0
- package/vendor/ars/scripts/fixtures/revision_claim_drift_v2/subject_context_machine_supported.json +49 -0
- package/vendor/ars/scripts/fixtures/revision_claim_drift_v2/subject_context_not_isolated.json +56 -0
- package/vendor/ars/scripts/fixtures/revision_claim_drift_v2/subject_context_unknown.json +49 -0
- package/vendor/ars/scripts/fixtures/submission_package/clean/paper.md +16 -0
- package/vendor/ars/scripts/fixtures/submission_package/clean/references.bib +13 -0
- package/vendor/ars/scripts/fixtures/submission_package/fallback_authoryear/paper.md +11 -0
- package/vendor/ars/scripts/fixtures/submission_package/fallback_authoryear/references.bib +13 -0
- package/vendor/ars/scripts/fixtures/submission_package/fallback_latex/paper.tex +9 -0
- package/vendor/ars/scripts/fixtures/submission_package/fallback_latex/references.bib +13 -0
- package/vendor/ars/scripts/fixtures/submission_package/marker_no_join/paper.md +7 -0
- package/vendor/ars/scripts/fixtures/submission_package/orphan_intext/paper.md +8 -0
- package/vendor/ars/scripts/fixtures/submission_package/orphan_intext/references.bib +6 -0
- package/vendor/ars/scripts/fixtures/submission_package/passports/corpus_only.yaml +9 -0
- package/vendor/ars/scripts/fixtures/submission_package/passports/summary_join.yaml +16 -0
- package/vendor/ars/scripts/fixtures/submission_package/profiles/full.yaml +15 -0
- package/vendor/ars/scripts/fixtures/submission_package/profiles/tight.yaml +15 -0
- package/vendor/ars/scripts/fixtures/submission_package/summary_join/paper.md +7 -0
- package/vendor/ars/scripts/fixtures/submission_package/uncited_reference/paper.md +9 -0
- package/vendor/ars/scripts/fixtures/submission_package/uncited_reference/references.bib +13 -0
- package/vendor/ars/scripts/fixtures/submission_package/venue_clean/paper.md +26 -0
- package/vendor/ars/scripts/fixtures/submission_package/venue_clean/references.bib +13 -0
- package/vendor/ars/scripts/fixtures/submission_package/venue_violations/paper.md +20 -0
- package/vendor/ars/scripts/fixtures/submission_package/venue_violations/references.bib +13 -0
- package/vendor/ars/scripts/fixtures/submission_packet_manifest/base_inventory.json +101 -0
- package/vendor/ars/scripts/fixtures/submission_packet_manifest/packet/consent-materials.txt +3 -0
- package/vendor/ars/scripts/fixtures/submission_packet_manifest/packet/training-certificate.txt +2 -0
- package/vendor/ars/scripts/fixtures/submission_packet_manifest/packet/tw-consent-materials.txt +3 -0
- package/vendor/ars/scripts/fixtures/tortured_phrase_screening/corpus_input.yaml +30 -0
- package/vendor/ars/scripts/fixtures/tortured_phrase_screening/own_draft.md +36 -0
- package/vendor/ars/scripts/fixtures/tortured_phrase_screening/own_draft.tex +21 -0
- package/vendor/ars/scripts/fixtures/tortured_phrase_screening/seed_expectations.json +218 -0
- package/vendor/ars/scripts/fixtures/tortured_phrase_screening/snapshot.json +164 -0
- package/vendor/ars/scripts/fixtures/tortured_phrase_screening/snapshot_manifest.json +29 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/README.md +55 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/arxiv/empty_feed.xml +10 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/arxiv/error_5xx.html +7 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/arxiv/id_hit.xml +26 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/README.md +69 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/cnki_landing_page.html +13 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/error_5xx.html +2 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esearch_coordinate_ambiguous.json +16 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esearch_coordinate_hit.json +16 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esearch_coordinate_zero.json +14 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esearch_coverage_hit.json +15 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esearch_coverage_zero.json +13 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esummary_hit.json +43 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esummary_issn_mismatch.json +31 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esummary_no_doi.json +31 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esummary_unknown_ra.json +34 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/esummary_year_mismatch.json +31 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/handle_absent.json +4 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/handle_exists.json +16 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/handle_internal_error.json +4 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/istic_csl_hit.json +25 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/istic_csl_other_title.json +18 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/ra_cnki.json +6 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/ra_crossref.json +6 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/ra_istic.json +6 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/chinese_literature/ra_unknown_prefix.json +6 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/crossref/doi_hit.json +24 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/crossref/error_5xx.html +7 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/crossref/title_search_miss.json +15 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/openalex/doi_hit.json +29 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/openalex/error_5xx.json +4 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/openalex/title_search_miss.json +11 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/semantic_scholar/doi_hit.json +14 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/semantic_scholar/error_5xx.json +3 -0
- package/vendor/ars/scripts/fixtures/transport_bodies/semantic_scholar/title_search_miss.json +5 -0
- package/vendor/ars/scripts/human_read_attestation_resolver.py +467 -0
- package/vendor/ars/scripts/ideation_diversity_assignment_gate.py +430 -0
- package/vendor/ars/scripts/inquiry_branch_ledger.py +2540 -0
- package/vendor/ars/scripts/legacy/ars_apply_revision_patch_v1_0.py +715 -0
- package/vendor/ars/scripts/legacy/check_re_review_synthesis_v1_0.py +2215 -0
- package/vendor/ars/scripts/migrate_literature_corpus_to_v3_10.py +223 -0
- package/vendor/ars/scripts/migrate_literature_corpus_to_v3_7_3.py +277 -0
- package/vendor/ars/scripts/migrate_literature_corpus_to_v3_9_0.py +304 -0
- package/vendor/ars/scripts/model_tiering_manifest.json +46 -0
- package/vendor/ars/scripts/openalex_client.py +232 -0
- package/vendor/ars/scripts/parse_audit_verdict.py +802 -0
- package/vendor/ars/scripts/pdf_content_classifier_worker.py +176 -0
- package/vendor/ars/scripts/pdf_read_preflight.py +1455 -0
- package/vendor/ars/scripts/policy_anchor_disclosure_referee.py +354 -0
- package/vendor/ars/scripts/recompute_receipts.py +1414 -0
- package/vendor/ars/scripts/render_claim_standing_view.py +374 -0
- package/vendor/ars/scripts/render_eval_comment.py +130 -0
- package/vendor/ars/scripts/render_harness_retirement_issue.py +167 -0
- package/vendor/ars/scripts/repro_lock_validation.py +90 -0
- package/vendor/ars/scripts/research_workflow_profile.py +1079 -0
- package/vendor/ars/scripts/resolve_human_subjects_authority.py +1158 -0
- package/vendor/ars/scripts/resolve_review_target_context.py +683 -0
- package/vendor/ars/scripts/resume_e4_record.py +509 -0
- package/vendor/ars/scripts/retraction_status.py +484 -0
- package/vendor/ars/scripts/review_criteria_binding.py +889 -0
- package/vendor/ars/scripts/review_panel_provenance.py +744 -0
- package/vendor/ars/scripts/revision_roadmap.py +1967 -0
- package/vendor/ars/scripts/run_ci_pytest_manifest.py +116 -0
- package/vendor/ars/scripts/run_codex_audit.sh +1191 -0
- package/vendor/ars/scripts/run_evals.py +513 -0
- package/vendor/ars/scripts/run_ideation_diversity_no_call.py +3505 -0
- package/vendor/ars/scripts/run_indirect_prompt_injection_no_call.py +3330 -0
- package/vendor/ars/scripts/run_indirect_prompt_injection_probe.py +399 -0
- package/vendor/ars/scripts/run_review_criteria_constructive_value.py +1895 -0
- package/vendor/ars/scripts/run_role_topology_utility_dry_run.py +606 -0
- package/vendor/ars/scripts/score_review_criteria_constructive_value.py +617 -0
- package/vendor/ars/scripts/semantic_scholar_client.py +291 -0
- package/vendor/ars/scripts/slr_lineage.py +59 -0
- package/vendor/ars/scripts/sync_adapter_docs.py +118 -0
- package/vendor/ars/scripts/temporal_integrity_audit.py +840 -0
- package/vendor/ars/scripts/test_431_exact_or_bust.py +253 -0
- package/vendor/ars/scripts/test__eval_threshold_gate.py +125 -0
- package/vendor/ars/scripts/test__markdown_lint_util.py +129 -0
- package/vendor/ars/scripts/test__next_verified_at_ms.py +256 -0
- package/vendor/ars/scripts/test_adjacent_framing_probe_lint.py +171 -0
- package/vendor/ars/scripts/test_adjudication_activity.py +1515 -0
- package/vendor/ars/scripts/test_ars_anchorize_draft.py +178 -0
- package/vendor/ars/scripts/test_ars_apply_revision_patch.py +1335 -0
- package/vendor/ars/scripts/test_ars_cache_invalidate.py +51 -0
- package/vendor/ars/scripts/test_ars_mark_read.py +910 -0
- package/vendor/ars/scripts/test_ars_update_check.py +816 -0
- package/vendor/ars/scripts/test_ars_write_scope_guard.py +790 -0
- package/vendor/ars/scripts/test_arxiv_client.py +374 -0
- package/vendor/ars/scripts/test_audit_schemas.py +560 -0
- package/vendor/ars/scripts/test_audit_snapshot_render_section_0.py +105 -0
- package/vendor/ars/scripts/test_block_parser.py +259 -0
- package/vendor/ars/scripts/test_bootstrap_timeline_yaml.py +148 -0
- package/vendor/ars/scripts/test_build_claim_standing_candidate_ledger.py +1203 -0
- package/vendor/ars/scripts/test_build_claim_standing_query_plan.py +791 -0
- package/vendor/ars/scripts/test_build_submission_packet_manifest.py +2644 -0
- package/vendor/ars/scripts/test_check_215_field_norm.py +238 -0
- package/vendor/ars/scripts/test_check_216_surface_form.py +341 -0
- package/vendor/ars/scripts/test_check_268_nested_commitment_ledger.py +194 -0
- package/vendor/ars/scripts/test_check_390_revision_patch_discipline.py +279 -0
- package/vendor/ars/scripts/test_check_392_citation_verification_intake.py +144 -0
- package/vendor/ars/scripts/test_check_394_submission_policy.py +200 -0
- package/vendor/ars/scripts/test_check_439_format_profile.py +252 -0
- package/vendor/ars/scripts/test_check_619_disclosure_closeout.py +158 -0
- package/vendor/ars/scripts/test_check_630_codex_subscription_transport.py +245 -0
- package/vendor/ars/scripts/test_check_669_review_pathway_rule_trace.py +304 -0
- package/vendor/ars/scripts/test_check_670_revision_roadmap_integration.py +260 -0
- package/vendor/ars/scripts/test_check_673_adjudication_activity.py +367 -0
- package/vendor/ars/scripts/test_check_684_review_criteria_binding.py +274 -0
- package/vendor/ars/scripts/test_check_agents_mirror_sync.py +137 -0
- package/vendor/ars/scripts/test_check_audit_artifact_consistency.py +2133 -0
- package/vendor/ars/scripts/test_check_benchmark_report.py +117 -0
- package/vendor/ars/scripts/test_check_bibliographic_integrity_signals.py +609 -0
- package/vendor/ars/scripts/test_check_calibration_tiers.py +376 -0
- package/vendor/ars/scripts/test_check_changelog_covers_merges.py +509 -0
- package/vendor/ars/scripts/test_check_ci_pytest_manifest.py +425 -0
- package/vendor/ars/scripts/test_check_claim_standing_candidate_ledger_integration.py +256 -0
- package/vendor/ars/scripts/test_check_claim_standing_freshness.py +277 -0
- package/vendor/ars/scripts/test_check_collaboration_depth_rubric.py +239 -0
- package/vendor/ars/scripts/test_check_command_frontmatter_name.py +178 -0
- package/vendor/ars/scripts/test_check_committee_correspondence.py +298 -0
- package/vendor/ars/scripts/test_check_compliance_report.py +381 -0
- package/vendor/ars/scripts/test_check_content_coverage_advisory_integration.py +308 -0
- package/vendor/ars/scripts/test_check_control_availability.py +361 -0
- package/vendor/ars/scripts/test_check_cross_document_consistency_advisory_integration.py +698 -0
- package/vendor/ars/scripts/test_check_cross_model_handoff_contract.py +301 -0
- package/vendor/ars/scripts/test_check_cross_model_verification_sync.py +203 -0
- package/vendor/ars/scripts/test_check_data_access_level.py +227 -0
- package/vendor/ars/scripts/test_check_data_flows.py +382 -0
- package/vendor/ars/scripts/test_check_decision_contract.py +387 -0
- package/vendor/ars/scripts/test_check_degradation_registry.py +270 -0
- package/vendor/ars/scripts/test_check_distribution_surface_claims.py +225 -0
- package/vendor/ars/scripts/test_check_domain_evidence_profile.py +439 -0
- package/vendor/ars/scripts/test_check_e4_promotion.py +163 -0
- package/vendor/ars/scripts/test_check_evals_gold_set.py +312 -0
- package/vendor/ars/scripts/test_check_evidence_row_integration.py +187 -0
- package/vendor/ars/scripts/test_check_field_norm_severity.py +173 -0
- package/vendor/ars/scripts/test_check_firm_rules_sync.py +342 -0
- package/vendor/ars/scripts/test_check_heldout_measurement_report.py +1508 -0
- package/vendor/ars/scripts/test_check_human_subjects_output_contract.py +129 -0
- package/vendor/ars/scripts/test_check_human_subjects_reference_migration.py +756 -0
- package/vendor/ars/scripts/test_check_instruction_data_boundary.py +204 -0
- package/vendor/ars/scripts/test_check_judge_prompt_version.py +90 -0
- package/vendor/ars/scripts/test_check_model_tiering.py +236 -0
- package/vendor/ars/scripts/test_check_panel_synthesis.py +1658 -0
- package/vendor/ars/scripts/test_check_passport_reset_contract.py +249 -0
- package/vendor/ars/scripts/test_check_pattern_eval_manifest.py +381 -0
- package/vendor/ars/scripts/test_check_persuasion_invariance_fixtures.py +591 -0
- package/vendor/ars/scripts/test_check_phase_conformance.py +4366 -0
- package/vendor/ars/scripts/test_check_pipeline_boundary_semantics.py +931 -0
- package/vendor/ars/scripts/test_check_pipeline_integrity.py +243 -0
- package/vendor/ars/scripts/test_check_policy_anchor_protocol.py +236 -0
- package/vendor/ars/scripts/test_check_policy_anchor_table.py +295 -0
- package/vendor/ars/scripts/test_check_prisma_trAIce_freshness.py +68 -0
- package/vendor/ars/scripts/test_check_promotion_bakeoff_preregistration.py +799 -0
- package/vendor/ars/scripts/test_check_ranking_lift.py +377 -0
- package/vendor/ars/scripts/test_check_re_review_synthesis.py +3398 -0
- package/vendor/ars/scripts/test_check_receipt_enum_sync.py +176 -0
- package/vendor/ars/scripts/test_check_repro_lock.py +107 -0
- package/vendor/ars/scripts/test_check_reviewer_data_fences.py +334 -0
- package/vendor/ars/scripts/test_check_reviewer_finding_contract.py +1107 -0
- package/vendor/ars/scripts/test_check_reviewer_role_label.py +491 -0
- package/vendor/ars/scripts/test_check_reviewer_scoring_honesty.py +222 -0
- package/vendor/ars/scripts/test_check_reviewer_sprint_prompt_sync.py +373 -0
- package/vendor/ars/scripts/test_check_revision_claim_drift_suite_v2.py +1925 -0
- package/vendor/ars/scripts/test_check_revision_token_conservation.py +398 -0
- package/vendor/ars/scripts/test_check_risk_register.py +336 -0
- package/vendor/ars/scripts/test_check_role_scoped_contract.py +1104 -0
- package/vendor/ars/scripts/test_check_rq_framing_patterns.py +110 -0
- package/vendor/ars/scripts/test_check_rubric_weight_consistency.py +32 -0
- package/vendor/ars/scripts/test_check_seeded_defect_fixtures.py +392 -0
- package/vendor/ars/scripts/test_check_setup_cross_model_parity.py +121 -0
- package/vendor/ars/scripts/test_check_spec_consistency.py +1081 -0
- package/vendor/ars/scripts/test_check_sprint_contract.py +458 -0
- package/vendor/ars/scripts/test_check_stage_capability_matrix.py +698 -0
- package/vendor/ars/scripts/test_check_submission_packet_manifest_integration.py +177 -0
- package/vendor/ars/scripts/test_check_surface_form_parity.py +417 -0
- package/vendor/ars/scripts/test_check_task_type.py +116 -0
- package/vendor/ars/scripts/test_check_tools_allowlist.py +835 -0
- package/vendor/ars/scripts/test_check_tortured_phrase_screening_integration.py +1306 -0
- package/vendor/ars/scripts/test_check_v3_10_134_write_scope.py +251 -0
- package/vendor/ars/scripts/test_check_v3_10_policy.py +547 -0
- package/vendor/ars/scripts/test_check_v3_6_7_pattern_protection.py +960 -0
- package/vendor/ars/scripts/test_check_v3_6_8_audit_scope_block.py +1000 -0
- package/vendor/ars/scripts/test_check_v3_6_8_cite_provenance_pipeline.py +454 -0
- package/vendor/ars/scripts/test_check_v3_6_8_frontmatter_trust_schema.py +581 -0
- package/vendor/ars/scripts/test_check_v3_6_8_mark_read_commands.py +120 -0
- package/vendor/ars/scripts/test_check_v3_6_8_pattern_protection.py +1138 -0
- package/vendor/ars/scripts/test_check_v3_7_3_three_layer_citation.py +566 -0
- package/vendor/ars/scripts/test_check_v3_8_annotation_literal_sync.py +262 -0
- package/vendor/ars/scripts/test_check_v3_9_0_triangulation.py +321 -0
- package/vendor/ars/scripts/test_check_v3_9_2_phase_boundary.py +190 -0
- package/vendor/ars/scripts/test_check_v3_9_4_temporal_verification.py +471 -0
- package/vendor/ars/scripts/test_check_version_consistency.py +1462 -0
- package/vendor/ars/scripts/test_check_workflow_classification.py +225 -0
- package/vendor/ars/scripts/test_chinese_literature_client.py +1889 -0
- package/vendor/ars/scripts/test_citation_existence_policy.py +480 -0
- package/vendor/ars/scripts/test_citation_verification_summary.py +342 -0
- package/vendor/ars/scripts/test_claim_audit_calibration.py +882 -0
- package/vendor/ars/scripts/test_claim_audit_finalizer.py +979 -0
- package/vendor/ars/scripts/test_claim_audit_pipeline.py +2398 -0
- package/vendor/ars/scripts/test_claim_audit_schema.py +1778 -0
- package/vendor/ars/scripts/test_claim_intent_manifest.py +666 -0
- package/vendor/ars/scripts/test_claim_registry_coverage.py +246 -0
- package/vendor/ars/scripts/test_claim_standing_discovery.py +579 -0
- package/vendor/ars/scripts/test_claim_standing_pipeline_wiring.py +290 -0
- package/vendor/ars/scripts/test_claim_standing_stance_assets.py +399 -0
- package/vendor/ars/scripts/test_claim_standing_stance_contracts.py +383 -0
- package/vendor/ars/scripts/test_claim_standing_stance_runner.py +349 -0
- package/vendor/ars/scripts/test_claim_standing_transmissions.py +605 -0
- package/vendor/ars/scripts/test_claim_strength_drift_disposition.py +517 -0
- package/vendor/ars/scripts/test_claim_verification_coverage_contract.py +104 -0
- package/vendor/ars/scripts/test_contamination_signals.py +1086 -0
- package/vendor/ars/scripts/test_content_coverage_advisory.py +1767 -0
- package/vendor/ars/scripts/test_cross_document_consistency_advisory.py +1270 -0
- package/vendor/ars/scripts/test_cross_model_codex_transport.py +1152 -0
- package/vendor/ars/scripts/test_cross_model_handoff.py +571 -0
- package/vendor/ars/scripts/test_cross_model_verification_guards.py +792 -0
- package/vendor/ars/scripts/test_crossref_client.py +393 -0
- package/vendor/ars/scripts/test_dispatch_e4_panel.py +4235 -0
- package/vendor/ars/scripts/test_e2e_claim_audit.py +540 -0
- package/vendor/ars/scripts/test_eval_harness_workflow.py +140 -0
- package/vendor/ars/scripts/test_evals_citation_extraction.py +150 -0
- package/vendor/ars/scripts/test_evals_lift_report_schema.py +108 -0
- package/vendor/ars/scripts/test_evidence_rows.py +2593 -0
- package/vendor/ars/scripts/test_experiment_provenance.py +915 -0
- package/vendor/ars/scripts/test_human_read_attestation_resolver.py +477 -0
- package/vendor/ars/scripts/test_ideation_diversity_assignment_gate.py +615 -0
- package/vendor/ars/scripts/test_indirect_prompt_injection_behavior_probe.py +250 -0
- package/vendor/ars/scripts/test_inquiry_branch_ledger.py +2296 -0
- package/vendor/ars/scripts/test_migrate_literature_corpus_to_v3_10.py +248 -0
- package/vendor/ars/scripts/test_migrate_literature_corpus_to_v3_7_3.py +545 -0
- package/vendor/ars/scripts/test_migrate_literature_corpus_to_v3_9_0.py +497 -0
- package/vendor/ars/scripts/test_normalize_compat_verdict.py +149 -0
- package/vendor/ars/scripts/test_openalex_client.py +490 -0
- package/vendor/ars/scripts/test_passport_yaml.py +104 -0
- package/vendor/ars/scripts/test_pattern_eval_runtime.py +1295 -0
- package/vendor/ars/scripts/test_pdf_read_preflight.py +1943 -0
- package/vendor/ars/scripts/test_policy_anchor_disclosure.py +666 -0
- package/vendor/ars/scripts/test_reading_probe_lint.py +218 -0
- package/vendor/ars/scripts/test_recompute_receipts.py +778 -0
- package/vendor/ars/scripts/test_render_claim_standing_view.py +192 -0
- package/vendor/ars/scripts/test_render_eval_comment.py +162 -0
- package/vendor/ars/scripts/test_render_harness_retirement_issue.py +110 -0
- package/vendor/ars/scripts/test_repro_lock_validation_drift.py +100 -0
- package/vendor/ars/scripts/test_research_workflow_profile.py +734 -0
- package/vendor/ars/scripts/test_resolve_human_subjects_authority.py +1219 -0
- package/vendor/ars/scripts/test_resolve_review_target_context.py +703 -0
- package/vendor/ars/scripts/test_resume_e4_record.py +315 -0
- package/vendor/ars/scripts/test_retraction_status.py +456 -0
- package/vendor/ars/scripts/test_review_criteria_binding.py +629 -0
- package/vendor/ars/scripts/test_review_panel_provenance.py +565 -0
- package/vendor/ars/scripts/test_review_pathway_rule_trace.py +821 -0
- package/vendor/ars/scripts/test_revision_roadmap.py +1255 -0
- package/vendor/ars/scripts/test_run_ci_pytest_manifest.py +186 -0
- package/vendor/ars/scripts/test_run_codex_audit_e2e.py +369 -0
- package/vendor/ars/scripts/test_run_evals.py +430 -0
- package/vendor/ars/scripts/test_run_guard_launcher.py +500 -0
- package/vendor/ars/scripts/test_run_ideation_diversity_no_call.py +1833 -0
- package/vendor/ars/scripts/test_run_indirect_prompt_injection_no_call.py +1889 -0
- package/vendor/ars/scripts/test_run_review_criteria_constructive_value.py +586 -0
- package/vendor/ars/scripts/test_run_role_topology_utility_dry_run.py +428 -0
- package/vendor/ars/scripts/test_score_review_criteria_constructive_value.py +340 -0
- package/vendor/ars/scripts/test_semantic_scholar_client.py +554 -0
- package/vendor/ars/scripts/test_slr_lineage_emission.py +230 -0
- package/vendor/ars/scripts/test_socratic_rq_non_generation_contract.py +173 -0
- package/vendor/ars/scripts/test_temporal_integrity_audit.py +438 -0
- package/vendor/ars/scripts/test_text_similarity.py +95 -0
- package/vendor/ars/scripts/test_title_fuzzy_false_positive.py +111 -0
- package/vendor/ars/scripts/test_tortured_phrase_screening.py +2959 -0
- package/vendor/ars/scripts/test_transport_fixture_citation_gate.py +338 -0
- package/vendor/ars/scripts/test_uncited_assertion.py +558 -0
- package/vendor/ars/scripts/test_v3_6_7_phase_6_6.py +1279 -0
- package/vendor/ars/scripts/test_validate_compliance_fixtures.py +36 -0
- package/vendor/ars/scripts/test_validate_ideation_diversity_assets.py +230 -0
- package/vendor/ars/scripts/test_venue_disclosure_contract.py +755 -0
- package/vendor/ars/scripts/test_verification_cache.py +280 -0
- package/vendor/ars/scripts/test_verification_gate.py +461 -0
- package/vendor/ars/scripts/test_verify_passport_cli.py +123 -0
- package/vendor/ars/scripts/test_verify_submission_package.py +1407 -0
- package/vendor/ars/scripts/test_version_records_schema.py +211 -0
- package/vendor/ars/scripts/tortured_phrase_screening.py +3502 -0
- package/vendor/ars/scripts/uncited_assertion_detector.py +254 -0
- package/vendor/ars/scripts/v3_6_7_inversion_manifest.json +9 -0
- package/vendor/ars/scripts/v3_6_8_inversion_manifest.json +10 -0
- package/vendor/ars/scripts/validate_claim_standing_stance_assets.py +249 -0
- package/vendor/ars/scripts/validate_compliance_fixtures.py +56 -0
- package/vendor/ars/scripts/validate_ideation_diversity_assets.py +303 -0
- package/vendor/ars/scripts/venue_disclosure_contract_harness.py +837 -0
- package/vendor/ars/scripts/verification_cache.py +276 -0
- package/vendor/ars/scripts/verification_gate/__init__.py +345 -0
- package/vendor/ars/scripts/verify_passport.py +133 -0
- package/vendor/ars/scripts/verify_submission_package.py +1657 -0
- package/vendor/ars/shared/agents/compliance_agent.md +136 -0
- package/vendor/ars/shared/artifact_reproducibility_pattern.md +173 -0
- package/vendor/ars/shared/benchmark_report.schema.json +81 -0
- package/vendor/ars/shared/benchmark_report_pattern.md +180 -0
- package/vendor/ars/shared/bibliographic_integrity_signals.md +142 -0
- package/vendor/ars/shared/collaboration_depth_rubric.md +154 -0
- package/vendor/ars/shared/compliance_checkpoint_protocol.md +162 -0
- package/vendor/ars/shared/compliance_report.schema.json +187 -0
- package/vendor/ars/shared/contracts/README.md +938 -0
- package/vendor/ars/shared/contracts/activity/adjudication_activity_input.schema.json +555 -0
- package/vendor/ars/shared/contracts/activity/adjudication_activity_store.schema.json +560 -0
- package/vendor/ars/shared/contracts/audit/audit_jsonl.schema.json +128 -0
- package/vendor/ars/shared/contracts/audit/audit_sidecar.schema.json +169 -0
- package/vendor/ars/shared/contracts/audit/audit_verdict.schema.json +133 -0
- package/vendor/ars/shared/contracts/audit/cross_document_consistency_advisory.schema.json +480 -0
- package/vendor/ars/shared/contracts/audit/cross_document_consistency_advisory_draft.schema.json +564 -0
- package/vendor/ars/shared/contracts/audit/cross_document_source_manifest.schema.json +202 -0
- package/vendor/ars/shared/contracts/audit/tortured_phrase_advisory.schema.json +1362 -0
- package/vendor/ars/shared/contracts/audit/tortured_phrase_snapshot.schema.json +208 -0
- package/vendor/ars/shared/contracts/audit/tortured_phrase_snapshot_manifest.schema.json +335 -0
- package/vendor/ars/shared/contracts/capability/stage_capability_matrix.json +434 -0
- package/vendor/ars/shared/contracts/claim_standing/candidate_ledger.schema.json +705 -0
- package/vendor/ars/shared/contracts/claim_standing/query_plan.schema.json +389 -0
- package/vendor/ars/shared/contracts/claim_standing/query_plan_v1_1.schema.json +782 -0
- package/vendor/ars/shared/contracts/claim_standing/retrieval_input.schema.json +440 -0
- package/vendor/ars/shared/contracts/claim_standing/stance_record.schema.json +460 -0
- package/vendor/ars/shared/contracts/claim_standing/transmission_ledger.schema.json +282 -0
- package/vendor/ars/shared/contracts/cross_model/codex_citation_receipt.schema.json +157 -0
- package/vendor/ars/shared/contracts/cross_model/codex_citation_request.schema.json +23 -0
- package/vendor/ars/shared/contracts/cross_model/promotion_bakeoff_sealed_commitment.schema.json +55 -0
- package/vendor/ars/shared/contracts/cross_model/promotion_bakeoff_sealed_reveal.schema.json +50 -0
- package/vendor/ars/shared/contracts/degradation_registry.json +428 -0
- package/vendor/ars/shared/contracts/evaluator/full.json +126 -0
- package/vendor/ars/shared/contracts/evidence/claim_registry.schema.json +50 -0
- package/vendor/ars/shared/contracts/evidence/claim_registry_coverage_report.schema.json +79 -0
- package/vendor/ars/shared/contracts/evidence/evidence_row.schema.json +504 -0
- package/vendor/ars/shared/contracts/evidence/evidence_row_v1_1.schema.json +364 -0
- package/vendor/ars/shared/contracts/evidence/evidence_row_v1_2.schema.json +714 -0
- package/vendor/ars/shared/contracts/evidence/evidence_row_v1_3.schema.json +524 -0
- package/vendor/ars/shared/contracts/human_subjects/authority_profile_registry.schema.json +497 -0
- package/vendor/ars/shared/contracts/human_subjects/committee_correspondence.schema.json +253 -0
- package/vendor/ars/shared/contracts/human_subjects/content_coverage_advisory.schema.json +620 -0
- package/vendor/ars/shared/contracts/human_subjects/irb_context_record.schema.json +329 -0
- package/vendor/ars/shared/contracts/human_subjects/resolved_authority_context.schema.json +347 -0
- package/vendor/ars/shared/contracts/human_subjects/review_pathway_rule_trace.schema.json +265 -0
- package/vendor/ars/shared/contracts/human_subjects/review_pathway_trace_request.schema.json +127 -0
- package/vendor/ars/shared/contracts/human_subjects/submission_packet_inventory.schema.json +240 -0
- package/vendor/ars/shared/contracts/human_subjects/submission_packet_manifest.schema.json +999 -0
- package/vendor/ars/shared/contracts/passport/audit_artifact_entry.schema.json +266 -0
- package/vendor/ars/shared/contracts/passport/bibliographic_integrity_signal.schema.json +1676 -0
- package/vendor/ars/shared/contracts/passport/citation_provenance.schema.json +107 -0
- package/vendor/ars/shared/contracts/passport/citation_verification_summary.schema.json +164 -0
- package/vendor/ars/shared/contracts/passport/claim_audit_result.schema.json +124 -0
- package/vendor/ars/shared/contracts/passport/claim_drift.schema.json +58 -0
- package/vendor/ars/shared/contracts/passport/claim_intent_manifest.schema.json +107 -0
- package/vendor/ars/shared/contracts/passport/constraint_violation.schema.json +65 -0
- package/vendor/ars/shared/contracts/passport/experiment_alignment_result.schema.json +69 -0
- package/vendor/ars/shared/contracts/passport/experiment_provenance_entry.schema.json +169 -0
- package/vendor/ars/shared/contracts/passport/human_read_log.schema.json +86 -0
- package/vendor/ars/shared/contracts/passport/inquiry_ledger_ref.schema.json +22 -0
- package/vendor/ars/shared/contracts/passport/literature_corpus_entry.schema.json +650 -0
- package/vendor/ars/shared/contracts/passport/preregistration_artifact.schema.json +132 -0
- package/vendor/ars/shared/contracts/passport/rejection_log.schema.json +89 -0
- package/vendor/ars/shared/contracts/passport/reset_ledger_entry.schema.json +158 -0
- package/vendor/ars/shared/contracts/passport/temporal_audit_results.schema.json +208 -0
- package/vendor/ars/shared/contracts/passport/terminal_policies.schema.json +50 -0
- package/vendor/ars/shared/contracts/passport/timeline.schema.json +102 -0
- package/vendor/ars/shared/contracts/passport/uncited_assertion.schema.json +56 -0
- package/vendor/ars/shared/contracts/passport/uncited_audit_failure.schema.json +72 -0
- package/vendor/ars/shared/contracts/passport/user_attested_read_resolution.schema.json +87 -0
- package/vendor/ars/shared/contracts/passport/version_records.schema.json +138 -0
- package/vendor/ars/shared/contracts/patch/block_manifest.schema.json +45 -0
- package/vendor/ars/shared/contracts/patch/legacy/v1_0/revision_patch.schema.json +110 -0
- package/vendor/ars/shared/contracts/patch/revision_patch.schema.json +250 -0
- package/vendor/ars/shared/contracts/pdf/pdf_content_classifier_diagnostic.schema.json +39 -0
- package/vendor/ars/shared/contracts/pdf/pdf_content_classifier_worker.schema.json +88 -0
- package/vendor/ars/shared/contracts/pdf/pdf_read_preflight.schema.json +227 -0
- package/vendor/ars/shared/contracts/re_review/input_manifest.schema.json +161 -0
- package/vendor/ars/shared/contracts/re_review/legacy/v1_0/input_manifest.schema.json +134 -0
- package/vendor/ars/shared/contracts/re_review/legacy/v1_0/precommitment.schema.json +193 -0
- package/vendor/ars/shared/contracts/re_review/legacy/v1_0/traceability.schema.json +841 -0
- package/vendor/ars/shared/contracts/re_review/legacy/v1_0/verdict_record.schema.json +244 -0
- package/vendor/ars/shared/contracts/re_review/precommitment.schema.json +193 -0
- package/vendor/ars/shared/contracts/re_review/traceability.schema.json +916 -0
- package/vendor/ars/shared/contracts/re_review/verdict_record.schema.json +245 -0
- package/vendor/ars/shared/contracts/research_workflow/inquiry_branch_ledger.schema.json +449 -0
- package/vendor/ars/shared/contracts/research_workflow/research_workflow_profile.schema.json +222 -0
- package/vendor/ars/shared/contracts/research_workflow/research_workflow_profile_selection_receipt.schema.json +111 -0
- package/vendor/ars/shared/contracts/review_target/constructive_review_findings.schema.json +172 -0
- package/vendor/ars/shared/contracts/review_target/criteria_registry.schema.json +97 -0
- package/vendor/ars/shared/contracts/review_target/review_criteria_binding_manifest.schema.json +235 -0
- package/vendor/ars/shared/contracts/review_target/review_criteria_source_receipt.schema.json +158 -0
- package/vendor/ars/shared/contracts/review_target/review_target_context.schema.json +106 -0
- package/vendor/ars/shared/contracts/review_target/review_target_declaration.schema.json +118 -0
- package/vendor/ars/shared/contracts/reviewer/full.json +114 -0
- package/vendor/ars/shared/contracts/reviewer/methodology_focus.json +75 -0
- package/vendor/ars/shared/contracts/reviewer/review_panel_provenance.schema.json +263 -0
- package/vendor/ars/shared/contracts/reviewer/review_panel_provenance_carrier.schema.json +122 -0
- package/vendor/ars/shared/contracts/reviewer/review_panel_provenance_input.schema.json +120 -0
- package/vendor/ars/shared/contracts/revision/author_adjudication.schema.json +251 -0
- package/vendor/ars/shared/contracts/revision/author_adjudication_input.schema.json +25 -0
- package/vendor/ars/shared/contracts/revision/claim_strength_drift_disposition.schema.json +97 -0
- package/vendor/ars/shared/contracts/revision/claim_strength_drift_disposition_input.schema.json +80 -0
- package/vendor/ars/shared/contracts/revision/claim_strength_drift_findings.schema.json +139 -0
- package/vendor/ars/shared/contracts/revision/claim_surface_manifest.schema.json +99 -0
- package/vendor/ars/shared/contracts/revision/integrity_correction_authorization.schema.json +140 -0
- package/vendor/ars/shared/contracts/revision/integrity_correction_authorization_input.schema.json +28 -0
- package/vendor/ars/shared/contracts/revision/integrity_correction_list.schema.json +48 -0
- package/vendor/ars/shared/contracts/revision/integrity_pass_receipt.schema.json +16 -0
- package/vendor/ars/shared/contracts/revision/revision_evidence_bundle.schema.json +134 -0
- package/vendor/ars/shared/contracts/revision/revision_roadmap.schema.json +334 -0
- package/vendor/ars/shared/contracts/submission/format_profile.example.yaml +33 -0
- package/vendor/ars/shared/contracts/submission/format_profile.schema.json +102 -0
- package/vendor/ars/shared/contracts/submission/submission_verification_report.schema.json +233 -0
- package/vendor/ars/shared/contracts/submission/venue_profile.schema.json +114 -0
- package/vendor/ars/shared/contracts/writer/full.json +87 -0
- package/vendor/ars/shared/cross_model_verification.md +714 -0
- package/vendor/ars/shared/evals_lift_report.schema.json +141 -0
- package/vendor/ars/shared/ground_truth_isolation_pattern.md +275 -0
- package/vendor/ars/shared/handoff_schemas.md +1209 -0
- package/vendor/ars/shared/human_subjects_authority_registry.json +1278 -0
- package/vendor/ars/shared/mode_spectrum.md +57 -0
- package/vendor/ars/shared/model_tiering.md +83 -0
- package/vendor/ars/shared/policy_data/nature_policy.md +56 -0
- package/vendor/ars/shared/prisma_trAIce_protocol.md +157 -0
- package/vendor/ars/shared/raise_framework.md +129 -0
- package/vendor/ars/shared/references/authority_content_coverage_advisory_protocol.md +275 -0
- package/vendor/ars/shared/references/claim_standing_candidate_ledger_protocol.md +66 -0
- package/vendor/ars/shared/references/claim_strength_ladder.md +93 -0
- package/vendor/ars/shared/references/cross_document_consistency_advisory_protocol.md +263 -0
- package/vendor/ars/shared/references/evidence_row_protocol.md +260 -0
- package/vendor/ars/shared/references/firm_rules.md +90 -0
- package/vendor/ars/shared/references/human_subjects_authority_protocol.md +274 -0
- package/vendor/ars/shared/references/intent_clarification_protocol.md +168 -0
- package/vendor/ars/shared/references/irb_terminology_glossary.md +229 -0
- package/vendor/ars/shared/references/protected_hedging_phrases.md +118 -0
- package/vendor/ars/shared/references/psychometric_terminology_glossary.md +109 -0
- package/vendor/ars/shared/references/review_criteria_consumer_protocol.md +238 -0
- package/vendor/ars/shared/references/review_pathway_rule_trace_protocol.md +166 -0
- package/vendor/ars/shared/references/submission_packet_manifest_protocol.md +292 -0
- package/vendor/ars/shared/references/word_count_conventions.md +124 -0
- package/vendor/ars/shared/research_workflow_profiles/field_general.json +1 -0
- package/vendor/ars/shared/review_criteria_registry.json +207 -0
- package/vendor/ars/shared/review_criteria_sources/msr-2027-technical-papers.2026-08-24.json +46 -0
- package/vendor/ars/shared/review_criteria_sources/sigsoft-empirical-standards.2026-08-24.json +31 -0
- package/vendor/ars/shared/sprint_contract.schema.json +482 -0
- package/vendor/ars/shared/style_calibration_protocol.md +151 -0
- package/vendor/ars/shared/templates/codex_audit_multifile_template.md +263 -0
- package/vendor/ars/tools/release-discipline/.toolkit-version +1 -0
- package/vendor/ars/tools/release-discipline/README.md +4 -0
- package/vendor/ars/tools/release-discipline/scripts/_release_doc_alignment_schema.py +1011 -0
- package/vendor/ars/tools/release-discipline/scripts/check_command_invariants.py +497 -0
- package/vendor/ars/tools/release-discipline/scripts/check_release_doc_alignment.py +263 -0
- package/vendor/ars/tools/release-discipline/scripts/sync-toolkit.sh +147 -0
- package/vendor/windows/NOTICE.md +12 -0
- package/vendor/windows/arm64/fd.exe +0 -0
- package/vendor/windows/arm64/licenses/fd/LICENSE-APACHE +201 -0
- package/vendor/windows/arm64/licenses/fd/LICENSE-MIT +21 -0
- package/vendor/windows/arm64/licenses/ripgrep/COPYING +3 -0
- package/vendor/windows/arm64/licenses/ripgrep/LICENSE-MIT +21 -0
- package/vendor/windows/arm64/licenses/ripgrep/UNLICENSE +24 -0
- package/vendor/windows/arm64/rg.exe +0 -0
- package/vendor/windows/x64/fd.exe +0 -0
- package/vendor/windows/x64/licenses/fd/LICENSE-APACHE +201 -0
- package/vendor/windows/x64/licenses/fd/LICENSE-MIT +21 -0
- package/vendor/windows/x64/licenses/ripgrep/COPYING +3 -0
- package/vendor/windows/x64/licenses/ripgrep/LICENSE-MIT +21 -0
- package/vendor/windows/x64/licenses/ripgrep/UNLICENSE +24 -0
- package/vendor/windows/x64/rg.exe +0 -0
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
# IMRaD Example — Higher Education Domain
|
|
2
|
+
|
|
3
|
+
This example demonstrates a complete IMRaD paper structure in the higher education field, showing how each agent's output integrates into the final paper.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# AI-Assisted Quality Assurance in Taiwanese Higher Education: Effects on Evaluation Consistency and Institutional Self-Assessment Practices
|
|
8
|
+
|
|
9
|
+
**Author:** [Example Author]
|
|
10
|
+
**Affiliation:** Center for Higher Education Research, [Example University]
|
|
11
|
+
**Date:** 2026
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Abstract
|
|
16
|
+
|
|
17
|
+
Quality assurance (QA) in higher education increasingly relies on standardized evaluation frameworks, yet inter-evaluator variance remains a persistent challenge. This study examines the effects of AI-assisted tools on evaluation consistency and institutional self-assessment practices in Taiwanese higher education. Using a quasi-experimental design, this study compared evaluation outcomes across 24 institutional accreditation cases—12 using traditional methods and 12 using AI-augmented evaluation protocols during the 2024-2025 accreditation cycle. Results indicated that AI-augmented evaluations reduced inter-evaluator variance by 28% (Cohen's *d* = 0.74) and improved alignment between self-assessment reports and site visit findings (*r* = .82 vs. .63 for traditional). Institutions reported that AI tools enhanced their self-assessment processes by identifying data gaps earlier in the preparation cycle. However, evaluators expressed concerns about potential homogenization of qualitative judgment. These findings suggest that AI tools can meaningfully improve QA consistency while highlighting the need for balanced integration that preserves expert judgment in accreditation processes.
|
|
18
|
+
|
|
19
|
+
**Keywords**: quality assurance, artificial intelligence, higher education accreditation, evaluation consistency, Taiwan
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Chinese Abstract
|
|
24
|
+
|
|
25
|
+
Higher education quality assurance increasingly relies on standardized evaluation frameworks, yet the issue of inter-evaluator consistency has persisted. This study aims to investigate the effects of AI-assisted tools on evaluation consistency and institutional self-assessment practices in Taiwanese higher education. A quasi-experimental design was employed, comparing evaluation outcomes across 24 institutional accreditation cases during the 2024-2025 accreditation cycle — 12 using traditional methods and 12 using AI-augmented evaluation protocols. Results showed that AI-augmented evaluations reduced inter-evaluator variance by 28% (Cohen's *d* = 0.74) and improved the alignment between self-assessment reports and site visit findings (*r* = .82 vs. .63 for traditional methods). Evaluated institutions also reported that AI tools helped identify data gaps earlier during the preparation phase. However, evaluators expressed concerns about the potential homogenization of qualitative judgment. These findings suggest that AI tools can effectively improve quality assurance consistency, but integration must be balanced to preserve expert professional judgment in the accreditation process.
|
|
26
|
+
|
|
27
|
+
**Keywords**: quality assurance, artificial intelligence, higher education accreditation, evaluation consistency, Taiwan
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 1. Introduction
|
|
32
|
+
|
|
33
|
+
### 1.1 Context and Background
|
|
34
|
+
|
|
35
|
+
Higher education quality assurance (QA) has undergone significant transformation globally over the past two decades (Stensaker & Harvey, 2023). In Taiwan, the Higher Education Evaluation and Accreditation Council of Taiwan (HEEACT) has administered institutional and program accreditation since 2005, evolving through three cycles of refinement (HEEACT, 2023). The current third cycle (2023-2025) emphasizes outcome-based evaluation, institutional self-governance, and evidence-informed decision-making.
|
|
36
|
+
|
|
37
|
+
Despite these advancements, inter-evaluator consistency remains a persistent challenge in accreditation processes worldwide (Leiber et al., 2022). Evaluators bring diverse disciplinary backgrounds, institutional experiences, and interpretive frameworks, which can lead to significant variance in evaluation outcomes even when using standardized rubrics (Martin & Parikh, 2024).
|
|
38
|
+
|
|
39
|
+
### 1.2 Problem Statement
|
|
40
|
+
|
|
41
|
+
The emergence of artificial intelligence tools offers potential solutions to the consistency challenge. AI-powered text analysis, data verification, and pattern recognition could complement human judgment by providing standardized baseline assessments (Chen & Wang, 2024). However, the integration of AI into QA processes remains understudied, particularly in East Asian higher education contexts where cultural norms of deference and consensus may interact differently with algorithmic recommendations.
|
|
42
|
+
|
|
43
|
+
### 1.3 Research Questions
|
|
44
|
+
|
|
45
|
+
1. **RQ1**: To what extent does AI-assisted evaluation reduce inter-evaluator variance in institutional accreditation?
|
|
46
|
+
2. **RQ2**: How does AI assistance affect the alignment between institutional self-assessment reports and site visit findings?
|
|
47
|
+
3. **RQ3**: What are evaluators' and institutional administrators' perceptions of AI-assisted QA tools?
|
|
48
|
+
|
|
49
|
+
### 1.4 Significance
|
|
50
|
+
|
|
51
|
+
This study contributes to the growing literature on AI in higher education governance by providing empirical evidence from an actual accreditation cycle—moving beyond simulation studies to real-world implementation.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## 2. Literature Review
|
|
56
|
+
|
|
57
|
+
### 2.1 Theoretical Framework
|
|
58
|
+
|
|
59
|
+
This study draws on two complementary frameworks: the theory of judgment aggregation (List & Pettit, 2011) and the technology acceptance model (TAM) adapted for expert systems (Venkatesh & Davis, 2021). Together, these frameworks explain both the structural effects of AI on group decision-making and the individual-level factors that determine adoption.
|
|
60
|
+
|
|
61
|
+
### 2.2 Evaluation Consistency in QA
|
|
62
|
+
|
|
63
|
+
Inter-evaluator reliability has been a central concern in higher education accreditation since the pioneering work of Stake and Cisneros-Cohernour (2000) on evaluator judgment variation. In the European context, the European Standards and Guidelines (ESG 2015) explicitly address the need for consistent application of evaluation criteria, yet empirical studies consistently reveal substantial variance. A meta-analysis by Martin and Parikh (2024) across 42 accreditation studies found that average inter-rater agreement (measured by ICC) ranged from .55 to .72 — well below the .80 threshold considered acceptable for high-stakes decisions in psychometric literature.
|
|
64
|
+
|
|
65
|
+
Calibration training has been the primary intervention to address this variance. QA agencies typically conduct pre-evaluation workshops where evaluators practice applying rubrics to sample cases and discuss divergent ratings. Leiber et al. (2022) evaluated the effectiveness of calibration training across five European QA agencies and found that while training improved agreement by approximately 12% in the short term, the effects diminished significantly within six months. The authors attributed this decay to the dominance of individual disciplinary norms over standardized criteria — a phenomenon they termed "disciplinary drift."
|
|
66
|
+
|
|
67
|
+
In the Taiwanese context, HEEACT has implemented a structured evaluator training system since 2012, requiring all evaluators to complete a two-day workshop before their first evaluation assignment (HEEACT, 2023). Lin and Huang (2023) studied evaluator agreement patterns across the second cycle of institutional accreditation (2017-2022) and found that agreement was highest for quantitative indicators (e.g., student-faculty ratios, graduation rates) and lowest for qualitative judgments (e.g., institutional culture, governance effectiveness). This pattern aligns with international findings and suggests that the consistency challenge is most acute precisely where expert judgment is most valuable.
|
|
68
|
+
|
|
69
|
+
A recurring debate in the literature concerns whether consistency should be pursued at the expense of evaluative depth. Stensaker and Harvey (2023) argue that excessive standardization may produce "procedural agreement" — evaluators converging on safe, middle-of-the-road ratings — while suppressing the nuanced, context-sensitive judgments that characterize expert evaluation. This tension between reliability and validity is central to the AI integration debate examined in this study.
|
|
70
|
+
|
|
71
|
+
### 2.3 AI in Higher Education Assessment
|
|
72
|
+
|
|
73
|
+
Artificial intelligence applications in educational assessment have expanded rapidly over the past decade, though most research focuses on student-level assessment rather than institutional evaluation. Automated essay scoring (AES) systems represent the most mature application, with systems like e-rater achieving human-level agreement rates above .85 for standardized writing assessments (Williamson et al., 2022). While AES operates at a fundamentally different level than institutional accreditation, the underlying principles — pattern recognition, consistency, and scalability — offer transferable insights.
|
|
74
|
+
|
|
75
|
+
Learning analytics and institutional research dashboards represent a more directly relevant application domain. Predictive analytics platforms now enable institutions to monitor student success indicators in real-time, flagging at-risk populations and program-level performance anomalies (Baker & Inventado, 2023). Several QA agencies have begun exploring how such institutional analytics data could complement traditional site visit evidence. The UK's Quality Assurance Agency (QAA) piloted an "enhanced monitoring" approach in 2023 that incorporated automated data analysis of institutional metrics as a pre-screening tool, reducing the number of full site visits required by 25% (QAA, 2024).
|
|
76
|
+
|
|
77
|
+
Natural language processing (NLP) applications offer particular promise for QA contexts. Self-assessment reports (SARs) — typically documents of 100-200 pages — require evaluators to identify claims, locate supporting evidence, and assess alignment between stated goals and documented outcomes. Chen and Wang (2024) demonstrated that NLP models trained on historical SARs could identify unsupported claims with 78% accuracy and flag data-evidence mismatches with 82% accuracy, potentially reducing evaluator cognitive load during document review.
|
|
78
|
+
|
|
79
|
+
However, the literature also raises significant concerns about AI integration in evaluative contexts. Algorithmic bias — the tendency of AI systems to reproduce patterns in training data — poses particular risks in accreditation, where historical evaluation patterns may reflect systemic biases against certain institution types, regions, or demographic compositions (Bearman et al., 2023). Furthermore, the "black box" nature of many AI systems conflicts with the transparency requirements of fair evaluation processes.
|
|
80
|
+
|
|
81
|
+
### 2.4 Technology Adoption in QA Organizations
|
|
82
|
+
|
|
83
|
+
QA agencies have historically been cautious technology adopters, reflecting both the conservative culture of accreditation and the high stakes of evaluation decisions (Rosa et al., 2022). A survey of 34 QA agencies across the European Higher Education Area found that while 82% had digitized their administrative processes (e.g., document management, scheduling), only 18% had integrated technology into the core evaluation workflow (ENQA, 2023). The most common barriers cited were evaluator resistance, data privacy concerns, and lack of technical infrastructure.
|
|
84
|
+
|
|
85
|
+
Technology acceptance research in professional evaluation contexts draws heavily on the Technology Acceptance Model (TAM) and its extensions. Venkatesh and Davis (2021) found that perceived usefulness and perceived ease of use were necessary but insufficient conditions for adoption in expert judgment contexts — professionals also required assurance that technology would not diminish their professional autonomy or status. This finding is directly relevant to evaluator acceptance of AI tools, where concerns about "being replaced by algorithms" may override rational assessments of tool utility.
|
|
86
|
+
|
|
87
|
+
Successful technology integration in QA appears to follow a pattern of incremental adoption, beginning with administrative functions and gradually extending to analytical support roles. The Malaysian Qualifications Agency's (MQA) phased deployment of its MyQUEST online evaluation platform (2018-2023) offers an instructive case: by initially positioning the technology as a "data preparation tool" rather than an "evaluation tool," MQA avoided triggering evaluator resistance and achieved 94% adoption within three years (MQA, 2023). This framing strategy — technology as support rather than substitute — appears critical for QA contexts.
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## 3. Methodology
|
|
92
|
+
|
|
93
|
+
### 3.1 Research Design
|
|
94
|
+
|
|
95
|
+
A quasi-experimental design with matched comparison groups was employed. Institutional accreditation cases were matched on institution type (public/private), size (student enrollment), and prior accreditation outcomes.
|
|
96
|
+
|
|
97
|
+
### 3.2 Sample
|
|
98
|
+
|
|
99
|
+
Twenty-four institutional accreditation cases from the 2024-2025 cycle were included: 12 in the AI-augmented group (intervention) and 12 in the traditional group (comparison). Each case involved 4-6 evaluators, yielding evaluation data from 116 evaluators.
|
|
100
|
+
|
|
101
|
+
### 3.3 AI-Augmented Evaluation Protocol
|
|
102
|
+
|
|
103
|
+
The intervention group used an AI-assisted platform that provided: (a) automated SAR completeness checks, (b) data verification against MOE institutional databases, (c) cross-institutional benchmarking dashboards, and (d) preliminary alignment analysis between SAR claims and supporting evidence.
|
|
104
|
+
|
|
105
|
+
### 3.4 Data Collection
|
|
106
|
+
|
|
107
|
+
- Evaluation rubric scores (standardized 4-point scale across E1-E4 criteria)
|
|
108
|
+
- Inter-evaluator agreement metrics (per evaluation team)
|
|
109
|
+
- SAR-site visit alignment scores (researcher-coded)
|
|
110
|
+
- Post-evaluation surveys (evaluators, *n* = 116; institutional coordinators, *n* = 24)
|
|
111
|
+
- Semi-structured interviews (purposively selected, *n* = 18)
|
|
112
|
+
|
|
113
|
+
### 3.5 Data Analysis
|
|
114
|
+
|
|
115
|
+
Quantitative data were analyzed using independent-samples *t*-tests, ICC(2,k) for inter-evaluator reliability, and Pearson correlations. Qualitative data were analyzed using thematic analysis following Braun and Clarke (2022).
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## 4. Results
|
|
120
|
+
|
|
121
|
+
### 4.1 Inter-Evaluator Consistency (RQ1)
|
|
122
|
+
|
|
123
|
+
The AI-augmented group demonstrated significantly higher inter-evaluator agreement across all four evaluation criteria (see Table 1).
|
|
124
|
+
|
|
125
|
+
**Table 1**
|
|
126
|
+
|
|
127
|
+
*Inter-Evaluator Reliability by Group and Evaluation Criterion*
|
|
128
|
+
|
|
129
|
+
| Criterion | AI-Augmented ICC(2,k) | Traditional ICC(2,k) | Difference |
|
|
130
|
+
|-----------|:--------------------:|:-------------------:|:----------:|
|
|
131
|
+
| E1: Governance | .89 | .71 | +.18 |
|
|
132
|
+
| E2: Teaching | .85 | .66 | +.19 |
|
|
133
|
+
| E3: Student Support | .82 | .63 | +.19 |
|
|
134
|
+
| E4: Social Responsibility | .79 | .61 | +.18 |
|
|
135
|
+
| **Overall** | **.84** | **.65** | **+.19** |
|
|
136
|
+
|
|
137
|
+
The overall difference was statistically significant (*t*(22) = 3.87, *p* < .001, *d* = 0.74).
|
|
138
|
+
|
|
139
|
+
### 4.2 SAR-Site Visit Alignment (RQ2)
|
|
140
|
+
|
|
141
|
+
Pearson correlation analysis revealed a significantly stronger alignment between SAR claims and site visit findings in the AI-augmented group (*r* = .82, *p* < .001) compared to the traditional group (*r* = .63, *p* < .01). The difference in correlation coefficients was statistically significant using Fisher's *z*-transformation (*z* = 2.14, *p* = .032).
|
|
142
|
+
|
|
143
|
+
Qualitative analysis of evaluator notes identified the primary mechanism: AI tools flagged 23 specific instances where SAR claims lacked adequate supporting evidence *before* site visits, enabling evaluators to prepare targeted verification strategies. In contrast, traditional evaluators typically identified evidence gaps only during site visits, when time constraints limited follow-up inquiry.
|
|
144
|
+
|
|
145
|
+
**Table 2**
|
|
146
|
+
|
|
147
|
+
*SAR-Site Visit Alignment by Evidence Type*
|
|
148
|
+
|
|
149
|
+
| Evidence Type | AI-Augmented (*r*) | Traditional (*r*) | Difference |
|
|
150
|
+
|--------------|:------------------:|:-----------------:|:----------:|
|
|
151
|
+
| Quantitative data claims | .91 | .78 | +.13 |
|
|
152
|
+
| Qualitative narrative claims | .75 | .54 | +.21 |
|
|
153
|
+
| Policy compliance claims | .88 | .72 | +.16 |
|
|
154
|
+
| Student outcome claims | .72 | .51 | +.21 |
|
|
155
|
+
| **Overall** | **.82** | **.63** | **+.19** |
|
|
156
|
+
|
|
157
|
+
The largest alignment improvements occurred in qualitative narrative claims and student outcome claims — precisely the areas where evaluators reported the greatest difficulty in traditional processes. AI tools appeared most valuable when assessing claims that required cross-referencing multiple data sources, a task where human working memory limitations typically constrain evaluator performance.
|
|
158
|
+
|
|
159
|
+
### 4.3 Stakeholder Perceptions (RQ3)
|
|
160
|
+
|
|
161
|
+
Survey results revealed differentiated perceptions between evaluators and institutional administrators. Among evaluators (*n* = 116), 68% agreed or strongly agreed that AI tools "helped me focus on important issues," while 54% expressed concern that AI recommendations "might unduly influence my independent judgment." The concern was significantly more prevalent among senior evaluators (>10 years experience; 71%) than junior evaluators (<5 years; 38%), *chi-square*(1) = 8.42, *p* = .004.
|
|
162
|
+
|
|
163
|
+
Institutional coordinators (*n* = 24) were more uniformly positive: 83% reported that AI-assisted SAR completeness checks helped them prepare better documentation, and 75% indicated that benchmarking dashboards improved their understanding of institutional positioning.
|
|
164
|
+
|
|
165
|
+
Thematic analysis of 18 semi-structured interviews identified four emergent themes:
|
|
166
|
+
|
|
167
|
+
1. **Efficiency gains with cognitive trade-offs**: Evaluators consistently reported that AI tools reduced the time required for document review (estimated 30-40% reduction), but several noted that this efficiency came at the cost of "deep reading" — the immersive engagement with institutional documents that sometimes yields unexpected insights. As one evaluator stated: "The AI highlights what's missing, but it can't tell me what I should be curious about."
|
|
168
|
+
|
|
169
|
+
2. **Homogenization anxiety**: Eight evaluators expressed concern that shared access to AI-generated analysis would converge evaluator perspectives prematurely, reducing the diversity of viewpoints that multi-evaluator teams are designed to provide. One evaluator described this as "everyone starting from the same page — literally the same AI-generated summary page."
|
|
170
|
+
|
|
171
|
+
3. **Calibration enhancement**: Six evaluators reported that AI benchmarking data provided a common factual reference point that improved team discussions. Rather than debating factual claims, teams could focus on interpretive differences, leading to what one evaluator called "higher-quality disagreements."
|
|
172
|
+
|
|
173
|
+
4. **Institutional gaming concerns**: Three institutional coordinators acknowledged that awareness of AI-assisted verification had changed their SAR writing strategies. One noted: "We now assume every number will be cross-checked automatically, so we're more careful with data accuracy. But we also know what patterns the AI looks for, which creates a temptation to optimize for the algorithm rather than for genuine improvement."
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## 5. Discussion
|
|
178
|
+
|
|
179
|
+
### 5.1 Summary
|
|
180
|
+
|
|
181
|
+
AI-assisted evaluation tools significantly improved inter-evaluator consistency and SAR alignment, supporting the hypothesis that algorithmic assistance can address known variance issues in accreditation.
|
|
182
|
+
|
|
183
|
+
### 5.2 Interpretation
|
|
184
|
+
|
|
185
|
+
The substantial improvement in inter-evaluator consistency (ICC increase of .19) aligns with judgment aggregation theory's prediction that shared information structures reduce variance in group decisions (List & Pettit, 2011). When evaluators access AI-generated baseline analyses, they share a common informational foundation that constrains the range of plausible interpretations without eliminating individual judgment. This mechanism differs from calibration training, which attempts to align evaluator mental models directly — a more ambitious but less durable intervention, as Leiber et al. (2022) demonstrated.
|
|
186
|
+
|
|
187
|
+
The differential impact across evaluation criteria — with the smallest improvement observed in E4 (Social Responsibility) — suggests that AI tools are most effective for criteria with clearer operational definitions and more structured evidence bases. Social responsibility evaluation involves substantial value-based judgment and contextual interpretation, domains where current AI capabilities add less value. This finding resonates with Bearman et al.'s (2023) framework distinguishing "structured" from "unstructured" evaluation tasks, and suggests that AI integration strategies should be calibrated to criteria characteristics rather than applied uniformly.
|
|
188
|
+
|
|
189
|
+
The stakeholder perception findings illuminate a tension predicted by TAM for expert systems (Venkatesh & Davis, 2021): evaluators simultaneously valued the efficiency gains and feared the autonomy implications of AI assistance. The age-related difference in concern levels — senior evaluators were significantly more worried about AI influence — may reflect generational differences in technology comfort, but it may also reflect legitimate expertise-based concerns. Experienced evaluators have developed sophisticated heuristic strategies for document analysis that they perceive as threatened by algorithmic approaches. Whether these heuristics represent genuine expertise or idiosyncratic biases is an empirical question that this study cannot resolve, but it points to an important design consideration: AI tools for expert evaluators should augment rather than supplant existing analytical strategies.
|
|
190
|
+
|
|
191
|
+
### 5.3 Practical Implications
|
|
192
|
+
|
|
193
|
+
These findings suggest that QA agencies like HEEACT should consider phased integration of AI tools, beginning with data verification and benchmarking functions where the benefits are clearest and the risks of over-reliance are lowest.
|
|
194
|
+
|
|
195
|
+
### 5.4 Limitations
|
|
196
|
+
|
|
197
|
+
1. Quasi-experimental design limits causal claims
|
|
198
|
+
2. Single accreditation cycle; longitudinal effects unknown
|
|
199
|
+
3. Hawthorne effect possible in intervention group
|
|
200
|
+
4. Limited to Taiwanese institutional context
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
## 6. Conclusion
|
|
205
|
+
|
|
206
|
+
AI-assisted QA tools can meaningfully improve evaluation consistency in higher education accreditation. However, successful integration requires careful design that preserves expert judgment and contextual sensitivity. Future research should examine longitudinal effects and cross-national transferability.
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## AI Disclosure
|
|
211
|
+
|
|
212
|
+
This paper was prepared with the assistance of AI-powered academic writing tools. The research pipeline included literature search assistance, statistical verification, and draft structuring. All content, research design, data analysis, and conclusions were directed and verified by the author. The author takes full responsibility for the accuracy and integrity of this work.
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
## References
|
|
217
|
+
|
|
218
|
+
*(This is an example — references are illustrative, not real citations)*
|
|
219
|
+
|
|
220
|
+
Braun, V., & Clarke, V. (2022). *Thematic analysis: A practical guide*. SAGE.
|
|
221
|
+
|
|
222
|
+
Chen, L., & Wang, Y. (2024). Artificial intelligence in educational quality assurance: A systematic review. *Quality in Higher Education*, *30*(1), 45-67. https://doi.org/10.xxxx
|
|
223
|
+
|
|
224
|
+
HEEACT. (2023). *Third cycle of institutional accreditation handbook (2023-2025)*. Higher Education Evaluation and Accreditation Council of Taiwan.
|
|
225
|
+
|
|
226
|
+
Leiber, T., Stensaker, B., & Harvey, L. (2022). Bridging theory and practice of impact evaluation of quality management in higher education institutions. *European Journal of Higher Education*, *12*(sup1), 8-28.
|
|
227
|
+
|
|
228
|
+
List, C., & Pettit, P. (2011). *Group agency: The possibility, design, and status of corporate agents*. Oxford University Press.
|
|
229
|
+
|
|
230
|
+
Martin, J., & Parikh, S. (2024). Inter-rater reliability in higher education accreditation: A meta-analysis. *Research in Higher Education*, *65*(3), 412-438.
|
|
231
|
+
|
|
232
|
+
Stensaker, B., & Harvey, L. (Eds.). (2023). *Accountability in higher education: Global perspectives on trust and power* (2nd ed.). Routledge.
|
|
233
|
+
|
|
234
|
+
Venkatesh, V., & Davis, F. D. (2021). A theoretical extension of the technology acceptance model: Four longitudinal field studies. *Management Science*, *46*(2), 186-204.
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
# Literature Review Example — Higher Education Domain
|
|
2
|
+
|
|
3
|
+
This example demonstrates a thematic literature review paper structure in the higher education field.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Declining Enrollment and Institutional Adaptation in East Asian Higher Education: A Thematic Review
|
|
8
|
+
|
|
9
|
+
**Author:** [Example Author]
|
|
10
|
+
**Affiliation:** Institute of Educational Policy, [Example University]
|
|
11
|
+
**Date:** 2026
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Abstract
|
|
16
|
+
|
|
17
|
+
East Asian higher education systems face unprecedented enrollment challenges driven by declining birth rates and shifting demographics. This thematic literature review synthesizes 58 peer-reviewed studies published between 2015 and 2025 examining institutional adaptation strategies across Taiwan, Japan, South Korea, and selected ASEAN contexts. The review identifies three dominant themes: enrollment management innovations, program restructuring and niche specialization, and merger and exit mechanisms. Cross-cutting analysis reveals that proactive institutions initiating strategic changes within two years of enrollment decline demonstrate significantly better outcomes than reactive counterparts. The review further identifies critical research gaps, including limited longitudinal studies on merger outcomes, insufficient attention to faculty impact, and a near-absence of student perspective research. These findings suggest that policymakers should prioritize early-warning systems and flexible regulatory frameworks, while researchers should adopt comparative cross-national designs to enhance understanding of adaptation dynamics.
|
|
18
|
+
|
|
19
|
+
**Keywords**: enrollment decline, higher education, institutional adaptation, East Asia, demographic change, university merger
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Chinese Abstract
|
|
24
|
+
|
|
25
|
+
East Asian higher education systems face unprecedented enrollment challenges due to declining birth rates and demographic shifts. This paper employs a thematic literature review approach, synthesizing 58 peer-reviewed studies published between 2015 and 2025, covering institutional adaptation strategies in Taiwan, Japan, South Korea, and selected Southeast Asian countries. The review identifies three major themes: enrollment management innovation, program restructuring and niche specialization, and merger and exit mechanisms. Cross-thematic analysis reveals that institutions that proactively initiated strategic adjustments within two years of enrollment decline achieved significantly better outcomes than those that responded reactively. This paper also identifies several important research gaps: insufficient longitudinal studies on merger outcomes, limited attention to faculty impacts, and a near-absence of student perspective research. The findings suggest that policymakers should prioritize establishing early-warning systems and flexible regulatory frameworks, while researchers should adopt cross-national comparative designs to deepen understanding of adaptation dynamics.
|
|
26
|
+
|
|
27
|
+
**Keywords**: enrollment decline, higher education, institutional adaptation, East Asia, demographic change, university merger
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 1. Introduction
|
|
32
|
+
|
|
33
|
+
### 1.1 Topic and Rationale
|
|
34
|
+
|
|
35
|
+
Demographic decline is reshaping higher education landscapes across East Asia. Taiwan's annual births dropped from 305,000 in 2000 to 135,000 in 2023 (MOE, 2024), while Japan and South Korea face similarly dramatic fertility declines (OECD, 2024). These shifts create existential challenges for higher education institutions (HEIs), particularly smaller private colleges that depend on tuition revenue.
|
|
36
|
+
|
|
37
|
+
The consequences extend beyond individual institutions. Higher education systems risk losing institutional diversity, regional access, and accumulated knowledge when institutions close. Understanding how institutions adapt—and which strategies succeed—is crucial for both policy and practice.
|
|
38
|
+
|
|
39
|
+
### 1.2 Scope and Boundaries
|
|
40
|
+
|
|
41
|
+
This review covers peer-reviewed studies published between 2015 and 2025, focusing on:
|
|
42
|
+
- **Geography**: Taiwan, Japan, South Korea, and selected ASEAN contexts
|
|
43
|
+
- **Institution types**: Both public and private, universities and colleges
|
|
44
|
+
- **Strategies**: Enrollment management, restructuring, merger, and exit
|
|
45
|
+
- **Excluded**: K-12 enrollment issues, purely demographic studies without institutional focus
|
|
46
|
+
|
|
47
|
+
### 1.3 Review Methodology
|
|
48
|
+
|
|
49
|
+
A systematic search was conducted across ERIC, Scopus, Web of Science, and Airiti Library using the terms: ("enrollment decline" OR "demographic change" OR "declining birth rate") AND ("higher education" OR "university" OR "college") AND ("adaptation" OR "strategy" OR "merger" OR "restructuring"). After screening 312 initial hits, 58 studies met the inclusion criteria.
|
|
50
|
+
|
|
51
|
+
### 1.4 Organization
|
|
52
|
+
|
|
53
|
+
The review is organized into three thematic sections: (1) enrollment management innovations, (2) program restructuring and niche specialization, and (3) merger and exit mechanisms. A synthesis section integrates findings across themes, followed by gap identification and future directions.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## 2. Theme 1: Enrollment Management Innovations
|
|
58
|
+
|
|
59
|
+
### 2.1 Recruitment Strategy Diversification
|
|
60
|
+
|
|
61
|
+
International student recruitment has emerged as the most widely adopted enrollment management strategy across East Asia. In Taiwan, the government's "Study in Taiwan Enhancement Program" (2011-present) shifted recruitment focus from mainland China to Southeast Asian nations, resulting in a 186% increase in students from ASEAN countries between 2013 and 2023 (MOE, 2024). However, Yang and Chang (2022) found that international student retention rates at Taiwanese universities averaged only 68% — significantly below the domestic average of 89% — suggesting that recruitment without adequate support infrastructure yields diminishing returns. Language barriers, limited employment opportunities during study, and cultural adjustment challenges were identified as primary attrition factors.
|
|
62
|
+
|
|
63
|
+
Japan's Super Global University (SGU) program, launched in 2014, took a different approach by designating 37 universities as internationalization hubs and providing dedicated funding for English-taught programs and global partnership development. Yonezawa and Shimmi (2023) evaluated outcomes across SGU institutions and found that while international enrollment increased by an average of 42%, the initiative primarily benefited research universities in metropolitan areas. Regional universities — the institutions most threatened by enrollment decline — received minimal SGU funding and were unable to replicate internationalization strategies without substantial infrastructure investment.
|
|
64
|
+
|
|
65
|
+
South Korea's government-supported international recruitment program imposed quality thresholds that tied immigration visa allocations to institutional performance metrics. Kim and Park (2024) analyzed the unintended consequences of this approach, finding that quality-based visa restrictions accelerated a "winners and losers" dynamic: high-performing institutions attracted more international students and earned more visa slots, while lower-performing institutions lost both international and domestic students. Non-traditional learner recruitment — including adult learners, career changers, and lifelong learning participants — represents an alternative strategy with growing attention in the literature. Tanaka (2023) documented Japanese universities' expansion of evening programs, weekend courses, and professional development certificates, finding that while these programs stabilized total enrollment at some institutions, they generated lower tuition revenue per student and required different pedagogical approaches that strained existing faculty capacity.
|
|
66
|
+
|
|
67
|
+
### 2.2 Financial Aid and Tuition Strategy
|
|
68
|
+
|
|
69
|
+
Tuition discounting — offering scholarships or fee waivers to attract students who would otherwise enroll elsewhere — has become increasingly prevalent among enrollment-challenged institutions. Chen and Liu (2022) analyzed tuition discount rates across 89 Taiwanese private universities and found that the average institutional discount rate increased from 12% in 2015 to 28% in 2022. However, their regression analysis revealed a curvilinear relationship between discounting and net tuition revenue: institutions with discount rates below 20% saw net revenue increases from enrollment gains, while those exceeding 25% experienced net revenue declines despite higher enrollment — a pattern they termed the "discount trap."
|
|
70
|
+
|
|
71
|
+
In Japan, the phenomenon of "zero-tuition competition" emerged in rural regions where multiple declining institutions competed for the same shrinking student pool (Oba, 2023). Three prefectural universities in Hokkaido engaged in sequential tuition reductions between 2019 and 2023, ultimately offering tuition waivers to all admitted students. While each institution temporarily stabilized enrollment, the collective effect was a regional "race to the bottom" that undermined financial sustainability across all three institutions. Oba (2023) argued that tuition competition among declining institutions is a classic prisoner's dilemma requiring governmental coordination to resolve.
|
|
72
|
+
|
|
73
|
+
Korean institutions have explored alternative financial models, including corporate sponsorship of degree programs and revenue-sharing agreements with industry partners. Lee and Hwang (2024) examined 15 Korean universities with corporate-sponsored programs and found that while these arrangements provided short-term financial relief, they raised concerns about academic independence and program sustainability when corporate priorities shifted. The authors concluded that financial diversification strategies must be evaluated not only for their revenue impact but also for their implications for institutional autonomy and academic mission integrity.
|
|
74
|
+
|
|
75
|
+
### 2.3 Summary of Theme 1
|
|
76
|
+
|
|
77
|
+
Enrollment management innovations provide short-to-medium term relief but rarely address underlying capacity mismatches. International recruitment shows promise but creates new dependencies, particularly on geopolitical stability and immigration policy (Lin & Chen, 2023).
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## 3. Theme 2: Program Restructuring and Niche Specialization
|
|
82
|
+
|
|
83
|
+
### 3.1 Program Consolidation and Elimination
|
|
84
|
+
|
|
85
|
+
Program consolidation — merging or eliminating academic departments to concentrate resources on viable programs — represents the most structurally significant adaptation strategy. In Taiwan, the MOE's enrollment cap adjustment mechanism (2015-present) requires institutions to reduce approved enrollment quotas for programs that consistently fail to fill their allocated seats. Wu and Tsai (2023) tracked 67 Taiwanese institutions over five years and found that 234 undergraduate programs were either suspended or merged between 2018 and 2023, with humanities and social science programs disproportionately affected (accounting for 58% of closures despite representing only 31% of total programs).
|
|
86
|
+
|
|
87
|
+
The human dimension of program consolidation is underexplored in the literature. Taniguchi (2024) conducted one of the few qualitative studies on faculty experiences during program closure at three Japanese national universities. Faculty members reported feelings of professional identity loss, resentment toward administrators, and anxiety about reassignment to unfamiliar disciplines. Critically, Taniguchi found that institutions that provided 18+ months of advance notice and genuine consultation achieved significantly smoother transitions than those that implemented rapid closures — yet administrative incentives often favored speed over process. In Taiwan, the Teacher Act protections for tenured faculty create additional complexity: institutions cannot simply dismiss faculty when programs close, but must offer alternative positions or negotiate voluntary separation packages, substantially increasing the cost and timeline of program consolidation (Chou & Chan, 2022).
|
|
88
|
+
|
|
89
|
+
Japanese MOE-mandated enrollment cap reductions have followed a more systematic approach. Beginning in 2016, the Central Education Council recommended that national universities in metropolitan areas reduce undergraduate enrollment to redirect student flows toward regional institutions. Kaneko (2023) evaluated this policy and found it achieved modest enrollment redistribution (approximately 3% shift from metropolitan to regional institutions) but created unintended incentives for metropolitan universities to expand graduate and international programs to compensate for lost undergraduate revenue.
|
|
90
|
+
|
|
91
|
+
### 3.2 Niche Specialization
|
|
92
|
+
|
|
93
|
+
Niche specialization — strategically narrowing an institution's academic focus to establish a distinctive identity — has emerged as the strategy most consistently associated with enrollment stabilization in declining markets. Huang (2024) analyzed enrollment trajectories across 42 Taiwanese private universities between 2016 and 2023 and identified 8 institutions that successfully reversed enrollment decline. All 8 shared a common pattern: they had reduced their program portfolio by at least 30% while simultaneously deepening investment in 2-3 signature fields. The most successful niches were health sciences (driven by aging population demand), creative industries and digital media (driven by industry growth), and bilingual education (driven by the government's 2030 Bilingual Nation policy).
|
|
94
|
+
|
|
95
|
+
Korean "specialization zones" (teukseunghwa) offer a policy-level approach to niche development. The Korean Ministry of Education designated regional specialization zones beginning in 2020, providing preferential funding and regulatory flexibility to universities that aligned their academic programs with regional industry clusters. Park and Shin (2024) evaluated 12 designated universities and found that enrollment in specialized programs increased by an average of 23%, while non-specialized programs at the same institutions continued to decline. However, the authors noted a selection effect: institutions selected for the program already had stronger leadership and clearer strategic visions, making it difficult to attribute success solely to the specialization zone policy.
|
|
96
|
+
|
|
97
|
+
A contrasting perspective comes from Mok and Han (2023), who studied Hong Kong institutions that pursued specialization strategies in response to competitive pressures from mainland Chinese universities. They found that excessive specialization created vulnerability to industry cycle fluctuations — institutions heavily invested in financial technology programs experienced enrollment shocks when the fintech sector contracted in 2022-2023. Their analysis suggests an optimal specialization range of 40-60% of total programs in signature fields, with the remainder providing disciplinary diversity as a risk buffer.
|
|
98
|
+
|
|
99
|
+
### 3.3 Cross-Disciplinary Innovation
|
|
100
|
+
|
|
101
|
+
Interdisciplinary program development — creating programs that span traditional departmental boundaries — represents a newer adaptation strategy that simultaneously addresses enrollment decline and employer demands for cross-functional competencies. Yoshida and Tanaka (2024) surveyed 156 Japanese universities and found that 73% had established at least one interdisciplinary program since 2020, most commonly combining data science or AI with domain-specific fields (e.g., "Health Data Science," "AI and Legal Studies"). However, only 34% of these programs had achieved their enrollment targets, suggesting that interdisciplinary label alone is insufficient without genuine curricular integration and industry connection.
|
|
102
|
+
|
|
103
|
+
Micro-credentials and stackable certificates have attracted particular attention as enrollment stabilization tools for adult and non-traditional learner markets. UNESCO's global survey of micro-credential programs (2024) identified East Asia as the fastest-growing region, with Taiwan, South Korea, and Singapore leading adoption. In Taiwan, the MOE's "flexible credential" pilot (2023-present) allowed 15 universities to issue Ministry-recognized micro-credentials in emerging fields. Early evidence from Chang and Wei (2024) suggests that participating institutions attracted approximately 8% additional enrollment from working professionals, though the contribution to overall enrollment stabilization remained modest given the small scale of micro-credential programs relative to degree programs.
|
|
104
|
+
|
|
105
|
+
### 3.4 Summary of Theme 2
|
|
106
|
+
|
|
107
|
+
Program restructuring is the most commonly researched adaptation strategy. The literature suggests that niche specialization outperforms across-the-board downsizing, but requires strong institutional leadership and early action (Huang, 2024).
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## 4. Theme 3: Merger and Exit Mechanisms
|
|
112
|
+
|
|
113
|
+
### 4.1 Government-Facilitated Mergers
|
|
114
|
+
|
|
115
|
+
Government-facilitated institutional mergers represent the most structurally ambitious response to enrollment decline. In Taiwan, the 2014 amendments to the Private School Act established a legal framework for merging financially distressed private institutions, though implementation has been limited. Chou (2023) documented only three successful private university merger cases between 2014 and 2024, noting that the primary obstacle was not legal but financial: merging institutions required one party to absorb the other's debts and personnel obligations, creating a "toxic asset" dynamic where financially healthy institutions had no incentive to merge with failing ones. The amendment's provision for government subsidies to offset merger costs proved insufficient — average merger subsidies covered only 15-20% of estimated integration costs.
|
|
116
|
+
|
|
117
|
+
Japan's national university corporation merger framework has produced more visible results, though at a different scale. The 2022 merger of Hokkaido's three national universities into a single corporation — the first such merger since the corporatization reform of 2004 — was extensively studied by Yamamoto (2024). The post-merger evaluation revealed efficiency gains in administrative operations (22% reduction in overhead costs) but minimal impact on academic outcomes or enrollment patterns. Faculty satisfaction surveys showed a 15-point decline in morale during the merger transition, attributed to uncertainty about departmental reorganization and perceived loss of institutional identity. Yamamoto concluded that university mergers are "administratively rational but academically disruptive," and recommended that merger policies include explicit provisions for protecting academic programs and faculty roles.
|
|
118
|
+
|
|
119
|
+
South Korea's University Restructuring Evaluation (URE), conducted triennially since 2014, takes a distinctive approach: rather than facilitating individual mergers, the Ministry of Education ranks all universities on a performance composite and imposes enrollment reductions on the lowest-performing quintile. Choi and Kim (2023) analyzed the URE's effects across three evaluation cycles and found that while the mechanism successfully reduced total enrollment capacity by approximately 50,000 seats, it created perverse incentives for institutions to prioritize metrics that could be gamed (e.g., employment statistics) over genuine quality improvements. The authors also documented a "death spiral" pattern: institutions rated poorly in one URE cycle experienced enrollment declines that worsened their metrics in subsequent cycles, regardless of improvement efforts.
|
|
120
|
+
|
|
121
|
+
### 4.2 Voluntary Closure and Exit
|
|
122
|
+
|
|
123
|
+
Voluntary institutional closure — the planned cessation of operations with orderly student transfer and asset disposition — remains poorly understood in the literature despite increasing policy relevance. Taiwan's Private Higher Education Institution Exit Act (2022) established the most comprehensive exit framework in East Asia, specifying timelines for student transition (minimum 2 years), faculty separation packages, and asset disposition procedures. Early implementation analysis by Wang and Lin (2024) examined the first three institutions to complete the exit process under the new legislation and identified several challenges: student transfer agreements with receiving institutions were often limited to geographic neighbors, constraining student choice; faculty separation packages, while legally mandated, were funded through institutional assets that in some cases were already depleted; and campus facilities in rural areas had minimal market value, leaving local governments to manage abandoned properties.
|
|
124
|
+
|
|
125
|
+
Japanese voluntary closure experiences, though less systematically documented, reveal similar patterns. Kinoshita (2023) studied eight private college closures in Japan between 2018 and 2023 and found that the average time from announcement to final closure was 4.2 years — significantly longer than the 2-year minimum specified in most closure plans. The extended timeline was driven primarily by the obligation to allow enrolled students to complete their degrees, combined with the difficulty of maintaining adequate staffing during a "wind-down" period when faculty had strong incentives to seek employment elsewhere. Kinoshita proposed a "managed decline" model that would provide government bridging funds to maintain instructional quality during the closure period, arguing that abrupt closures disproportionately harmed the most vulnerable students.
|
|
126
|
+
|
|
127
|
+
### 4.3 Stakeholder Impact
|
|
128
|
+
|
|
129
|
+
The human costs of institutional mergers and closures have received inadequate research attention relative to their policy significance. Faculty impacts are the most frequently studied stakeholder dimension, yet the evidence base remains thin. A cross-national survey by Altbach and Pacheco (2024) across 14 merger cases in five countries found that 62% of faculty at acquired institutions experienced at least one involuntary change — reassignment to a different department, mandatory retraining, or reduction in course load — within two years of merger completion. Among these affected faculty, 41% reported clinically significant levels of workplace stress, and 28% voluntarily departed within three years. The authors noted that faculty at teaching-focused institutions were disproportionately affected, as research-oriented merger partners typically imposed research productivity expectations that teaching-focused faculty found difficult to meet.
|
|
130
|
+
|
|
131
|
+
Student impacts are paradoxically the least studied despite being the most politically salient. Lee (2023) conducted the only large-scale student survey identified in this review, tracking 1,200 students across four Korean institutions that underwent forced enrollment reduction. Students reported confusion about credit transfer policies (68%), anxiety about degree recognition (54%), and financial burden from commuting to alternative institutions (47%). First-generation college students and students from low-income families reported significantly higher levels of disruption, as they lacked the social capital and financial resources to navigate institutional transitions. Community impacts have been documented primarily through case studies of rural institutional closures. Shimizu (2024) studied three rural Japanese communities where the local university represented the largest employer and found that institutional closure triggered cascading economic effects: housing vacancy rates increased by 12-18%, local retail revenue declined by 8-15%, and population outmigration of 18-25 year olds accelerated by approximately 25%. These findings underscore that institutional exit decisions carry externalities far beyond the education sector.
|
|
132
|
+
|
|
133
|
+
### 4.4 Summary of Theme 3
|
|
134
|
+
|
|
135
|
+
Merger and exit represent the most consequential adaptation strategies but remain the least well-researched. Current evidence suggests that government-facilitated processes reduce chaos but cannot eliminate the significant human costs of institutional transformation.
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## 5. Cross-Cutting Synthesis
|
|
140
|
+
|
|
141
|
+
### 5.1 Convergent Findings
|
|
142
|
+
|
|
143
|
+
Across all three themes, two findings consistently emerge:
|
|
144
|
+
|
|
145
|
+
1. **Timing matters**: Institutions that initiate strategic changes within two years of enrollment decline onset show significantly better outcomes than those that delay (reported in 7 of 58 studies).
|
|
146
|
+
2. **Leadership is decisive**: Successful adaptation requires leaders who can build coalitions, communicate urgency, and make difficult decisions about program prioritization.
|
|
147
|
+
|
|
148
|
+
### 5.2 Divergent Findings and Debates
|
|
149
|
+
|
|
150
|
+
The literature contains unresolved tensions:
|
|
151
|
+
- **Public vs. private**: Some studies argue private institutions are more nimble; others show public institutions have more resources to weather decline.
|
|
152
|
+
- **Competition vs. collaboration**: Some regions promote inter-institutional competition; others encourage collaborative resource sharing.
|
|
153
|
+
- **Quality vs. survival**: A persistent debate exists about whether enrollment-driven decisions compromise academic quality.
|
|
154
|
+
|
|
155
|
+
### 5.3 Methodological Observations
|
|
156
|
+
|
|
157
|
+
The reviewed literature is dominated by single-country case studies (72%) and cross-sectional designs (65%). Longitudinal studies tracking institutional trajectories over 5+ years are notably scarce. Quantitative studies primarily use enrollment data as the outcome variable, with limited attention to quality indicators.
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## 6. Research Gaps and Future Directions
|
|
162
|
+
|
|
163
|
+
### 6.1 Identified Gaps
|
|
164
|
+
|
|
165
|
+
1. **Longitudinal merger outcomes**: No study tracked merged institutions beyond 3 years post-merger
|
|
166
|
+
2. **Faculty perspective**: Only 4 of 58 studies centered faculty experiences
|
|
167
|
+
3. **Student perspective**: Only 2 studies examined student responses to institutional adaptation
|
|
168
|
+
4. **Cross-national comparative designs**: Only 6 studies compared strategies across countries
|
|
169
|
+
5. **Quality impact**: Limited evidence on whether adaptation strategies affect educational quality
|
|
170
|
+
|
|
171
|
+
### 6.2 Proposed Research Agenda
|
|
172
|
+
|
|
173
|
+
1. Multi-year longitudinal studies of merged institutions (5-10 year follow-up)
|
|
174
|
+
2. Faculty career trajectory research during institutional transformation
|
|
175
|
+
3. Student experience studies using mixed methods
|
|
176
|
+
4. Cross-national comparative designs (Taiwan-Japan-Korea triads)
|
|
177
|
+
5. Quality-outcome studies linking adaptation strategies to learning outcomes
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## 7. Conclusion
|
|
182
|
+
|
|
183
|
+
### 7.1 Key Takeaways
|
|
184
|
+
|
|
185
|
+
1. Enrollment decline is a systemic challenge requiring coordinated institutional, sectoral, and governmental responses
|
|
186
|
+
2. Early action and niche specialization show the strongest evidence of effectiveness
|
|
187
|
+
3. Merger and exit processes need more research and better policy design
|
|
188
|
+
4. Current research is insufficiently longitudinal, comparative, and stakeholder-inclusive
|
|
189
|
+
|
|
190
|
+
### 7.2 Implications for Practice and Policy
|
|
191
|
+
|
|
192
|
+
Policymakers should invest in early-warning enrollment monitoring systems and create regulatory frameworks that enable—rather than obstruct—institutional adaptation. Institutions should begin strategic planning before crisis, not after.
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
196
|
+
## AI Disclosure
|
|
197
|
+
|
|
198
|
+
This literature review was prepared with the assistance of AI-powered academic research tools. The AI pipeline assisted with literature search strategy, source screening, and draft structuring. All source selection, analysis, synthesis, and conclusions were directed and verified by the author.
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
## References
|
|
203
|
+
|
|
204
|
+
*(Illustrative — not real citations)*
|
|
205
|
+
|
|
206
|
+
Altbach, P. G., & Pacheco, I. (2024). Faculty impacts of institutional mergers: A cross-national survey. *Higher Education Policy*, *37*(1), 89-112.
|
|
207
|
+
|
|
208
|
+
Chang, Y., & Wei, L. (2024). Micro-credentials in Taiwanese higher education: Early adoption patterns and enrollment effects. *Journal of Higher Education Policy and Management*, *46*(2), 178-195.
|
|
209
|
+
|
|
210
|
+
Chen, H., & Liu, J. (2022). The tuition discount trap: Financial implications of enrollment competition among Taiwanese private universities. *Research in Higher Education*, *63*(4), 612-635.
|
|
211
|
+
|
|
212
|
+
Choi, S., & Kim, H. (2023). Perverse incentives in university restructuring evaluation: Evidence from three Korean cycles. *Higher Education*, *86*(5), 1045-1068.
|
|
213
|
+
|
|
214
|
+
Chou, C. P. (2023). Private university mergers in Taiwan: Policy framework and implementation challenges. *Asia Pacific Education Review*, *24*(2), 234-251.
|
|
215
|
+
|
|
216
|
+
Chou, C. P., & Chan, C. F. (2022). Faculty employment protection and institutional restructuring in Taiwan. *Comparative Education Review*, *66*(3), 445-468.
|
|
217
|
+
|
|
218
|
+
Huang, T. (2024). Niche specialization as survival strategy: Evidence from Taiwanese private universities. *Higher Education*, *87*(3), 521-540.
|
|
219
|
+
|
|
220
|
+
Kaneko, M. (2023). Metropolitan enrollment caps and regional redistribution in Japanese higher education. *Japanese Journal of Higher Education Research*, *26*, 45-67.
|
|
221
|
+
|
|
222
|
+
Kim, S., & Park, J. (2024). Quality-based visa allocation and international recruitment dynamics in Korean higher education. *Journal of Studies in International Education*, *28*(1), 89-108.
|
|
223
|
+
|
|
224
|
+
Kinoshita, R. (2023). Managing institutional decline: Lessons from eight Japanese college closures. *Higher Education Quarterly*, *77*(3), 456-478.
|
|
225
|
+
|
|
226
|
+
Lee, J. (2023). Student experiences during institutional restructuring: A survey of Korean university students. *Studies in Higher Education*, *48*(7), 1234-1251.
|
|
227
|
+
|
|
228
|
+
Lee, J., & Hwang, K. (2024). Corporate-sponsored degree programs in Korean universities: Revenue diversification and academic independence. *Higher Education Policy*, *37*(3), 312-335.
|
|
229
|
+
|
|
230
|
+
Lin, M., & Chen, W. (2023). International student recruitment in declining enrollment contexts. *Studies in Higher Education*, *48*(5), 912-930.
|
|
231
|
+
|
|
232
|
+
MOE. (2024). *Higher education statistical yearbook 2024*. Ministry of Education, Taiwan.
|
|
233
|
+
|
|
234
|
+
Mok, K. H., & Han, X. (2023). Over-specialization risk: Lessons from Hong Kong's fintech education boom and bust. *International Journal of Educational Development*, *98*, 102-118.
|
|
235
|
+
|
|
236
|
+
Oba, J. (2023). The zero-tuition trap: Competitive dynamics among declining regional universities in Japan. *Japanese Studies*, *43*(2), 189-210.
|
|
237
|
+
|
|
238
|
+
OECD. (2024). *Education at a glance 2024*. OECD Publishing.
|
|
239
|
+
|
|
240
|
+
Park, S., & Shin, D. (2024). Evaluating Korea's university specialization zones: Enrollment effects and selection bias. *Asia Pacific Journal of Education*, *44*(1), 67-85.
|
|
241
|
+
|
|
242
|
+
Shimizu, K. (2024). Community impacts of rural university closures in Japan. *Journal of Rural Studies*, *105*, 103-118.
|
|
243
|
+
|
|
244
|
+
Tanaka, H. (2023). Non-traditional learner recruitment at Japanese universities: Pedagogical and financial implications. *Teaching in Higher Education*, *28*(4), 789-806.
|
|
245
|
+
|
|
246
|
+
Taniguchi, M. (2024). Faculty identity and professional loss during program closure: A qualitative study of three Japanese universities. *Research in Higher Education*, *65*(2), 298-320.
|
|
247
|
+
|
|
248
|
+
UNESCO. (2024). *Towards a common framework for micro-credentials: Global perspectives and challenges*. UNESCO Publishing.
|
|
249
|
+
|
|
250
|
+
Wang, T., & Lin, S. (2024). Implementing Taiwan's Private Higher Education Institution Exit Act: Early lessons and challenges. *Higher Education Policy*, *37*(4), 456-478.
|
|
251
|
+
|
|
252
|
+
Wu, C., & Tsai, M. (2023). Program suspension and merger patterns in Taiwanese higher education: A five-year longitudinal analysis. *Journal of Higher Education*, *94*(6), 812-838.
|
|
253
|
+
|
|
254
|
+
Yamamoto, K. (2024). Japan's first national university merger: Administrative efficiency versus academic disruption. *Higher Education*, *88*(1), 123-145.
|
|
255
|
+
|
|
256
|
+
Yang, R., & Chang, S. (2022). International student retention in Taiwan: Barriers and institutional responses. *Journal of Studies in International Education*, *26*(4), 534-553.
|
|
257
|
+
|
|
258
|
+
Yonezawa, A., & Shimmi, Y. (2023). The Super Global University program: Outcomes and equity implications. *Studies in Higher Education*, *48*(3), 567-585.
|
|
259
|
+
|
|
260
|
+
Yoshida, A., & Tanaka, H. (2024). Interdisciplinary programs as enrollment strategy: A national survey of Japanese universities. *Innovative Higher Education*, *49*(2), 234-256.
|