SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
Summary
                                           Introduction
                              Methodological Framework
                                       Experimentation
                                            Conclusions




      Assessing The Quality Of Opinion Retrieval
                      Systems.

  G. Amati1 , G. Amodeo2 , V. Capozio3 , C. Gaibisso4 , G. Gambosi3

                            1
                              Ugo Bordoni Foundation, Rome, Italy
               2
                Dept. of Computer Science, University of L’Aquila, L’Aquila, Italy
            3
              Dept. of Mathematics, University of Rome “Tor Vergata”, Rome, Italy
                                   4
                                     IASI-CNR, Rome, Italy


     The First International Workshop on Opinion Mining for
                       Business Intelligence
                          August 31, 2010


G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   1 / 14
Summary
                                               Introduction
                                  Methodological Framework
                                           Experimentation
                                                Conclusions


Summary
 Objectives of the work

       Topical Opinion Retrieval (TOR) is evaluated by classical IR evaluation
       measures, i.e. Mean Average Precision (MAP) or Precision at 10 (P@10).
       The effectiveness of the topical-only retrieval (effectiveness of the baseline)
       boosts the TOR performance.
       How can we assess the opinion-only classification accuracy (or precision, etc.)?
       How can we split the contribution of the opinion component from retrieval?

 Methodological Framework
       We build artificial opinion-only classifiers from relevance and opinion data at
       different rates of opinion accuracy and precision.
       Then we study the effect on MAP of the TOR system with such classifiers
       We are able to assess the opinion-only component quality of a given TOR
       system by comparing it with such artificial TOR systems.

 Results & Conclusions

    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   2 / 14
Summary
                                               Introduction
                                  Methodological Framework
                                           Experimentation
                                                Conclusions


Summary
 Objectives of the work

       Topical Opinion Retrieval (TOR) is evaluated by classical IR evaluation
       measures, i.e. Mean Average Precision (MAP) or Precision at 10 (P@10).
       The effectiveness of the topical-only retrieval (effectiveness of the baseline)
       boosts the TOR performance.
       How can we assess the opinion-only classification accuracy (or precision, etc.)?
       How can we split the contribution of the opinion component from retrieval?

 Methodological Framework
       We build artificial opinion-only classifiers from relevance and opinion data at
       different rates of opinion accuracy and precision.
       Then we study the effect on MAP of the TOR system with such classifiers
       We are able to assess the opinion-only component quality of a given TOR
       system by comparing it with such artificial TOR systems.

 Results & Conclusions

    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   2 / 14
Summary
                                               Introduction
                                  Methodological Framework
                                           Experimentation
                                                Conclusions


Summary
 Objectives of the work

       Topical Opinion Retrieval (TOR) is evaluated by classical IR evaluation
       measures, i.e. Mean Average Precision (MAP) or Precision at 10 (P@10).
       The effectiveness of the topical-only retrieval (effectiveness of the baseline)
       boosts the TOR performance.
       How can we assess the opinion-only classification accuracy (or precision, etc.)?
       How can we split the contribution of the opinion component from retrieval?

 Methodological Framework
       We build artificial opinion-only classifiers from relevance and opinion data at
       different rates of opinion accuracy and precision.
       Then we study the effect on MAP of the TOR system with such classifiers
       We are able to assess the opinion-only component quality of a given TOR
       system by comparing it with such artificial TOR systems.

 Results & Conclusions

    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   2 / 14
Summary
                                               Introduction
                                  Methodological Framework       Context, issues and aims
                                           Experimentation
                                                Conclusions


The topical opinion retrieval (TOR)
  TOR systems have two phases:
  Topic Retrieval : Ranking documents by content-only;
  Opinion Mining : Filtering or re-ranking these documents by opinion
               content.

  Filtering or re-ranking relevant documents by opinions always hurts the
  initial performance of topical retrieval (with the actual TREC submitted
  runs). Actually MAP always increases with a perfect opinion classifier!

  To assess the effectiveness of an opinion mining strategy should be
  sufficient to observe MAP of relevance and opinion (MAPR,O ) with
  respect to MAP of the baseline.

  Unfortunately different baselines provide different increment rates for the
  same technique of opinion mining.
    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   3 / 14
Summary
                                               Introduction
                                  Methodological Framework       Context, issues and aims
                                           Experimentation
                                                Conclusions


To sum up



  The aim of our work is to introduce a methodological evaluation
  framework to:
       provide a best achievable MAPR,O for a given baseline;
       assess opinion mining effectiveness from the overall topical opinion
       retrieval performance;
       study best filtering strategies on top of topical retrieval.




    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   4 / 14
