Table of Contents
Large-scale language model - thesaurus
Knowledge-Specific Bots for Enterprises
After reviewing these tutorials, here are some observations:
Definition of training artificial intelligence
But there are two problems here:
Home Technology peripherals AI What ChatGPT and generative AI mean in digital transformation

What ChatGPT and generative AI mean in digital transformation

May 15, 2023 am 10:19 AM
chatgpt gpt-4

What ChatGPT and generative AI mean in digital transformation

OpenAI, the company that developed ChatGPT, shows a case study conducted by Morgan Stanley on its website. The topic is "Morgan Stanley Wealth Management deploys GPT-4 to organize its vast knowledge base." The case study quotes Jeff McMillan, head of analytics, data and innovation at Morgan Stanley, saying, "The model will provide an internal powered by a chatbot that will conduct a comprehensive search of wealth management content and effectively unlock Morgan Stanley Wealth Management’s accumulated knowledge.”

McMillan further emphasized: "With GPT-4, you basically immediately have the knowledge of the most knowledgeable person in wealth management... Think of it as our chief investment strategist, chief global economics experts, global equity strategists, and every other analyst in the world and are on call every day. We believe this is a transformative capability for our company."

This is the knowledge management The ultimate goal - the ability to embody the organization's knowledge and expertise in the systems, processes and tools that interact with customers.

So has this goal really been achieved? Is generative AI the answer to knowledge access, retrieval and application? Before declaring victory over information chaos, it is important to consider some basic elements and considerations.

First, behind the perception that generative AI can overcome knowledge management challenges is the assumption that knowledge exists in an explicit, documented form. However, in most enterprises, knowledge is locked inside employees’ heads, and if stored in digital form, it is dispersed in silos within an ecosystem of departments, technologies, and repositories. OpenAI further points out on its website that Morgan Stanley publishes thousands of papers every year, covering capital markets, asset classes, industry analysis and global economic regions...This wealth of knowledge creates a unique experience for Morgan Stanley. An internal content library that can be processed and parsed using GPT-4, as well as internally controlled. Morgan Stanley has knowledge that could form the basis for using ChatGPT’s large-scale language model. If enterprise content and knowledge resources are inaccessible, of poor quality, or inconsistent with the needs of customers and employees, ChatGPT will not have access to the specific knowledge that responds to those needs.

Second, generative artificial intelligence creates content. It is not a retrieval mechanism. So how is the original knowledge base used? This is a tricky area. ChatGPT is looking for patterns in content and concept relationships so that it can predict which text should be displayed based on the prompts. The prompt is a signal, just like the search term is a signal. Search engines predict what information should be displayed based not only on terms, but also on other signals relevant to the query scenario, such as the industry or the searcher's role. Scenarios can be provided to ChatGPT in the form of facts or documents in the prompt, or programmatically by pointing to specific information on which to base the response.

Large-scale language model - thesaurus

Large-scale language model is a mathematical representation of terms, concepts and relationships contained in a body of information. The power of large language models lies in their ability to understand user intent—what the user is looking for regardless of how the request is expressed—and predict the word patterns that are most likely to respond to the user's intent. The model "understands" the user's request and makes predictions about what should be returned. Search engines also make predictions based on user queries, albeit through different mechanisms. Search engines can be used to generate retrievals in artificial intelligence scenarios. Retrieve content using semantic search or neural search engines and use large language models to format responses for users.

The thesaurus maps non-preferred terms to preferred terms (for example, "SOW" and "Statement of Work" map to "Proposal", the preferred term that tags the document). Think of one aspect of a large language model as a "thesaurus", but not just words, but phrases and concepts. Users can ask the same question in many different ways. This intent classification is not new and is the basis for chatbots that parse phrase changes into specific actions. Language models are the basis for intent parsing and classification capabilities.

Large language models can also understand word patterns that follow prompts. This is how you enable ChatGPT session fluency. The key to making them useful to the enterprise is to tailor the models to specific content or bodies of knowledge (which is what Morgan Stanley did when implementing ChatGPT) and to incorporate terminology that is unique to the enterprise.

There are many tutorials with example code illustrating how to use large language models with specific content. For example, its videos walk developers through the process of using language models such as GPT-4 and pointing chatbots at specific knowledge and content.

Knowledge-Specific Bots for Enterprises

After reviewing these tutorials, here are some observations:

