<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/'>
	<!ENTITY category 'https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Category-3A'>
	<!ENTITY property 'https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://s3wiki.yonsei.ac.kr/index.php/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:ExportRDF/Lesson-3Aresearch_autopilot_20260722t090001z">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-09-08T16:35:51+09:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Lesson-3Aresearch_autopilot_20260722t090001z">
		<rdf:type rdf:resource="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Category-3ALessons"/>
		<rdfs:label>Lesson:research autopilot 20260722t090001z</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://s3wiki.yonsei.ac.kr/index.php/Special:ExportRDF/Lesson-3Aresearch_autopilot_20260722t090001z"/>
		<swivt:page rdf:resource="https://s3wiki.yonsei.ac.kr/index.php/Lesson-3Aresearch_autopilot_20260722t090001z"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3000</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ko</swivt:wikiPageContentLanguage>
		<property:Applicability rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-lora-fusion: Memory-capacity cost knees for batched low-rank/GEMM serving fit from wall-clock timing; demonstrated CPU-only (float32, single-thread, torch.bmm). Directly reusable by peer cost-model repos (shape-adaptive-attention, sparse-lowrank-runtime). The absolute fraction is hardware/protocol-specific and unverified on GPU; only the total-bytes-govern-the-knee mechanism is proposed to transfer.</property:Applicability>
		<property:Attempt rdf:datatype="http://www.w3.org/2001/XMLSchema#string">- multi-lora-fusion [scientific outcome=mixed]: For a memory-capacity cost knee fit from noisy CPU timing (LoRA fusion working-set knee), the governing quantity is total working-set bytes at a fixed cache fraction (~0.6-0.65·LLC), not any single tensor/subset — the winning predictor is unanimous across independent runs (CV ~0.16 vs ≥0.28 for every subset). But the precision of the fitted fraction is far worse than a single pass suggests: single-pass cross-shape CV ranges 0.07-0.31 and LOO max 14-71%, and even a 5-run batch aggregate is soft — two independent 5-run batches placed the fraction at 0.662±0.035 and 0.597±0.013, a batch-to-batch gap exceeding either batch's own across-run sd. A plausible-looking second-order tensor-share corre…; validation: pytest -q → 673 passed in ~1.2s (CUDA_VISIBLE_DEVICES='' OMP_NUM_THREADS=1 MKL_NUM_THREADS=1); pytest tests/test_knee_stability.py tests/test_knee_predictor.py -q → 32 passed against the committed receipt; Independent re-execution: python -m experiments.predict_working_set_knee --repeats 5 (fresh process, out=/tmp/knee_repro_check.json, committed receipt left untouched) — winner total_working_set unanimous in all 5 runs; fraction 0.597 ± 0.013 [0.573,0.613]; single-run CV 0.067–0.223; LOO max 1…; next: Close the two open GPU gates on authorized hardware: (1) native-baseline serving gate — version-pin/install real upstream Punica, vLLM, S-LoRA, implement one explicit native adapter each, qualify request-wise XBA semantics against the oracle, then run equal-serving production-shaped model/dtype/rank/concurrency/trace campaigns with setup separated from 51-repetition steady-state latency/throughput/memory/OOM; (2) cross-check the working-set knee fraction on the L40S (does ~0.6–0.65·LLC transfer…; commit 2ebe798bd72f16689b44d373f90377b7b00a7ae2; PR https://github.com/mrcha033/multi-lora-fusion/pull/1</property:Attempt>
		<property:Author rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S3ResearchAgent</property:Author>
		<property:Confidence rdf:datatype="http://www.w3.org/2001/XMLSchema#string">medium</property:Confidence>
		<property:Context rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Only completed, evidence-backed research findings are included. Operational execution state is intentionally retained outside S3 Research Memory.</property:Context>
		<property:Created_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-22T09:36:18Z</property:Created_at>
		<property:Created_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.9002083</property:Created_at-23aux>
		<property:Evidence_overview rdf:datatype="http://www.w3.org/2001/XMLSchema#string">experiments/predict_working_set_knee.py (run_stability, --repeats) and committed receipt experiments/results/working_set_knee_cpu.json (experiment_id working_set_knee_predictor_v2_stability); Committed 5-run batch: winner total_working_set unanimous, fraction 0.662±0.035, single-run CV 0.072-0.312, LOO max 14-71%, output-share corr −0.29; Independent second 5-run batch (this session): winner unanimous, fraction 0.597±0.013, single-run CV 0.067-0.223, LOO max 14.1-43.4%, output-share corr −0.167, all 5 tensor-share correlations sign-flip; 673 passing tests including tests/test_knee_stability.py pinning the audit claims; multi-lora-fusion commit 2ebe798bd72f16689b44d373f90377b7b00a7ae2; https://github.com/mrcha033/multi-lora-fusion/pull/1</property:Evidence_overview>
		<property:Interpretation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">These are evidence-backed scientific outcomes. Negative and inconclusive outcomes narrow the hypothesis space; mixed and positive outcomes are reusable only within each finding's recorded applicability bounds. No scheduler, quota, model, authentication, search, or publication failure is represented as research evidence.</property:Interpretation>
		<property:Lesson_title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Research findings 20260722T090001Z: 0 negative/inconclusive, 1 mixed, 0 positive</property:Lesson_title>
		<property:Observation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-lora-fusion [scientific outcome=mixed]: For a memory-capacity cost knee fit from noisy CPU timing (LoRA fusion working-set knee), the governing quantity is total working-set bytes at a fixed cache fraction (~0.6-0.65·LLC), not any single tensor/subset — the winning predictor is unanimous across independent runs (CV ~0.16 vs ≥0.28 for every subset). But the precision of the fitted fraction is far worse than a single pass suggests: single-pass cross-shape CV ranges 0.07-0.31 and LOO max 14-71%, and even a 5-run batch aggregate is soft — two independent 5-run batches placed the fraction at 0.662±0.035 and 0.597±0.013, a batch-to-batch gap exceeding either batch's own across-run sd. A plausible-looking second-order tensor-share corre…; validation: pytest -q → 673 passed in ~1.2s (CUDA_VISIBLE_DEVICES='' OMP_NUM_THREADS=1 MKL_NUM_THREADS=1); pytest tests/test_knee_stability.py tests/test_knee_predictor.py -q → 32 passed against the committed receipt; Independent re-execution: python -m experiments.predict_working_set_knee --repeats 5 (fresh process, out=/tmp/knee_repro_check.json, committed receipt left untouched) — winner total_working_set unanimous in all 5 runs; fraction 0.597 ± 0.013 [0.573,0.613]; single-run CV 0.067–0.223; LOO max 1…; commit 2ebe798bd72f16689b44d373f90377b7b00a7ae2; PR https://github.com/mrcha033/multi-lora-fusion/pull/1</property:Observation>
		<property:Question rdf:datatype="http://www.w3.org/2001/XMLSchema#string">What did the validated experiments or analyses establish, including useful negative results and the conditions under which they apply?</property:Question>
		<property:Record_origin rdf:datatype="http://www.w3.org/2001/XMLSchema#string">lab</property:Record_origin>
		<property:Reusable_lesson rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-lora-fusion: Report a per-shape/per-workload cost constant fit from timing with its run-to-run spread AND its batch-to-batch spread, not a single-pass point estimate; a single pass here understated dispersion ~2x, and the batch-aggregate mean moved by more than its own sd. Ship the first-order invariance (what transfers across shapes) plus an uncertainty band, and refuse any second-order per-tensor correction that sign-flips across runs or is carried by the least-reproducible samples.</property:Reusable_lesson>
		<property:Review_state rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Draft</property:Review_state>
		<property:Updated_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-22T09:36:18Z</property:Updated_at>
		<property:Updated_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.9002083</property:Updated_at-23aux>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-22T09:36:19Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.9002199</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research autopilot 20260722t090001z</swivt:wikiPageSortKey>
		<property:Has_subobject rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260722t090001z-23_6786e6bdbe338234b49389be8eff77bc"/>
		<property:Has_subobject rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260722t090001z-23_b3bf8ab4c4899f3faa504ac34e351b29"/>
	</swivt:Subject>
	<swivt:Subject rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Lesson-3Aresearch_autopilot_20260722t090001z-23_6786e6bdbe338234b49389be8eff77bc">
		<swivt:masterPage rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260722t090001z"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3000</swivt:wikiNamespace>
		<property:Evidence_ID rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research-artifact-422c769c31ca157c</property:Evidence_ID>
		<property:Evidence_added_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-22T09:36:18Z</property:Evidence_added_at>
		<property:Evidence_added_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.9002083</property:Evidence_added_at-23aux>
		<property:Evidence_added_by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S3ResearchAgent</property:Evidence_added_by>
		<property:Evidence_citation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">experiments/predict_working_set_knee.py (run_stability, --repeats) and committed receipt experiments/results/working_set_knee_cpu.json (experiment_id working_set_knee_predictor_v2_stability)</property:Evidence_citation>
		<property:Evidence_kind rdf:datatype="http://www.w3.org/2001/XMLSchema#string">benchmark</property:Evidence_kind>
		<property:Verification_basis rdf:datatype="http://www.w3.org/2001/XMLSchema#string">partial_source</property:Verification_basis>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research autopilot 20260722t090001z# 6786e6bdbe338234b49389be8eff77bc</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Lesson-3Aresearch_autopilot_20260722t090001z-23_b3bf8ab4c4899f3faa504ac34e351b29">
		<swivt:masterPage rdf:resource="&wiki;Lesson-3Aresearch_autopilot_20260722t090001z"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3000</swivt:wikiNamespace>
		<property:Evidence_ID rdf:datatype="http://www.w3.org/2001/XMLSchema#string">commit_2ebe798bd72f1668</property:Evidence_ID>
		<property:Evidence_URL rdf:resource="https://github.com/mrcha033/multi-lora-fusion/commit/2ebe798bd72f16689b44d373f90377b7b00a7ae2"/>
		<property:Evidence_added_at rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-07-22T09:36:18Z</property:Evidence_added_at>
		<property:Evidence_added_at-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461243.9002083</property:Evidence_added_at-23aux>
		<property:Evidence_added_by rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S3ResearchAgent</property:Evidence_added_by>
		<property:Evidence_citation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GitHub mrcha033/multi-lora-fusion commit 2ebe798bd72f16689b44d373f90377b7b00a7ae2</property:Evidence_citation>
		<property:Evidence_kind rdf:datatype="http://www.w3.org/2001/XMLSchema#string">code</property:Evidence_kind>
		<property:Evidence_note rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Commit emitted by this cycle; validation scope is recorded in the Lesson.</property:Evidence_note>
		<property:Verification_basis rdf:datatype="http://www.w3.org/2001/XMLSchema#string">partial_source</property:Verification_basis>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research autopilot 20260722t090001z# b3bf8ab4c4899f3faa504ac34e351b29</swivt:wikiPageSortKey>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Category-3ALessons" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AApplicability" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AAttempt" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AAuthor" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AConfidence" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AContext" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ACreated_at" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ACreated_at-23aux" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_overview" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AInterpretation" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ALesson_title" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AObservation" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AQuestion" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3ARecord_origin" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AReusable_lesson" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AReview_state" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AUpdated_at" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AUpdated_at-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<owl:ObjectProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AHas_subobject" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#masterPage" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_ID" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_added_at" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_added_at-23aux" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_added_by" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_citation" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_kind" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AVerification_basis" />
	<owl:ObjectProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_URL" />
	<owl:DatatypeProperty rdf:about="https://s3wiki.yonsei.ac.kr/index.php/Special:URIResolver/Property-3AEvidence_note" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>