In the context of formal languages and parsing techniques, "FIRST" and "FOLLOW" refer to sets of symbols associated with the production rules of a context-free grammar. These sets are particularly important in the design and implementation of predictive parsing algorithms, such as LL parsers.