文本倾向性分析中的情感词典构建技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着计算机与网络技术的迅猛发展,Internet已经成为现代主要的信息载体,网络在线文档也成为人们日常生活中不可或缺的主要信息来源。而随着互联网进入Web2.0时代,Internet又逐步地从静态的信息载体变成人们表达意见、交流情感的平台,人们通过各种途径,以各种方式表达自身对于各种事物的意见、看法:新闻评论、产品评论、情感博客等。这些观点性内容对于网络电子商务、网络社区发现、网络信息安全、网络信息检索等多方面都具有重要的意义和实用价值。面对如此海量的富含情感信息的文本,亟待找到一种快速的自动分析方法对这些网络文本进行处理。对网络文本观点性内容的自动情感分析成为近期web信息处理的一个研究热点,而其中的核心技术就是文本倾向性分析。情感词典构建是文本倾向性分析的基础。本文以高质量的情感词典构建算法作为研究目标,着重对以下几个方面进行了深入的研究:
     首先,介绍了文本倾向性分析研究的背景,分析了文本倾向性分析及情感词典构建所面临的挑战;然后分析了当前文本倾向性分析及情感词典构建技术的研究现状;最后进一步明确了研究情感词典构建算法的意义和必要性。
     为了减少通用情感词典构建算法对于基准词的依赖,提出了基于函数优化的通用词典构建方法。目前多数通用情感词典构建方法根据语气待定词语与之前人工进行语气标注的基准词之间的局部信息来确定语气待定词语的语气倾向。这样导致了两方面的问题:①由于对于语气待定词语与测试集中所有词语之间的全局信息利用不充分,致使算法准确率仍存在提高空间;②该方法对领域专家的依赖较强,对基准词的选择和数量较为敏感。针对该问题,本文从图划分的角度提出基于函数优化的通用情感词典构建方法,该方法将通用情感词典构建问题转化为函数优化问题,并利用模拟退火算法进行求解。
     为了解决基于图划分方法在某些应用场景中易于陷入局部极值的问题,提出了基于词语聚团性的通用词典构建方法。在利用函数优化求解图分解问题的算法中,多数以“最小切分”作为切分的目标。但当子图大小和数目不固定时,采用“最小切分”策略的目标函数在求解过程易于陷入局部极值:即倾向于把所有节点划入一个子图,而使的另外的子图中的节点数目为零。针对该问题,本文采用复杂网络社区发现中的基于Modularity优化的方法来构建通用情感词典。本文对于传统Modularity方法的改进在于,只比较所有二分情况下的Modularity值并进行优化,这样既使得Modularity方法能够适用于本问题,又极大的降低了运算量。
     为了解决情感词典的领域移植问题,提出了基于扩展信息瓶颈的领域词典构建方法。领域情感词典被广泛应用于细粒度的文本倾向性分析中,自动构建领域情感词典文本倾向性分析研究中一个重要且基础的工作。现有的构建算法只考虑了新旧领域之间词语的关系,算法准确率仍存在提升空间。针对该问题,本文对传统信息瓶颈聚类方法进行改进,通过充分利用源领域与目标领域的情感词与文档之间的相互关系,来建立目标领域的领域情感词典。
     最后,设计并实现了一个细粒度的产品属性挖掘系统。在该系统中,通过利用产品属性和评论语气词之间的互相推荐,可以实现同时对商品属性词类别和评论语气词类别进行构建,并将相关的产品属性类别与评论词类别进行关联;进而通过情感词典的引入,实现了基于属性的产品比较和推荐。
With the rapid development of computer network and information technologies, In-ternet has become a very significant media and web documents have become an indis-pensable information source for people’s daily living. Especially, in the web2.0 era, In-ternet turns from the static media to the dynamic platform, on which people can expressand exchange their personal experiences and opinions about almost everything: news re-views, product review and Blog, etc. Those user generated content contains very valuableinformation. How to mine those opinions automatically and efficiently will hence be avery challenging question, as well as be promising in applications and development ofEnterprise Business Intelligence and Public Opinion Survey and etc. Sentiment analy-sis (opinion mining) aims to automatically identify the emotions, including opinions andattitudes in texts. For the research of sentiment analysis, it is a fundamental and impor-tant task to construct sentiment lexicon. Therefore, this paper focuses on the problemhow to construct sentiment lexicon automatically. The research on the sentiment lexi-con construction in this paper has great significances on the development and applicationof sentiment analysis technologies. The main research topic of this paper includes thefollowing aspects:
     The first part of this dissertation introduces the research background of sentimentanalysis and sentiment lexicon construction, analyzes the challenge faced by the con-struction of sentiment lexicon and make clear the significance of the research on thispoint. Then it reviews the research state of sentiment analysis and sentiment lexicon con-struction.
     To reduce the dependency of sentiment lexicon construction algorithm on paradigmwords, the dissertation proposes a function optimization based general sentiment lexi-con construction algorithm. Most of existing methods only utilize local information be-tween the unlabeled words and the paradigm words. To this end, we proposed a func-tion optimization based general sentiment lexicon construction algorithm from the graph-partitioning point of view, and solve it by using simulated annealing algorithm. The ex-perimental result proves that proposed framework is reasonable and the solution is valid.To improve the capability of avoiding falling into local minimum of graph-partitioning based sentiment lexicon construction algorithms, the modularity optimization mechanismis considered. The essential idea of graph-partitioning based approaches is’minimumcut’that is to look for divisions of the vertices into two subgroups so as to minimize thenumber of edges running between the subgroups. However, these methods are inclined toput all of the vertices in one of the two subgroups and none in the other. To address thisproblem, this dissertation proposes a modularity optimization based general sentimentlexicon construction algorithm.
     To address the problem of domain transferring of sentiment lexicon, the dissertationproposes an information bottleneck based domain-oriented sentiment lexicon constructionalgorithm. Most of existing construction approaches take only the kind of relationshipsbetween words into account, which makes them have a lot of room for improvement. Thispaper proposes an adapted information bottleneck method for the construction of domain-oriented sentiment lexicon. This approach can naturally make full use of the mutualreinforcement between documents and words by fusing three kinds of relationships eitherfrom words to documents or from words to words; either homogeneous or heterogeneous;either within-domain or cross-domain.
     Finally, a fine-grained product review mining system is designed and implementedusing the iterative reinforcement techniques. In this system, product features and opinionwords are clustered and associated simultaneously and iteratively by fusing both theirsemantic information and co-occurrence information. Furthermore,we implement thefeature-based product recommender system in the use of sentiment lexicon.
