Writing Technical Articles

The notes below apply to technical papers in computer science and electrical engineering, with emphasis on papers in systems and networks.

Read Strunk and White, Elements of Style. Again.

Give the paper to somebody else to read. If you can, find two people: one person familiar with the technical matter, another only generally familiar with the area.

Papers can be divided roughly into two categories, namely original research papers and survey papers. There are papers that combine the two elements, but most publication venues either only accept one or the other type or require the author to identify whether the paper should be evaluated as a research contribution or a survey paper. (Most research papers contain a "related work" section that can be considered a survey, but it is usually brief compared to the rest of the paper and only addresses a much narrower slice of the field.)

Research Papers

A good research paper has a clear statement of the problem the paper is addressing, the proposed solution(s), and results achieved. It describes clearly what has been done before on the problem, and what is new.

The goal of a paper is to describe novel technical results. There are four types of technical results:

  1. An algorithm;
  2. A system construct: such as hardware design, software system, protocol, etc.;
    One goal of the paper is to ensure that the next person who designs a system like yours doesn't make the same mistakes and takes advantage of some of your best solutions. So make sure that the hard problems (and their solutions) are discussed and the non-obvious mistakes (and how to avoid them) are discussed. (Craig Partridge)
  3. A performance evaluation: obtained through analyses, simulation or measurements;
  4. A theory: consisting of a collection of theorems.
A paper should focus on

Paper Structure

It is recommended that you write the approach and results sections first, which go together. Then problem section, if it is separate from the introduction. Then the conclusions, then the intro. Write the intro last since it glosses the conclusions in one of the last paragraphs. Finally, write the abstract. Last, give your paper a title.

Title

