You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2012/05/26 10:03:22 UTC

[jira] [Created] (STANBOL-632) Add post-processing EnhancementEngine for rule based adding of fise:confidence-level information

Rupert Westenthaler created STANBOL-632:
-------------------------------------------

             Summary: Add post-processing EnhancementEngine for rule based adding of fise:confidence-level information
                 Key: STANBOL-632
                 URL: https://issues.apache.org/jira/browse/STANBOL-632
             Project: Stanbol
          Issue Type: Sub-task
            Reporter: Rupert Westenthaler


It is expected that not all EnhancementEngines will initially support the fise:confidence-level feature.

This engine would use (implement) the following default rule set

* ignore Enhancements with an existing "confidence-level" assignment
* TextAnnotations with a confidence value > 0.8 => confident
* TextAnnotations with a confidence value < 0.8 > 0.5 => suggestion
* TextAnnotations with a confidence value < 0.5 => uncertain
* TextAnnotations with a single linked EntityAnnotation with a
confidence > 0.8 => confident
* TextAnnotations with a several linked EntityAnnotation with a
confidence > 0.8 => ambiguous *)
* TextAnnotations with several linked EntityAnnotations with a
confidence > 0.5 but no one > 0.8 => ambiguous *)
* TextAnnotations with a single linked EntityAnnotation with a
confidence < 0.8 > 0.5 => suggestion
* TextAnnotations with EntityAnnotations with confidence values < 0.5
=> uncertain
* TopicAnnotation with a confidence value > 0.8 => confident
* TopicAnnotation with a confidence value < 0.8 > 0.5 => suggestion
* TopicAnnotation with a confidence value < 0.5 => uncertain

*) NOTE that in those cases only EntityAnnotations with a confidence
value > 0.5 would be marked as "ambiguous". Additional
EntityAnnotations with confidence values < 0.5 would be marked as
"uncertain"

In addition the configuration should allow users to configure what Enhancement should be processed by
defining

* Enhancement type (enable/disable TextAnnotations, EntityAnnotations, TopicAnnotations)
* Enhancements of Engines (enable/disable based on Engine names)
* Set the ranges for "confident" (default >= 0,8); "suggestion" (default >=0,5 <0,8); uncertain (default < 0,5)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (STANBOL-632) Add post-processing EnhancementEngine for rule based adding of fise:confidence-level information

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ updated STANBOL-632:
----------------------------------

    Component/s: Enhancer
    
> Add post-processing EnhancementEngine for rule based adding of fise:confidence-level information
> ------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-632
>                 URL: https://issues.apache.org/jira/browse/STANBOL-632
>             Project: Stanbol
>          Issue Type: Sub-task
>          Components: Enhancer
>            Reporter: Rupert Westenthaler
>
> It is expected that not all EnhancementEngines will initially support the fise:confidence-level feature.
> This engine would use (implement) the following default rule set
> * ignore Enhancements with an existing "confidence-level" assignment
> * TextAnnotations with a confidence value > 0.8 => confident
> * TextAnnotations with a confidence value < 0.8 > 0.5 => suggestion
> * TextAnnotations with a confidence value < 0.5 => uncertain
> * TextAnnotations with a single linked EntityAnnotation with a
> confidence > 0.8 => confident
> * TextAnnotations with a several linked EntityAnnotation with a
> confidence > 0.8 => ambiguous *)
> * TextAnnotations with several linked EntityAnnotations with a
> confidence > 0.5 but no one > 0.8 => ambiguous *)
> * TextAnnotations with a single linked EntityAnnotation with a
> confidence < 0.8 > 0.5 => suggestion
> * TextAnnotations with EntityAnnotations with confidence values < 0.5
> => uncertain
> * TopicAnnotation with a confidence value > 0.8 => confident
> * TopicAnnotation with a confidence value < 0.8 > 0.5 => suggestion
> * TopicAnnotation with a confidence value < 0.5 => uncertain
> *) NOTE that in those cases only EntityAnnotations with a confidence
> value > 0.5 would be marked as "ambiguous". Additional
> EntityAnnotations with confidence values < 0.5 would be marked as
> "uncertain"
> In addition the configuration should allow users to configure what Enhancement should be processed by
> defining
> * Enhancement type (enable/disable TextAnnotations, EntityAnnotations, TopicAnnotations)
> * Enhancements of Engines (enable/disable based on Engine names)
> * Set the ranges for "confident" (default >= 0,8); "suggestion" (default >=0,5 <0,8); uncertain (default < 0,5)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira