This document summarizes an experiment on using graph-based semi-supervised learning to improve a conditional random field model for Chinese named entity recognition. The experiment used unlabeled data from previous NER tasks to extend the labeled training data via label propagation. This enhanced CRF model was evaluated on a standard test corpus and showed a slight improvement over a closed CRF baseline, particularly for person and organization entities. However, the unlabeled data was not large enough to cover all entity types. Future work could explore using more unlabeled data and optimizing features for the graph construction.