/!\ Note: this page is a work in progress.

Guide to Annotation with TotalRecall

Introduction

TotalRecall is a program for marking word onsets when scoring free recall and recognition data. The program displays the wordpool below the speech waveform to facilitate this process. Below are instructions for how to properly annotate data. When annotating, it is crucial to remain consistent; therefore, refer to these instructions whenever you are unsure of a word onset.

Installation

The most recent version of the program can be found through our TotalRecall page. Download the .dmg file (if you are working on a Mac) and drag the app file into your Applications folder. (If you are not an Administrator on your machine, ask an RA to authenticate this action.)

Files

In normal operation, the three file types associated with audio annotation are as follows.

Wordpool file

This must be a .txt file containing all possible normal vocal responses from the subject. All words found in the .lst files (see below) must be contained in this wordpool. Usually, this is all words that may be presented to any subject for a given experiment.

.wav files

These are the audio files that are fed into the annotation program.

.lst files

A .lst file displays the words that the participant viewed during the particular trial that you are scoring. There is a .lst file for every trial, every session. To be read correctly by TotalRecall, .lst files must have the same time as their corresponding .wav file; e.g., 15.lst and 15.wav would correspond to the same trial within a session. The .wav and .lst files must be in the same directory.

When you open an audio file in TotalRecall, the software highlights the words that are contained in the corresponding .lst file in bold in the "Wordpool" window.

.ann files

These are the output files of the annotation program. They display the words recalled with the respective times of recall (in milliseconds) within the recall period. .ann files can be edited like text documents, but it is best to avoid changing any of the text in a .ann file.

/!\ If a participant does not make any recalls, vocalizations, or intrusions during a recall period, ie. the annotator did not make any entries in the entire period, a .ann file will not be created for that trial. If this occurs, the annotator will need to create a blank .ann file manually. The best way to do this is from the terminal, in the session folder, to type touch 10.ann to create the blank .ann file for whichever empty .wav file exists in that session. This is necessary in order to run several post-processing analyses scripts.

.tmp files

Before an annotated or partially-annotated file is marked complete, it exists as a .tmp file, with the same name as the .wav file

{i} If onset-detection or word-recognition scripts are used (not described here for sake of generality/brevity), they should generate a .tmp file which is automatically loaded with the corresponding audio file.

Procedure

Starting an annotation session

There are several ways to load a multi-trial session into TotalRecall to begin annotation. This is one example.

{i} The examples that follow assume Mac keybindings. That is, they make reference to the Command key, ⌘. Use the modifier key appropriate to your operating system, e.g., Ctrl on Windows.

1. Open the application TotalRecall

2. Open a session folder with the command "Open Audio Folder..." in the "File" menu.

3. Open the corresponding wordpool, from the File menu (or using Shift + Command + O, ⇧⌘O).

You are now ready to start annotating!

Marking Onsets

Select an audio file from the "Audio Files" list by double-clicking on it. You will see the waveform appear in the top half of the window, and it is now available for playback.

You must now find and mark the onset of each vocal response. The space bar starts and stops playback. When you get to a response, stop playback and navigate to the beginning of the word using the arrow keys.

Command + Z (⌘Z) is an extremely useful command. It will replay the 200 msec prior to the cursor position. When you move the cursor to the beginning of the word, press ⌘Z to check the position. Listen carefully: you should just barely hear the beginning of the word. What this sounds like exactly will depend on the first phoneme of the word in question (i.e., consonants will sound different from vowels, etc.). The cursor is in the correct position when you cannot hear any part of the word using ⌘Z, but when you press → then ⌘Z you can just barely hear the first phoneme of the word.

Once the cursor is in the correct position, type the vocal response. If it is in the wordpool, you may begin typing, then press "tab" to complete. Note that tab will complete with the top response in the list below the text field.

Marking Intrusions

Intrusions (responses that are not in the entire wordpool) are rare. If you think that someone made an intrusion, first check the .lst file and then look through the wordpool to see if there are any responses that sound really similar to what you heard. If not, you can score the word as an intrusion by typing the response and then pressing Command + Shift + Enter (⌘⇧⏎).

Marking Vocalizations

Sometimes people will mumble to themselves or say things like "No...wait...wrong word" or "umm..." These should not be scored as intrusions, but as vocalizations. Simply press Command + Shift + Enter (⌘⇧⏎) without typing anything at the start of the string of speech, just as if you were scoring an intrusion. (Instead of a word appearing by the annotation mark, you will see "<>".)

Do not ignore vocalizations because EEG data during vocalization periods should not be examined. For vocalizations lasting longer than 1 second, score a new ⌘⇧⏎ at every full second of the vocalization. (If default settings are used, pressing ⇧⌘→ twice will move the cursor forward one second.)

Finishing a Session

When all responses, intrusions, and vocalizations have been marked, and the cursor has moved tot he very end of the file, you may mark the session as complete. Simply press the space bar to stop playback, then click the "Mark Complete" button. (You may also press Command + Shift + D, ⌘⇧D.)

Adding files to SVN repository

<!> Kahana lab annotators will have to add completed .ann files to our parse_files repository. Adding these two aliases to your .bash_profile or .bashrc on separate new lines will make this much easier:

You should change "[zzz]" to your initials. Make sure to source your bash_profile or bashrc after editing it. Ask a more senior lab member if you have questions about editing your bash_profile/bashrc.

Annotation commands

The following are commands central to using TotalRecall. Note that time intervals are default values, and may be changed by the user.

All other key bindings may be found in the program drop-down menus, and under "Help" ➔ "Key Bindings"

Annotation / TotalRecall FAQ

Have a question? Email memory - software @ psych . upenn . edu (remove all the spaces).