Summary
                                               Introduction
                                  Methodological Framework       Artificial classifiers
                                           Experimentation
                                                Conclusions


Artificial opinion classifiers
  Let A be a complete set of assessments (by topic-relevance and
  opinion-only) for the collection. A binary opinion classifier is a function
  that maps documents in CO , the category of opinionated documents,
  and CO , the category of non-opinionated documents.

                                              O                             O
                             CO            KO · |O|                   (1 − KO ) · |O|
                             CO         (1 − KO ) · |O|                  KO · |O|

                                                               A
  We define a class of artificial binary classifiers of opinion, CKO ,KO (·),
  where
       KO is the detection rate of true positive documents according to A;
       KO is the detection rate of true negative documents according to A;
       (1 − KO ) · |O| is the number of type I errors;
       (1 − KO ) · |O| is the number of type II errors;
    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   5 / 14
Summary
                                               Introduction
                                  Methodological Framework       Artificial classifiers
                                           Experimentation
                                                Conclusions


How to use the framework

  Given a topical opinion retrieval run and its MAPR,O = r value, we
  obtain the set of all KO and KO values, such that the artificial opinion
              A
  classifiers CKO ,KO (·) achieve r.
  We then compute accuracy, precision, recall and F-score of the
  opinion-only component as follows:
                    KO ·|O|+KO ·|O|
       Acc =            |O|+|O|
                           KO ·|O|
       Prec =        KO ·|O|+(1−KO )·|O|
       Rec = KO
                               Prec·Rec
       F-score = 2 ·           Prec+Rec       (β = 1)
  Any approach must improve the performance of the random classifier
  CP (O),1−P (O) (·), where P (O) = |O| is the a priori distribution of
    A
                                    |C|
  opinionated documents in the collection.


    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   6 / 14
Summary
                                               Introduction      Test Collection
                                  Methodological Framework       Completing Data
                                           Experimentation       Results
                                                Conclusions


TREC Blog2008 collection



  The Blog2008 consists of 3.2 millions of web pages containing blog posts,
  a test suite of 150 topics and a set of relevance/opinion assessment
  (QRELs).

  Topics and QRELs are provided by the NIST.

  The NIST also provided the best 5 runs, named baselines, produced by
  some participants. Each baseline is made by 150 runs, one for each topic.




    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   7 / 14
Summary
                                               Introduction       Test Collection
                                  Methodological Framework        Completing Data
                                           Experimentation        Results
                                                Conclusions


Complete the data
  Unfortunately the 150 topics are a sample of the topics treated by the
  collection and the largest part of documents are not assessed with respect
  to their content of opinion.

  To fill the lack of information on the opinion expressed by documents we
  need to “complete” the data.

  To complete the data we assume that each document is relevant for some
  topic t. Qrelst is completed assigning each non relevant document for t
  to the set of non relevant and opinionated documents with probability
                                                               |OR − ORt |
                                         P (ORt ) =                        .
                                                                |R − Rt |
  Analogously can be defined P (ORt ) as:
                                                |OR − ORt |
                           P (ORt ) =                       = 1 − P (ORt ).
                                                  |R − Rt |
    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi    Assessing The Quality Of Opinion Retrieval Systems.   8 / 14
Summary
                                               Introduction      Test Collection
                                  Methodological Framework       Completing Data
                                           Experimentation       Results
                                                Conclusions


The Monte Carlo approach



  We use Monte Carlo approach to generate randomly different opinion
  assessments for not relevant data in order to complete data.

  We iterate previous step to generate randomly different values for
  precision, recall, F-score or accuracy and average them.

  Much less than 20 cycles are enough to obtain stable results.




    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   9 / 14
Summary
                                               Introduction      Test Collection
                                  Methodological Framework       Completing Data
                                           Experimentation       Results
                                                Conclusions


How to use the framework to predict opinion performance

  Setting KO = KO = 1 the framework works as an oracle and provides a
  best achievable MAPR,O for each baseline.

                                   MAPR              MAPR,O             MAP∗ R,O              ∆%
                      BL1          0.3540             0.2639             0.4999               89%
                      BL2          0.3382             0.2657             0.4737               78%
                      BL3          0.4079             0.3201             0.5580               74%
                      BL4          0.4776             0.3543             0.6294               78%
                      BL5          0.4247             0.3147             0.5839               86%

  Mean Average Precision of relevance MAPR , relevance and opinion
  MAPR,O , optimal relevance and opinion MAP∗ , variation ∆% between
                                             R,O
  MAP∗R,O and MAPR,O .




    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   10 / 14
