Current Issue
    , Volume 1 Issue 2 Previous Issue    Next Issue
    For Selected: View Abstracts Toggle Thumbnails
    Orginal Article
    Review of Expert Retrieval and Expert Ranking Studies
    Ye Guanghui,Xia Lixin
    2017, 1 (2): 1-10.  DOI: 10.11925/infotech.2096-3467.2017.02.01
    Abstract   HTML ( 48 PDF(555KB) ( 726 )  

    [Objective] This paper reviews the expert retrieval and expert ranking literature to provide theoretical foundations for future studies. [Coverage] 65 papers were retrieved from the Web of Science (WOS), CNKI and other databases using the keywords of “expert retrieval”, “expert ranking”, and “ranking fusion”. [Methods] We analyzed research evaluating expert retrieval and fusion rankings, aiming to solve the issues of insufficiency of expert coverage and heavy computation of expert features. [Results] We found that most expert retrieval system adopted the relationship attribute fusion method, and the credibility of search results was decided by the users’ satisfaction and quality of the retrieved documents. Expert ranking was established by FRM, PageRank, D-S theory, social network and complex network analysis. Empirical research showed that the fusion ranking results were generally better than the baseline ones. [Limitations] More comparison of research among different ranking methods was needed. [Conclusions] Related studies help us building expert consulting platform from the perspective of expert information organization, expert selection and expert opinion fusion.

    Figures and Tables | References | Related Articles | Metrics
    An Early Warning Algorithm for Public Opinion of Safety Emergency
    Tian Shihai,Lyu Deli
    2017, 1 (2): 11-18.  DOI: 10.11925/infotech.2096-3467.2017.02.02
    Abstract   HTML ( 30 PDF(1443KB) ( 374 )  

    [Objective] This study proposes a new early warning model to track the public sentiment online, aiming to improve transparency and responding speed of the safety emergencies. [Methods] We used the modified LSA+SVM algorithm to build an early warning model, which retrieved public opinion data by meta search. [Results] We examined the new model with three different incidents, and found it was practical and fast. The precision rate was 85.75% when the semantic dimension was kept at 10. [Limitations] This method was more effective for the safety incidents drawing public attention and discussion. [Conclusions] The proposed algorithm helps us build an early warning system for public opinion, which provides suggestions to related companies and government organizations.

    Figures and Tables | References | Related Articles | Metrics
    Identifying Hot Topics from Mobile Complaint Texts
    Fang Xiaofei,Huang Xiaoxi,Wang Rongbo,Chen Zhiqun,Wang Xiaohua
    2017, 1 (2): 19-27.  DOI: 10.11925/infotech.2096-3467.2017.02.03
    Abstract   HTML ( 37 PDF(726KB) ( 442 )  

    [Objective] This paper aims to extract valuable information from large amount of complaint texts with the help of Chinese message processing technologies. [Methods] First, we analyzed the characteristics of the complaint texts, and then clustered them by k-means algorithm. Second, we extracted topics from the texts of each category with the LDA model. In the mean time, we calculated the weight of the word of each topic, as well as the mean of document probability distribution. Third, we analyzed topics with the highest means and used the document supporting rates to identify the trending ones. [Results] The document supporting rates of the topics extracted by this study was three times higher than the average ones. [Limitations] We did not investigate the semantic relationship among the topics. [Conclusions] The LDA model is an effective method to detect hot topics of the mobile complaints and indicates some future studies.

    Figures and Tables | References | Related Articles | Metrics
    Extracting Keywords with Modified TextRank Model
    Xia Tian
    2017, 1 (2): 28-34.  DOI: 10.11925/infotech.2096-3467.2017.02.04
    Abstract   HTML ( 50 PDF(793KB) ( 697 )  

    [Objective] This study aims to improve the single document keyword extraction algorithm by adding the world knowledge vector from the Wikipedia to the TextRank model. [Methods] First, we created a new word embedding model based on the Word2Vec model with Wikipedia’s Chinese data. Second, we clustered the nodes of TextRank wordgraph to adjust the voting importance of each cluster. Third, we calculated the random walk probability with additional factors of coverage and location. Finally, we got the node score with iterative computation of the transition matrix, and then selected the Top N words as the needed keywords. [Results] The performance of the new TextRank model was much better than other methods when the Top N value was less than or equal to 7. If we only retrieved three keywords, the F measure reached its maximum value, which was 3.374% higher than the best existing results. When the Top N value was larger than 7, the results were similar to the traditional TextRank method. [Limitations] The computation cost was increased due to the cluster analysis. [Conclusions] The new weighted TextRank model could extract keywords effectively.

    Figures and Tables | References | Related Articles | Metrics
    Constructing Dynamic Social Tag Cloud for User Interests
    Xie Mengyao,Pan Xuwei
    2017, 1 (2): 35-40.  DOI: 10.11925/infotech.2096-3467.2017.02.05
    Abstract   HTML ( 27 PDF(534KB) ( 539 )  

    [Objective] Social tags can be used for the recommendation and navigation sections of information retrieval systems. This paper proposes a method to construct a dynamic user tag cloud based on the temporal evolution to reveal the changes of user interests. [Methods] We established the tags’ dynamic weights with the forgetting and strengthening characteristics of memory in psychology. Thus, the dynamic user tag cloud reflect user’s changing focus. [Results] Compared with the existing ones, the proposed algorithm could effectively sort the tags, and then make accurate predictions or recommendations. [Limitations] The proposed method performed well over long period of time because user’s interests do not change significantly in a short period of time. [Conclusions] The proposed algorithm could effectively identify user’s interests and then improve the personalized services.

    Figures and Tables | References | Supplementary Material | Related Articles | Metrics
    Building Asian Tumor-patients Prognostic Model with Bayesian Network and SEER Database——Case Study of Non-Small Cell Lung Cancer
    Yin Bincan,Xin Shichao,Zhang Han,Zhao Yuhong
    2017, 1 (2): 41-46.  DOI: 10.11925/infotech.2096-3467.2017.02.06
    Abstract   HTML ( 40 PDF(493KB) ( 670 )  

    [Objective] This study aims to improve the tumor-prognostic assessment for Asian patients who were diagnosed with Non-Small Cell Lung Cancer (NSCLC). The proposed model identifies the influencing factors of the patients’ survival status and predicts their prognostic situation. [Methods] First, we used single factor statistical method and logistic regression to identify the prognostic variables. Second, we employed the Bayesian Network algorithm to construct the prognostic survival model for the Asian NSCLC patients. Finally, we compared the performance of our model with three other algorithms. [Results] The identified prognostic variables include age, tumor size, grade, tumor stage, as well as the lymph nodes ratio. The proposed model could predict NSCLC patients’ prognostic survival status effectively. [Limitations] The SEER database had limited number of prognostic factors, which may influence the prediction accuracy. [Conclusions] The Bayesian Network could help us build optimal prognosis model for cancer patients to improve their survival rates. The proposed model is better than the Decision Tree, Support Vector Machine and Artificial Neural Network models.

    Figures and Tables | References | Related Articles | Metrics
    Identifying Chinese Microblog Author Gender Based on Dependency
    Qi Ruihua
    2017, 1 (2): 58-63.  DOI: 10.11925/infotech.2096-3467.2017.02.08
    Abstract   HTML ( 31 PDF(608KB) ( 307 )  

    [Objective] This paper proposes a new method to indentify the gender of Chinese microblog author with the help of dependency features. [Methods] This study collected public posts from Tencent Microblogs and extracted the dependency features, which were analyzed and compared with existing vocabulary, structure, function words, and part-of-speech tagging features. [Results] A controlled experiment showed that the proposed method obtained the highest values of precision, recall and F-measure. [Limitations] The new method needs to be examined with larger corpus. [Conclusions] The proposed method is the most effective way to identify the gender of microblog author.

    Figures and Tables | References | Related Articles | Metrics
    Segmenting Chinese Words from Food Safety Emergencies
    Zhang Yue,Wang Dongbo,Zhu Danhao
    2017, 1 (2): 64-72.  DOI: 10.11925/infotech.2096-3467.2017.02.09
    Abstract   HTML ( 28 PDF(1706KB) ( 276 )  

    [Objective] This paper examines the automatic word segmentation models, which plays key roles to build databases for food safety administration. We used the statistical learning method based on conditional random field to segment words from food safety emergencies. [Methods] First, we analyzed the length of target words and conducted multiple experiments on the selection and template of word features for the automatic segmentation methods. Second, we identified the impacts of different features and templates to the segmentation results. [Results] We found that selecting more features might not yield better results due to the characteristics interference. About 46.62% of the phrases from the corpus of food safety emergencies only contained two or three words. The first words before and after the current word of the features template pose more effects to the results. [Conclusions] We have identified the optimal feature and template for the automatic segmentation of words and the F score reaches 92.88% with the 5Tag features.

    Figures and Tables | References | Related Articles | Metrics
    Analyzing Sentiments of Micro-blog Posts Based on Support Vector Machine
    Yang Shuang,Chen Fen
    2017, 1 (2): 73-79.  DOI: 10.11925/infotech.2096-3467.2017.02.10
    Abstract   HTML ( 32 PDF(466KB) ( 348 )  

    [Objective] This paper proposes a new method based on the Support Vector Machine to monitor online public opinion. [Methods] We extracted fourteen linguistic characteristics of the micro-blog posts and analysed their sentiments with Support Vector Machine. [Results] The precision, recall and F value of the proposed method were 82.40%, 81.91%, and 82.10%, respectively. [Limitations] The size of training corpus needs to be expanded. [Conclusions] The proposed method could effectively analyze sentiments of micro-blog posts.

    Figures and Tables | References | Supplementary Material | Related Articles | Metrics
    Constructing Users Profiles with Content and Gesture Behaviors
    Wang Qiangbing,Zhang Chengzhi
    2017, 1 (2): 80-86.  DOI: 10.11925/infotech.2096-3467.2017.02.11
    Abstract   HTML ( 24 PDF(1240KB) ( 365 )  

    [Objective] This paper constructs users profiles by gauging their interests from gesture behaviors and related contents from a mobile article reading system. [Context] Users profiles construction with content and gesture behaviors can identifies users’ mobile reading interests and profiles effectively. [Methods] First, we collected user gesture behaviors (such as tap, double tap, swipe, drag, pinch in/out) as well as corresponding contents from a mobile article reading system. Second, we established the users model based on the collected data and reading time. [Results] Users could find their own reading interests while browsing papers with our system, which help us build users profiles. [Conclusions] Users gesture behaviors reveal their reading interests, which could improve the performance of marketing and personalized recommendation systems.

    Figures and Tables | References | Related Articles | Metrics
    A Sentiment Analysis Model Based on Temporal Characteristics of Travel Blogs
    Cheng Cuiqiong,Xu Jian
    2017, 1 (2): 87-95.  DOI: 10.11925/infotech.2096-3467.2017.02.12
    Abstract   HTML ( 28 PDF(900KB) ( 363 )  

    [Objective] This study aims to find the temporal-distribution patterns of tourists’ attitudes towards their destinations through sentiment analysis of travel blogs. [Context] More and more tourists collect information on their destinations from travel blogs, which provide enormous business opportunities. [Methods] We proposed a sentiment analysis model based on temporal characteristics of travel blogs. It includes the following modules: data collection, preprocessing, identifying sentiment words, weight calculation, and analysis. The model was examined with four types of travel blogs. [Results] The number of post with “good” emotion was always higher than others each month. The volatility of “good”, “happiness” and “disgust” emotion was the highest in different months. The volatility emotion over time was not correlated to the number of related travel blogs. There is no relationship between the peak/off seasons and the emotion of tourists. [Conclusions] The proposed model could identify the changing of tourist sentiment over time, which provides new information for tourism managers and potential visitors.

    Figures and Tables | References | Supplementary Material | Related Articles | Metrics
  Copyright © 2016 Data Analysis and Knowledge Discovery   Tel/Fax:(010)82626611-6626,82624938   E-mail:jishu@mail.las.ac.cn