{"id":6821,"date":"2022-05-13T21:46:23","date_gmt":"2022-05-13T13:46:23","guid":{"rendered":"https:\/\/slash.bravefactor.com\/?post_type=resources&#038;p=6821"},"modified":"2024-01-30T16:38:38","modified_gmt":"2024-01-30T08:38:38","slug":"friends-with-ai-communication-between-humans-and-machines-with-nlp-and-effects-on-education","status":"publish","type":"resources","link":"https:\/\/slash.co\/articles\/friends-with-ai-communication-between-humans-and-machines-with-nlp-and-effects-on-education\/","title":{"rendered":"Friends with AI: communication between humans and machines with NLP and effects on education"},"content":{"rendered":"<p><i><span style=\"font-weight: 400;\">A few decades ago, watching a movie where a machine communicates with humans and provides correct answers to their questions was pretty surprising.<\/span><\/i><\/p>\n<p><i><span style=\"font-weight: 400;\">For the world, it was just a sci-fi concept with no actual existence or meaning. However, with the passage of time, Artificial Intelligence (AI) enhanced its boundaries to whole new lands. And while several AI concepts popped up, the idea of a personal AI companion is still under the lens.<\/span><\/i><\/p>\n<p><span style=\"font-weight: 400;\">It&#8217;s like having a computer from Dexter\u2019s Laboratory by your side. However, a much more intelligent machine, which can learn human languages through supervised and self-supervised Natural Learning Processing (NLP).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">But is it even possible for a machine to become as brilliant as a human mind, store languages, and communicate rationally by 2041? If the answer is positive and AI masters our language, would it be able to acquire general intelligence? And what effects will it have on education? And how would it help in our children\u2019s development?<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In one of his chapters, \u201cTwin Sparrows,\u201d Kai-Fu explains the advantages of having an AI teacher from the book \u201c<\/span><a href=\"https:\/\/www.amazon.com\/AI-2041-Ten-Visions-Future\/dp\/059323829X\" rel=\"noopener\"><span style=\"font-weight: 400;\">AI 2041. Ten Visions for Our Future<\/span><\/a><span style=\"font-weight: 400;\">.\u201d He explores the future of AI education through a story where AI teachers, transformed into virtual cartoon like characters, help twin Korean orphans to understand their true potential in learning through a branch of Artificial Intelligence known as \u201cNatural Language Processing (NLP).\u201d<\/span><\/p>\n<h2>Understanding NLP<\/h2>\n<p><span style=\"font-weight: 400;\">Natural Language Processing or NLP is an offshoot of AI. While learning and speaking a language (or languages) and then using it for communication, rational discussion, and analysis is one of the miracles of human intelligence and cognitive process, but, on the other hand, an enormous challenge for AI.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The term \u201cNatural Language\u201d denotes human language. And that includes verbal, non-verbal, and written communication. And it is achieved through social interactions and, of course, education. So when KAI-FU talks about challenges for AI, he means whether or not Artificial Intelligence will manage to excel in natural language? Or speak, read, write, and communicate with humans while having the same human intelligence in the room?<\/span><\/p>\n<p><span style=\"font-weight: 400;\">From the early 1950s, scientists have been attempting to teach natural language to computers by feeding them with data sets comprised of grammatical rules, conjugation, and vocabulary sets. However, deep learning has overcome all the previous approaches to NLP. This new approach can represent tangled relationships and patterns large data sets in ways that are digestible and upgradeable for computers. And indeed, deep learning is doing wonders.<\/span><\/p>\n<h2>Supervised NLP \u2013 learning through output<\/h2>\n<p><span style=\"font-weight: 400;\">The author describes \u201csupervised\u201d NLP as a way of learning where humans have to feed both questions and answers to AI. Or, you can say, for every question asked to AI, its answer must be already there in the system.<\/span><\/p>\n<h3>How supervised NLP learn<\/h3>\n<p><span style=\"font-weight: 400;\">Technically, AI would receive labeled data \u2013 the \u201cinput\u201d and the \u201coutput\u201d and provide information based on the output. However, the \u201coutput\u201d must be correct to allow AI to respond to a given input.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For example, places like the United Nations use AI machines with data sets of multilingual translations to translate languages. That means the AI can translate English sentences into French, given the input and output of the same exact words. Moreover, the same approach can be used for speed recognition and optical character recognition in order to convert speech, handwriting, or images into text.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">But, using supervised NLP appears to be exceeded from simple recognition to understanding. In the previous example where AI is used to recognize the words of the English language to translate into French, the recognition approach is about understanding actions by AI.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The author explains this approach by giving the example of Alexa. When Alexa is told to \u201cPlay Bach,\u201d it requires understanding that you want her (the AI) to play the classical piece by Johann Sebastian Bach. Or, when you ask an e-commerce chatbot for a refund, the AI bot can guide you with the procedure.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">And undoubtedly, the data labeling or \u201csupervised NLP\u201d approach has played an essential role in several industries from the past 20 years, such as an automated airline customer service system.<\/span><\/p>\n<h3>Pains and gains of supervised NLP<\/h3>\n<p><span style=\"font-weight: 400;\">The supervised NLP is already doing miracles. However, the drawback is this approach requires data labeling for every action. In other words, AI has to be trained for every NLP application by infusing \u201coutput for every input.\u201d That means you need to data label every language in the world, which seems impossible. And even if there\u2019s a slight opportunity, it would require uncountable human involvement, which could be expensive and time-consuming.<\/span><\/p>\n<h2>Self-supervised general NLP \u2013 the superseded approach<\/h2>\n<p><span style=\"font-weight: 400;\">The self-supervised general NLP is the new approach where AI learns to supervise itself to pursue languages without human interaction through \u201csequence transduction.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">It also includes the input and output, but without the need for data labeling. So, to prepare a sequence-transduction neural network, the input is basically the sequence of all the words up to a certain point. And the output is the sequence of words that comes after that point.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">One of the best examples of the self-supervised general NLP you see every day is when you open your Gmail to type an email. You write one part of the sentence, and Gmail\u2019s \u201csmart compose\u201d features show the sentence&#8217;s remaining part.<\/span><\/p>\n<h3>Google\u2019s Transformer<\/h3>\n<p><span style=\"font-weight: 400;\">Following the self-supervised NLP approach, researchers at Google invented a new sequence transduction model called \u201cTransformer\u201d in 2017. The Transformer can be trained with enormous text and remembers almost anything that has remained vital in the past. It is done through the attention mechanism and selective memory.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Since this selective memory is collected through input, therefore; when enough data and processing power is given, the system learns without human involvement.<\/span><\/p>\n<h3>Musk\u2019s GPT-3<\/h3>\n<p><span style=\"font-weight: 400;\">In 2020 \u201cOpen AI\u201d by Elon Musk released a more powerful extension using the same self-supervised NLP approach and named it \u201cGPT-3.\u201d The \u201cGenerative Pre-Trained Transformer or GPT-3\u201d is a massive sequence transduction engine that includes almost every concept that humans can imagine. This extraordinary supercomputer had 45+ terabytes full of text which takes nearly 500,000 lifetimes for a human to read. And each year, GPT-3 is provided with more terabytes of texts.<\/span><\/p>\n<h2>GPT-3: the good, the bad, and the ugly<\/h2>\n<h3>The good<\/h3>\n<p><span style=\"font-weight: 400;\">GPT-3 is well aware of the fact that every question requires an answer. It follows the sequence of words and answers accordingly. For example, if you ask GPT-3: \u201cA toaster is heavier than a cat. An ocean is heavier than a dust particle. Which is heavier, a toaster or a pencil?\u201d\u00a0 This supercomputer will answer \u201ca toaster.\u201d So what happened here is GPT-3 focused on the word \u201cheavier\u201d and then responded to the question correctly.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Likewise, GPT-3 can do many human-like things, such as writing a press release, poetry, and even copying any writer\u2019s style. GPT-3 could be the next big platform for creating domain-specific applications. As a matter of fact, just after its release, people started developing applications using this technology.<\/span><\/p>\n<h3>The bad<\/h3>\n<p><span style=\"font-weight: 400;\">Unlike humans, GPT-3 cannot deny answering any question, even if it has to be \u201cfake news.\u201d For example, when asked, \u201cWhen did Bill Gates work at Apple?\u201d GPT-3 answered: \u201cIn 1980, Mr. Gates worked at Apple as a software expert during his summer break from Google.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Furthermore, Kai-Fu writes that GPT-3 is also dull at common sense, creativity, explanatory statements, abstract thinking, and causal reasoning.<\/span><\/p>\n<h3>The ugly<\/h3>\n<p><span style=\"font-weight: 400;\">The author also believes that there could be a time when humans would develop feelings with GPT-3 based AI systems. They may fall into a \u201cromantic-adjacent relationship,\u201d as happened in the movie \u201cHer.&#8221; Contrarily, GPT-3 could overcome human opinions if it stays in this state.<\/span><\/p>\n<h2>Skeptics on GPT-3<\/h2>\n<p><span style=\"font-weight: 400;\">There are skeptics who think that GPT-3 has to travel a long way to acquire true human intelligence. While others believe there\u2019s no way computers can actually mimic the human brain.<\/span><\/p>\n<blockquote class=\"blockquote\"><p>Perhaps in twenty years, GPT-23 will read every word ever written and watch every video ever produced and build its own model of the world<\/p>\n<p><cite>&#8211; Kai-Fu Lee<\/cite><\/p><\/blockquote>\n<h2>Education through AI \u2013 better days ahead<\/h2>\n<p><span style=\"font-weight: 400;\">AI can rectify mistakes in the education system. With artificial intelligence, teacher\u2019s tasks, such as lectures, exercises, and tutoring, can be easily automated. AI can be used to assign homework to students, answer questions, and correct errors made by students. Plus, the technology can create historical figures and make them interact with students for better learning.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">However, the greatest advantage of using artificial intelligence in the education system is individualized learning.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Nevertheless, teachers will still have the most important responsibilities, such as mentoring students and programming AI teachers to ensure they deliver according to students\u2019 capacity and needs.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Lastly, the chapter ends with the author\u2019s positive thoughts that AI will give new life to the education system and help each student realize their true learning potential.<\/span><\/p>\n","protected":false},"featured_media":12255,"parent":0,"template":"","resource-topic":[],"resource-type":[43],"class_list":["post-6821","resources","type-resources","status-publish","has-post-thumbnail","hentry","resource-type-articles"],"_links":{"self":[{"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/resources\/6821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/resources"}],"about":[{"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/types\/resources"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/media\/12255"}],"wp:attachment":[{"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/media?parent=6821"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/resource-topic?post=6821"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/slash.co\/wp-json\/wp\/v2\/resource-type?post=6821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}