Skip to content

Commit 688d8d8

Browse files
authored
Merge pull request #250 from llmsresearch/docs/grounded-venue-specs
docs: ground venue format facts in current official author instructions
2 parents 525befa + 84b6d48 commit 688d8d8

12 files changed

Lines changed: 275 additions & 17 deletions

data/guidelines/acl/methodology_style_guide.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# ACL Method Diagram Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Two-column. Column width 7.7 cm, with 0.6 cm between
6+
columns and a column height of 24.7 cm. Wide figures may run across
7+
both columns (~16.0 cm full text width).
8+
* **Body font:** 11 pt Times Roman (Times New Roman or Computer Modern
9+
Roman if Times Roman is unavailable).
10+
* **Captions:** 10 pt roman type, placed below the figure, in the form
11+
"Figure 1: Caption of the Figure." One-line captions are centered;
12+
longer captions are left-aligned.
13+
* **Color/accessibility (official wording):** "To accommodate people who
14+
are color-blind (as well as those printing with black-and-white
15+
printers), grayscale readability is strongly encouraged. Color is not
16+
forbidden, but authors should ensure that tables and figures do not
17+
rely solely on color to convey critical distinctions."
18+
* **Margins:** All figures must fit within the page margins (2.5 cm on
19+
all sides).
20+
21+
---
22+
323
## 1. The "ACL Look"
424

525
ACL diagrams reflect the NLP community's preference for **narrative
@@ -104,3 +124,13 @@ the text examples embedded in diagrams.*
104124
**Retrieval-Augmented Generation:**
105125
* Document retrieval shown as a search step with ranked results.
106126
* Retrieved passages flowing into the generation module.
127+
128+
---
129+
130+
## Sources
131+
132+
Venue format facts verified against the official ACL style files and
133+
ACLPUB formatting guidelines, accessed 2026-06-11:
134+
135+
* https://github.com/acl-org/acl-style-files (formatting.md)
136+
* https://acl-org.github.io/ACLPUB/formatting.html

data/guidelines/acl/plot_style_guide.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# ACL Statistical Plot Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Two-column. Column width 7.7 cm, with 0.6 cm between
6+
columns and a column height of 24.7 cm. Wide figures may run across
7+
both columns (~16.0 cm full text width).
8+
* **Body font:** 11 pt Times Roman (Times New Roman or Computer Modern
9+
Roman if Times Roman is unavailable).
10+
* **Captions:** 10 pt roman type, placed below the figure, in the form
11+
"Figure 1: Caption of the Figure." One-line captions are centered;
12+
longer captions are left-aligned.
13+
* **Color/accessibility (official wording):** "To accommodate people who
14+
are color-blind (as well as those printing with black-and-white
15+
printers), grayscale readability is strongly encouraged. Color is not
16+
forbidden, but authors should ensure that tables and figures do not
17+
rely solely on color to convey critical distinctions."
18+
* **Margins:** All figures must fit within the page margins (2.5 cm on
19+
all sides).
20+
21+
---
22+
323
## 1. The "ACL Look"
424

525
ACL plots emphasize **readability and comparison**. Papers frequently
@@ -26,8 +46,9 @@ are the most common plot types.
2646

2747
* **Grid lines:** Light grey dashed lines, behind data elements.
2848
* **Spines:** Boxed (all four sides) is most common in ACL papers.
29-
* **Axis labels:** Clear, with units. Font size must survive two-column
30-
scaling (minimum 8 pt at print).
49+
* **Axis labels:** Clear, with units. Font size must survive scaling to
50+
the 7.7 cm column width — as a reference point, ACL captions are set
51+
in 10 pt type.
3152

3253
### **Layout & Typography**
3354

@@ -73,3 +94,13 @@ are the most common plot types.
7394
* **Overcrowded legends** — simplify or use direct annotation.
7495
* **Missing significance indicators** — use asterisks or brackets
7596
for statistical significance where applicable.
97+
98+
---
99+
100+
## Sources
101+
102+
Venue format facts verified against the official ACL style files and
103+
ACLPUB formatting guidelines, accessed 2026-06-11:
104+
105+
* https://github.com/acl-org/acl-style-files (formatting.md)
106+
* https://acl-org.github.io/ACLPUB/formatting.html

data/guidelines/acl/venue.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
display_name: "ACL"
2-
# ACL *ACL venues are two-column; compact figures read better.
2+
# ACL *ACL venues are two-column (7.7 cm columns); compact figures read better.
33
aspect_ratio: "4:3"
4+
# ACL style files mandate 11 pt Times Roman for the body
5+
# (Times New Roman or Computer Modern Roman if unavailable).
6+
fonts: ["Times New Roman", "Times Roman"]

