Skill reference: computing-paper
Skill reference: computing-paper
Section titled “Skill reference: computing-paper”The computing-paper skill authors one document genre: an ACM/IEEE
computing conference or journal paper — a formal systems/engineering
research write-up built around a described approach or system and an
explicit, falsifiable Evaluation section, cited with IEEE numbered bracket
citations. This reference describes what that document type is, how the
skill produces one, when it earns its place, and the provenance behind it.
| Property | Value |
|---|---|
| Authors | An ACM/IEEE computing conference or journal paper |
| Purpose group | Scholarly writing |
MIF conceptType | semantic |
| Target MIF level | 3 |
| Primary source | ACM Primary Article Template (acmart) |
What this document type is
Section titled “What this document type is”A computing paper is a formal research write-up aimed at program-committee
reviewers and practitioners, structured around Abstract, Introduction,
Related Work, Approach/System Design, Evaluation, Discussion, Conclusion &
Future Work, and a numbered References list. Its defining trait is that its
center of gravity is the Evaluation — the paper earns its Conclusion from
what the Evaluation actually shows (experimental setup, baselines, metrics,
results), not from an asserted claim stated up front. Front matter also
carries CCS Concepts and keywords/index terms, the indexing matter an
ACM/IEEE venue requires. Citations are IEEE numbered brackets ([1], [2]),
never author-date, and every factual or measured claim traces to a numbered
reference; an uncited claim is a defect.
This is distinct from the APA/IMRaD empirical-paper structure with
author-date citations (academic), from a practitioner decision report whose
mandatory matter is an options-vs-criteria Trade-offs table with no CCS
Concepts and no Evaluation section (an engineering report),
and from an informal pre-build alignment narrative (a
google-design-doc). It is therefore reasoned,
evidence-backed research knowledge, and projects to MIF as semantic content
at Level 3.
How the skill produces one
Section titled “How the skill produces one”computing-paper is a genre skill: it carries the ACM/IEEE paper pattern as
durable instructions plus exemplars, and writes the artifact over a MIF floor
so the result is at once a human-readable paper and a machine-conformant
unit.
- Pattern, made operational. The skill encodes the eight-section shape
and treats the Evaluation section as load-bearing — experimental setup,
baselines, metrics, and results, never collapsed into a paragraph of
unsupported assertions — plus the CCS Concepts/keywords front matter and
IEEE numbered citation discipline, anchored to the current ACM
acmartand IEEEIEEEtranconventions. - Exemplars set the bar. Like every genre in the suite it ships
good-l1.md(the MIF Level-1 floor),good.md(the Level-3 target),bad.md(a counter-example with no Evaluation section and no citations anywhere), andevals/evals.json. Thecheck-exemplarsgate provesgood-l1.mdvalidates at L1 andgood.mdat Level 3. - MIF projection. The document is authored with MIF frontmatter (via the
shared
mif-frontmattersubstrate) and aconceptTypeofsemantic, withcitations[]tied to each Evaluation claim and typedrelationships[]to work the paper relates to or that later operationalizes it.mif-validateproves the Markdown ↔ JSON-LD round-trip is lossless.
When it is beneficial
Section titled “When it is beneficial”Reach for computing-paper when the deliverable is a systems or computing
research paper targeting an ACM or IEEE program committee — the Evaluation
section is the artifact’s reason to exist, and every option, baseline, or
prior system must get a fair, neutral description in Related Work before
Evaluation judges it against the proposed approach. It rewards honesty about
limitations and threats to validity: an undiscussed weakness is a defect, not
an omission.
Do not use it for an empirical paper following APA/IMRaD with author-date
citations — that is academic. Do not use it for a practitioner
decision/evaluation report whose mandatory matter is an options-vs-criteria
Trade-offs table, with no CCS Concepts and no formal Evaluation section — that
is engineering. Do not use it for an informal pre-build
alignment narrative — that is google-design-doc.
Example
Section titled “Example”A computing paper titled “Adaptive Batching for Low-Latency LLM Inference on
Heterogeneous GPU Clusters” presents ABS, a request scheduler that resizes
batches per inference step from live queue-depth and sequence-length signals
and routes each batch to the GPU generation whose compute/memory-bandwidth
ratio best fits it. Related Work situates ABS against efficient-attention
kernels (FlashAttention-2 [1]), sparse mixture-of-experts routing (Mixtral
[2]), and prior single-generation sharding work ([3]), crediting each
while showing what it does not address. The Evaluation deploys ABS on a mixed
8×A100/8×H100 cluster serving a Mixtral-class model against a fixed-batch
baseline, reporting p50/p99 latency and throughput in a results table: a 34%
p99 latency reduction and a 21% throughput increase. The Discussion states the
limits honestly — a single workload trace and model family, and no comparison
against continuous-batching schedulers — before Conclusion & Future Work
names the follow-up experiments that would isolate the routing contribution.
Provenance & citations
Section titled “Provenance & citations”- Genre source — ACM/IEEE authoring conventions: the ACM Primary Article
Template (
acmart) and IEEEIEEEtranconventions that define the section structure, CCS Concepts/keywords front matter, and numbered citation style, https://www.acm.org/publications/proceedings-template. - Skill provenance: authored by the
computing-paperskill in the mif-docs plugin, https://github.com/modeled-information-format/mif-docs-plugin; the skill’s exemplars andevals/define and verify the pattern. - MIF conformance: the document projects to canonical JSON-LD under the
MIF specification, https://mif-spec.dev, and is proven lossless by
mif-validate. - Index: this skill is one entry in the skills by purpose catalog; its closest sibling by adjacent evidentiary discipline is engineering.