Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generalized Architecture for Practical Linguistic Intelligence
In the race for Artifical General Intelligence (AGI) with Large Language Models (LLMs) being the crucial advancement in language processing and question answering, we try to answer the question: "Are singular question answering (QA) systems and LLMs capable of accurately answering a \textit{\textbf{diverse}} set of questions?" In this project, we introduce a generalized and modular architecture with a plug-and-play approach, where different specialized state-of-the-art models can be plugged in, to answer questions in their own domain. We hypothesize that this modular architecture will not compromise performance for generalizability and can thus beat unified QA models that are simultaneously trained for multiple QA tasks.
In the race for Artifical General Intelligence (AGI) with Large Language Models (LLMs) being the crucial advancement in language processing and question answering, we try to answer the question: "Are singular question answering (QA) systems and LLMs capable of accurately answering a *diverse* set of questions?" In this project, we introduce a generalized and modular architecture with a plug-and-play approach, where different specialized state-of-the-art models can be plugged in, to answer questions in their own domain. We hypothesize that this modular architecture will not compromise performance for generalizability and can thus beat unified QA models that are simultaneously trained for multiple QA tasks.

### Adding a new model to the pipeline
1. Add the model json entry to the respository folder. The entry will look as follows:
Expand All @@ -20,4 +20,4 @@ In the race for Artifical General Intelligence (AGI) with Large Language Models

2. Regenerate the model map with `python utils.py`.

3. Add model entries to `load_models()` and `load_model()` in `model_pipelines.py`, including tokenizer, model, and task.
3. Add model entries to `load_models()` and `load_model()` in `model_pipelines.py`, including tokenizer, model, and task.