Git Product home page Git Product logo

hypothesis_generation's People

Contributors

laoliu5280 avatar tejess avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

hypothesis_generation's Issues

Better and easier new dataset adaptation

Currently when adapting a new dataset with hypogenic, one needs to implement

  1. New data processor class
  2. New Prompt class
  3. New Task class
    Which is not easy to use. Ideally, we should make this process automated and new users can add their dataset just by preprocessing their data to a specific format, write their prompts, and run a script.

A way for evaluating multiple hypothesis

With the current version of our algorithm, we only do single-hypothesis inference to update their rewards.

Essentially, we could extend the algorithm such that for each training example, we can evaluate a group of hypotheses with some multiple hypotheses inference method, and update the hypotheses accordingly.

This could be beneficial because at downstream inference, we will likely use multiple hypotheses inference instead of using a single one for every test example.

Better hypothesis selection needed

Our hypothesis generation shows promising results, but the hypothesis-based inference still faces several bottlenecks.

One possible improvement we can do to get better hypothesis selection.

In particular, if the model is able to pick the most relevant hypothesis from the top 5 generated hypotheses for each test example, we observe ~20% improvement in accuracies for the real datasets. This shows there are lots of room for improvement in the hypothesis selection part of hypothesis-baed inference.

New datasets

We currently have one synthetic dataset and three real datasets in social science. It would be great to have some new datasets, potentially in different regimes.

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.