More Presentation Preparation

We’ve discussed presentation preparation before, but I have one more thing to add: transitioning. For a research presentation, it is substantially helpful for the audience if transitions are clear. A common outline for a research presentation in machine leanring is:

  1. The problem. Presentations which don’t describe the problem almost immediately lose people, because the context is missing to understand the detail.
  2. Prior relevant work. In many cases, a paper builds on some previous bit of work which must be understood in order to understand what the paper does. A common failure mode seems to be spending too much time on prior work. Discuss just the relevant aspects of prior work in the language of your work. Sometimes this is missing when unneeded.
  3. What we did. For theory papers in particular, it is often not possible to really cover the details. Prioritizing what you present can be very important.
  4. How it worked. Many papers in Machine Learning have some sort of experimental test of the algorithm. Sometimes this is missing when the work is theoretical.

What seems to often happen, is that there is no transitioning in the presentation. This can happen in one of two ways:

  1. Content Confusion. Sometimes the problem description is merged into (2), and (3). Sometimes (2) and (3) are merged. When this happens, it can be very difficult to follow. The solution is to rewrite to isolate the presentation components.
  2. Untransition. Sometimes the presentation does have a reasonable structure as above, but there are just no transitions in the delivery, creating apparent content confusion. This is easy to fix. An approach I often use is to just have an outline slide with the next subject highlighted between pieces of the transition. The delivery of the presentation can also handle this well. For example, have an extra long pause after stating the problem and check to see if the audience has questions.

2 Replies to “More Presentation Preparation”

  1. Yes, I agree with this post very much. About the mechanics of the transition: I also like the outline-slide-highlight technique very much, although for short presentations, such as 20-minute conference talks, I often feel that it’s overkill. In those cases, I will just explicitly say the transition marker: “That’s all I have to say about the problem definition. Next I’m going to talk briefly about some prior work. *pause*”. This kind of transition both makes the structure of the talk clear, and can bring back audience members whose attention has drifted away.

  2. A slide that has only a single phrase in the middle (eg, “Previous work on this problem”) is one way of unmistakenly indicating a transition. It’s also useful when there are several parts to the presentation of new material.

Comments are closed.