Summary
                                               Introduction      Test Collection
                                  Methodological Framework       Completing Data
                                           Experimentation       Results
                                                Conclusions


Mean percentage variations of MAPR,O filtering the
                   Qrels∗
baselines through CKO ,K (·).
                                                    O




          PP KO
       PP
                                          1.0          0.9        0.8           0.7            0.6            0.5
        KO  PP
               P
               P
             1.0                        81%          63%        45%           27%           10%            -9%
             0.9                        63%          46%        28%           11%           -7%           -24%
             0.8                        50%          33%        17%            0%          -17%           -33%
             0.7                        40%          24%         7%           -8%          -24%           -39%
             0.6                        32%          16%         0%          -15%          -30%           -44%
             0.5                        24%           9%        -6%          -20%          -35%           -48%

  KO contributes to improve MAPR,O more than KO . This is evident
  comparing the values of MAPR,O reported by the column and the row
  corresponding to KO = KO = 0.7.


    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   11 / 14
Summary
                                               Introduction      Test Collection
                                  Methodological Framework       Completing Data
                                           Experimentation       Results
                                                Conclusions


Use the framework to compare the best three TREC
approaches


  The best three approaches to the TREC Blog Track 2008 achieve, on the
  five baselines, the following performance:
    1   MAPR,O = 0.3614, percentage improvements of +12%;
    2   MAPR,O = 0.3565, percentage improvements of +10%;
    3   MAPR,O = 0.3412, percentage improvements of +5%;

  These evidently different improvements do not significantly differ in terms
  of opinion mining effectiveness.




    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   12 / 14
Summary
                                               Introduction
                                  Methodological Framework
                                           Experimentation
                                                Conclusions


Conclusion


       Our evaluation framework assesses the effectiveness of opinion
       mining techniques.
       This framework, makes it possible to provide a best achievable
       MAPR,O for a given baseline.
       We determine the minimum values of accuracy, precision, recall and
       F-score that make it possible to improve a baseline. These values
       show that it is an hard task to improve a baseline by filtering its
       documents according to the opinion they express.
       We show how to compare different opinion mining techniques and to
       understand if they really improves on the state of the art.




    G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   13 / 14
Summary
                                           Introduction
                              Methodological Framework
                                       Experimentation
                                            Conclusions




                                        Thanks!




G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi   Assessing The Quality Of Opinion Retrieval Systems.   14 / 14

Contenu connexe

Similaire à Assessing Opinion Retrieval Systems

OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...
OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...
OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...ijfls
 
using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...
using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...
using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...Danilo Monteiro
 
Replicable Evaluation of Recommender Systems
Replicable Evaluation of Recommender SystemsReplicable Evaluation of Recommender Systems
Replicable Evaluation of Recommender SystemsAlejandro Bellogin
 

Similaire à Assessing Opinion Retrieval Systems (6)

OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...
OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...
OWA BASED MAGDM TECHNIQUE IN EVALUATING DIAGNOSTIC LABORATORY UNDER FUZZY ENV...
 
Kk341721880
Kk341721880Kk341721880
Kk341721880
 
Us
UsUs
Us
 
using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...
using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...
using-qualitative-metasummary-to-synthesize-empirical-findings-in-literature-...
 
Don't Treat the Symptom, Find the Cause!.pptx
Don't Treat the Symptom, Find the Cause!.pptxDon't Treat the Symptom, Find the Cause!.pptx
Don't Treat the Symptom, Find the Cause!.pptx
 
Replicable Evaluation of Recommender Systems
Replicable Evaluation of Recommender SystemsReplicable Evaluation of Recommender Systems
Replicable Evaluation of Recommender Systems
 

Dernier

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Dernier (20)

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