Authors

  • The IEEE policies (Section 6.4.1) used to state the following about authorship:
    The IEEE affirms that authorship credit must be reserved for individuals who have met each of the following conditions: 1) made a significant intellectual contribution to the theoretical development, system or experimental design, prototype development, and/or the analysis and interpretation of data associated with the work contained in the manuscript, 2) contributed to drafting the article or reviewing and/or revising it for intellectual content, and 3) approved the final version of the manuscript, including references.

    This has now moved to the IEEE PSPB Operations Manual, Section 8.2.1.

    Abstract

    Introduction

    Body of Paper

    Hints and common mistakes

    Bibliography

    Acknowledgements

    Reporting Numerical Results and Simulations

    In all but extended abstracts, numerical results and simulations should be reported in enough detail that the reader can duplicate the results. This should include all parameters used, indications of the number of samples that contributed to the analysis and any initial conditions, if relevant.

    When presenting simulation results, provide insight into the statistical confidence. If at all possible, provide confidence intervals. If there's a "strange" behavior in the graph (e.g., a dip, peak or change in slope), this behavior either needs to be explained or reasons must be given why this is simply due to statistical aberration. In the latter case, gathering more samples is probably advised.

    Figures should be chosen wisely. You can never lay out the whole parameter space, so provide insight into which parameters are significant over what range and which ones are less important. It's not very entertaining to present lots of flat or linear lines.

    The figure and table captions should contain enough context so that a reader can understand the content of the figure or table without having to refer to the text. Any labels or uncommon abbreviations need to be explained in the figure or table caption.

    The description of the graph should not just repeat the graphically obvious such as "the delay rises with the load", but explain, for example, how this increase relates to the load increase. Is it linear? Does it follow some well-known other system behaviors such as standard queueing systems?

    LaTeX Considerations

    Things to Avoid

    Too much motivational material
    Three reasons are enough -- and they should be described very briefly.
    Describing the obvious parts of the result
    "Obvious" is defined as any result that a graduate of our program would suggest as a solution if you pose the problem that the result solves.
    Describing unnecessary details
    A detail is unnecessary, if its omission will not harm the reader's ability to understand the important novel aspects of the result.
    Spelling errors
    With the availability of spell checkers, there is no reason to have spelling errors in a manuscript. If you as the author didn't take the time to spell-check your paper, why should the editor or reviewer take the time to read it or trust that your diligence in technical matters is any higher than your diligence in presentation? Note, however, that spell checkers don't catch all common errors, in particular word duplication ("the the"). If in doubt, consult a dictionary such as the (on line) Merriam Webster.
    Text in Arial:
    Arial and other sans-serif fonts are fine for slides and posters, but are harder to read in continuous text. Use Times Roman or similar serif fonts. Unusual fonts are less likely to be available at the recipient and may cause printing or display problems. Material mainly to be read online typically use sans serif fonts.

    Guidelines for Experimental Papers

    "Guidelines for Experimental Papers" set forth for researchers submitting articles to the journal, Machine Learning.

    1. Papers that introduce a new learning "setting" or type of application should justify the relevance and importance of this setting, for example, based on its utility in applications, its appropriateness as a model of human or animal learning, or its importance in addressing fundamental questions in machine learning.
    2. Papers describing a new algorithm should be clear, precise, and written in a way that allows the reader to compare the algorithm to other algorithms. For example, most learning algorithms can be viewed as optimizing (at least approximately) some measure of performance. A good way to describe a new algorithm is to make this performance measure explicit. Another useful way of describing an algorithm is to define the space of hypotheses that it searches when optimizing the performance measure.
    3. Papers introducing a new algorithm should conduct experiments comparing it to state-of-the-art algorithms for the same or similar problems. Where possible, performance should also be compared against an absolute standard of ideal performance. Performance should also be compared against a naive standard (e.g., random guessing, guessing the most common class, etc.) as well. Unusual performance criteria should be carefully defined and justified.
    4. All experiments must include measures of uncertainty of the conclusions. These typically take the form of confidence intervals, statistical tests, or estimates of standard error. Proper experimental methodology should be employed. For example, if "test sets" are used to measure generalization performance, no information from the test set should be available to the learning process.
    5. Descriptions of the software and data sufficient to replicate the experiments must be included in the paper. Once the paper has appeared in Machine Learning, authors are strongly urged to make the data used in experiments available to other scientists wishing to replicate the experiments. An excellent way to achieve this is to deposit the data sets at the Irvine Repository of Machine Learning Databases. Another good option is to add your data sets to the DELVE benchmark collection at the University of Toronto. For proprietary data sets, authors are encouraged to develop synthetic data sets having the same statistical properties. These synthetic data sets can then be made freely available.
    6. Conclusions drawn from a series of experimental runs should be clearly stated. Graphical display of experimental data can be very effective. Supporting tables of exact numerical results from experiments should be provided in an appendix.
    7. Limitations of the algorithm should be described in detail. Interesting cases where an algorithm fails are important in clarifying the range of applicability of an algorithm.

    Other Hints and Notes

    From Bill Stewart (Slashdot, May 7, 2006), edited

    From MarkusQ, Slashdot, May 7, 2006

    The Conference Review Process

    It is hard to generalize the review process for conferences, but most reputable conferences operate according to these basic rules:

    1. The paper is submitted to the technical program chair(s). All current conferences require electronic submission, in PDF, occasionally in Word.
    2. The technical program chair assigns the paper to one or more technical program committee members, hopefully experts in their field. The identity of this TPC member is kept secret.
    3. The TPC member usually provides a review, but may also be asked to find between one and three reviewers who are not members of the TPC. They may be colleagues of the reviewer at the same institution, his or her graduate students or somebody listed in the references. The graduate student reviews can be quite helpful, since these reviewers often provide more detailed criticism rather than blanket dismissal. Any good conference will strive to provide at least three reviews, however, since conferences operate under tight deadlines and not all reviewers deliver as promised, it is not uncommon that you receive only two reviews.
    4. In some conferences, there is an on-line discussion of papers among the reviewers for a particular paper. Usually, a lead TPC member drives the discussion and then recommends the paper for acceptance, rejection or discussion at the TPC meeting.
    5. The technical program chair then collects the reviews and sorts the papers according to their average review scores.
    6. The TPC (or, rather, the subset that can make the meeting), then meets in person or by phone conference. Usually, the bottom third and the top third are rejected and accepted, respectively, without (much) further discussion. The papers discussed are those in the middle of the range, or where a TPC member feels strongly that the paper ended up in the wrong bin, or where the review scores differ significantly. Papers that only received two reviews are also often discussed, maybe with a quick review by one of the TPC members as additional background. The rigor of the TPC meeting depends on the size and reputation of the conference. In some workshops and conferences, the TPC chairs may well make the final decision themselves, without involving the whole TPC.

    Other References

  • Tips for Writing Technical Papers, January 2006
  • Hewitt's 10 Commandments for Academic Writing
  • George Orwell: "Vagueness and Sheer Incompetence is the Most Marked Characteristic of Modern English Prose"
  • Grammar checker
  • Links to grammar and usage guides
  • Plain Language: Improving Communication from the Federal Government to the Public contains a number of helpful hints for writing clear prose.
  • How to give a good research talk and how to give a good research talk
  • How to read a paper, CCR, July 2007.
  • How to Write a PhD Thesis
  • Top 10 tips for writing a paper, by Jim Kurose
  • 10 top writing tips and the psychology behind them ("write shorter", "shorten your sentences", "rewrite passive voice", "eliminate weasel words", "replace jargon with clarity", "cite numbers effectively", "use I, we and you", "move key insights up", "cite examples", "give use some signposts")
  • Bartleby has dictionaries, grammars, an encyclopedia, and Columbia Guide To Standard American English
  • Dictionaries and thesaurus: The Free Dictionary, Webster's (1913), vocabulary.com, Fine Dictionary, Thesaurus - Synonyms, Antonyms, and Related Words
  • Dictionarist: multi-lingual dictionary
  • bab.la: an assortment of multilingual dictionaries
  • IEEE IEEE Computer Society style guide, including hints on how to reference Internet drafts and RFCs
  • USC editorial style guide
  • Articles on technical communication
  • Berkeley Information Systems and Technology Publications style guide
  • Guide to Grammar and Style, by J. Lynch
  • alt.usage.english FAQ, addressing common grammar questions
  • Key to common comments made on your papers
  • Religious Studies style sheet
  • Oded Goldreich wrote an essay entitled "How not to write a paper", with recommendations on style and organization.
  • Terms to avoid for legal writing, applies in particular to amateur lawyers
  • Don Knuth has online the TeX source of a book on "Mathematical Writing" (also useful for Computer Science).
  • The structure of paper/report in Systems, by Michalis Faloutsos, U.C. Riverside
  • The Elements of Style. William Strunk Jr. and E.B. White. Macmillan Publishing Co., New York, 1979.
    This is an amazing little book that you can read in a few hours. Your writing style will never be the same afterwards. This $8 book is the best investment you can ever make.
  • "A Guide to Writing as an Engineer"
  • Spring into Technical Writing for Engineers and Scientists
  • Top ten writing tips for scientists, Sciencebase.com - basic overview of how to write about science
  • Bugs in Writing. Lyn Dupre', (2nd ed.)
    This is a great book that expands on Strunk&White. It has more examples, and was written by an author who edited numerous technical publications, many of which were in computer science.
  • The Chicago Manual of Style, Univ. of Chicago Press. online
    This is the bible for American academic style. It's long and heavy, but has everything you ever want to know about style. When in doubt, or if you get conflicting stylistic advice, following The Chicago Manual of Style is your best choice.
  • A Handbook for Scholars by Mary Claire van Leunen; Alfred Knopf, Publisher.
    This is another useful book written for publishing (computer) scientists.
  • The UIST Guide for Authors is geared towards a specific conference, but the general process and guidelines are similar to many other conferences.
  • The Science of Scientific Writing, George D. Gopen and Judith A. Swan, In American Scientist, Vol. 78, No. 6 (Nov-Dec, 1990), pp. 550-558.
  • This is a useful article that teaches scientists how to write single sentences and paragraphs, such as "follow a grammatical subject as soon as possible with its verb" and "articulate the action of every clause or sentence in its verb".
  • Why Academics Stink at Writing
    Mostly discusses non-technical writing, but many of the points apply.
  • The Mayfield Handbook of Technical and Scientific Writing, Perelman, Paradis and Barrett, Mayfield, 1998.
    It is an extensive resource explaining how to write papers, reports, memoranda and Ph.D. thesis, how to make high-performance slides and oral presentations, how to avoid common pitfalls and mistakes in English, etc., with many examples of "good" and "bad" practices.
  • Roy Levin and David D. Redell, An evaluation of the ninth SOSP submissions -or- How (and how not) to write a good systems paper, ACM SIGOPS Operating Systems Review 17(3):35-40 (July, 1983).
  • Alan Snyder, How to get your paper accepted at OOPSLA, OOPSLA '91 Proceedings, pp. 359-363.
  • Mark Allman, A Referee's Plea, 2001
  • Arnaud Legout, The Art and Science of Writing, November 2013.
  • Ralph Johnson et al, How to get a paper accepted at OOPSLA, Panel at OOPSLA'93, pp 429-436.
  • Craig Partridge, How to Increase the Chances Your Paper is Accepted at ACM SIGCOMML.
    Generally useful advice that also applies to other networking conferences.
  • How to write a great research paper
  • , Simon Peyton Jones
  • What kinds of papers does USENIX publish?
  • Alan Jay Smith, The Task of the Referee, IEEE Computer 23(4):65-71 (April 1990).
  • Grammar, Punctuation, and Capitalization, NASA SP-7084
  • Stylewriter software
  • Talks

    Miscellaneous

    Contributors

    This page contains material provided by Gail Kaiser, Craig Partridge, Sumit Roy, Eric Siegel, Sal Stolfo, Luca Trevisan, Yechiam Yemini, Erez Zadok and João Craveiro.

    Translations

    German translation by Daniel Gruber


    [Hints for PhD proposal defenses] [Hints for PhD thesis defenses]   [Writing bugs]    


    Last updated by Henning Schulzrinne