data/guidelines/icml/methodology_style_guide.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# ICML Method Diagram Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Two-column on US letter paper. Overall text area is
6+
6.75 inches wide by 9.0 inches high with 0.25 inches between columns
7+
(single column = 3.25 inches wide).
8+
* **Body font:** 10 pt Times.
9+
* **Captions:** Set in 9 pt type, placed below the figure with at least
10+
0.1 inches of space before and after; centered unless the caption runs
11+
two or more lines, in which case it is flush left. Do not include a
12+
title inside the figure — the caption serves that function.
13+
* **Artwork:** Lines should be dark and at least 0.5 pt thick for
14+
reproduction; text should not appear on a gray background. Label all
15+
distinct components; graphs need a name for each axis and a legend
16+
that briefly describes each curve.
17+
* **Wide figures:** May span both columns (`figure*`), and two-column
18+
figures always go at the top or bottom of the page.
19+
* **Graphics format:** Vector graphics (EPS or PDF) are encouraged for
20+
plots; bitmaps should be limited to illustrations.
21+
22+
---
23+
324
## 1. The "ICML Look"
425

526
ICML diagrams favor **clarity and density**. The style leans toward
@@ -77,7 +98,9 @@ Each color should map to a distinct semantic role.*
7798

7899
* **Overly wide diagrams** that lose detail when scaled to column width.
79100
* **Too many colors** without a legend or consistent mapping.
80-
* **Tiny text** that becomes unreadable at print scale (minimum 7 pt).
101+
* **Tiny text** that becomes unreadable when scaled to the 3.25 inch
102+
column width (ICML sets figure captions in 9 pt type — figure text
103+
should remain comparably legible).
81104
* **Inconsistent line styles** between data flow and gradient flow.
82105
* **Decorative elements** (shadows, gradients, 3D effects) that add
83106
clutter without information.
@@ -97,3 +120,13 @@ Each color should map to a distinct semantic role.*
97120
**Reinforcement Learning:**
98121
* Agent-environment loop diagrams with clear state/action/reward labels.
99122
* Dashed lines for policy updates, solid for environment transitions.
123+
124+
---
125+
126+
## Sources
127+
128+
Venue format facts verified against the official ICML 2026 style kit
129+
(`icml2026.sty` / `example_paper.tex`), accessed 2026-06-11:
130+
131+
* https://icml.cc/Conferences/2026/AuthorInstructions
132+
* https://media.icml.cc/Conferences/ICML2026/Styles/icml2026.zip

data/guidelines/icml/plot_style_guide.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# ICML Statistical Plot Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Two-column on US letter paper. Overall text area is
6+
6.75 inches wide by 9.0 inches high with 0.25 inches between columns
7+
(single column = 3.25 inches wide).
8+
* **Body font:** 10 pt Times.
9+
* **Captions:** Set in 9 pt type, placed below the figure with at least
10+
0.1 inches of space before and after; centered unless the caption runs
11+
two or more lines, in which case it is flush left. Do not include a
12+
title inside the figure — the caption serves that function.
13+
* **Artwork:** Lines should be dark and at least 0.5 pt thick for
14+
reproduction; text should not appear on a gray background. Graphs need
15+
a name for each axis and a legend that briefly describes each curve.
16+
* **Wide figures:** May span both columns (`figure*`), and two-column
17+
figures always go at the top or bottom of the page.
18+
* **Graphics format:** Vector graphics (EPS or PDF) are encouraged for
19+
plots; bitmaps should be limited to illustrations.
20+
21+
---
22+
323
## 1. The "ICML Look"
424

525
ICML plots prioritize **precision and compactness**. The two-column
@@ -26,7 +46,8 @@ that does not encode information.
2646
* **Grid lines:** Light grey dashed lines behind data. Never solid black.
2747
* **Spines:** Either all four sides (boxed) or remove top and right
2848
(open). Be consistent across figures in the same paper.
29-
* **Tick labels:** Sans-serif, minimum 7 pt at final print size.
49+
* **Tick labels:** Sans-serif, sized to stay legible at the 3.25 inch
50+
column width (ICML captions are 9 pt — keep tick labels comparable).
3051
Avoid rotated labels when horizontal fits.
3152

3253
### **Layout & Typography**
@@ -71,3 +92,13 @@ that does not encode information.
7192
* **Missing units** on axes.
7293
* **Rainbow colormaps** (Jet) — use perceptually uniform alternatives.
7394
* **Legends that obscure data** — reposition or use direct labeling.
95+
96+
---
97+
98+
## Sources
99+
100+
Venue format facts verified against the official ICML 2026 style kit
101+
(`icml2026.sty` / `example_paper.tex`), accessed 2026-06-11:
102+
103+
* https://icml.cc/Conferences/2026/AuthorInstructions
104+
* https://media.icml.cc/Conferences/ICML2026/Styles/icml2026.zip

