Rainbird
  • 🏃‍♂️Getting started
    • What is Rainbird?
    • How does Rainbird work?
    • Example use cases
      • 📈Investment suitability assessment
      • 🤖Digital tax consultant
      • 🏥Covid risk assessment
      • 🚗Insurance claims liability
      • 💰Fraud identification
    • Hosting options
    • Quickstart guide
    • Onboarding with Rainbird
  • 🧠Knowledge Modelling
    • What is knowledge modelling?
    • What is a query?
    • Modelling
      • Concepts
        • Concept instances
      • Relationships
        • Question Configuration
        • Rules
          • Match, Infer, Ask process
          • Expressions List
      • Facts
      • Datasources
      • Other features
        • Markdown
        • Import/Export Knowledge Maps
      • Troubleshooting Tips
    • Testing
      • Manual tests
      • Automated tests
      • External User Acceptance Testing (UAT)
    • Versioning
    • Publishing
      • API Management
      • Setting a live version
      • Publishing an agent
    • Stats and Reporting
    • Managing your data
    • The library
      • How to: update a template
  • 🔍Evidence
    • What is evidence?
    • The Evidence Tree
      • The Salience Chart
  • 👩‍💻Developer guides
    • Overview
    • API Guide
      • API request flow
      • Run example queries
      • Environments
      • Error codes
      • Skipping an answer to a question
      • Retrieving a full Evidence Tree for use with a custom UI or application
      • Building an Evidence Tree URL
    • API interactive documentation
    • SDKs
  • Rainbird Labs
    • Overview
    • Consult
    • Generate from documentation
    • Co-author
    • /interact
    • /explain
Powered by GitBook
On this page
  1. Evidence

What is evidence?

Last updated 7 months ago

Rainbird can provide evidence for every decision made. This transparency provides explainability and traceability, which ensures important decisions can be automated, trusted and audited.

We have a range of methods available to view evidence data visually, or for programmatic access via API.

Evidence can also be provided from different perspectives. When combined this provides a 360 degree view of decisions made.

This includes:

This is a log of interactions with the engine, including any questions and answers going back and forth between the end-user and Rainbird. This provides an external view of what data was provided to the model, and the decision(s) made. For Subject Matter Experts (SMEs) this can often be enough to determine whether the decisions provided aligns to their own judgement, based on the input data. If further introspection is required, then the evidence for each decision can also be accessed. Interaction History can be accessed from the Studio under . The data can also be accessed via API from the end-point.

For each individual decision made, a chain of reasoning (what we call the Evidence Tree) can be accessed. This shows what inferences were made, how they were made, the impact of the data to the certainty and the source of this data. The Evidence Tree can be viewed as a visual representation in our evidence application. This can be accessed from Studio anytime a result is shown with the (i) symbol next to it. It is also available via API from the end-point.

This provides both metadata about the session (such as the name, ID and version of the knowledge map) but it also provides the ability to access all facts from the session. This includes all facts from all sources (hard-coded in the map, retrieved from a datasource, injected into the session, inferred from a rule or answered by a user) regardless of whether they contributed to a decision or not.

Even when data hasn't directly contributed to a decision, it can be useful to include in reports following a decision, as it can provide helpful context. This is available as an API only and provides the easiest way to extract all data from a session in order to compile reports.

For a reminder on sessions, head to .

To ensure we store or delete this data in accordance with your industry or organisational requirements a data retention policy can be set. To find out more, check out .

🔍
Stats & Reporting
/interactions
/evidence
Managing your data
What is a session?