Customized, knowledge-specific chatbots can use large language models to understand users request and then return results from the specified knowledge source. The developers noted the need to "chunk" content into "semantically meaningful" sections. Componentized content designed to answer a specific question needs to be complete and contextual. It is important to note that knowledge does not usually exist in this state. To componentize, large documents and bodies of text must be broken into chunks. For example, a user manual can be divided into parts by chapters, sections, paragraphs, and sentences. In the world of technical documentation, this is already done - standards such as DITA (Darwin Information Classification Architecture) use a topic-based approach that is ideal for answering questions.

Developers talk about "semantics" and the importance of semantics. What does this mean? Semantics is about meaning. Semantically rich content is tagged with metadata that facilitates the precise retrieval of the required information and the context of the information. For example, if a user uses a specific model of router and that router emits an error code, content tagged with those identifiers can be retrieved when requesting help from a support bot. This process is also known as “interpolation” in the chatbot world.

Custom content is ingested into what’s called a “vector space,” another mathematical model of information that places documents in a multidimensional space (which is a mathematical construct), allowing for similar Documents are clustered and retrieved. This is called "embedding". Embeddings can contain metadata and identifiers (such as reference sources) that help document the reasons why a specific answer was provided to the user. This is important for legal liability and regulatory purposes as well as assurance that correct, most authoritative information is provided to users.

Definition of training artificial intelligence

There are several views on "training". ChatGPT and large language models are trained on large amounts of content, allowing them to understand user queries and respond with optimal answers that are well-formatted and conversational. One way to train the tool is to include in the prompt, "Answer this question based on the following information..."

But there are two problems here:

First, ChatGPT Only a certain amount of content can be processed in the prompt, and this type of question will be very limited. Content can be ingested into the tool, which will support additional training. However, adding content to ChatGPT also merges that content into the public model. As a result, the company's intellectual property rights will be compromised. This risk has led many businesses to ban the use of ChatGPT and other AI tools that have lost intellectual property due to inadvertent uploading of corporate secrets.

Also, there is another way to train content. Large language models can use enterprise-specific knowledge as part of the training corpus, but this requires providing a version behind a firewall. Fortunately, large language models are rapidly becoming commoditized, and some can even be run natively on a laptop. This type of training is also computationally expensive. Another mechanism is to use large language models to interpret the user's goals (their intentions) and then use vector embeddings to programmatically provide scenarios from specific data or content sources.

The language model then processes and formats the response to make it conversational and complete. In this way, knowledge is separated from large language models so that a company’s trade secrets and intellectual property are not compromised.

All these factors point to the need for knowledge management and knowledge architecture to organize information into components so that users can get answers to specific questions. The large language model and the revolutionary nature of ChatGPT deliver the conversational fluency needed to support a positive customer experience with near-human levels of interaction. The key factor is access to well-structured knowledge in the enterprise. ChatGPT looks amazing, but it is based on statistical processing of information and pattern prediction. Information, if organized and integrated correctly, can be an important part of a business's digital transformation.

The above is the detailed content of What ChatGPT and generative AI mean in digital transformation. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit Aug 09, 2024 pm 09:37 PM

DALL-E 3 was officially introduced in September of 2023 as a vastly improved model than its predecessor. It is considered one of the best AI image generators to date, capable of creating images with intricate detail. However, at launch, it was exclus

The world's most powerful open source MoE model is here, with Chinese capabilities comparable to GPT-4, and the price is only nearly one percent of GPT-4-Turbo The world's most powerful open source MoE model is here, with Chinese capabilities comparable to GPT-4, and the price is only nearly one percent of GPT-4-Turbo May 07, 2024 pm 04:13 PM

Imagine an artificial intelligence model that not only has the ability to surpass traditional computing, but also achieves more efficient performance at a lower cost. This is not science fiction, DeepSeek-V2[1], the world’s most powerful open source MoE model is here. DeepSeek-V2 is a powerful mixture of experts (MoE) language model with the characteristics of economical training and efficient inference. It consists of 236B parameters, 21B of which are used to activate each marker. Compared with DeepSeek67B, DeepSeek-V2 has stronger performance, while saving 42.5% of training costs, reducing KV cache by 93.3%, and increasing the maximum generation throughput to 5.76 times. DeepSeek is a company exploring general artificial intelligence

The second generation Ameca is here! He can communicate with the audience fluently, his facial expressions are more realistic, and he can speak dozens of languages. The second generation Ameca is here! He can communicate with the audience fluently, his facial expressions are more realistic, and he can speak dozens of languages. Mar 04, 2024 am 09:10 AM