data/guidelines/icml/venue.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
display_name: "ICML"
2-
# ICML is two-column; column-width figures favor compact ratios.
2+
# ICML is two-column (3.25 in columns); column-width figures favor compact ratios.
33
aspect_ratio: "4:3"
4-
fonts: ["Helvetica", "Arial"]
4+
# The ICML style kit mandates 10 pt Times for the paper body
5+
# (icml2026.sty loads the LaTeX `times` package).
6+
fonts: ["Times New Roman", "Times"]

data/guidelines/ieee/methodology_style_guide.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# IEEE Method Diagram Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Two-column. One column width is 3.5 inches (88.9 mm /
6+
21 picas); figures spanning both columns are 7.16 inches (182 mm /
7+
43 picas) wide. Large figures may span both columns but must not
8+
extend into the page margins.
9+
* **Body font:** 10 pt Times Roman / Times New Roman (a proportional
10+
serif typeface).
11+
* **Captions:** Placed below figures (table heads go above tables).
12+
"Fig." is abbreviated with a period after the figure number. Captions
13+
and figure text are set in 8 pt type.
14+
* **Figure labels:** The IEEE conference template specifies 8 pt
15+
Times New Roman for figure labels; use words rather than symbols or
16+
abbreviations for axis labels.
17+
* **Resolution:** Greater than 300 dpi for color/grayscale images and
18+
greater than 600 dpi for black-and-white line art; acceptable vector
19+
formats are PS, EPS, and PDF.
20+
* **Placement:** Figures and tables go at the top or bottom of columns;
21+
avoid placing them in the middle of columns.
22+
23+
---
24+
325
## 1. The "IEEE Look"
426

527
IEEE diagrams follow a **formal, engineering-oriented** aesthetic.
@@ -60,8 +82,9 @@ supplementary, not the sole differentiator.*
6082

6183
### **D. Typography & Icons**
6284

63-
* **Labels:** Sans-serif (Arial, Helvetica) or the paper's body font.
64-
All caps for major subsystem names is common.
85+
* **Labels:** The paper's body font (Times New Roman / Times Roman) is
86+
the safe default — the IEEE conference template sets figure labels in
87+
8 pt Times New Roman. All caps for major subsystem names is common.
6588
* **Signal labels:** Placed directly on or adjacent to arrows.
6689
* **Math:** LaTeX-style variables in serif italic, consistent with
6790
equation numbering in the paper.
@@ -112,3 +135,14 @@ supplementary, not the sole differentiator.*
112135
* Network architecture as a linear chain of labeled blocks.
113136
* Keep the ML diagram style but with sharper corners, less color,
114137
and more formal labeling than NeurIPS or ICML conventions.
138+
139+
---
140+
141+
## Sources
142+
143+
Venue format facts verified against official IEEE author resources,
144+
accessed 2026-06-11:
145+
146+
* https://journals.ieeeauthorcenter.ieee.org/create-your-ieee-journal-article/create-graphics-for-your-article/resolution-and-size/
147+
* https://www.overleaf.com/latex/templates/ieee-conference-template/grfzhhncsfqn (official IEEE conference template, via https://www.ieee.org/conferences/publishing/templates)
148+
* https://ieee-pes.org/publications/authors-kit/preparation-of-a-formatted-technical-work/

data/guidelines/ieee/plot_style_guide.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# IEEE Statistical Plot Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Two-column. One column width is 3.5 inches (88.9 mm /
6+
21 picas); figures spanning both columns are 7.16 inches (182 mm /
7+
43 picas) wide. Large figures may span both columns but must not
8+
extend into the page margins.
9+
* **Body font:** 10 pt Times Roman / Times New Roman (a proportional
10+
serif typeface).
11+
* **Captions:** Placed below figures (table heads go above tables).
12+
"Fig." is abbreviated with a period after the figure number. Captions
13+
and figure text are set in 8 pt type.
14+
* **Figure labels:** The IEEE conference template specifies 8 pt
15+
Times New Roman for figure labels; use words rather than symbols or
16+
abbreviations for axis labels, with units in parentheses (e.g.,
17+
"Magnetization (A/m)") — do not label axes only with units.
18+
* **Resolution:** Greater than 300 dpi for color/grayscale images and
19+
greater than 600 dpi for black-and-white line art; acceptable vector
20+
formats are PS, EPS, and PDF.
21+
* **Placement:** Figures and tables go at the top or bottom of columns;
22+
avoid placing them in the middle of columns.
23+
24+
---
25+
326
## 1. The "IEEE Look"
427

