<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Online Reputacion Management</title>
	<atom:link href="http://www.webopinion.es/OnlineReputationManagement/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.webopinion.es/OnlineReputationManagement</link>
	<description>Online Reputacion Management</description>
	<lastBuildDate>Tue, 06 Jul 2010 08:38:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Actual Approaches For Sentiment Analysis (II)</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=78</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=78#comments</comments>
		<pubDate>Tue, 06 Jul 2010 08:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Reputation Management]]></category>
		<category><![CDATA[Technicals Papers]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/OnlineReputationManagement/?p=78</guid>
		<description><![CDATA[SENTENCE-Level Sentiment Classification
The same classification methods explained in the post related to “Document-level sentiment classification” can be applied to individual sentences. But in this case, it&#8217;s not assumed each sentence as an opinion. So, in these cases, it&#8217;s also necessary a previous task to classify sentences as subjective or objective. The sentences classified as subjective [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SENTENCE-Level Sentiment Classification</strong></p>
<p>The same classification methods explained in the post related to “<a href="../?p=66">Document-level sentiment classification</a>” can be applied to individual sentences. But in this case, it&#8217;s not assumed each sentence as an opinion. So, in these cases, it&#8217;s also necessary a previous task to classify sentences as subjective or objective. The sentences classified as subjective sentences are then classified as positive or negative opinions, what is called sentence-level sentiment classification.</p>
<p>Given a sentence, two sub-tasks are performed:</p>
<ul>
<li>Subjectivity classification: Determine whether is a subjective sentence or an objective sentence.</li>
<li>Sentence-level sentiment classification: If is subjective, determine whether it expresses a positive or negative opinion.</li>
</ul>
<p>Both problems are classification problems. Thus, traditional supervised learning methods are again applicable.</p>
<p>However, a limitation continues, and it&#8217;s the assumption that a sentence expresses a single opinion from a single opinion holder, fact that it&#8217;s only appropriate for simple sentences.</p>
<p>Because of this, it&#8217;s interesting to split compound sentences in simple sentences using <a href="http://en.wikipedia.org/wiki/Natural_language_processing">NLP (Natural Language Processing) </a>techniques. However, this is not always an easy task and entail different issues, as anaphora resolution and subject identification, that complicate the sentiment analysis task.</p>
<p><strong>FEATURE-BASED SENTIMENT ANALYSIS</strong></p>
<p>Although classifying opinionated texts at the document level or at the sentence level is useful in many cases, they do not provide the necessary detail needed for some other applications. A positive opinionated document on a particular object does not mean that the author has positive opinions on all aspects or features of the object. Likewise, a negative opinionated document does not mean that the author dislikes everything.</p>
<p>In a typical opinionated text, the author writes both positive and negative aspects of the object, although the general sentiment on the object may be positive or negative. Document-level and sentence-level classification does not provide such information. To obtain such details, we need to go to the object feature level.</p>
<p>For this, we need two key mining tasks:</p>
<ul>
<li><strong><em>Identify object features that have been commented on.</em></strong></li>
</ul>
<p>Current research on object feature extraction is mainly carried out in online product reviews. There are two common review formats on the Web.</p>
<ul>
<li><span style="text-decoration: underline;">Pros, cons and the detailed review:</span> The reviewer is asked to describe Pros and Cons separately and also write a full review.</li>
<li><span style="text-decoration: underline;">Free format</span>: The reviewer can write freely, no separation Pros and Cons.</li>
<li><strong><em>Determine whether the opinions on the features are positive, negative or neutral.</em></strong></li>
</ul>
<p>To identify the orientation of expressed opinions on an object feature in a sentence the sentence-level and clause-level sentiment classification methods discussed applicable here.</p>
<p><strong><em>NOTE: </em></strong>Directly expressing positive or negative opinions on an object and its features is only one form of evaluation. Comparing the object with some other similar objects is another. Comparisons are related to but are also quite different from direct opinions. They have not only different semantic meanings, but also different syntactic forms. For example, a typical direct opinion sentence is “The acceleration of this car is amazing”, while a typical comparison sentence is “The acceleration of your car is much better than the acceleration of John&#8217;s Porsche”.</p>
<p>A comparative opinion expresses a relation of similarities or differences between two or more objects, and/or object preferences of the opinion holder based on some of the shared features of the objects. A comparative opinion is usually expressed using the comparative or superlative form of an adjective or adverb, although not always.</p>
<p>The treatment of this kind of phrases is different, and many of the available tools don&#8217;t evaluate them. In contrast, <a href="../../en/technical-overview">WebOpinion</a> makes a special treatment of these phrases to extract all the possible opinionated elements of a text, including the comments associated to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actual Approaches For Sentiment Analysis (I): Document-Level Sentiment Classification</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=66</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=66#comments</comments>
		<pubDate>Sat, 26 Jun 2010 20:35:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Reputation Management]]></category>
		<category><![CDATA[Technicals Papers]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/OnlineReputationManagement/?p=66</guid>
		<description><![CDATA[As it was said in the post related to “Web Research and Opinion Retrieval”, sentiment analysis it&#8217;s not an easy task. Because of this, different studies and approaches have been used for it.
DOCUMENT-LEVEL SENTIMENT CLASSIFICATION
The first and easiest approach consists of classifying an opinionated document (e.g., a product review) as a positive or negative opinion. [...]]]></description>
			<content:encoded><![CDATA[<p>As it was said in the post related to “<a href="/OnlineReputationManagement/?p=3" target="_self">Web Research and Opinion Retrieval</a>”, <strong>sentiment analysis it&#8217;s not an easy task</strong>. Because of this, different studies and approaches have been used for it.</p>
<p><strong>DOCUMENT-LEVEL SENTIMENT CLASSIFICATION</strong></p>
<p>The first and easiest approach consists of <strong>classifying</strong> an opinionated document (e.g., a product review) as a <strong>positive or negative opinion</strong>. This task is commonly known as the document-level sentiment classification because it considers the whole document as the basic information unit.</p>
<p>In the document-level sentiment classification given a set of opinionated documents D, it determines whether each document d ∈ D expresses a positive or negative opinion (or sentiment) on an object.<br />
Existing research and work on sentiment classification assume that an opinionated document d expresses opinions on a single object and the opinions are from a single opinion holder. These assumptions makes that this technique only could be applied in concrete contexts, because it&#8217;s <strong>difficult to find documents with only opinions on a single object</strong>.</p>
<p>Most existing techniques for document-level sentiment classification are based on <strong>supervised learning</strong>, although there are also some unsupervised methods.<br />
<em><span style="text-decoration: underline;"><strong>Classification Based on Supervised Learning (document level)</strong></span></em>Sentiment classification can obviously be formulated as a supervised learning problem with two class labels (positive and negative), assuming that all the documents are known to be opinionated.<br />
Training and testing data used in existing research are mostly product reviews with a reviewer-assigned rating (usually between 1 and 5 stars). Typically, a review with 4-5 stars is considered a positive review (thumbs-up), and a review with 1-2 stars is considered a negative review (thumbs-down).<br />
Existing supervised learning methods can be readily applied to sentiment classification, for example, methods as <a href="http://en.wikipedia.org/wiki/Naive_Bayes_classifier" target="_blank">Naïve Bayes</a>, <a href="http://en.wikipedia.org/wiki/Support_vector_machine" target="_blank">SVM</a> (Support Vector Machines) or <a href="http://en.wikipedia.org/wiki/Maximum_entropy_probability_distribution" target="_blank">Maximum Entropy</a> have been used with “good” results.<br />
Some basic experiments using this approach, start using unigrams as features in classification with methods as Naïve Bayes or SVM. With the training set a classifier is obtained that <strong>using the unigrams that typically appears in positive and negative documents, is able to assign a polarity to a document</strong>. With this, looking if the unigrams of a document are closer to the unigrams that typically define positive or negative documents, a polarity will be assigned.<br />
This approach has different limitations, some of them are related to the fact that <strong>it cannot take in account negations</strong>. This is because, for example, the term “not” will appear in positive and negative opinions, and it won&#8217;t be a relevant term to identify polarity. With this, “not good” and “good” will be classified as positive opinions, because “not” won&#8217;t be a polar term for the classifier.</p>
<p><span id="more-66"></span><br />
To solve this limitation, some experiments pre-process the documents and introduce the negation in a unigram. Changing “not good” by “not good” and training the classifier with this compound term. Other experiments use <a href="http://en.wikipedia.org/wiki/Bigram" target="_blank">bigrams</a> and trigrams to consider expressions with more than one word.</p>
<p><a href="http://www.cs.cornell.edu/people/pabo/" target="_blank">Bo Pang</a> took this approach to classify movie reviews into two classes, positive and negative (neutral reviews were not used in this work), having results with precisions close to the 83% using SVM. In his experiments he used as features: unigrams, bigramas, <a href="http://es.wikipedia.org/wiki/Part-of-speech_tagging" target="_blank">POS tags</a>, tags for the negation and the position of the terms.<br />
Other authors and experiments, during the pre-processing step, uses <a href="http://en.wikipedia.org/wiki/Stop_words" target="_blank">stop-words</a> list to remove them from the documents, and use lemmatization and <a href="http://en.wikipedia.org/wiki/Stemming" target="_blank">stemming</a>.<br />
In all the cases, the noise introduced by the part of the documents that is no related to the object that is been evaluated, doesn’t generate very accurate results. An easy solution for this is to use windows of action, using the classifying method only with the text that it’s around the <a href="http://en.wikipedia.org/wiki/Keyword_%28linguistics%29" target="_blank">keywords</a> that identify the object that is been evaluated.<br />
One of the bottlenecks and biggest problems in applying supervised learning is the <strong>manual effort involved in annotating a large number of training examples</strong>.</p>
<p><strong><em><span style="text-decoration: underline;">Classification Based on Unsupervised Learning</span></em></strong><br />
Using unsupervised learning based on opinion words and phrases seems to be a quite interesting approach. Was used by authors as <strong>P. Turney </strong>in <a href="http://acl.ldc.upenn.edu/acl2002/MAIN/pdfs/Main425.pdf" target="_blank">“Thumbs up or thumbs down? Semantic orientation applied to unsupervised classification of reviews”. </a>The algorithm consists of three steps:</p>
<ul>
<li>Step 1: It extracts phrases containing adjectives or adverbs (research has shown that adjectives and adverbs are good indicators of subjectivity and opinions)</li>
</ul>
<ul>
<li>Step 2: It estimates the orientation of the extracted phrases using the <a href="http://en.wikipedia.org/wiki/Pointwise_mutual_information" target="_blank">Pointwise Mutual Information </a>(PMI)</li>
</ul>
<p>The opinion orientation (OO) of a phrase is computed based on the sum of the PMI of the different segments. For example:<br />
OO (phrase) = PMI (phrase, “excelent”) &#8211; PMI (phrase, “poor”)</p>
<ul>
<li>Step 3: Given a review, the final algorithm computes the opinion orientation average of all phrases in the review, and classifies the review as recommended if the average is positive, not recommended otherwise.</li>
</ul>
<p>Apart from this method many other unsupervised methods exist, but they are not the most widely used methods.<br />
In our next post, we will comment different approaches for <strong>sentence-level sentiment classification.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebOpinion, an excellent tool for Online Reputation Management of Companies, brands, products, people</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=60</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=60#comments</comments>
		<pubDate>Tue, 22 Jun 2010 11:31:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Reputation Management]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/OnlineReputationManagement/?p=60</guid>
		<description><![CDATA[A few years ago, a friend of mine told me that the service company where he was employed was working for a very important savings bank of the country and providing them with reports of its online activities. I commented to him that it was a great idea, identifying what were the most relevant news [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago, a friend of mine told me that the service company where he was employed was working for a very important savings bank of the country and providing them with <strong>reports of its online activities</strong>. I commented to him that it was a great idea, identifying what were the most relevant news items and opinions and in an orderly manner translating it onto paper. I asked him what was the methodology used to obtain the information, because I had a vague memory that some other company was already working on a <strong><a href="../../en/technical-overview">natural language process and webmining</a></strong>. My friend smiled and said that it was a very old methodology; he hired six part-time trainees spending hours and hours on the computer. Then they copied and pasted the results into a powerpoint template. He put his logo and delivered the result to the savings bank.</p>
<p>At that time I realized the potential of the product that was in the <strong><a href="../../en/webopinion">Online Reputation Management</a></strong>, taking into account the possibility of streamlining the processes and resources and to improve the manual methodology for obtaining information.</p>
<p><strong><a href="../../en/">WebOpinion</a></strong> is the clearest example of evolutionary improvement of the <strong>ORM (Online Reputation Management)</strong>. With <strong>WebOpinion</strong>, <strong>Online Reputation Management</strong> is already a fact, and possible with a single click, with no effort and completely automatic, to know what customers, suppliers and partners are saying about a Company, Brand, Product or Service and even People. It works by tracing the main sources of online information, tracing Blogs, Social Networks, Web 2.0 and Forums.</p>
<p>The &#8220;economics&#8221; or <a href="../../en/profits"><strong>WebOpinion</strong> benefits</a> are many, beginning with an operational cost savings together with improved accuracy and scope of the search results. Additionally, the tool calculates monthly <strong><a href="../../en/ireon">IReOn (Online Reputation Index)</a></strong> automatically, which allows you to monitor monthly how the company / product / brand / person is in terms of <strong>online reputation</strong>. It is calculated by an algorithm that combines how well or badly clients speak of the company / brand / product / individual, whether the text is long or short with the importance of who made the comments (if we are talking about someone with authority and visibility in the network or not).</p>
<p>One of the clear advantages of <strong>WebOpinion</strong> is that it significantly shortens the reaction time from those involved in a crisis or disadvantage. Additionally it identifies which users are most active and what is the dissemination and visibility of their comments.</p>
<p>With <strong>WebOpinion</strong>, <strong>Companies</strong> can be more calm and can quickly identify and see the views that <strong>people</strong> put into the network <strong>about their brands, products, people, and even themselves as a whole</strong>. Once detected, an internal management system is needed, or some kind of support from the media agencies, an important pillar in managing the corrective action network.</p>
<p>Today, at the present time, at this very moment, people may be talking about you in the network, damaging your prestige and <strong>reputation</strong>. Or on the contrary people may be talking well about you to other potential customers and recommending the virtues of your products. In the <strong>measurement of reputation</strong>, the well known phrase &#8220;It is not important if they speak badly about you or if they speak well about you, but that they speak about you&#8221; is not true today. The Reputation Management must seek to achieve excellence with the maximum number of posts with positive feedback and minimizing the negative comments that users post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Business Paradigm In The XXI Century: The Management Of The Reputation. Part II</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=44</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=44#comments</comments>
		<pubDate>Tue, 08 Jun 2010 10:34:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Online Reputation Management]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/OnlineReputationManagement/?p=44</guid>
		<description><![CDATA[Continuing with the analysis of reputation, how can these negative comments affect the reputation of a company? Humans are strange. We focus more on the negative than positive. When a person gets a positive event, on average he communicates it to 3 people, whereas with a negative event, he communicates on average to 11. Are [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing with the analysis of reputation, how can these <strong>negative comments affect the reputation of a company</strong>? Humans are strange. We focus more on the negative than positive. When a person gets a positive event, on average he communicates it to 3 people, whereas with a negative event, he communicates on average to 11. Are we crazy or masochist? I don’t know the answer to that question. But the truth is that it would be necessary to manage the chain of negative messages that often can become the nightmare of a company, a brand, a product or a person himself, damaging the reputation with third parties.</p>
<p>For this reason, a company must take care of its reputation as if it were their own subsistence. And beyond the corporate reputation a literal effort is crucial, to get a business leadership, in several fields including corporate social responsibility, quality of its products, responsible advertising, the truth of the communication process, openness of the people representing the Company, employee policies, its valuation in the online channel &#8230; it all adds up in the perspective of the client and his clinical eye.</p>
<p>It is therefore necessary but not sufficient to keep customers satisfied, loyal customers and manage their value through personalized and differentiated treatment. Customers cannot be cheated. Clients choose, test, consume, judge and communicate. And they are able to challenge the organizations when they don´t feel fully convinced. Reputation gets convinced and the lack of it &#8220;wins without convincing.&#8221;</p>
<p>By the year 2010, children join the world with Internet under one arm and the other with a mobile. Web 2.0 has been established in our lives and I’m in love with technology. Social networks, wikis, blogs, forums, applications for mobile perhaps unthinkable a few years ago. All technical machines have been created and launched so that our voice can reach anywhere in the world and anyone can read us, internalize and judge our words. And with that, we have become judges of Companies, and we can rent a special megaphone paying 25 euros per month per 3 Megabites guaranteed and 20 euros per mobile plan. Technology has provided an excellent opportunity as clients to share their life experiences on the network and has given us an excellent opportunity as entrepreneurs to manage that business reputation through specific tools, to help us quickly identify sources of problems.</p>
<p>Talking about tools and taking into account the ease of online opinion on Companies, Brands, Products and People, how can we manage the online communication processes of thousands of consumers and users, who can give their opinion on various sources and express themselves in an informal and in a free way? The answer to this question is called <strong><a title="WebOpinion: The Online Reputation Management Tool" href="http://www.webopinion.es/en/" target="_self">WEBOPINION</a> and it&#8217;s the most reliable online reputation management tool </strong>that I will be describing in the next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=44</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Business Paradigm In The XXI Century:  The Management Of The Reputation</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=30</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=30#comments</comments>
		<pubDate>Mon, 31 May 2010 15:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/OnlineReputationManagement/?p=30</guid>
		<description><![CDATA[By the Spanish Language Royal  Academy, Reputation means:
1. the opinion that people in general have about someone or something 
2. a place in public esteem or regard : good name
Since the beginning of the year 2000, when we still didn’t have the thread of the crisis over our heads, I explained in my seminars [...]]]></description>
			<content:encoded><![CDATA[<p>By the Spanish Language Royal  Academy, Reputation means:</p>
<p>1. the opinion that people in general have about someone or something<strong> </strong></p>
<p>2. a place in public esteem or regard <strong>:</strong> good name</p>
<p>Since the beginning of the year 2000, when we still didn’t have the thread of the crisis over our heads, I explained in my seminars to the marketing and business managers in Spanish companies, the different meanings of ‘<strong><a title="The Reputation by Wikipedia" href="http://en.wikipedia.org/wiki/The_Reputation">reputation</a></strong>’, a word that I consider like the “word of the XXI century”.</p>
<p>In the middle nineties, when Internet was no more than 56k and a Netscape Navigator and the cell phones weighted nearly like the actual Mac Book Pro, the Services Companies started having interest in the achievement of the customer satisfaction and in the improvements of the quality services. It’s a challenge thinking that the gas operator comes to your house and he is going to take careful of your Persian carpet by wearing plastic covers on his boots!!<strong> </strong></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p>The challenge is done! The companies focused on the <strong>customer satisfaction</strong> and they tried to identify which the main satisfaction’s reasons were and above all, the dissatisfaction. The companies tried also to evaluate what kind of impact they had on their “happiness” as customers of this company.  All these developed through quantitative, like factorial analysis and multiple regression and of course, qualitative techniques, like the customers Focus Groups.</p>
<p>So, in 2000, the companies mastered the control of the customer’s satisfaction and they started to work on the building of <strong>customer loyalty</strong> to keep a loyal customer’s bases; that was increased through the called “Word of the Mouth” – or “mouth to ear” like I prefer to call it. The satisfied customer was loyal, because the programmes about the building of customer loyalty were based on “Gemini effect”, that owns an important emotional, rational and economic component. Normally, the customer could win some curious objects exchanging the accumulated points. A satisfied customer is a loyal customer that communicates his happiness to others potential customers…finally, the clients think that a company has the necessary reputation to be still his supplier.</p>
<p><span id="more-30"></span></p>
<p>In 2005 the communication by Internet or by mobile phone was more common in our existences. The “mouth to ear” wasn’t only physic, but also online, and so, the unsatisfied customers or the disloyal customers had an important ‘megaphone’ to show their disagreements. And if you want to change to other company was so difficult; above all in the telecommunication mobile sector or Internet business…does it ring you a bell?</p>
<p>The companies’ master motion was to work in the next level of the Business Management, the <strong>Customer Value Management</strong>, that is, to offer only to the customers with a high value (financial) for the companies the biggest care. It would be necessary a different treatment, now they managed the value to keep and built customer loyalty only of those profitable customers. The management of the resources is very important and the innovation in the processes too.</p>
<p>At the end, the customers value the esteem that they hold the Companies, Products, Brands and Persons, in order of how many the Companies satisfy them, built their loyalty and generate value for them. And if they fail to live up to their expectations and they feel that they are been cheating, then they show its dissatisfaction with comments and opinions that can affect in an important way the <strong>reputation</strong> of this Company, Product, Brand or Person.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Does The Opinion Mining Emerge? Which kind Of Needs Does It Try To Cover?</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=19</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=19#comments</comments>
		<pubDate>Mon, 24 May 2010 15:44:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Reputation Management]]></category>
		<category><![CDATA[Technicals Papers]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/OnlineReputationManagement/?p=19</guid>
		<description><![CDATA[The growing popularity of the opinion sites, such as blogs, social networks and recommended sites, opens new opportunities and challenge in order to get different technologies for understanding and getting out the other’s opinions.
An enormous effort has been developed in opinion mining and the sentiment analysis to get this objective. Both of them concentrate all [...]]]></description>
			<content:encoded><![CDATA[<p>The growing popularity of the opinion sites, such as blogs, social networks and recommended sites, opens new opportunities and challenge in order to get different technologies for understanding and getting out the other’s opinions.</p>
<p>An enormous effort has been developed in <a href="http://en.wikipedia.org/wiki/Sentiment_analysis">opinion mining and the sentiment analysis</a> to get this objective. Both of them concentrate all the efforts in the opinion computational treatment, the sentiment analysis and in the texts. Thanks to the growing interest in all this tools, there has been an authentic explosion in the number of companies that nowadays offer this sentiment analysis services. Just in the USA there are today more than 30 companies that nowadays are working on this area.</p>
<p>In the last years the <a href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> explosion had made that a big amount of information is shared through blogs, social networks and collaboration sites.</p>
<p>Information can be sorted in two general groups: <strong>facts and opinions</strong>.  The facts are expressions and information about companies, events and their properties. In other hand, the opinions are subjective sentiment, sensation and evaluations about companies, events and properties.</p>
<p>Opinions are valuable information for a particular user and for a marketing department in a company. If an online user wants to carry on a purchase it’s useful if the user can check before what the other’s opinion users are, and what idea they have about the brand, the product or service.</p>
<p>It’s also interesting <strong>for the company</strong> because <strong>it’s fundamental to know what the users think</strong> about and to reveal which the powers and debilities of your products are.</p>
<p>Few years before it was not so important the investment on the opinion search because the subjective texts nearly didn’t exist. During this period if someone needed to make a decision just asked friends or relatives. If a company wanted this information, it turned to opinion polls or group analysis. However these methods have changed a lot since the growing and development of the websites where the content has improved considerably.</p>
<p>Nowadays, if someone wants to buy a product, he hasn’t only to ask their friends and familiars because <strong>a lot of opinions exist about this product in the Web</strong> that shows the evaluation of the product made by different users. For a company, instead of carrying-out surveys or to hire people to obtain the customers’ opinions about their products and those of the competition, the content generated in the Web can give it this information.</p>
<p><span id="more-19"></span></p>
<p>To understand the importance of the opinions to make a decision, it is enough to analyse how the traditional marketing has reduced its impact on the customers in favour of the opinions. For example, 76% of consumers declare that they don’t believe in the messages that the companies transmit in their advertisements, while, according to the “<a href="http://en.wikipedia.org/wiki/Word_of_mouth#Word_of_mouth_marketing">Word of Mouth Marketing Association</a>”, 92% consider the familiars’ opinions and those founded in Internet the best way to obtain information about the products.</p>
<p>However, to find adequate sources and to monitor them is not a trivial task owning to the enormous amount of sources in the Web, each one with a lot of opinions and feelings. In some cases, these opinions are hidden in blogs and forums’ posts or in the comments added to a new, a video or a source. For a human lector <strong>is complicated and laborious</strong> <strong>to find the important sources</strong>, to extract the phrase related with the opinions, read, summarize and organize them in an useful way. For that, the automation in the discovery of opinions and the synthesis systems are needed. The analysis of feeling and the opinion mining systems arise from this necessity.</p>
<p>The analysis of feelings and the opinions mining areas are located between the <strong><a href="http://en.wikipedia.org/wiki/Natural_language_processing">natural language processing</a> and the <a href="http://en.wikipedia.org/wiki/Web_content_mining">web content mining</a></strong>, that try to determine the aptitude of a communicator who is writing or speaking about a subject. This analysis gives you the possibility to obtain an opinion or an evaluation, its state of mind or the emotional intentions of the communication.</p>
<p>These areas put into the practice in the Web are using <strong>to detect opinions and feelings about actions and products</strong>. You can read comments in forums, social networks and blogs and, then, process them. The algorithms try to identify the words with positive and negative feelings. However, it is not an easy task and the algorithms, sometimes, don’t get right because there are different problems related with the processing of the language as, for instance, the difficulty of detecting automatically sarcastic remarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Research And Opinion Retrieval</title>
		<link>http://www.webopinion.es/OnlineReputationManagement/?p=3</link>
		<comments>http://www.webopinion.es/OnlineReputationManagement/?p=3#comments</comments>
		<pubDate>Wed, 19 May 2010 09:55:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Reputation Management]]></category>
		<category><![CDATA[Technicals Papers]]></category>

		<guid isPermaLink="false">http://www.webopinion.es/blogTecnico/?p=3</guid>
		<description><![CDATA[Recently the opinions’ research is very useful, and so is it  the web research. We offer a complete system that look for opinions after it has seen the whole web’s contents.
There are two typical ways of doing the research:

We can find public opinions about an object or its characteristics. The object could be a product, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently the opinions’ research is very useful, and so is it  the web research. We offer a complete system that <strong>look for opinions</strong> after it has seen the whole web’s contents.</p>
<p>There are two typical ways of doing the research:</p>
<ol>
<li>We can find public <strong>opinions about an object or its characteristics</strong>. The object could be a product, person, organization, topic or event.</li>
<li>We can find the <strong>opinions about a person or organizations</strong> related to an object or characteristic. That kind of research is interesting when the person or the organizations that express the opinions are indicated. In this way, we can know what the president of the United States, Barak Obama, thinks about other politician or about a brand.</li>
</ol>
<p>However we cannot identify the author of each web opinion. We have to check determinate sources where the opinion’s author is included.</p>
<p>Like the traditional web’s research, the opinions’ research has two principles tasks:</p>
<ol>
<li>Recuperate important documents/sentences for an user’s research</li>
<li>Arrange the relevant documents/sentences or based on some propriety (author, date, polarization).</li>
</ol>
<p>Also there are important differences. When we recuperate that information or we research the opinions, we have to do two additional works:</p>
<ol>
<li>We have to find relevant documents or sentences for the topic that interest us.</li>
<li>We have to determinate if a document or sentence expresses a negative or positive opinion. That work is only for the sentimental analyse and the opinion’s research is more complicated than the traditional research.</li>
</ol>
<p>Important companies are working hard to grow up and improve the recent techniques to <strong>calculate the sentiment</strong> and to create a general and robust system to recuperate opinions that could become lead, as is Google in traditional information retrieval systems. The products as <strong><a title="WebOpinion: The Online Reputation Management Tool" href="http://www.webopinion.es/en/" target="_self">WebOpinion</a></strong> try to accomplish this task, using computational algorithms that can revolutionize the present world  of marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webopinion.es/OnlineReputationManagement/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
