Abstract
Micro blog is a new type of service of blog over the last two years. The purpose of micro blog is providing a platform which user can share their life or mood in real-time. Unlike the traditional blog, the article of micro blog is short. They usually only contain a few words. Because micro blog is a new service in last two year, the researches about micro blog are lacking. There is some attached information annotated by blogger in micro blog, for example, the label of article and emotion icons. In this paper, we propose a method to use them and semantic information to determine what the impression of the specific term the blogger has. First, we parse the corpus and extract the semantic concepts contained in the article. We use the POS tags and dependence relations between terms to extract semantic structure. After extracting, we use Latent Semantic Analysis(LSA) to find which articles have similar semantic concept. We assume the articles with similar semantic concepts or shared the same attached information may have relation of similar impression. We represent the article of micro blog as nodes and these relations as edge to construct a network of micro blog. When the network is complete, we use a random walk model to describe the process of impression-transmitting between articles. In experimental part, we collect corpus from a micro blog website Plurk. We trace a blogger for a few months, and we classify terms about person and object into positive, negative and neutral. We select about 100 terms for experiment. The precision of experiment is 69%.