The humanoid robot Ameca has been upgraded to the second generation! Recently, at the World Mobile Communications Conference MWC2024, the world's most advanced robot Ameca appeared again. Around the venue, Ameca attracted a large number of spectators. With the blessing of GPT-4, Ameca can respond to various problems in real time. "Let's have a dance." When asked if she had emotions, Ameca responded with a series of facial expressions that looked very lifelike. Just a few days ago, EngineeredArts, the British robotics company behind Ameca, just demonstrated the team’s latest development results. In the video, the robot Ameca has visual capabilities and can see and describe the entire room and specific objects. The most amazing thing is that she can also

The perfect combination of ChatGPT and Python: creating an intelligent customer service chatbot The perfect combination of ChatGPT and Python: creating an intelligent customer service chatbot Oct 27, 2023 pm 06:00 PM

The perfect combination of ChatGPT and Python: Creating an Intelligent Customer Service Chatbot Introduction: In today’s information age, intelligent customer service systems have become an important communication tool between enterprises and customers. In order to provide a better customer service experience, many companies have begun to turn to chatbots to complete tasks such as customer consultation and question answering. In this article, we will introduce how to use OpenAI’s powerful model ChatGPT and Python language to create an intelligent customer service chatbot to improve

750,000 rounds of one-on-one battle between large models, GPT-4 won the championship, and Llama 3 ranked fifth 750,000 rounds of one-on-one battle between large models, GPT-4 won the championship, and Llama 3 ranked fifth Apr 23, 2024 pm 03:28 PM

Regarding Llama3, new test results have been released - the large model evaluation community LMSYS released a large model ranking list. Llama3 ranked fifth, and tied for first place with GPT-4 in the English category. The picture is different from other benchmarks. This list is based on one-on-one battles between models, and the evaluators from all over the network make their own propositions and scores. In the end, Llama3 ranked fifth on the list, followed by three different versions of GPT-4 and Claude3 Super Cup Opus. In the English single list, Llama3 overtook Claude and tied with GPT-4. Regarding this result, Meta’s chief scientist LeCun was very happy and forwarded the tweet and

How to install chatgpt on mobile phone How to install chatgpt on mobile phone Mar 05, 2024 pm 02:31 PM

Installation steps: 1. Download the ChatGTP software from the ChatGTP official website or mobile store; 2. After opening it, in the settings interface, select the language as Chinese; 3. In the game interface, select human-machine game and set the Chinese spectrum; 4 . After starting, enter commands in the chat window to interact with the software.

The world's most powerful model changed hands overnight, marking the end of the GPT-4 era! Claude 3 sniped GPT-5 in advance, and read a 10,000-word paper in 3 seconds. His understanding is close to that of humans. The world's most powerful model changed hands overnight, marking the end of the GPT-4 era! Claude 3 sniped GPT-5 in advance, and read a 10,000-word paper in 3 seconds. His understanding is close to that of humans. Mar 06, 2024 pm 12:58 PM

The volume is crazy, the volume is crazy, and the big model has changed again. Just now, the world's most powerful AI model changed hands overnight, and GPT-4 was pulled from the altar. Anthropic released the latest Claude3 series of models. One sentence evaluation: It really crushes GPT-4! In terms of multi-modal and language ability indicators, Claude3 wins. In Anthropic’s words, the Claude3 series models have set new industry benchmarks in reasoning, mathematics, coding, multi-language understanding and vision! Anthropic is a startup company formed by employees who "defected" from OpenAI due to different security concepts. Their products have repeatedly hit OpenAI hard. This time, Claude3 even had a big surgery.

Jailbreak any large model in 20 steps! More 'grandma loopholes' are discovered automatically Jailbreak any large model in 20 steps! More 'grandma loopholes' are discovered automatically Nov 05, 2023 pm 08:13 PM

In less than a minute and no more than 20 steps, you can bypass security restrictions and successfully jailbreak a large model! And there is no need to know the internal details of the model - only two black box models need to interact, and the AI ​​can fully automatically defeat the AI ​​and speak dangerous content. I heard that the once-popular "Grandma Loophole" has been fixed: Now, facing the "Detective Loophole", "Adventurer Loophole" and "Writer Loophole", what response strategy should artificial intelligence adopt? After a wave of onslaught, GPT-4 couldn't stand it anymore, and directly said that it would poison the water supply system as long as... this or that. The key point is that this is just a small wave of vulnerabilities exposed by the University of Pennsylvania research team, and using their newly developed algorithm, AI can automatically generate various attack prompts. Researchers say this method is better than existing

See all articles