跳到主要内容
知仓学习社ZHICANG

sigir-writing-style

Use when drafting or revising prose for a SIGIR paper — the IR register that leads with task, collection, and metric; claim sentences calibrated to …

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Awesome-Journal-Skills

它会碰到什么

扫了多少1 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

SIGIR Writing Style

SIGIR prose has a recognizable register: it names the retrieval task before the

model, quantifies on named collections with named metrics, and calibrates every

adjective to a statistical test. Papers written in general-ML register ("we achieve

state-of-the-art performance across diverse benchmarks") read as tourists. This

skill converts drafts into the native register.

The first-page arc for a retrieval paper

Reviewers form the accept/reject prior on page one. The arc that works:

  1. Task + regime: which retrieval problem, under which constraints (first-stage

vs re-ranking, latency budget, corpus scale, low-resource language, ...).

  1. The specific failure of current practice: not "existing methods have

limitations" but "late-interaction models pay a storage cost that grows with

document length" — a mechanism, not a mood.

  1. The move: your method/finding in one sentence, mechanism visible.
  2. Calibrated evidence preview: collections, headline metric deltas, and the

significance qualifier, all in one breath.

  1. Contribution bullets that are checkable promises ("a re-ranking model that

...; an analysis showing ...; run files and code at ..."), not virtues.

Register conversion (before -> after)
-------------------------------------
"Our novel framework significantly outperforms strong baselines."
->
"On MS MARCO dev and TREC DL 2019/2020, OURS improves nDCG@10 over a
 tuned BM25+monoT5 pipeline by 2.1-3.4 points (paired t-test, p<0.05,
 Bonferroni-corrected across collections), at equal re-ranking depth."

"Experiments demonstrate the effectiveness and efficiency of our approach."
->
"OURS matches ColBERT-style quality within 0.4 nDCG@10 while storing
 12x fewer vectors per document (Table 4); §5.3 isolates the pruning
 step as the source of the storage saving."

Vocabulary calibration

| Say | Only if | Otherwise say |

|---|---|---|

| "significantly better" | A named test with correction passed | "better" / "numerically higher" |

| "state of the art" | Verified against the current published best on that collection + setup | "competitive with recent systems" |

| "generalizes" | ≥2 materially different collections/tasks tested | "transfers to <named setting>" |

| "efficient" | A cost table exists (latency/memory/index size) | Drop the word |

| "robust" | A stress condition was varied and reported | "stable across <the thing varied>" |

"Significant" is a reserved word in IR writing. Using it decoratively — while the

community's own methodology papers police exactly this — is the fastest credibility

leak available.

Tables carry the argument

SIGIR argumentation is table-centric; prose narrates tables rather than replacing

them. Conventions reviewers expect:

  • Metrics with explicit cutoffs (nDCG@10, R@1000, RR@10), collections as columns or

blocks, systems as rows grouped by family (sparse / dense / hybrid / ours).

  • Significance markers defined in the caption (†/‡ vs which baseline, which test,

which correction) — an unmarked table triggers the standing objection.

  • Bold for best only if best is statistically distinguishable; otherwise bold the

statistically-tied set or none.

  • Every table answers one named question; the narrating paragraph states the answer

in its first sentence, then points at the supporting cells.

Sectioning that survives the 9-page budget

A load-bearing skeleton for a full paper (adjust, don't worship): intro (1),

related work (0.75), method (2), experimental setup (1.25), results + ablations

(2.5), analysis (1), limitations + conclusion (0.5). Appendices count inside the

budget at SIGIR, so this skeleton has no "we'll appendix it" release valve — the

repository is the release valve (see sigir-supplementary).

Short papers invert the proportions: setup and the single result table dominate;

related work compresses to positioning sentences with dense citations.

Sentence-level habits of accepted IR papers

  • Present tense for the method, past tense for what was run.
  • One idea per sentence in §Method; retrieval pipelines have too many moving parts

for nested clauses.

  • Name systems consistently — the review alias, table row label, and repo config

name should be the same string.

  • Limitations stated with scope, not apology: "results are offline; click-based

validation is future work" beats a defensive paragraph.

  • No roadmap paragraph ("Section 2 discusses...") in a 9-page paper; headers do that.

Abstract length and shape

SIGIR abstracts run dense and factual: task, failure, move, lineup, deltas,

qualifier — typically 150-220 words with at least one number. If your abstract has

no collection name and no metric by word 100, it is still in ML register. The

final sentence belongs to availability ("code and run files at ...") or to the

scope qualifier, not to a vision statement.

Revision protocol

  1. Pass 1 — claims: highlight every evaluative adjective; check each against the

vocabulary table; fix or delete.

  1. Pass 2 — tables: caption completeness (test, correction, seeds), marker

definitions, bold policy.

  1. Pass 3 — first page: does the arc above survive a 60-second read by a tired AC?
  2. Pass 4 — register: excise ML-venue boilerplate ("remarkable", "paradigm",

"extensive experiments demonstrate").

  1. Pass 5 — budget: compress by demotion to the repository, never by deleting

protocol details.

Output format

[Register diagnosis] native-IR / mixed / ML-tourist
[First-page arc] task-regime / failure / move / calibrated-evidence / bullets: present-missing each
[Reserved-word violations] "significant(ly)" uses without a test: <n>, lines <...>
[Table conventions] cutoffs / markers / bold-policy / caption-tests: pass-fail each
[Compression debt] <pages over budget> and the demotion plan
[Three worst sentences] <quoted, with rewrites>

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。