Problem: GPT (and other large language models) are english centric. Although they understand a lot of languages, they are less accurate in instruction following in other languages. The vocabulary limit of GPT is limited and cannot handle all the world languages effectively When the prompt is not in english, GPT responses are 2X slower. Opportunity: A middleware AI layer , that translates prompts between any language and GPT, without having to retrain GPT to instruction follow in the target language Business opportunity: Opens up prompt engineering outside of English. Opens up GPT (or other LLM) to be effectively used by 1 billion non english speakers across the globe. https://docs.google.com/presentation/d/1pTw-u-xJt_L8Y8l2y5KZSdaMGJq0BiLAbxhkYhfKQ74/edit?usp=sharing
9 Oct 2023
We are trying to solve the following two problems for a beginner researcher 1. (Identifying prominent Authors) Embarking on a research journey in a new domain can be daunting. One of the pivotal first steps involves identifying and understanding the foundational works and prominent authors in that particular field. This use case addresses the pressing need of novice researchers to quickly and efficiently find the leading authors and seminal papers in their area of interest. 2. (Learn the basics) Technical jargons are an intrinsic part of any scientific discipline. They facilitate precise communication among experts but can be a major hurdle for beginners. This use case caters to the immediate need of newcomers to decode these specialized terms, understand their meanings, and relate them to familiar concepts through analogies.
16 Oct 2023
Researchers often read a long paper but are often stuck in INNOVATORS block. They need INSPIRATION and Falcon can help provide a CRAZY Idea. Sometimes LLM hallucination can help in providing the inspiration. This tool has index 16415 arxiv articles from August 2023 User has to input arxiv article ID - Tool would summarize the paper in few bullet points - Propose a CREATIVE next step for future research - Choose an ORTHOGONAL FIELD and proposes how the findings of the paper can be applied. In summary, this should help any researcher get INSPIRATION on to WHAT TO DO NEXT as innovation happens when DOTS are connected across orthogonal fields Demo: https://huggingface.co/spaces/Raghavan1988/falcon-lablabai-hackathon-brainstorming-buddy-for-researchers
24 Sep 2023
Navigating through a new GitHub repository can be daunting, especially when one is unfamiliar with its structure and logic. The "CodeBase Buddy" system leverages the power of GPT's retrieval augmented generation capabilities to guide users through their first tasks in a new codebase. By analyzing the repository's structure, commit history, and documentation, it provides specific pointers on which files to modify and how to go about those changes. Users can input a task description, and the system would subsequently offer step-by-step guidance, akin to having an experienced developer by their side.
14 Oct 2023
Immigrating to a new country (eg. US) is a complex legal process.. Legal teams need to be able to understand how USCIS adjudicates every petition across various various visa categories. Very specific question personalized to each case does not have answer in Google. Based on Harvey startup, legal tech is the perfect text-in => text out business. USCIS is the governmental agency that administers countries naturalization and immigration. We have developed a RAG system for the 2000 page USCIS field manual. Anyone can ask question to the RAG (Retrieval Augmented System) and get a detailed answer.
25 Oct 2023
Problem statement: When you write a very long program and if it does not work, we spend hours debugging the program with breakpoints and log statements and print statements. Copy pasting the entire code to GPT may not solve the problem due to token limit. Solution: We introduce an autogen based agent that uses tools ReadFileTool and ProfilerTool 1. Executes the program 2. Track line by line execution 3. Identify the part that caused the bug 4. Recommend user a fix Advantages: Reduces several hours of debugging thereby improving developer productivity disclaimer: LLMs are known to hallucinate
3 Nov 2023