2023-02-06 20:52:52 -05:00
2023-02-06 20:52:52 -05:00
2023-01-31 04:15:23 -05:00
2023-02-05 01:41:15 -05:00

AlignmentSearch

This project creates embeddings for every set of a few paragraphs from the source dataset, in order to do real-time semantic search and question answering on them.

The very barebones of the project is currently in testing.ipynb.

TODO:

  • Getting data:
    • Figure out the right format for the dataset
    • Get entirety of data
    • Searches for new posts/papers/etc and scrape them, runs once a day
  • Semantic search:
  • Question answering:
    • Test out other models prompts to see which is best
  • Summarization:
    • Test out other models and prompts to see which is best (Forefront?)
  • Info extraction from PDF:
    • Specifically mentioned by Anson. Look into methods by Mely.ai to extract tables from PDFs maybe?
    • Test various techniques to make it more performant
  • Finetuning:
    • Finetune embeddings model
    • Finetune q&a model
    • Finetune summarization model
    • Finetune info extraction model
  • Create website/other. Not sure what would be most helpful here
    • Find someone that can figure this out

Source dataset: Kirchner, J. H., Smith, L., Thibodeau, J., McDonnell, K., and Reynolds, L. "Understanding AI alignment research: A Systematic Analysis." arXiv preprint arXiv:2022.4338861 (2022).

S
Description
Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
Readme MIT
53 MiB
Languages
Python 52.6%
TypeScript 43.1%
JavaScript 2.1%
CSS 1.3%
Shell 0.6%
Other 0.3%