redhat-et / foundation-models-for-documentation

Improve ROSA customer experience (and customer retention) by leveraging foundation models to do “gpt-chat” style search of Red Hat customer documentation assets.
Other
26 stars 12 forks source link

[Research Spike] Collect open source implementations and frameworks of QA systems #9

Open Shreyanand opened 1 year ago

Shreyanand commented 1 year ago

There are open source implementation and resources available for training QA models. We should collect and discuss those resources here. Once the discussion converges, we should use the frameworks for implementation.

Shreyanand commented 1 year ago

Language models

Vectorstores

These can provide context windows for the QA tasks.

Retrievers

Extractive QA

Generative QA

Other relevant sources

Video Resources

1, 2, 3, 4

codificat commented 1 year ago

End to end example of open-ai api used with Supabase documentation

I just spotted a discussion about this one on hackernews

Shreyanand commented 1 year ago

Bucket these technologies

  1. Free and open source: Huggingface, Haystack
  2. Free to test but pay to use: Open-AI
  3. Different licenses? Bloom
Shreyanand commented 1 year ago

chat-GPT style implementations that involve Reinforcement learning

Huggingface Transformer Reinforcement learning Colossal AI Lucidrains OpenAssistant

Shreyanand commented 1 year ago

Frameworks

goern commented 1 year ago

do you have any conclusion we can feed back into https://docs.google.com/document/d/1W5bxcG0DKQU2cyajijp6v3pVfNxKUjmYGKMIv3rSO2o/edit# ?