528
IEEE plots follow a **formal, print-first** aesthetic. Since many IEEE
@@ -26,13 +49,15 @@ labeling, high contrast, and conservative decoration.
2649
* **Grid lines:** Light grey dotted or dashed lines. Subtle but present.
2750
* **Spines:** Full box (all four sides) is the IEEE convention.
2851
* **Tick marks:** Inward-facing ticks on all active axes.
29-
* **Axis labels:** Include units in parentheses, e.g., "Frequency (Hz)".
30-
Sans-serif font, matching the paper body.
52+
* **Axis labels:** Include units in parentheses, e.g., "Frequency (Hz)" —
53+
never units alone. Use words rather than symbols or abbreviations.
54+
Times New Roman, matching the paper body.
3155

3256
### **Layout & Typography**
3357

34-
* **Font:** Sans-serif (Arial, Helvetica). Match the paper typeface.
35-
Minimum 8 pt at final print size.
58+
* **Font:** Times New Roman, matching the IEEE body typeface — the
59+
official conference template sets figure labels in 8 pt Times New
60+
Roman, and captions/figure text in 8 pt type.
3661
* **Legends:** Boxed legends inside the plot area, or below the figure.
3762
Include line style and marker descriptions, not just color swatches.
3863
* **Figure numbering:** IEEE uses "Fig. 1." format in captions.
@@ -77,3 +102,14 @@ labeling, high contrast, and conservative decoration.
77102
* **Inconsistent figure style** across the paper.
78103
* **3D effects or shadows** — IEEE style is strictly flat and clean.
79104
* **Missing panel labels** in multi-panel figures.
105+
106+
---
107+
108+
## Sources
109+
110+
Venue format facts verified against official IEEE author resources,
111+
accessed 2026-06-11:
112+
113+
* https://journals.ieeeauthorcenter.ieee.org/create-your-ieee-journal-article/create-graphics-for-your-article/resolution-and-size/
114+
* https://www.overleaf.com/latex/templates/ieee-conference-template/grfzhhncsfqn (official IEEE conference template, via https://www.ieee.org/conferences/publishing/templates)
115+
* https://ieee-pes.org/publications/authors-kit/preparation-of-a-formatted-technical-work/

data/guidelines/ieee/venue.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
display_name: "IEEE"
2-
# Most IEEE transactions are two-column; design for column width.
2+
# Most IEEE publications are two-column (3.5 in columns); design for column width.
33
aspect_ratio: "4:3"
4-
fonts: ["Arial", "Helvetica"]
4+
# IEEE templates set the body in 10 pt Times Roman / Times New Roman, and
5+
# the conference template specifies 8 pt Times New Roman for figure labels.
6+
fonts: ["Times New Roman", "Times Roman"]

data/guidelines/methodology_style_guide.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# NeurIPS 2025 Method Diagram Aesthetics Guide
22

3+
## Venue Format Facts (grounded)
4+
5+
* **Layout:** Single-column. All text and figures must fit within a text
6+
block 5.5 inches (33 picas) wide by 9 inches (54 picas) high.
7+
* **Body font:** 10 pt Times (Times New Roman is the preferred typeface),
8+
with 11 pt leading.
9+
* **Captions:** The figure number and caption always appear below the
10+
figure, with one line space before the caption and one line space after
11+
the figure. Captions are lower case except the first word and proper
12+
nouns; figures are numbered consecutively.
13+
* **Artwork:** All artwork must be neat, clean, and legible; lines should
14+
be dark enough for reproduction.
15+
* **Color:** Color figures are allowed, but figure captions and the paper
16+
body should remain legible whether printed in black/white or in color.
17+
18+
---
19+
320
## 1. The "NeurIPS Look"
421

522
The prevailing aesthetic for 2025 is **"Soft Tech & Scientific Pastels."**
@@ -173,3 +190,13 @@ corners are for processes.*
173190
representations, and distribution visualizations.
174191
* **Color:** Gradual color transitions to indicate progressive refinement
175192
or generation stages.
193+
194+
---
195+
196+
## Sources
197+
198+
Venue format facts verified against the official NeurIPS 2026 style kit
199+
(`neurips_2026.sty` / `neurips_2026.tex`), accessed 2026-06-11:
200+
201+
* https://neurips.cc/Conferences/2026/CallForPapers
202+
* https://media.neurips.cc/Conferences/NeurIPS2026/Formatting_Instructions_For_NeurIPS_2026.zip

0 commit comments

Comments
 (0)