12. Paper Structure
3.2 Semantic Indexing
The semantic index stores compressed representations of document content to enable approximate similarity search. [Topic sentence]
Our index consists of two components: [supporting detail 1]
The index is built offline during document ingestion... [supporting detail 2]
Updates to the index are batched to amortize overhead... [supporting detail 3]
Each paragraph should have one main idea expressed in the first sentence. Supporting sentences provide evidence, examples, or elaboration. If a paragraph's first sentence doesn't summarize it, restructure.
### Figures and Tables as Arguments
A figure showing performance comparison makes a claim. The caption must state the claim:
```markdown
# Bad caption:
"Figure 3: Performance results"
# Good caption:
"Figure 3: Our system achieves 2.3× higher throughput than the
baseline across all batch sizes while maintaining <1% accuracy
degradation (see Section 4.2 for accuracy breakdown)."
Length Management
Most venues have strict page limits. Allocate space proportionally:
- Problem and motivation: 10-15% of length
- Approach: 30-40% of length
- Experiments: 30-40% of length
- Related work and conclusion: 10-20% of length
Cut by removing redundant explanations, not by shrinking text. A tight, complete paper beats an expanded, padded one.
Outline your research system paper using the standard structure. For each section, write one sentence summarizing what that section must accomplish. Show the outline to a colleague and ask if they can predict your key contributions from the section summaries alone.