This document describes an approach to identify the scope of references in sentences containing multiple citations. The approach uses a conditional random field (CRF) sequence model with features including distance, position, part-of-speech tags, and syntactic dependencies. It first segments sentences using punctuation and conjunctions, then applies the CRF and a majority voting scheme to label each word as inside or outside the scope. The method achieved over 90% accuracy on a dataset of citations from ACL papers.