Leave a Comment
Search
Welcome to my blog, my name is Paul Dunay and I lead Red Hat's Financial Services Marketing team Globally, I am also a Certified Professional Coach, Author and Award-Winning B2B Marketing Expert. Any views expressed are my own.
Archives
- August 2025
- May 2025
- March 2025
- December 2024
- October 2024
- August 2024
- May 2024
- April 2024
- March 2024
- November 2023
- July 2023
- May 2023
- March 2023
- February 2023
- January 2023
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- March 2021
- December 2020
- October 2020
- September 2020
- August 2020
- May 2020
- April 2020
- January 2020
- March 2019
- December 2018
- October 2018
- September 2018
- August 2018
- May 2018
- April 2018
- January 2018
- November 2017
- May 2017
- March 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
Paul, in my opinion, any decent sentiment analysis applies semantic analysis. Further, in my opinion, the statement “Simply stated, all methods of sentiment analysis rely on example data” is simply wrong. Many sentiment-analysis methods rely on linguistic artifacts — lexicons of words that indicate subjectivity or sentiment and syntax patterns that link sentiment to subject — in addition to providing scores that aggregate measured sentiment. Better methods will allow arbitrary sentiment classification, not only into positive/negative/neutral tone categories but also into emotion categories (e.g., angry/happy/sad) and intent indicator categories (e.g., plans to renew service/plans to cancel/upgrade candidate).
There’s no opposition between the two categories, sentiment analysis and semantics analysis.
Seth, http://twitter.com/sethgrimes
Seth
First off thanks so much for commenting on my blog – thats huge for me!
here are some thoughts back regarding your comments
regarding this quote “”Simply stated, all methods of sentiment analysis rely on example data” is simply wrong. Many sentiment-analysis methods rely on linguistic artifacts”
Yes, but how do you know if those methods work or not? The only way to know is to use example data to test your system. This is precisely why the paper states “All methods of sentiment analysis rely on example data to design, TEST OR VALIDATE the analysis.” Without example data, you are just guessing at a solution to some unknown problem. And, as soon as you use example data, you run into the statistical confidence problem detailed in the paper.
“in my opinion, any decent sentiment analysis applies semantic analysis”
I don’t disagree. In fact, I would go a step further (as did the paper) and say that sentiment analysis IS semantic analysis. It’s just a form of semantic analysis that has a very narrow view of meaning and relies on very noisy data (as measured by statistical confidence).
and regarding …
“Sentiment analysis is not inherently bad; for particular types of questions, it may be the right tool. But if you use it, make sure the data underlying the analysis is sound and valuable data is not being ignored.”
When sentiment analysis is the right tool for the job, we use it. The important thing is to understand WHEN it is the right tool for the job, which involves understanding its problems, and to understand what the alternatives are.
thanks again and let me know if you want to speak live!
p
Paul, I’d say the word “example” threw me off, but so tell me, how do you “test or validate” semantic analysis other than with a) some form of “gold standard” (example) data, whether machine or human annotated, or b) inter-annotator comparisons, again whether you’re comparing to human or machine annotation that, in this second instance, is not considered “gold standard” definitive?
I can’t think of any way than my (a) and (b), and if you can’t put forward of any other way, then any complaint about the use of “example” data to test or validate sentiment analyses would equally apply to semantic analyses.