Difference between revisions of "Bing/Copilot"

From
Jump to: navigation, search
m
m
Line 17: Line 17:
 
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
 
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
* [[Natural Language Processing (NLP)]]  ...[[Natural Language Generation (NLG)|Generation]] ...[[Large Language Model (LLM)|LLM]]  ...[[Natural Language Tools & Services|Tools & Services]]
+
* [[Large Language Model (LLM)]] ... [[Natural Language Processing (NLP)]]  ...[[Natural Language Generation (NLG)|Generation]] ... [[Natural Language Classification (NLC)|Classification]] ... [[Natural Language Processing (NLP)#Natural Language Understanding (NLU)|Understanding]] ... [[Language Translation|Translation]] ... [[Natural Language Tools & Services|Tools & Services]]
 
* [[Attention]] Mechanism  ...[[Transformer]] Model  ...[[Generative Pre-trained Transformer (GPT)]]
 
* [[Attention]] Mechanism  ...[[Transformer]] Model  ...[[Generative Pre-trained Transformer (GPT)]]
 
* [[Prompt Engineering (PE)]] ...[[Prompt Engineering (PE)#PromptBase|PromptBase]] ... [[Prompt Injection Attack]]
 
* [[Prompt Engineering (PE)]] ...[[Prompt Engineering (PE)#PromptBase|PromptBase]] ... [[Prompt Injection Attack]]

Revision as of 16:24, 28 April 2023

YouTube ... Quora ...Google search ...Google News ...Bing News





Bing is a search engine that has a chat mode powered by OpenAI’s Large Language Model (LLM) such as Generative Pre-trained Transformer 4 (GPT-4). Bing AI has some additional features that GPT-4 does not have. Bing AI is capable of producing images from simple prompts, and citing sources for information.

Possible flow:

  1. Get 'Chat prompt' from user; Bing uses the prompt to understand your intent
  2. Use 'Chat prompt' to perform 'traditional web search' to yield 'web search result'
  3. From 'web search result' use ChatGPT to formulate 'Chat answer' back to user
  4. Using 'Chat answer' find best 'reference links' to show back to user