引文
1 V.Hatzivassiloglous, K.McKeown. Predicting the Semantic Orientation of Ad-jectives[C]//Proceedings of ACL-97, 35th Annual Meeting of the Association forComputational Linguistics. Madrid: ACL, 1997:174–181.
    2 P.D.Turney, M.L.Littman. Measuring Praise and Criticism: Inference of SemanticOrientation from Association[J]. ACM Transactions on Information Systems, 2003,21(4):315–346.
    3 B.Pang, L.Lee, S.Vaithyanathan. Thumbs Up? Sentiment Classification UsingMachine Learning Techniques[C]//Proceedings of the 2002 Conference on Empir-ical Methods in Natural Language Processing (EMNLP 2002). Philadelphia: ACL,2002.
    4 T.Zagibalov, J.Carroll. Automatic Seed Word Selection for Unsupervised Senti-ment Classification of Chinese Text[C]//Proceedings of the 22nd International Con-ference on Computational Linguistics (Coling 2008). Manchester: Coling 2008 Or-ganizing Committee, 2008:1073–1080.
    5 V.Hatzivassiloglous, J.Wiebe. Effects of Adjective Orientation and Gradability onSentence Subjectivity[C]//Proceedings of COLING-00, 18th International Confer-ence on Computational Linguistics. Saarbru¨ken: ACL, 2000:174–181.
    6 H.Takamura, T.Inui. Extracting Semantic Orientations of Phrases from Dictio-nary[C]//Proceedings of NAACL HLT 2007. Rochester: ACL, 2007:292–299.
    7 K.Bloom, N.Garg, S.Argamon. Extracting Appraisal Expressions[C]//Proceedingsof NAACL HLT 2007. Rochester: ACL, 2007:308–315.
    8王素格.基于web的评论文本情感分类问题研究[D].上海:上海大学, 2008:35–40.
    9 D.Kushal, S.Lawrence, D.Pennock. Mining the Peanut Gallery: Opinion Extrac-tion and Semantic Classification of Product Reviews[C]//Proceedings of the 12thinternational conference on World Wide Web (WWW’03). Budapest: ACM, 2003.
    10 M.Hu, B.Liu. Mining and Summarizing Customer Reviews[C]//Proceedings of thetenth ACM SIGKDD international conference on Knowledge discovery and datamining. Seattle: ACM, 2004:168–177.
    11 M.Hu, B.Liu. Mining Opinion Features in Customer Reviews[C]//Proceedings ofNineteeth National Conference on Artificial Intellgience (AAAI-2004). San Jose:AAAI, 2004:755–760.
    12 A.Popescu, O.Etzioni. Extracting Product Features and Opinions from Re-views[C]//Proceedings of HLT/EMNLP 2005. Vancouver: ACL, 2005.
    13 S.Tan, G.Wu, H.Tang, et al. A Novel Scheme for Domain-transfer Problem inthe Context of Sentiment Analysis[C]//Proceedings of the sixteenth ACM confer-ence on Conference on information and knowledge management. Lisbon: ACM,2007:979–982.
    14 H.Kanayama, T.Nasukawa. Fully Automatic Lexicon Expansion for Domain-oriented Sentiment Analysis[C]//Proceedings of the 2006 Conference on Empir-ical Methods in Natural Language Processing (EMNLP 2006). Sydney: ACL,2006:355–363.
    15 J.Blitzer, M.Dredze, F.P.Biographies, et al. Domain Adaptation for Sentiment Clas-sification[C]//Proceedings of the 45th Annual Meeting of the Association of Com-putational Linguistics. Prague: ACL, 2007:440–447.
    16 A.Andreevskaia, S.Bergler. When Specialists and Generalists Work Together:Overcoming Domain Dependence in Sentiment Tagging[C]//Proceedings of the46th Annual Meeting of the Association for Computational Linguistics: HumanLanguage Technologies. Columbus: ACL, 2008:290–298.
    17 B.Philip, T.Hastie, C.Manning, et al. Exploring Sentiment Summariza-tion[C]//Proceedings of AAAI Spring Symposium on Exploring Attitude and Affectin Text: Theories and Applications. San Jose: AAAI, 2004.
    18 B.Pang, L.Lee. A Sentimental Education: Sentiment Analysis Using SubjectivitySummarization Based on Minimum Cuts[C]//Proceedings of ACL-04, 42nd Meet-ing of the Association for Computational Linguistics. Barcelona: ACL, 2004:271–278.
    19 J.Wiebe. Learning Subjective Adjectives from Corpora[C]//Proceedings of the 12thInnovative Applications of Artificial Intelligence Conference on Artificial Intelli-gence (IAAI-00). Austin: AAAI, 2000.
    20 R.F.Bruce, J.Wiebe. Recognizing Subjectivity: A Case Study in Manual Tag-ging[J]. Natural Language Engineering, 1999, 5(2):187–205.
    21 J.Wiebe, T.Wilson, R.Bruce, et al. Learning Subjective Language[C]//Proceedingsof ACL/EACL’01 Workshop on Collocation. Department of Computer Sci-ence,University of Pittsburgh, Pittsburgh, Pennsylvania, Technical Report TR-02-100.
    22 H.Yu, V.Hatzivassiloglou. Towards Answering Opinion Questions: Sepa-rating Facts from Opinions and Identifying the Polarity of Opinion Sen-tences[C]//Proceedings of EMNLP-03, 8th Conference on Empirical Methods inNatural Language Processing. Sapporo: ACL, 2003:129–136.
    23 A.Finn, N.Kushmerick, B.Smyth. Genre Classification and Domain Transfer forInformation Filtering[J]. Lecture Notes in Computer Science, 2002:349–352.
    24 J.Wiebe, R.Bruce, T. O′Hara. Development and Use of a Gold Standard Data Setfor Subjectivity Classifications[C]//Proceedings of the 37th annual meeting of theassociation for computational linguistics (ACL-99). ACL, 1999:246–253.
    25 D.Lin. Automatic Retrieval and Clustering of Similar Words[C]//Proceedings ofCOLING-ACL. 1998:768–774.
    26 F.C.Pereira, N.Tishby, L.Lee. Distributional Clustering of EnglishWords[C]//Proceedings of 30th Annual Meeting of the Association for Com-putational Linguistics. Newark: ACL, 1993:183–190.
    27 E.Riloff, J.Wiebe, T.Wilson. Learning Subjective Nouns Using Extraction Pat-tern Bootstrapping[C]//Proceedings of CONLL-03, 7th Conference on Natural Lan-guage Learning. Edmonton: ACL, 2003:25–32.
    28 E.Riloff, J.Wiebe, T.Wilson. Learning Extraction Patterns for Subjective Expres-sions[C]//Proceedings of the 2003 conference on EMNLP. ACL, 2003:105–112.
    29 P.D.Turney, M.L.Littman. Unsupervised Learning of Semantic Orientation from aHundred-billion-word Corpus[C]//Technical Report ERB-1094. National ResearchCouncil Canada, Institute for Information Technology, 2002.
    30董振东.语义关系的表达和知识系统的建造[J].语言文学应用, 1998,23(7):76–82.
    31刘群,李素建.基于《知网》的词汇语义相似度的计算[J].中文计算语言学,2002, (7):59–76.
    32熊德兰,程菊明,田胜利.基于hownet的句子褒贬倾向性研究[J].计算机工程与应用,2008,44(22):143–145.
    33梅家驹,竺一鸣,高蕴琦,等.同义词辞林[M].第二版.,上海:上海辞书出版社,1996.
    34王治敏,朱学锋,俞士汶.基于现代汉语语法信息词典的词语情感评价研究[J]. Computational Linguistics and Chinese Language Processing, 2005,10(4):581–592.
    35朱嫣岚,闵锦,周雅倩,等.基于hownet的词汇语义倾向计算[J].中文信息学报,2006,20(1):14–20.
    36徐琳宏,林鸿飞,杨志豪.基于语义理解的文本倾向性识别机制[J].中文信息学报,2007,21(1):96–100.
    37路斌,万小军,杨建武,等.基于同义词词林的词汇褒贬计算[C]//中国计算技术与语言问题研究–第七届中文信息处理国际会议论文集.武汉:电子工业出版社,2007:17–23.
    38 P.D.Turney. Thumbs up Or Thumbs Down? Semantic Orientation Applied toUnsupervised Classification of Reviews[C]//Proceedings of ACL-02, 40th AnnualMeeting of the Association for Computational Linguistics. Philadelphia: ACL,2002:417–424.
    39 R.Yuan. Morpheme-based Derivation of Bipolar Semantic Orientation of ChineseWord[C]//Proceedings of COLING 2004. Geneva,Switzeriand: ACL, 2004:1008–1014.
    40王根,赵军.中文褒贬义词语倾向性的分析[C]//第三届学生计算语言学研讨会论文集.2006:81–85.
    41 A.Andreevskaia, S.Bergler. Mining Wordnet for Fuzzy Sentiment: Sentiment TagExtraction from Wordnet Glosses[C]//Proceedings of EACL-06, 11th Conferenceof the European Chapter of the Association for Computational Linguistics. Trento:Morgan Kaufmann Publishers Inc., 2006.
    42 A.Esuli, F.Sebastiani. Determining the Semantic Orientation of Terms ThroughGloss Classification[C]//Proceedings of the 14th ACM international conference onInformation and knowledge management. Bremen: ACM, 2005:617–624.
    43 M.Gamon, A.Aue. Automatic Identification of Sentiment Vocabulary ExploitingLow Association with Known Sentiment Terms[C]//Proceedings of the ACL Work-shop on Feature Engineering for Machine Learning in NLP. Ann Arbor: ACL,2005:57–64.
    44 M.Gamon, A.Aue. Pulse : Mining Customer Opinions from FreeText[C]//Proceedings of the 6th International Symposium on Intelligent Data Anal-ysis. Madrid: Springer, 2005:121–132.
    45 H.Takamura, T.Inui, M.Okumura. Extracting Emotional Polarity of Words UsingSpin Model[C]//Proceedings of ACL-05, 43rd Annual Meeting of the Associationfor Computational Linguistics. Ann Arbor: ACL, 2005:133–140.
    46 M. Sahami, T. Heilman. A Web-based Kernel Function for Measuring the Similar-ity of Short Text Snippets[C]//Proceedings of 15th International World Wide WebConference. W3C, 2006.
    47 H. Chen, M. Lin, Y. Wei. Novel Association Measures Using Web Search withDouble Checking[C]//Proceedings of the COLING/ACL 2006. ACL, 2006:1009–1016.
    48 J.Kamps, M.Marx, R.J.Mokken, et al. Using Wordnet to Measure Semantic Orien-tation of Adjectives[C]//Proceedings of LREC-04, 4th International Conference onLanguage Resources and Evaluation. Lisbon: ELRA, 2004:1115–1118.
    49 B.Liu, M.Hu, J.Cheng. Opinion Observer: Analyzing and Comparing Opinions onthe Web[C]//Proceedings of the 14th international conference on World Wide Web(WWW’05). Chiba, Japan: ACM, 2005:1367–1373.
    50倪茂树,林鸿飞.基于关联规则和极性分析的商品评论挖掘[C]//第三届全国信息检索与内容安全学术会议论文集.苏州:中国中文信息学会,2007:635–642.
    51娄德成,姚天昉.汉语句子语义极性分析和观点抽取方法的研究[J].计算机应用,2006,26(11):2622–2625.
    52伍星,何中市,黄永文.产品评论挖掘研究综述[J].计算机工程与应用, 2008,44(36):37–41.
    53姚天昉,聂青阳,李建超,等.一个用于汉语汽车评论的意见挖掘系统[C]//中文信息处理前沿进展—中国中文信息学会二十五周年学术会议论文集.北京:中国中文信息学会,2006:260–281.
    54 S.Kim, E.Hovy. Identifying and Analyzing Judgment Opinions[C]//Proceedings ofHLT/NAACL-2006. New York City, 2006.
    55 S.Kim, E.Hovy. Automatic Identification of Pro and Con Reasons in Online Re-views[C]//Proceedings of the COLING/ACL 2006 main conference poster sessions.Sydney: ACL, 2006:483–490.
    56 J.Yi, T.Nasukawa, R.Bunescu, et al. Sentiment Analyzer: Extracting Sen-timents about a Given Topic Using Natural Language Processing Tech-niques[C]//Proceedings of the third IEEE international conference on data mining.2003:427.
    57 Q. Su, X. Xu, H. Guo, et al. Hidden Sentiment Association in Chinese Web OpinionMining[C]//Proceedings of the 17th International World Wide Web Conference.Beijing,China: ACM, 2008.
    58蔡健平,林世平.基于机器学习的词语和句子极性分析[C]//第三届全国信息检索与内容安全学术会议论文集.苏州:中国中文信息学会,2007:643–649.
    59陈博. Web文本情感分类中关键问题的研究[D].北京:北京邮电大学,2008:35–40.
    60刘永丹,曾海泉,李荣陆,等.基于语义分析的倾向性文本过滤[J].通信学报,2004, 25(7):78–85.
    61 J.Li, M.S.Sun. Experment Study on Sentiment Classification of Chinese ReviewUsing Machine Leaning Technique[C]//Proceedings of 2007IEEE IntemationalConference on nature language proceding and konwledge engineering. 2007:393–400.
    62徐军,丁宇新,王晓龙.使用机器学习方法进行新闻的情感自动分类[J].中文信息学报,2007,21(6):73–79.
    63 A.Aue, M.Gamon. Customizing Sentiment Classifiers to New Domains: A CaseStudy[C]//Proceedings of RANLP’2005. Borovets, 2005.
    64 P.Beineke, T.Hastie, S.Vaithyanathan. The Sentimental Factor: Improving ReviewClassification via Human-provided Information[C]//Proceedings of the 42nd ACLconference. Barcelona: ACL, 2004.
    65 A.Kennedy, D.Inkpen. Sentiment Classification of Movie Reviews Using Contex-tual Valence Shifters[J]. Computational Intelligence, 2006, 22(2):110–125.
    66 W.Lin, T.Wilson, J.Wiebe, et al. Which Side Are You On? Identifying Perspectivesat the Document and Sentence Levels[C]//Proceedings of the 10th conference oncomputational natural language learning (CoNLL-X). New York City, 2006:109–116.
    67 S.Matsumoto, H.Takamura, M.Okumura. Sentiment Classification Using WordSub-sequences and Dependency Sub-trees[C]//PAKDD 2005. Berlin, Heidelberg:Springer-Verlag, 2005:301–311.
    68 T.Mullen, N.Collier. Sentiment Analysis Using Support Vector Machines withDiverse Information Sources[C]//Proceedings of EMNLP-2004. Barcelona,Spain:ACL, 2004:412–418.
    69 J.Read. Using Emoticons to Reduce Dependency in Machine Learning Techniquesfor Sentiment Classification[C]//ACL student research workshop. Ann Arbor, MI:ACL, 2005:43–48.
    70 F.Salvetti, S. C.Reichenbach. Automatic Opinion Polarity Classification of MovieReviews[J]. Colorado research in linguistics, 2004, 17(1).
    71 C.Whitelaw, S.Argamon, N.Garg. Using Appraisal Taxonomies for SentimentAnalysis[C]//Proceedings of the first computational systemic functional grammarconference. University of Sydney, Sydney, Australia, 2005.
    72 C.Whitelaw, N.Garg, S.Argamon. Using Appraisal Groups for Sentiment Analy-sis[C]//Proceedings of CIKM-05, 14th ACM International Conference on Informa-tion and Knowledge Management. Bremen, DE: ACM, 2005:625–631.
    73 S.R.Das, M.Y.Chen. Yahoo! for Amazon: Sentiment Parsing from Small Talk onthe Web[C]//Proceedings of the 8th Asia Pacific finance association annual confer-ence. 2001.
    74 L.Terveen, W.Hill, B.Amento, et al. Phoaks: A System for Sharing Recommenda-tions[J]. Communications of the ACM, 1997, 40(3):59–62.
    75 X.Bai, R.Padman, E.Airoldi. Sentiment Extraction from Unstructured Text UsingTabu Search-enhanced Markov Blanket[C]//Proceedings of the international work-shop on mining for and from the semantic web. 2004:24–35.
    76 S.Bethard, H.Yu, A.Thornton, et al. Automatic Extraction of Opinion Propositionsand Their Holders[C]//Proceedings of AAAI spring symposium on exploring atti-tude and affect in text. AAAI, 2004.
    77 R.C.Bunescu, R. J. R.J.Mooney. Collective Information Extraction with RelationalMarkov Networks[C]//Proceedings of the 42nd Annual Meeting of the Associationfor Computational Linguistics: ACL 2004. Barcelona: ACL, 2004:438–445.
    78 B.Daille. Study and Implementation of Combined Techniques for Automatic Ex-traction of Terminology[M]. Cambridge: MIT Press, 1996.
    79 B.Didier. Lexter: A Terminology Extraction Software for Knowledge Acquisitionfrom Texts[C]//Proceedings 9th Banff knowledge acquisition for knowledge-basedsystems workshop. Banff, 1995:1–17.
    80 O.Etzioni, M.Cafarella, D.Downey, et al. Web-scale Information Extraction inKnowitall (preliminary Results)[C]//Proceedings of the 13th international confer-ence on World Wide Web. New York, NY, USA: ACM, 2004.
    81 D.Freitag, A. A.McCallum. Information Extraction with Hmm Structures Learnedby Stochastic Optimization[C]//AAAI’00. AAAI, 2000.
    82 C.Jacquemin, D.Bourigault. Term Extraction and Automatic Indexing[M]. OxfordUniversity Press, 2001.
    83 D.Luca, G.Mazzini. Opinion Classification Through Information Extrac-tion[C]//International conference on data mining methods and databases for en-gineering, finance and other fields. 2002:299–310.
    84 E.Riloff, R.Jones. Learning Dictionaries for Information Extraction by Multi-levelBootstrapping[C]//Proceedings of the 16th national conference on artificial intelli-gence. 1999.
    85 T.Wilson, J.Wiebe, R.Hwa. Just How Mad Are You? Finding Strong and WeakOpinion Clauses[C]//Proceedings of AAAI-04, 21st conference of the americanassociation for artificial intelligence. San Jose, US, 2004.
    86 Y.Zhai, B.Liu. Web Data Extraction Based on Partial Tree Align-ment[C]//Proceedings of the 14th international conference on World Wide Web.Chiba, Japan: ACM, 2005.
    87 K.Dave, S.Lawrence, D.M.Pennock. Mining the Peanut Gallery: Opinion Ex-traction and Semantic Classification of Product Reviews[C]//Proceedings of theTwelfth International World Wide Web Conference. Budapest, Hungary: ACM,2003.
    88 Z.Fei, J.Liu, G.Wu. Sentiment Classification Using Phrase Pat-terns[C]//Proceedings of the fourth international conference on computer andinformation technology (CIT’04). 2004.
    89 L.Ku, L.Lee, T.Wu, et al. Major Topic Detection and its Application to OpinionSummarization[C]//SIGIR 2005. 2005:627–628.
    90 L.Ku, T.Wu, L.Lee, et al. Construction of an Evaluation Corpus for Opinion Ex-traction[C]//Proceedings of NTCIR-5 workshop meeting. Tokyo, Japan, 2005.
    91 Q.Mei, X.Ling, M.Wondra, et al. Topic Sentiment Mixture:modeling Facets andOpinions in Weblogs[C]//WWW 2007. Banff, Alberta, Canada: ACM, 2007.
    92 S.Morinaga, K.Yamanishi, K.Tateishi, et al. Mining Product Reputations on theWeb[C]//ACM SIGKDD 2002. ACM, 2002:341–349.
    93 M.Taboada, A.Caroline, V.Kimberly. Creating Semantic Orientation Dictionar-ies[C]//Proceedings of 5th international conference on language resources and eval-uation (LREC). Genoa, Italy, 2006.
    94 I.Dagan, M.Shaul, S.Markovitch. Contextual Word Similarity and Estimation fromSparse Data[C]//Proceedings of ACL-93. Columbus, Ohio: ACL, 1993:164–171.
    95 I.Dagan, F.Pereira, L.Lee. Similarity-based Estimation of Word CooccurrenceProbabilities[C]//Proceedings of the 32nd annual meeting of the ACL. Las Cruces,NM: ACL, 1994:272–278.
    96 C.Leacock, M.Chodorow. Combining Local Context and Wordnet Similarity forWord Sense Identification. Wordnet: An Electronic Lexical Database[M]. Cam-bridge MA: MIT Press, 1998:265–283.
    97 G.A.Miller, W.G.Charles. Contextual Correlates of Semantic Similarity[J]. Lan-guage and Cognitive Processes, 1991, 6:1–28.
    98 P.Resnik. Using Information Content to Evaluate Semantic Similarity in a Taxon-omy[C]//Proceedings of the 14th international joint conference on artificial intelli-gence. Morgan Kaufmann: AAAI, 1995.
    99 Y.Zhang, W.Xu, J.Callan. Exact Maximum Likelihood Estimation for Word Mix-tures[C]//ICML workshop on text learning. 2002.
    100 L.A.Zadeh. Pruf—a Meaning Representation Language for Natural Languages[M].John Wiley & Sons, 1987:499–568.
    101 Y. Y.Choi, C.Cardie, E.Riloff, et al. Identifying Sources of Opinions with Con-ditional Random Fields and Extraction Patterns[C]//Proceedings of HLT/EMNLP.ACL, 2005.
    102 E.Riloff. An Empirical Study of Automated Dictionary Construction for Informa-tion Extraction in Three Domains[J]. Artificial intelligence, 1996, 85.
    103 E.Charlotta. Topic Dependence in Sentiment Classification[D]. Cam-bridge:University of Cambridge, 2004:35–40.
    104 K.Nigam, A.McCallum, S. S.Thrun. Text Classification from Labeled and Unla-beled Documents Using Em[J]. Machine Learning, 2000, 39(2/3):103–134.
    105 J.Lafferty, A.McCallum, F.Pereira. Conditional Random Fields:probabilistic Mod-els for Segmenting and Labeling Or Sequence Data[C]//ICML’01. 2001.
    106 B.Avrim, S.Chawla. Learning from Labeled and Unlabeled Data Using Graph Min-cuts[C]//Proceedings 18th international conference on machine learning(ICML).Williamstown: Morgan Kaufmann, 2001.
    107 G.Leshed, J.Kaye. Understanding How Bloggers Feel: Recognizing Affect in BlogPosts[C]//Extended Abstracts of CHI 2006. 2006:1019–1024.
    108 Q.Ye, W.Shi, Y.Li. Sentiment Classification for Movie Reviews in Chinese byImproved Semantic Oriented Approach[C]//Proceedings of the 39th Hawaii inter-national conference on system sciences. 2006.
    109 G.Mishne, M. Rijke. Capturing Global Mood Levels Using BlogPosts[C]//Proceedings of AAAI 2006 spring symposium on computationalapproaches to analysing weblogs (AAAICAAW 2006). 2006.
    110 N.Kobayashi, T.Inui, K.Inui. Dictionary-based Acquisition of the Lexical Knowl-edge for P/n Analysis (in Japanese)[C]//Proceedings of Japanese society for artifi-cial intelligence, SLUD-33. 2001:45–50.
    111 A.Esuli, F.Sebastiani. Sentiwordnet: A Publicly Available Lexical Resource forOpinion Mining[C]//Proceedings of the 5th conference on language resources andevaluation. Genoa: ELRA, 2006.
    112 A.Esuli, F.Sebastiani. Determining Term Subjectivity and Term Orientation forOpinion Mining[C]//Proceedings of EACL-06, 11th Conference of the EuropeanChapter of the Association for Computational Linguistics. Trento: ACL, 2006.
    113王凌.智能优化算法及其应用[M].清华大学出版社, 2001:20–26.
    114 B.Kernighan, S.Lin. An Efficient Heuristic Procedure for Partitioning Graphs[J].Bell System Technical Journal, 1970, 49(2):291–307.
    115 Y.Wei, C.Cheng. Toward Efficient Hierarchical Designs by Ratio Cut Partition-ing[C]//Proceedings of the IEEE International Conference on Computer Aided De-sign. IEEE, 1989:298–301.
    116 G.Palla, I.Dere′nyi, I.Farkas, et al. Uncovering the Overlapping Community Struc-ture of Complex Networks in Nature and Society[J]. Nature, 2005, 435:814–818.
    117 P.Pons, M.Latapy. Computing Communities in Large Networks Using RandomWalks[J]. Proceedings of the 20th International Symposium on Computer and In-formation Sciences, 2005, 3733:284–293.
    118 M.Newman. Fast Algorithm for Detecting Community Structure in Networks[J].Physical Review E, 2004, 69(2).
    119 M.Newman. Finding Community Structure in Networks Using the Eigenvectors ofMatrices[J]. Physical Review E, 2006, 74(3).
    120 J.Reichardt, S.Bornholdt. Statistical Mechanics of Community Detection[J]. Phys-ical Review E, 2006, 74(1).
    121 S.Kim, E.Hovy. Determining the Sentiment of Opinions[C]//Proceedings ofthe 20th international conference on Computational Linguistics. Geneva: ACL,2004:1367–1373.
    122 N.Tishby, F.C.Pereira, W.Bialek. The Information BottlencekMethod[C]//Proceedings of the 37th Allerton Conference on Communicationand Computation. 1999.
    123 T.Cover, J.Thomas. Elements of Information Theory[M]. 1st ed., New York: Wiley-Interscience, 1991.
    124 J.Cohen. A Coefficient of Agreement for Nominal Scales[J]. Educational andPsychological Measurement, 1960, (20):37–46.
    125 A.Budanitsky, G.Hirst. Evaluating Wordnetbased Measures of Lexical SemanticRelatedness[J]. Computational Linguistics, 2006, 32(1):13–47.
    126 W.M.Rand. Objective Criteria for the Evaluation of Clustering Methods[J]. Journalof the American Statistical Association, 1971, (66):846–850.
    127 R.Agrawal, R.Srikant. Fast Algorithm for Mining AssociationRules[C]//Proceedings of the 20th International Conference on Very LargeData Bases. San Francisco: ACL, 1994.
    128 S.Ait-Mokhtar, J.P.Chanod, C.Roux. Robustness Beyond Shallowness:incrementalDeep Parsing[J]. Natural Language Engineering, 2002, 8(2-3):121–144.
    129 S.Argamon, M.Koppel, G.Avneri. Routing Documents According to Style[C]//Firstinternational workshop on innovative information systems. 1998.
    130 G.L.Bilbro, W.E.Snyder, S.J.Garnier, et al. Mean Field Annealing: A Formalismfor Constructing Gnc-likealgorithms[J]. IEEE Transactions on Neural Networks,1992, 3(1):131–138.
    131 E.Bonomi, J.Lutton. The N-city Traveling Salesman Problem: Statistical Mechan-ics and the Metropolis Algorithm[J]. SIAM Review, 1984, 26(4):551–568.
    132 E.Brill. A Simple Rule-based Part of Speech Tagger[C]//Proceedings of ACL con-ference on applied natural language processing. Trento: ACL, 1992.
    133 E.Brill. Some Advances in Transformation-based Parts of Speech Tag-ging[C]//Proceedings of The Nineteenth National Conference on Artificial Intel-ligence. San Jose: AAAI, 1994.
    134 E.Brill. Transformation-based Error-driven Learning and Natural Language Pro-cessing: A Case Study in Part-of-speech Tagging[J]. Computational Linguistics,1995, 21(4):543–565.
    135 A.Budanitsky, G.Hirst. Semantic Distance in Wordnet: AnExperimental,application-oriented Evaluation of Five Measures[C]//Workshop onWordNet and other lexical resources, second meeting of the NAACL. Pittsburgh:ACL, 2001.
    136 C. Cardie, K. Wagstaff. Noun Phrase Coreference as Clustering[C]//Proceedings ofthe Joint Conf on Empirical Methods in NLP and Very Large Corpora. 1999:82–89.
    137 C.Cardie, J.Wiebe, T.Wilson, et al. Combining Low-level and Summary Repre-sentations of Opinions for Multi-perspective Question Answering[C]//Proceedingsof AAAI spring symposium on new directions in question answering. Palo Alto,California: AAAI, 2003:20–27.
    138 P.Chaovalit, L.Zhou. Movie Review Mining: A Comparison between Supervisedand Unsupervised Classification Approaches[C]//Proceedings of the 38th Hawaiiinternational conference on system sciences. Big Island,Hawaii: IEEE, 2005:1–9.
    139 Y.Choi, E.Breck, C.Cardie. Joint Extraction of Entities and Relations for Opin-ion Recognition[C]//Proceedings of the 2006 conference on empirical methods innatural language processing (EMNLP 2006). Sydney: ACL, 2006:431–439.
    140 Y.Choi, C.Cardie. Learning with Compositional Semantics as Structural Inferencefor Subsentential Sentiment Analysis[C]//Proceedings of the 2008 Conference onEmpirical Methods in Natural Language Processing. Honolulu: ACL, 2008:793–801.
    141 C.L.A.Clarke, E.L.Terra. Passage Retrieval Vs. Document Retrieval for FactoidQuestion Answering[C]//Proceedings of the 26th annual international ACM SIGIRconference on research and development in information retrieval. Toronto,Canada:ACM, 2003:427–428.
    142 J.R.Curran. Ensemble Methods for Automatic Thesaurus Extrac-tion[C]//Proceedings of the 2002 conference on empirical methods in naturallanguage processing. Philadelphia, PA, USA: ACL, 2002:222–229.
    143 A.Devitt, C.Vogel. The Topology of Wordnet: Some Metrics[C]//Proceedings ofGWC-04, 2nd global WordNet conference. Brno, CZ, 2004:106–111.
    144 A.Devitt, K.Ahmad. Determining the Semantic Orientation of Terms ThroughGloss Classification[C]//Proceedings of the 45th Annual Meeting of the Associ-ation of Computational Linguistics. Prague: ACL, 2007:984–991.
    145 M.Dimitrova, A.Finn, N.Kushmerick, et al. Web Genre Visualisa-tion[C]//Conference on human factors in computing systems. 2002.
    146 S.D.Durbin, J. Richter, D.Warner. A System for Affective Rating ofTexts[C]//Proceedings of OTC-03, 3rd workshop on operational text classification.Washington, US, 2003.
    147 P.Edmonds. Semantic Representations of Near-synonyms for Automatic LexicalChoice[D]. Toronto:University of Toronto, 1999:15–16.
    148 P.Edmonds, G.Hirst. Near-synonymy and Lexical Choice[J]. Computational Lin-guistics, 2002, 28:105–144.
    149 F.Efron. Cultural Orientation: Classifying Subjective Documents by CociationAnalysis[C]//Proceedings of the AAAI fall symposium on style and meaning inlanguage. AAAI, 2004:41–48.
    150 C.Fellbaum. Wordnet: An Electronic Lexical Database[M]. Cambridge, MA: MITPress, 1998:25–42.
    151 C.Fiduccia, R.Mattheyses. A Linear-time Heuristic for Improving Network Par-titions[C]//Proceedings of 19th Conference on Design Automation. Trento: ACL,1982:175–181.
    152 M.L.Fisher. The Lagrangian Relaxation Method for Solving Integer ProgrammingProblems[J]. Management science, 1981, 27(1):1–18.
    153 S.Fortunato, V.Latora, M.Marchiori. A Method to Find Community StructuresBased on Information Centrality[J]. Physical Review E, 2004, 70(5).
    154 Y.Fu. Application of Statistical Mechanics to Np-complete Problems in Combina-torial Optimization[J]. Journal of Physics A, 1986, 19:1965–1920.
    155 A.Fujii, T.Ishikawa. A System for Summarizing and Visualizing Arguments inSubjective Documents: Toward Supporting Decision Making[C]//Proceedings ofthe Workshop on Sentiment and Subjectivity in Text ACL2006. Sydney: ACL,2006:15–22.
    156 M.Gamon. Sentiment Classification on Customer Feedback Data: Noisy Data,largeFeature Vectors, and the Role of Linguistic Analysis[C]//Proceedings the 20th in-ternational conference on computational linguistics. ACL, 2004:841–847.
    157 M.R.Garey, D. S.Johnson. Computers and Intractability: A Guide to the Theory ofNP-completeness[M]. W.H.Freeman, 1979.
    158 N.S.Glance, M.Hurst, T.Tomokiyo. Blogpulse: Automated Trend Discovery forWeblogs[C]//Processings of WWW 2004 workshop on the weblogging ecosys-tem:Aggregation, analysis and dynamics. ACM, 2004.
    159 G.Grefenstette, Gregory. Explorations in Automatic Thesaurus Discovery[M].Boston,MA: Kluwer Academic Press, 1994:25–42.
    160 G.Grefenstette, Y.Qu, J.G.Shanahan, et al. Coupling Niche Browsers and AffectAnalysis for an Opinion Mining Application[C]//Proceedings of RIAO-04, 7th in-ternational conference on recherche d’information assist’ee par ordinateur. Avi-gnon, FR, 2004:186–194.
    161 S.I.Hayakawa. Choose the Right Word[M]. 2nd ed. ed., Harper-Collins Publishers,1994.
    162 D.Hillard, M.Ostendorf, E.Shriberg. Detection of Agreement Vs. Disagreement inMeetings: Training with Unlabeled Data[C]//Proceedings of HLTNAACL. ACL,2003.
    163 J.Hopfield. Neural Networks and Physical Systems with Emergent CollectiveComputational Abilities[C]//Proceedings of the national academy of sciences.1982:2554–2558.
    164 J.Hopfield. Neurons with Graded Response have Collective Computational Proper-ties Like Those of Two-state Neurons[C]//Proceedings of the national academy ofsciences. 1984:3088–3092.
    165 J.Hopfield, D.Tank. Neural Computations of Decisions in Optimization Prob-lems[J]. Biological Cybernetics, 1985, 52(3):141–152.
    166 J.Hopfield, D.Tank. Simple Neural Optimization Networks: An A/d Converter,Signal Decision Circuit, and a Linear Programming Circuit[J]. IEEE Transactionson Circuits and Systems, 1986, 33(5):533–541.
    167 J.Hopfield, D.Tank. Computing with Neural Circuits: A Model[J]. Science, 1986,233:625–633.
    168 D.Ikeda, H.Takamura, L.Ratinov, et al. Learning to Shift the Polarity Ofwords forSentiment Classification[C]//The Third International Joint Conference on NaturalLanguage Processing. Hyderabad: ACL, 2008.
    169 D.Z.Inkpen, O.Feiguina, G.Hirst. Generating More-positive and more NegativeText[J]. The information retrieval series, 2004, 20:187–196.
    170 K.Jon, E.Tardos. Approximation Algorithms for Classification Problems with Pair-wise Relationships: Metric Labeling and Markov Random Fields[J]. Journal of theACM, 2002, 49(5):616–639.
    171 J.Justeson, K.Slava. Technical Terminology: Some Linguistic Properties and an Al-gorithm for Identification in Text[J]. Natural Language Engineering, 1993, 1(1):9–27.
    172 B.Kamgar-Parsi, B.Kamgar-Parsi. An Efficient Model of Neural Networks for Op-timization[C]//Proceedings of IEEE 1st International Conference on Neural Net-works. 1987:785–790.
    173 J.Kamps, M.Marx. Words with Attitude[C]//Proceedings of the first internationalconference on global WordNet. CIIL, Mysore, India, 2002:332–341.
    174 B.Kessler, G.Nunberg, H.Sch A¨utze. Automatic Detection of TextGenre[C]//Proceedings of the 35th ACL/8th EACL. ACL, 1997:32–38.
    175 S.Kim, E.Hovy. Automatic Detection of Opinion Bearing Words and Sen-tences[C]//Companion volume of the proceedings of IJCNLP-05. Jeju Is-land,Republic of Korea, 2005.
    176 M.Koppel, J.Schler. The Importance of Neutral Examples for Learning Senti-ment[C]//Workshop on the analysis of informal and formal information exchangeduring negotiations (FINEXIN). 2005.
    177 M.Koppel, J.Schler. Using Neutral Examples for Learning Polar-ity[C]//Proceedings of IJCAI (poster). 2005.
    178 L.Ku, Y.Liang, H.Chen. Opinion Extraction, Summarization and Tracking in Newsand Blog Corpora[C]//AAAI-CAAW’06. 2006.
    179 S.Kirkpatrick, C.Gelatt, M.Vecchi. Optimization by Simulated Annealing[J]. Sci-ence, 1983, 220(4598):671–680.
    180 L. D.Johnson, C.Aragon, C.Schevon. Optimization by Simulated Annealing: AnExperimental Evaluation, Part I (graph Partitioning)[J]. Operation Research, 1991,39(3).
    181 E.L.Lawler, D.E.Wood. Branch-and-bound Methods: A Survey[J]. Operationsresearch, 1966, 14(4):679–719.
    182 H.Li, K.Yamanishi. Mining from Open Answers in QuestionnaireData[C]//Proceedings of the 7th ACM SIGKDD conference. 2001.
    183 B.Liu, W.Hsu, Y.Ma. Integrating Classification and Association Rule Min-ing[C]//KDD’98. 1998.
    184 H.Liu, H.Lieberman, T.Selker. A Model of Textual Affect Sensing Using Real-world Knowledge[C]//Proceedings of the 8th international conference on intelligentuser interfaces. New York, NY, USA: ACM, 2003:125–132.
    185 J.Lin. Divergence Measures Based on the Shannon Entropy[J]. IEEE Transactionson Information theory, 1991, 37(1):145–151.
    186 R.M.Losee. Natural Language Processing in Support of Decisionmaking:phrasesand Part-of-speech Tagging[J]. Information Processing and Management, 2001,37(6):769–787.
    187 C.D.Meyer. Matrix Analysis and Applied Linear Algebra[M]. Philadelphia: Soci-ety for Industrial and Applied Mathematics, 2000.
    188 K.Moilanen, S.Pulman. The Good, the Bad, and the Unknown: MorphosyllabicSentiment Tagging of Unseenwords[C]//Proceedings of ACL-08: HLT, Short Pa-pers (Companion Volume). Columbus: ACL, 2008:109–112.
    189 T.Mullen, R.Malouf. A Preliminary Investigation Into Sentiment Analysis of Infor-mal Political Discourse[C]//Proceedings of the AAAI symposium on computationalapproaches to analyzing weblogs. AAAI, 2006:159–162.
    190 T.Nasukawa, J.Yi. Sentiment Analysis: Capturing Favorability Using NaturalLanguage Processing[C]//Second international conference on knowledge capture.Florida, USA, 2003.
    191 M.Newman, M.Girvan. Finding and Evaluating Community Structure in Net-works[J]. Physical Review E, 2004, 69(2).
    192 B.Pang, L.Lee. Seeing Stars: Exploiting Class Relationships for Sentiment Catego-rization with Respect to Rating Scales[C]//Proceedings of ACL-05, 43rd Meetingof the Association for Computational Linguistics. Ann Arbor: ACL, 2005:115–124.
    193 C.Peterson, J.R.Anderson. A Mean Field Theory Learning Algorithm for NeuralNetworks[J]. Complex System, 1987, 1(5):995–1019.
    194 C.Peterson, B.Soderberg. A New Method for Mapping Optimization ProblemsOnto Neural Networks[J]. International Journal of Neural Systems, 1989, 1(3).
    195钱杰.网络评论观点的倾向性分析[D].杭州:浙江工业大学, 2009:35–40.
    196 R.Rapp. A Freely Available Automatically Generated Thesaurus of RelatedWords[C]//Proceedings of 4th international conference on language resources andevaluation (LREC 2004). Lisbon, Portugal, 2004.
    197 A.Ratnaparkhi. A Maximum Entropy Model for Part-of-speech Tag-ging[C]//Proceedings of the EMNLP conference. 1996:133–142.
    198 A.Rauber, A.Muller-Kogler. Integrating Automatic Genre Analysis Into DigitalLibraries[C]//Proceedings of the First ACM-IEEE joint conference on digital li-braries. 2001.
    199 E.Riloff, J.Shepherd. A Corpus-based Approach for Building Semantic Lexi-cons[C]//Proceedings of the Second Conference on Empirical Methods in NaturalLanguage Processing. ACL, 1997.
    200 B.Roark, E.Charniak. Noun-phrase Co-occurrence Statistics for SemiautomaticSemantic Lexicon Construction[C]//Proceedings of the 36th annual meeting of theassociation for computational linguistics. ACL, 1998:1110–1116.
    201 B.Rosario, M.A.Hearst. Classifying Semantic Relations in BioscienceText[C]//ACL’2004. ACL, 2004.
    202 H.Schmid. Probabilistic Part-of-speech Tagging Using DecisionTrees[C]//International conference on new methods in language processing.Manchester, UK, 1994.
    203 N.Slonim, N.Tishby. Agglomerative Information Bottleneck[C]//Proceedings ofNeural Information Processing Systems. Colorado: MIT Press, 2000:617–623.
    204 N.Slonim, N.Tishby. Document Clustering Using Word Clusters via the Infor-mation Bottleneck Method[C]//Proceedings of ACM SIGIR 2000. Athens: ACL,2000:208–215.
    205 N.Slonim, N.Tishby. The Power of Word Clusters for Text Classifica-tion[C]//Proceedings of 23rd European Colloquium on Information Retrieval Re-search. 2001.
    206 S.Somasundaran, J.Wiebe, J.Ruppenhofer. Discourse Level Opinion Interpreta-tion[C]//Proceedings of the 22nd International Conference on Computational Lin-guistics (Coling 2008). Manchester: Coling 2008 Organizing Committee, 2008.
    207 E.Spertus. Smokey: Automatic Recognition of Hostile Messages[C]//Proceedingsof the 9th Conference on Innovative Applications of Artificial Intelli-gence(IAAI’97). Providence: AAAI, 1997.
    208 P.Stone, D.Dunphy, M.Smith, et al. The General Inquirer: A Computer Approachto Content Analysis[M]. 1st ed., Cambridge: MIT Press, 1966.
    209 V.Stoyanov, C.Cardie, D.Litman, et al. Evaluating an Opinion Annotation SchemeUsing a New Multi-perspective Question and Answer Corpus[J]. The informationretrieval series, 2004, 20:77–89.
    210 V.Stoyanov, C.Cardie. Topic Identification for Fine-grained Opinion Analy-sis[C]//Proceedings of the 22nd International Conference on Computational Lin-guistics (Coling 2008). Manchester: ACL, 2008:817–824.
    211 P.Subasic, A.Huettner. Affect Analysis of Text Using Fuzzy Typing, Fuzzy Sys-tems[J]. IEEE Transactions, 2001, 9:483–496.
    212 M.Taboada, M.A.Gillies, P.McFetridge. Sentiment Classification Techniques forTracking Literary Reputation[C]//Proceedings of LREC 2006 workshop”TowardsComputational Models of Literary Analysis”. 2006:36–43.
    213 H.Tang, S.Tan, X.Cheng. A Survey on Sentiment Detection of Reviews[J]. ExpertSystems with Applications, 2009, (36):10760–10773.
    214 M.Thelen, E.Riloff. A Bootstrapping Method for Learning Semantic Lexicons Us-ing Extraction Pattern Contexts[C]//Proceedings of the 2002 conference on empir-ical methods in natural language processing. ACL, 2002.
    215 M.Thomas, B.Pang, L.Lee. Get Out the Vote: Determining Support Or Oppositionfrom Congressional Floor-debate Transcripts[C]//Proceedings of the 2006 confer-ence on empirical methods in natural language processing (EMNLP 2006). Sydney:ACL, 2006:327–335.
    216 D.J.Thouless, P.W.Anderson, R.G.Palmer. Solution of Solvable Model of a SpinGlass[J]. Philosophical Magazine, 1977, 35(3):593–601.
    217 R.Tokuhisa, K.Inui, Y.Matsumoto. Emotion Classification Using Massive Exam-ples Extracted from the Web[C]//Proceedings of the 22nd International Conferenceon Computational Linguistics (Coling 2008). Manchester: Coling 2008 OrganizingCommittee, 2008.
    218 R.M.Tong. An Operational System for Detecting and Tracking Opinions in OnlineDiscussion[C]//SIGIR 2001 workshop on operational text classification. 2001.
    219 A.Valitutti, C.Strapparava, O.Stock. Developing Affective Lexical Resources[J].PsychNology Journal, 2004, 2(1):61–83.
    220 D. den Bout, T.K.Miller. A Traveling Salesman Objective Function ThatWorks[C]//Proceedings of IEEE International Conference on Neural Networks. SanDiego: IEEE, 1988:299–303.
    221 D. den Bout, T.K.Miller. A Digital Architecture Employing Stochasticism for theSimulation of Hopfield Neural Nets[J]. IEEE Transactions on Circuits System,1989, 36(5):732–738.
    222 D. den Bout, T.K.Miller. Improving the Performance of the Hopfield-tank NeuralNetwork Through Normalization and Annealing[J]. Biological Cybernetics, 1989,62(2):129–139.
    223 S.Vegnaduzzo. Acquisition of Subjective Adjectives with Limited Re-sources[C]//Proceedings of the AAAI Spring Symposium on Exploring Attitudeand Affect in Text: Theories and Applications. Stanford, US: AAAI, 2004.
    224 X.Wan. Using Bilingual Knowledge and Ensemble Techniques for UnsupervisedChinese Sentiment Analysis[C]//Proceedings of the 2008 Conference on EmpiricalMethods in Natural Language Processing. Honolulu: ACL, 2008:553–561.
    225 J.Wiebe. Tracking Point of View in Narrative[J]. Computational Linguistics, 1994,20(2):233–287.
    226 J.Wiebe, T.Wilson, M.Bell. Identifying Collocations for Recognizing Opin-ions[C]//Proceedings of ACL/EACL’01 Workshop on Collocation. Toulouse: ACL,2001.
    227 J.Wiebe, E.Riloff. Creating Subjective and Objective Sentence Classifiers fromUnannotated Texts[C]//Sixth international conference on intelligent text processingand computational linguistics. 2005.
    228 J.Wiebe, T.Wilson, C.Cardie. Annotating Expressions of Opinions and Emotionsin Language[J]. Language Resources and Evaluation, 2005, 1(2).
    229 Y.Wilks, M.Stevenson. The Grammar of Sense: Using Part-of-speech Tags as aFirst Step in Semantic Disambiguation[J]. Journal of Natural Language Engineer-ing, 1998, 4(2):135–144.
    230 T.Wilson, J.Wiebe, P.Hoffmann. Recognizing Contextual Polarity in Phrase-level Sentiment Analysis[C]//Proceedings of human language technologiesconference/conference on empirical methods in natural language processing(HLT/EMNLP 2005). Vancouver, Canada: ACL, 2005.
    231徐亮.基于倾向性分析的文本信息过滤技术研究[D].哈尔滨:哈尔滨工业大学,2007:35–40.
    232徐琳宏,林鸿飞.文本情感语料库的构建和分析[C]//第三届全国信息检索与内容安全学术会议论文集.苏州:中国中文信息学会,2007:668–674.
    233姚天昉,娄德成.汉语语句主题语义倾向分析方法的研究[J].中文信息学报,2007, 21(5):73–79.
    234 A.H.Zaabab, Q.J.Zhang, M.Nakhla. A Neural Network Modeling Approach toCircuit Optimization Andstatistical Design[J]. IEEE Transactions on MicrowaveTheory and Techniques, 1995, 43(6).
    235 T.Zagibalov, J.Carroll. Unsupervised Classification of Sentiment and Objectivityin Chinese Text[C]//The Third International Joint Conference on Natural LanguageProcessing. Hyderabad: ACL, 2008.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700