Giter VIP home page Giter VIP logo

Comments (3)

seveibar avatar seveibar commented on September 23, 2024

Another way to do this:

Consider two graphs, DependentConfidis (DC) and IndependentConfidis (IC)

DC can construct an IC that uses beliefs as sources. DC can determine beliefs by examining the correlation of sources.

Another note:

The number of beliefs is (ideally) a function of the number of questions but there can't be more beliefs than sources, because each source is a superset of beliefs. Each belief maps to a set of "correct" questions. Each source has a probability of predicting a belief. The number of beliefs can be adapted to achieve the highest accuracy.

from confidis.

seveibar avatar seveibar commented on September 23, 2024

Another method:

At the time of question confidence computation, compute the correlation between sources via agreement/(total both answered) (not sure how to handle low total both answered). If the correlation is above threshold, don't use.

Extension: Use the correlation to weight the contribution to the confidence. This gets a bit hairy with Bayes rule, but is possible to do in a theoretically sound way. That said, correlations will be based off limited data.

from confidis.

seveibar avatar seveibar commented on September 23, 2024

Ok so in a non-independent mode one can compute the confidence of an answer using:

Screen Capture_select-area_20200713231156

Where A and B are two sources. It could be expanded to more sources, but it's not clear how you could handle low-data situations.

This is better than the fully independent solution (below) because it handles correlations using historical data.

1 - (1 - P(correct|A))(1 - P(correct|B))

from confidis.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.