Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

Results 1553 Open-Assistant issues
Sort by recently updated
recently updated
newest added

Reddit could provide a good source for training data, especially since the tree-like structure allows for multiple continuations of a conversation, which is amenable to ranking. Probably, not every subreddit...

data

We want to be able to run fully on user-submitted data. Thus, when a user is asked to provide a prompt, and does so, we would like to be able...

feature
backend

## Current logged-in index page looks boring, so I figured I could make it more pretty. ## From This: ![image](https://user-images.githubusercontent.com/24479867/209597140-f9589aeb-a515-4ade-bb33-c70851103781.png) ## To This: ![image](https://user-images.githubusercontent.com/24479867/209597011-4fc6ce02-1c76-4b16-a1bb-7c7f178a147b.png) ![image](https://user-images.githubusercontent.com/24479867/209597185-45e0c2b0-0500-4268-a235-dd313018d8eb.png) ### Whats Included: - new...

website
UI/UX

Log user responses chronologically in a journal table #72. Ratings and Rankings are directly stored in the journal, text-replies currently not.

# Dark Mode Implementation ## Reasons - Night Owl users like me would like to have a way to switch the websites appearance to something more dark for the protection...

website
UI/UX

May community members spend a lot of time scraping, building, or otherwise assembling datasets that could be useful for training the assistant. We want to collect all of this data...

documentation
data

Add a reward-head (linear projection of the model's embedding to a scalar value) to [martiansideofthemoon/rankgen](https://github.com/martiansideofthemoon/rankgen) & [RankGen paper](https://arxiv.org/abs/2205.09726)) and train it on human-feedback (good-bad example pairs) of the [openai/summarize-from-feedback](https://github.com/openai/summarize-from-feedback) dataset...

ml

This PR is linked to this issue: Better UI Choice #74

website
UI/UX

Text labels are described in #40 . Make sure the user can submit those for every post they see.

feature
website

we want to run integration tests of the entire stack: backend + discord bot frontend. this requires pulling both up, including possibly a temporary postgres database for the backend, initializing...

discord-bot
backend
testing