Assessing Opinion Retrieval Systems

  • 1. Summary Introduction Methodological Framework Experimentation Conclusions Assessing The Quality Of Opinion Retrieval Systems. G. Amati1 , G. Amodeo2 , V. Capozio3 , C. Gaibisso4 , G. Gambosi3 1 Ugo Bordoni Foundation, Rome, Italy 2 Dept. of Computer Science, University of L’Aquila, L’Aquila, Italy 3 Dept. of Mathematics, University of Rome “Tor Vergata”, Rome, Italy 4 IASI-CNR, Rome, Italy The First International Workshop on Opinion Mining for Business Intelligence August 31, 2010 G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 1 / 14
  • 2. Summary Introduction Methodological Framework Experimentation Conclusions Summary Objectives of the work Topical Opinion Retrieval (TOR) is evaluated by classical IR evaluation measures, i.e. Mean Average Precision (MAP) or Precision at 10 (P@10). The effectiveness of the topical-only retrieval (effectiveness of the baseline) boosts the TOR performance. How can we assess the opinion-only classification accuracy (or precision, etc.)? How can we split the contribution of the opinion component from retrieval? Methodological Framework We build artificial opinion-only classifiers from relevance and opinion data at different rates of opinion accuracy and precision. Then we study the effect on MAP of the TOR system with such classifiers We are able to assess the opinion-only component quality of a given TOR system by comparing it with such artificial TOR systems. Results & Conclusions G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 2 / 14
  • 3. Summary Introduction Methodological Framework Experimentation Conclusions Summary Objectives of the work Topical Opinion Retrieval (TOR) is evaluated by classical IR evaluation measures, i.e. Mean Average Precision (MAP) or Precision at 10 (P@10). The effectiveness of the topical-only retrieval (effectiveness of the baseline) boosts the TOR performance. How can we assess the opinion-only classification accuracy (or precision, etc.)? How can we split the contribution of the opinion component from retrieval? Methodological Framework We build artificial opinion-only classifiers from relevance and opinion data at different rates of opinion accuracy and precision. Then we study the effect on MAP of the TOR system with such classifiers We are able to assess the opinion-only component quality of a given TOR system by comparing it with such artificial TOR systems. Results & Conclusions G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 2 / 14
  • 4. Summary Introduction Methodological Framework Experimentation Conclusions Summary Objectives of the work Topical Opinion Retrieval (TOR) is evaluated by classical IR evaluation measures, i.e. Mean Average Precision (MAP) or Precision at 10 (P@10). The effectiveness of the topical-only retrieval (effectiveness of the baseline) boosts the TOR performance. How can we assess the opinion-only classification accuracy (or precision, etc.)? How can we split the contribution of the opinion component from retrieval? Methodological Framework We build artificial opinion-only classifiers from relevance and opinion data at different rates of opinion accuracy and precision. Then we study the effect on MAP of the TOR system with such classifiers We are able to assess the opinion-only component quality of a given TOR system by comparing it with such artificial TOR systems. Results & Conclusions G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 2 / 14
  • 5. Summary Introduction Methodological Framework Context, issues and aims Experimentation Conclusions The topical opinion retrieval (TOR) TOR systems have two phases: Topic Retrieval : Ranking documents by content-only; Opinion Mining : Filtering or re-ranking these documents by opinion content. Filtering or re-ranking relevant documents by opinions always hurts the initial performance of topical retrieval (with the actual TREC submitted runs). Actually MAP always increases with a perfect opinion classifier! To assess the effectiveness of an opinion mining strategy should be sufficient to observe MAP of relevance and opinion (MAPR,O ) with respect to MAP of the baseline. Unfortunately different baselines provide different increment rates for the same technique of opinion mining. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 3 / 14
  • 6. Summary Introduction Methodological Framework Context, issues and aims Experimentation Conclusions To sum up The aim of our work is to introduce a methodological evaluation framework to: provide a best achievable MAPR,O for a given baseline; assess opinion mining effectiveness from the overall topical opinion retrieval performance; study best filtering strategies on top of topical retrieval. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 4 / 14
  • 7. Summary Introduction Methodological Framework Artificial classifiers Experimentation Conclusions Artificial opinion classifiers Let A be a complete set of assessments (by topic-relevance and opinion-only) for the collection. A binary opinion classifier is a function that maps documents in CO , the category of opinionated documents, and CO , the category of non-opinionated documents. O O CO KO · |O| (1 − KO ) · |O| CO (1 − KO ) · |O| KO · |O| A We define a class of artificial binary classifiers of opinion, CKO ,KO (·), where KO is the detection rate of true positive documents according to A; KO is the detection rate of true negative documents according to A; (1 − KO ) · |O| is the number of type I errors; (1 − KO ) · |O| is the number of type II errors; G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 5 / 14
  • 8. Summary Introduction Methodological Framework Artificial classifiers Experimentation Conclusions How to use the framework Given a topical opinion retrieval run and its MAPR,O = r value, we obtain the set of all KO and KO values, such that the artificial opinion A classifiers CKO ,KO (·) achieve r. We then compute accuracy, precision, recall and F-score of the opinion-only component as follows: KO ·|O|+KO ·|O| Acc = |O|+|O| KO ·|O| Prec = KO ·|O|+(1−KO )·|O| Rec = KO Prec·Rec F-score = 2 · Prec+Rec (β = 1) Any approach must improve the performance of the random classifier CP (O),1−P (O) (·), where P (O) = |O| is the a priori distribution of A |C| opinionated documents in the collection. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 6 / 14
  • 9. Summary Introduction Test Collection Methodological Framework Completing Data Experimentation Results Conclusions TREC Blog2008 collection The Blog2008 consists of 3.2 millions of web pages containing blog posts, a test suite of 150 topics and a set of relevance/opinion assessment (QRELs). Topics and QRELs are provided by the NIST. The NIST also provided the best 5 runs, named baselines, produced by some participants. Each baseline is made by 150 runs, one for each topic. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 7 / 14
  • 10. Summary Introduction Test Collection Methodological Framework Completing Data Experimentation Results Conclusions Complete the data Unfortunately the 150 topics are a sample of the topics treated by the collection and the largest part of documents are not assessed with respect to their content of opinion. To fill the lack of information on the opinion expressed by documents we need to “complete” the data. To complete the data we assume that each document is relevant for some topic t. Qrelst is completed assigning each non relevant document for t to the set of non relevant and opinionated documents with probability |OR − ORt | P (ORt ) = . |R − Rt | Analogously can be defined P (ORt ) as: |OR − ORt | P (ORt ) = = 1 − P (ORt ). |R − Rt | G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 8 / 14
  • 11. Summary Introduction Test Collection Methodological Framework Completing Data Experimentation Results Conclusions The Monte Carlo approach We use Monte Carlo approach to generate randomly different opinion assessments for not relevant data in order to complete data. We iterate previous step to generate randomly different values for precision, recall, F-score or accuracy and average them. Much less than 20 cycles are enough to obtain stable results. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 9 / 14
  • 12. Summary Introduction Test Collection Methodological Framework Completing Data Experimentation Results Conclusions How to use the framework to predict opinion performance Setting KO = KO = 1 the framework works as an oracle and provides a best achievable MAPR,O for each baseline. MAPR MAPR,O MAP∗ R,O ∆% BL1 0.3540 0.2639 0.4999 89% BL2 0.3382 0.2657 0.4737 78% BL3 0.4079 0.3201 0.5580 74% BL4 0.4776 0.3543 0.6294 78% BL5 0.4247 0.3147 0.5839 86% Mean Average Precision of relevance MAPR , relevance and opinion MAPR,O , optimal relevance and opinion MAP∗ , variation ∆% between R,O MAP∗R,O and MAPR,O . G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 10 / 14
  • 13. Summary Introduction Test Collection Methodological Framework Completing Data Experimentation Results Conclusions Mean percentage variations of MAPR,O filtering the Qrels∗ baselines through CKO ,K (·). O PP KO PP 1.0 0.9 0.8 0.7 0.6 0.5 KO PP P P 1.0 81% 63% 45% 27% 10% -9% 0.9 63% 46% 28% 11% -7% -24% 0.8 50% 33% 17% 0% -17% -33% 0.7 40% 24% 7% -8% -24% -39% 0.6 32% 16% 0% -15% -30% -44% 0.5 24% 9% -6% -20% -35% -48% KO contributes to improve MAPR,O more than KO . This is evident comparing the values of MAPR,O reported by the column and the row corresponding to KO = KO = 0.7. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 11 / 14
  • 14. Summary Introduction Test Collection Methodological Framework Completing Data Experimentation Results Conclusions Use the framework to compare the best three TREC approaches The best three approaches to the TREC Blog Track 2008 achieve, on the five baselines, the following performance: 1 MAPR,O = 0.3614, percentage improvements of +12%; 2 MAPR,O = 0.3565, percentage improvements of +10%; 3 MAPR,O = 0.3412, percentage improvements of +5%; These evidently different improvements do not significantly differ in terms of opinion mining effectiveness. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 12 / 14
  • 15. Summary Introduction Methodological Framework Experimentation Conclusions Conclusion Our evaluation framework assesses the effectiveness of opinion mining techniques. This framework, makes it possible to provide a best achievable MAPR,O for a given baseline. We determine the minimum values of accuracy, precision, recall and F-score that make it possible to improve a baseline. These values show that it is an hard task to improve a baseline by filtering its documents according to the opinion they express. We show how to compare different opinion mining techniques and to understand if they really improves on the state of the art. G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 13 / 14
  • 16. Summary Introduction Methodological Framework Experimentation Conclusions Thanks! G. Amati, G. Amodeo, V. Capozio, C. Gaibisso, G. Gambosi Assessing The Quality Of Opinion Retrieval Systems. 14 / 14