Giter Site home page Giter Site logo

mike-q / nlpforumpostote Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minghui/nlpforumpostote

0.0 1.0 0.0 4.61 MB

Code for extraction of opinions, targets and relations from online discussion posts, include opinion mining and probabilistic matrix factorization (pmf).

MATLAB 28.96% Java 71.04%

nlpforumpostote's Introduction

NLPForumPostOTE

/** Copyright (C) 2013 by SMU Text Mining Group/Singapore Management University/Peking University

NLPForumPostOTE is distributed for research purpose, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you use this code, please cite the following paper:

Minghui Qiu, Liu Yang and Jing Jiang. Mining User Relations from Online Discussions using Sentiment Analysis and Probabilistic Matrix Factorization.In Proceedings of the 2013 Conference of North American Chapter of Association for Computational Linguistics: Human Language Technologies (NAACL 2013). (http://aclweb.org/anthology//N/N13/N13-1041.pdf)

Feel free to contact the following people if you find any problems in the package. [email protected] * */

Brief Introduction

  1. Advances in sentiment analysis have enabled extraction of user relations implied in online textual exchanges such as forum posts. However, recent studies in this direction only consider direct relation extraction from text. As user interactions can be sparse in online discussions, we propose to apply collaborative filtering through probabilistic matrix factorization to generalize and improve the opinion matrices extracted from forum posts.

  2. This package implements the construction of opinion matrices which are the input of PMF model. The main features include aspect identification, opinion expression identification and opinion relation extraction based on dependency path rules.

  3. The dependency path rules are extracted from the lowest common ancestor paths between opinion nodes and target nodes. For details, please refer to FindLCAPath() function in edu.pku.yangliu.nlp.pdt.tree.WDTree.java. All directions are from the govern nodes to the dependency nodes. See PreprocessText.preProcess() and PreprocessText.printFeaturesOfTOPhrasePair() for extracting the features of target and opinion phrase pairs in which the FindLCAPath() function has been called.

  4. More details of our methods for aspect identification, opinion identification and opinion relation extraction are described in the following paper:

    Minghui Qiu, Liu Yang and Jing Jiang. Mining User Relations from Online Discussions using Sentiment Analysis and Probabilistic Matrix Factorization.In Proceedings of the 2013 Conference of North American Chapter of Association for Computational Linguistics: Human Language Technologies (NAACL 2013). (http://aclweb.org/anthology//N/N13/N13-1041.pdf)

nlpforumpostote's People

Contributors

yangliuy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.