system
The generative AI-based system addresses message notification overload by prioritizing urgent communications and summarizing others, improving user focus and productivity.
Patent Information
- Authority / Receiving Office
- JP · JP
- Patent Type
- Patents
- Current Assignee / Owner
- Filing Date
- 2024-09-19
- Publication Date
- 2026-04-09
AI Technical Summary
Conventional systems experience decreased concentration due to excessive message notifications, leading to distractions and inefficiencies in managing communication.
A system utilizing generative AI to integrate communication applications, analyze message content, and immediately notify users of urgent or important matters while summarizing others, allowing users to focus on high-priority information.
The system effectively filters and summarizes messages, ensuring users grasp important information promptly, reducing distractions and enhancing work efficiency by maintaining concentration.
Smart Images

Figure 0007843327000001 
Figure 0007843327000002 
Figure 0007843327000003
Abstract
Description
Technical Field
[0001] The technology of the present disclosure relates to a system.
Background Art
[0002] Patent Document 1 discloses a method for controlling a persona chatbot, which is performed by at least one processor and includes steps of receiving a user utterance, adding the user utterance to a prompt including an instruction sentence related to an explanation of a chatbot character, encoding the prompt, and inputting the encoded prompt into a language model to generate a chatbot utterance in response to the user utterance.
Prior Art Documents
Patent Documents
[0003]
Patent Document 1
Summary of the Invention
Problems to be Solved by the Invention
[0004] In the conventional technology, there is a problem that there are too many message notifications and the concentration decreases.
[0005] The system according to the embodiment aims to immediately notify only urgent or important matters and summarize other messages.
Means for Solving the Problems
[0006] The system according to the embodiment includes a collection unit, an analysis unit, a notification unit, and a summary unit. The collection unit collects messages. The analysis unit analyzes the messages collected by the collection unit. The notification unit notifies urgent or important matters identified by the analysis unit. The summary unit creates a summary of messages not identified by the analysis unit. [Effects of the Invention]
[0007] The system according to this embodiment can immediately notify only urgent or important matters and summarize other messages. [Brief explanation of the drawing]
[0008] [Figure 1] This is a conceptual diagram showing an example of the configuration of a data processing system according to the first embodiment. [Figure 2] This is a conceptual diagram showing an example of the essential functions of a data processing device and a smart device according to the first embodiment. [Figure 3] This is a conceptual diagram showing an example of the configuration of a data processing system according to the second embodiment. [Figure 4] This is a conceptual diagram showing an example of the main functions of a data processing device and smart glasses according to the second embodiment. [Figure 5] This is a conceptual diagram showing an example of the configuration of a data processing system according to the third embodiment. [Figure 6] This is a conceptual diagram showing an example of the main functions of a data processing device and a headset-type terminal according to the third embodiment. [Figure 7] This is a conceptual diagram showing an example of the configuration of a data processing system according to the fourth embodiment. [Figure 8] This is a conceptual diagram showing an example of the main functions of a data processing device and a robot according to the fourth embodiment. [Figure 9] This shows an emotion map where multiple emotions are mapped. [Figure 10] This shows an emotion map where multiple emotions are mapped. [Modes for carrying out the invention]
[0009] Hereinafter, an example of an embodiment of the system relating to the technology of this disclosure will be described with reference to the attached drawings.
[0010] First, let's explain the terminology used in the following explanation.
[0011] In the following embodiments, the signed processor (hereinafter simply referred to as "processor") may be a single arithmetic unit or a combination of multiple arithmetic units. Furthermore, the processor may be a single type of arithmetic unit or a combination of multiple types of arithmetic units. Examples of arithmetic units include CPU (Central Processing Unit), GPU (Graphics Processing Unit), GPGPU (General-Purpose computing on Graphics Processing Units), APU (Accelerated Processing Unit), or TPU (Tensor Processing Unit).
[0012] In the following embodiments, signed RAM (Random Access Memory) is a memory that temporarily stores information and is used as work memory by the processor.
[0013] In the following embodiments, the signed storage is one or more non-volatile storage devices that store various programs and various parameters. Examples of non-volatile storage devices include flash memory (SSD (Solid State Drive)), magnetic disks (e.g., hard disks), or magnetic tapes.
[0014] In the following embodiments, the signed communication interface (I / F) is an interface that includes a communication processor and an antenna. The communication interface manages communication between multiple computers. Examples of communication standards applicable to the communication interface include wireless communication standards such as 5G (5th Generation Mobile Communication System), Wi-Fi (registered trademark), or Bluetooth (registered trademark).
[0015] In the following embodiments, "A and / or B" is synonymous with "at least one of A and B". That is, "A and / or B" means that it may be only A, only B, or a combination of A and B. Also, in this specification, when expressing three or more matters connected by "and / or", the same concept as "A and / or B" is applied.
[0016] [First Embodiment] FIG. 1 shows an example of the configuration of a data processing system 10 according to the first embodiment.
[0017] As shown in FIG. 1, the data processing system 10 includes a data processing device 12 and a smart device 14. An example of the data processing device 12 is a server.
[0018] The data processing device 12 includes a computer 22, a database 24, and a communication I / F 26. The computer 22 includes a processor 28, a RAM 30, and a storage 32. The processor 28, the RAM 30, and the storage 32 are connected to a bus 34. Also, the database 24 and the communication I / F 26 are connected to the bus 34. The communication I / F 26 is connected to a network 54. Examples of the network 54 include a WAN (Wide Area Network) and / or a LAN (Local Area Network).
[0019] The smart device 14 includes a computer 36, a reception device 38, an output device 40, a camera 42, and a communication I / F 44. The computer 36 includes a processor 46, a RAM 48, and a storage 50. The processor 46, the RAM 48, and the storage 50 are connected to a bus 52. Also, the reception device 38, the output device 40, and the camera 42 are connected to the bus 52.
[0020] The reception device 38 is equipped with a touch panel 38A and a microphone 38B, and accepts user input. The touch panel 38A accepts user input via touch by detecting contact with an object (e.g., a pen or finger). The microphone 38B accepts user input via voice by detecting the user's voice. The control unit 46A transmits data indicating the user input received by the touch panel 38A and microphone 38B to the data processing unit 12. In the data processing unit 12, the specific processing unit 290 (see Figure 2) acquires the data indicating the user input.
[0021] The output device 40 includes a display 40A and a speaker 40B, and presents data to the user by outputting the data in a form perceptible to the user (e.g., audio and / or text). The display 40A displays visible information such as text and images according to instructions from the processor 46. The speaker 40B outputs audio according to instructions from the processor 46. The camera 42 is a small digital camera equipped with an optical system such as a lens, aperture, and shutter, and an image sensor such as a CMOS (Complementary Metal-Oxide-Semiconductor) image sensor or a CCD (Charge Coupled Device) image sensor.
[0022] Communication interface 44 is connected to network 54. Communication interfaces 44 and 26 are responsible for the exchange of various types of information between processor 46 and processor 28 via network 54.
[0023] Figure 2 shows an example of the main functions of the data processing device 12 and the smart device 14.
[0024] As shown in Figure 2, in the data processing device 12, a specific processing is performed by the processor 28. A specific processing program 56 is stored in the storage 32. The specific processing program 56 is an example of a "program" related to the technology of this disclosure. The processor 28 reads the specific processing program 56 from the storage 32 and executes the read specific processing program 56 on the RAM 30. The specific processing is realized by the processor 28 operating as a specific processing unit 290 according to the specific processing program 56 executed on the RAM 30.
[0025] Storage 32 stores the data generation model 58 and the emotion identification model 59. The data generation model 58 and the emotion identification model 59 are used by the identification processing unit 290. The identification processing unit 290 can estimate the user's emotions using the emotion identification model 59 and perform identification processing using the user's emotions. The emotion estimation function (emotion identification function) using the emotion identification model 59 performs various estimations and predictions regarding the user's emotions, including but not limited to these examples. Furthermore, emotion estimation and prediction also include, for example, emotion analysis.
[0026] In the smart device 14, specific processing is performed by the processor 46. The storage 50 stores a specific processing program 60. The specific processing program 60 is used in conjunction with the specific processing program 56 by the data processing system 10. The processor 46 reads the specific processing program 60 from the storage 50 and executes the read specific processing program 60 on the RAM 48. The specific processing is realized by the processor 46 operating as a control unit 46A according to the specific processing program 60 executed on the RAM 48. The smart device 14 also has a data generation model 58 and an emotion identification model 59, similar to the data generation model and emotion identification model 59, and can perform processing similar to that of the specific processing unit 290 using these models.
[0027] Furthermore, other devices besides the data processing device 12 may also have the data generation model 58. For example, a server device (e.g., a generation server) may have the data generation model 58. In this case, the data processing device 12 obtains processing results (such as prediction results) using the data generation model 58 by communicating with the server device having the data generation model 58. The data processing device 12 may also be a server device or a terminal device owned by a user (e.g., a mobile phone, robot, home appliance, etc.). Next, an example of processing by the data processing system 10 according to the first embodiment will be described.
[0028] (Example of form 1) The system according to an embodiment of the present invention is a system that uses a generative AI to integrate communication applications such as email and communication tools and analyze the content of text messages. This system collects messages from multiple communication applications used by the user, the generative AI analyzes the collected messages, and immediately notifies the user only of urgent or important matters. For other messages, the generative AI creates a summary and provides it to the user. This mechanism can solve the current problem of reduced concentration due to being constantly distracted by notifications. For example, messages are collected from multiple communication applications used by the user. For example, messages are collected from email applications, chat applications, SNS, etc. In this case, messages can be obtained using the API of each application. Next, the generative AI analyzes the collected messages. The generative AI analyzes the content of the messages and identifies urgent or important matters. For example, messages containing specific keywords or phrases can be classified as urgent or important matters. This allows the user to immediately grasp important messages. Only urgent or important matters are immediately notified. Urgent or important matters identified by the generative AI are immediately notified to the user. For example, the user can be immediately notified using push notifications or email notifications. This allows the user to respond without missing important messages. For other messages, the generating AI creates a summary. The generating AI summarizes the content of the collected messages and creates a summary. For example, it can provide the user with a summary of all messages at the end of the day. This allows the user to concentrate on their work without being distracted by unimportant messages. This mechanism solves the problem of being constantly distracted by notifications and losing focus. Users can efficiently manage their communication by immediately grasping only urgent and important matters and checking summaries for other messages. For example, frequent notifications during work will no longer interrupt concentration, improving work efficiency. This allows the system to quickly grasp important messages while maintaining the user's concentration.
[0029] The system according to this embodiment comprises a collection unit, an analysis unit, a notification unit, and a summary unit. The collection unit collects messages from multiple communication applications used by the user. The collection unit can collect messages from, for example, email applications, chat applications, and social networking services (SNS). The collection unit can obtain messages using the APIs of each application. For example, the collection unit can obtain email messages using the API of an email application. The collection unit can also obtain chat messages using the API of a chat application. Furthermore, the collection unit can obtain SNS messages using the API of an SNS. The analysis unit analyzes the messages collected by the collection unit using generative AI. The analysis unit analyzes the content of the messages and identifies urgent or important matters. For example, the analysis unit can classify messages containing specific keywords or phrases as urgent or important matters. The analysis unit analyzes the content of the messages using natural language processing techniques. For example, the analysis unit analyzes the words in the messages using morphological analysis. The analysis unit can also analyze the sentence structure of the messages using grammatical analysis. Furthermore, the analysis unit can also analyze the meaning of the messages using semantic analysis. The notification unit notifies users of urgent or important matters identified by the analysis unit. The notification unit immediately notifies users of urgent or important matters using methods such as push notifications or email notifications. The notification unit can immediately inform users. For example, the notification unit can notify users of urgent or important matters using push notifications. The notification unit can also notify users of urgent or important matters using email notifications. The summary unit creates summaries of messages that were not identified by the analysis unit. The summary unit uses generation AI to summarize the content of collected messages and create summaries. For example, the summary unit can provide users with summaries of all messages at the end of the day. The summary unit creates summaries to provide to users. For example, the summary unit summarizes the content of collected messages and creates summaries. As a result, the system according to the embodiment can quickly grasp important messages while maintaining the user's concentration.Some or all of the processing described above in the summary unit may be performed using a generation AI, for example, or without a generation AI. For example, the summary unit can input the content of the collected messages into a generation AI and have the generation AI create a summary.
[0030] The collection unit collects messages from multiple communication apps used by the user. For example, it can collect messages from email apps, chat apps, and social networking services (SNS). Specifically, the collection unit uses the APIs of each app to retrieve messages. For instance, when retrieving email messages using an email app's API, it accesses the API using the user's authentication information and retrieves message data from the inbox and sent items folder. Similarly, with chat apps, it retrieves messages from chat rooms and individual conversations via the API. When using SNS APIs, it can collect messages from the user's timeline and direct messages. These APIs are typically accessed securely using authentication protocols such as OAuth. The collection unit centrally manages the message data retrieved through these APIs and stores it in a database. The database also includes metadata such as the message sender, recipient, sending date and time, and message content. This allows the collection unit to efficiently collect and centrally manage messages from multiple communication apps used by the user. Furthermore, the collection unit has a scheduling function that periodically calls APIs to retrieve new messages, enabling real-time message collection. This ensures that users are aware of the latest messages without missing any.
[0031] The analysis unit uses generative AI to analyze messages collected by the collection unit. The analysis unit analyzes the content of the messages and identifies urgent or important matters. Specifically, the analysis unit uses natural language processing techniques to analyze the content of the messages. For example, it uses morphological analysis to analyze the words in the message and grammatical analysis to analyze the sentence structure of the message. Furthermore, it can also use semantic analysis to analyze the meaning of the message. The generative AI combines these analysis techniques to deeply understand the content of the messages and identify urgent or important matters. For example, it can classify messages containing specific keywords or phrases as urgent or important matters. The analysis unit inputs prompts to the generative AI to analyze the content of the messages. Prompts may include instructions such as, "Please determine whether this message is urgent or important." Based on the prompts, the generative AI analyzes the content of the messages and identifies urgent or important matters. Based on the output of the generative AI, the analysis unit lists the urgent and important matters and passes them to the notification unit. This allows the analysis unit to quickly and accurately analyze the collected messages, ensuring that users do not miss important messages and can take appropriate action. Furthermore, the analysis unit can use past message data as training data to continuously improve the analysis accuracy of the generating AI. This allows the analysis unit to always achieve highly accurate message analysis using the latest technology.
[0032] The notification unit notifies users of urgent or important matters identified by the analysis unit. Specifically, the notification unit uses push notifications and email notifications to immediately notify users of urgent or important matters. For example, when using push notifications to notify a user of an urgent or important matter on their smartphone, the notification unit generates the content of the push notification based on the information about the urgent or important matter received from the analysis unit. The push notification includes information such as the message sender, subject, and importance level. The notification unit can send a push notification to the user's smartphone and immediately inform the user. Similarly, when using email notifications to notify a user of an urgent or important matter, the notification unit generates the content of the email based on the information about the urgent or important matter received from the analysis unit. The email includes information such as the message sender, subject, importance level, and part of the message content. The notification unit can send an email to the user's email address and immediately inform the user. Furthermore, the notification unit can customize the notification method according to the user's settings. For example, if the user prioritizes push notifications, the notification unit will prioritize sending push notifications and use email notifications as a supplementary method. Furthermore, if a user does not wish to receive notifications during a specific time period, the notification system will avoid sending notifications during that time. This allows the notification system to provide flexible notification methods tailored to user needs, ensuring that urgent or important matters are reliably communicated to the user.
[0033] The summary unit creates summaries of messages that were not identified by the analysis unit. Specifically, the summary unit uses a generative AI to summarize the content of the collected messages and create summaries. For example, the summary unit can provide the user with a summary of all messages at the end of the day. The summary unit inputs the content of the collected messages into the generative AI, which then creates the summaries. The generative AI analyzes the message content, extracts important information, and generates summaries. For example, the generative AI extracts the main topic and key points of each message and combines them to create a concise summary. The summary unit provides the summary created by the generative AI to the user. The summaries are provided to the user, for example, via email or a dedicated dashboard. This allows the user to review summaries of all messages at the end of the day and grasp important information without missing anything. Furthermore, the summary unit can continuously improve the accuracy of the summaries based on user feedback. For example, if a user provides feedback on the content of the summary, the summary unit incorporates that feedback into the generative AI and uses it to create the next summary. This allows the summary section to provide highly accurate summaries tailored to user needs, enabling users to quickly grasp important information while maintaining their concentration.
[0034] The collection unit can collect messages using the APIs of each application. For example, the collection unit can obtain email messages using the API of an email application. The collection unit can also obtain chat messages using the API of a chat application. The collection unit can also obtain SNS messages using the API of an SNS. This allows for efficient message collection by utilizing the APIs of each application. Some or all of the above-described processes in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the messages obtained using the APIs of each application into an AI and have the AI perform message collection.
[0035] The collection unit can collect messages using scraping techniques. The collection unit can collect messages from web pages, for example, by using HTML parsing. The collection unit can also analyze the structure of web pages using DOM analysis and collect messages. The collection unit can also collect messages from applications that do not provide an API using scraping techniques. This means that by using scraping techniques, messages can be collected from applications that do not provide an API. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input messages collected using scraping techniques into AI and have the AI perform message collection.
[0036] The analysis unit can analyze the content of a message using natural language processing techniques and detect specific keywords or phrases. For example, the analysis unit can analyze the words in a message using morphological analysis. The analysis unit can also analyze the sentence structure of a message using grammatical analysis. The analysis unit can also analyze the meaning of a message using semantic analysis. In this way, the content of a message can be accurately analyzed using natural language processing techniques. Some or all of the above-described processes in the analysis unit are performed using a generative AI. For example, the analysis unit can input the collected message into the generative AI and have the generative AI perform the message analysis.
[0037] The analysis unit can set specific criteria that can be customized by the user. For example, the analysis unit can set keyword-based filtering. The analysis unit can also set rule-based filtering. This allows for more flexible analysis by allowing the user to customize specific criteria. Some or all of the above-described processes in the analysis unit may be performed using AI or not. For example, the analysis unit can input user-defined criteria into the AI and have the AI perform message analysis based on those criteria.
[0038] The notification unit can immediately notify users of urgent or important matters using push notifications or email notifications. For example, the notification unit can notify users of urgent or important matters using push notifications. The notification unit can also notify users of urgent or important matters using email notifications. This allows users to be immediately informed of important matters by using push notifications or email notifications. Some or all of the above processing in the notification unit may be performed using AI or not using AI. For example, the notification unit can input urgent or important matters into AI and have the AI execute notifications based on that AI.
[0039] The summary unit can summarize the content of collected messages and create a summary. For example, the summary unit can summarize the content of collected messages and create a summary. The summary unit can provide the user with a summary of all messages at the end of the day. This allows the user to efficiently grasp the information by summarizing the message content. Some or all of the above processing in the summary unit is performed using a generative AI. For example, the summary unit can input collected messages into the generative AI and have the generative AI create a summary.
[0040] The collection unit can analyze the user's past message collection history and select the optimal collection method. For example, the collection unit can prioritize collecting messages from apps that the user has frequently used in the past. The collection unit can also concentrate collection during specific time periods based on the user's past collection history. The collection unit can also analyze patterns of messages that the user has previously deemed important and prioritize collecting similar messages. In this way, the optimal collection method can be selected by analyzing past collection history. Some or all of the above processes in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's past message collection history into AI and select the optimal collection method based on the AI.
[0041] The collection unit can filter messages based on the user's current projects and areas of interest when collecting them. For example, the collection unit can prioritize collecting messages related to the user's current projects. The collection unit can also filter highly relevant messages based on the user's areas of interest. The collection unit can also collect specific messages based on keywords set by the user. This allows for the priority collection of highly relevant messages by filtering them based on the user's projects and areas of interest. Some or all of the above processing in the collection unit may be performed using AI, for example, or not using AI. For example, the collection unit can input data for filtering based on the user's current projects and areas of interest into the AI and have the AI perform the filtering.
[0042] The collection unit can prioritize the collection of highly relevant messages by considering the user's geographical location information when collecting messages. For example, if the user is in a specific region, the collection unit can prioritize the collection of messages related to that region. If the user is traveling, the collection unit can also prioritize the collection of messages related to the travel destination. If the user is at home, the collection unit can also prioritize the collection of messages related to home. In this way, by considering the user's geographical location information, highly relevant messages can be prioritized. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's geographical location information into AI and prioritize the collection of highly relevant messages based on the AI.
[0043] The collection unit can analyze a user's social media activity and collect relevant messages when collecting messages. For example, the collection unit can collect relevant messages based on the content a user frequently posts on a particular social media platform. The collection unit can also collect relevant messages based on the content posted by accounts a user follows. The collection unit can also collect relevant messages based on the activities of groups and communities a user participates in. This allows for the collection of highly relevant messages by analyzing a user's social media activity. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's social media activity data into AI and collect relevant messages based on the AI's analysis.
[0044] The analysis unit can adjust the level of detail of the analysis based on the importance of the messages during the analysis. For example, the analysis unit can perform a detailed analysis on messages with high importance, and a simplified analysis on messages with low importance. The analysis unit can also determine the priority of the analysis according to the importance of the messages. This allows for efficient analysis by adjusting the level of detail according to the importance of the messages. Some or all of the above processes in the analysis unit may be performed using AI, or they may not be performed using AI. For example, the analysis unit can input message importance data into AI and adjust the level of detail of the analysis based on the AI.
[0045] The analysis unit can apply different analysis algorithms depending on the message category during analysis. For example, the analysis unit can apply a business-specific analysis algorithm to business-related messages. It can also apply a private-specific analysis algorithm to private messages. It can also apply a social media-specific analysis algorithm to social media messages. This improves analysis accuracy by applying the appropriate analysis algorithm according to the message category. Some or all of the above processing in the analysis unit is performed using a generative AI. For example, the analysis unit can input message category data into the generative AI and apply an analysis algorithm based on the generative AI.
[0046] The analysis unit can determine the priority of analysis based on the message transmission date during analysis. For example, the analysis unit may prioritize the analysis of recently sent messages. The analysis unit may also prioritize the analysis of messages sent during important time periods. The analysis unit may also prioritize the analysis of messages received by the user during specific time periods. This allows for the priority of analysis of important messages by determining the priority of analysis based on the message transmission date. Some or all of the above-described processes in the analysis unit may be performed using AI or not. For example, the analysis unit may input message transmission date data into AI and determine the priority of analysis based on the AI.
[0047] The analysis unit can adjust the order of analysis based on the relevance of messages during analysis. For example, the analysis unit may prioritize the analysis of highly relevant messages. It can also postpone the analysis of less relevant messages. The analysis unit can also dynamically adjust the order of analysis according to relevance. This allows for efficient analysis by adjusting the order of analysis based on the relevance of messages. Some or all of the above-described processes in the analysis unit may be performed using AI or not. For example, the analysis unit can input message relevance data into AI and adjust the order of analysis based on the AI.
[0048] The notification unit can adjust the level of detail of a notification based on the importance of the message. For example, it can provide detailed notifications for high-importance messages and concise notifications for low-importance messages. The notification unit can also determine the priority of notifications according to their importance. This allows for efficient notifications by adjusting the level of detail according to the importance of the message. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input message importance data into AI and adjust the level of detail of the notification based on the AI.
[0049] The notification unit can apply different notification algorithms depending on the message category when a notification is sent. For example, the notification unit can apply a business notification algorithm to business-related messages. It can also apply a private notification algorithm to private messages. It can also apply a social media notification algorithm to social media messages. This improves notification accuracy by applying the appropriate notification algorithm according to the message category. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input message category data into AI and apply a notification algorithm based on the AI.
[0050] The notification unit can determine notification priorities by considering the attribute information of the message sender when sending a notification. For example, the notification unit may prioritize notifications for messages from important senders. The notification unit can also determine notification priorities based on the sender's position and relationship. The notification unit can also analyze the sender's past message history to determine importance. This allows important messages to be prioritized by considering the attribute information of the message sender. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input sender attribute information into AI and determine notification priorities based on the AI.
[0051] The notification unit can adjust the order of notifications based on the relevance of the messages when sending notifications. For example, the notification unit may prioritize highly relevant messages. It can also postpone less relevant messages. The notification unit can also dynamically adjust the order of notifications according to their relevance. This allows for efficient notifications by adjusting the order of notifications based on the relevance of the messages. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input message relevance data into AI and adjust the order of notifications based on the AI.
[0052] The summary unit can adjust the level of detail in a summary based on the importance of the message during summary creation. For example, the summary unit provides a detailed summary for high-importance messages. It can also provide a concise summary for low-importance messages. The summary unit can also determine the priority of the summaries according to their importance. This allows for efficient summary creation by adjusting the level of detail of the summary according to the importance of the message. Some or all of the above processing in the summary unit may be performed using AI or not. For example, the summary unit can input message importance data into AI and adjust the level of detail of the summary based on the AI.
[0053] The summary unit can apply different summary algorithms depending on the message category when creating a summary. For example, the summary unit can apply a business-specific summary algorithm to business-related messages, a private-specific summary algorithm to private messages, and a social media-specific summary algorithm to social media messages. This improves the accuracy of the summary by applying the appropriate summary algorithm according to the message category. Some or all of the above processing in the summary unit is performed using a generative AI. For example, the summary unit can input message category data into the generative AI and apply a summary algorithm based on the generative AI.
[0054] The summary unit can prioritize summaries based on when the messages were sent. For example, it can prioritize the inclusion of recently sent messages. It can also prioritize the inclusion of messages sent during important time periods. It can also prioritize the inclusion of messages received by users during specific time periods. This ensures that important messages are included in summaries by prioritizing them based on when the messages were sent. Some or all of the above processing in the summary unit is performed using a generation AI. For example, the summary unit can input message sending time data into the generation AI and determine the summary priority based on the generation AI.
[0055] The summary unit can adjust the order of summaries based on the relevance of the messages during summary creation. For example, the summary unit can prioritize the inclusion of highly relevant messages in the summary. It can also postpone less relevant messages. The summary unit can also dynamically adjust the order of summaries according to their relevance. This allows for efficient summary creation by adjusting the order of summaries based on the relevance of the messages. Some or all of the above processing in the summary unit is performed using a generation AI. For example, the summary unit can input message relevance data into the generation AI and adjust the order of summaries based on the generation AI.
[0056] The system according to the embodiment is not limited to the example described above, and various modifications are possible, for example, as follows.
[0057] The collection unit can analyze the user's past message collection history and select the optimal collection method. For example, it can prioritize collecting messages from apps the user has frequently used in the past. The collection unit can also concentrate collection during specific time periods based on the user's past collection history. The collection unit can also analyze patterns of messages the user has previously deemed important and prioritize collecting similar messages. In this way, the optimal collection method can be selected by analyzing past collection history. Some or all of the above processes in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's past message collection history into AI and select the optimal collection method based on the AI.
[0058] The analysis unit can adjust the level of detail of the analysis based on the importance of the messages during the analysis. For example, it can perform a detailed analysis on messages with high importance, or a simplified analysis on messages with low importance. The analysis unit can also determine the priority of the analysis according to the importance of the messages. This allows for efficient analysis by adjusting the level of detail according to the importance of the messages. Some or all of the above processes in the analysis unit may be performed using AI, or they may not. For example, the analysis unit can input message importance data into the AI and adjust the level of detail of the analysis based on the AI.
[0059] The notification unit can adjust the level of detail of notifications based on the importance of the message. For example, it can provide detailed notifications for high-importance messages, and concise notifications for low-importance messages. The notification unit can also determine the priority of notifications based on their importance. This allows for efficient notifications by adjusting the level of detail according to the importance of the message. Some or all of the above processing in the notification unit may be performed using AI, or not. For example, the notification unit can input message importance data into AI and adjust the level of detail of notifications based on the AI.
[0060] The summary unit can apply different summary algorithms depending on the message category when creating a summary. For example, a business-oriented summary algorithm is applied to business-related messages. The summary unit can also apply a private-use summary algorithm to private messages. The summary unit can also apply a social media-use summary algorithm to social media messages. This improves the accuracy of the summary by applying the appropriate summary algorithm according to the message category. Some or all of the above processing in the summary unit is performed using a generative AI. For example, the summary unit can input message category data into the generative AI and apply a summary algorithm based on the generative AI.
[0061] The collection unit can prioritize the collection of highly relevant messages by considering the user's geographical location information when collecting messages. For example, if the user is in a specific region, it can prioritize the collection of messages related to that region. If the user is traveling, the collection unit can also prioritize the collection of messages related to their travel destination. If the user is at home, the collection unit can also prioritize the collection of messages related to their home. In this way, by considering the user's geographical location information, highly relevant messages can be prioritized. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's geographical location information into AI and prioritize the collection of highly relevant messages based on the AI.
[0062] The following briefly describes the processing flow for example form 1.
[0063] Step 1: The collection unit collects messages from multiple communication apps used by the user. The collection unit can collect messages from, for example, email apps, chat apps, and social networking services (SNS). The collection unit can retrieve messages using the API of each app. For example, the collection unit can retrieve email messages using the email app's API. The collection unit can also retrieve chat messages using the chat app's API. Furthermore, the collection unit can retrieve SNS messages using the SNS API. Step 2: The analysis unit uses generative AI to analyze the messages collected by the collection unit. The analysis unit analyzes the content of the messages and identifies urgent or important matters. For example, the analysis unit can classify messages containing specific keywords or phrases as urgent or important matters. The analysis unit uses natural language processing techniques to analyze the content of the messages. For example, the analysis unit uses morphological analysis to analyze the words in the messages. The analysis unit can also use grammatical analysis to analyze the sentence structure of the messages. Furthermore, the analysis unit can also use semantic analysis to analyze the meaning of the messages. Step 3: The notification unit notifies users of urgent or important matters identified by the analysis unit. The notification unit immediately notifies users of urgent or important matters using methods such as push notifications or email notifications. The notification unit can immediately inform users. For example, the notification unit can notify users of urgent or important matters using push notifications. The notification unit can also notify users of urgent or important matters using email notifications. Step 4: The summary unit creates a summary of messages that were not identified by the analysis unit. The summary unit uses a generation AI to summarize the content of the collected messages and create a summary. The summary unit can, for example, provide the user with a summary of all messages at the end of the day. The summary unit creates a summary to provide to the user. For example, the summary unit summarizes the content of the collected messages and creates a summary. This allows the system according to the embodiment to quickly grasp important messages while maintaining the user's concentration. Some or all of the above processing in the summary unit may be performed, for example, using a generation AI, or without using a generation AI. For example, the summary unit can input the content of the collected messages into a generation AI and have the generation AI create a summary.
[0064] (Example of form 2) The system according to an embodiment of the present invention is a system that uses a generative AI to integrate communication applications such as email and communication tools and analyze the content of text messages. This system collects messages from multiple communication applications used by the user, the generative AI analyzes the collected messages, and immediately notifies the user only of urgent or important matters. For other messages, the generative AI creates a summary and provides it to the user. This mechanism can solve the current problem of reduced concentration due to being constantly distracted by notifications. For example, messages are collected from multiple communication applications used by the user. For example, messages are collected from email applications, chat applications, SNS, etc. In this case, messages can be obtained using the API of each application. Next, the generative AI analyzes the collected messages. The generative AI analyzes the content of the messages and identifies urgent or important matters. For example, messages containing specific keywords or phrases can be classified as urgent or important matters. This allows the user to immediately grasp important messages. Only urgent or important matters are immediately notified. Urgent or important matters identified by the generative AI are immediately notified to the user. For example, the user can be immediately notified using push notifications or email notifications. This allows the user to respond without missing important messages. For other messages, the generating AI creates a summary. The generating AI summarizes the content of the collected messages and creates a summary. For example, it can provide the user with a summary of all messages at the end of the day. This allows the user to concentrate on their work without being distracted by unimportant messages. This mechanism solves the problem of being constantly distracted by notifications and losing focus. Users can efficiently manage their communication by immediately grasping only urgent and important matters and checking summaries for other messages. For example, frequent notifications during work will no longer interrupt concentration, improving work efficiency. This allows the system to quickly grasp important messages while maintaining the user's concentration.
[0065] The system according to this embodiment comprises a collection unit, an analysis unit, a notification unit, and a summary unit. The collection unit collects messages from multiple communication applications used by the user. The collection unit can collect messages from, for example, email applications, chat applications, and social networking services (SNS). The collection unit can obtain messages using the APIs of each application. For example, the collection unit can obtain email messages using the API of an email application. The collection unit can also obtain chat messages using the API of a chat application. Furthermore, the collection unit can obtain SNS messages using the API of an SNS. The analysis unit analyzes the messages collected by the collection unit using generative AI. The analysis unit analyzes the content of the messages and identifies urgent or important matters. For example, the analysis unit can classify messages containing specific keywords or phrases as urgent or important matters. The analysis unit analyzes the content of the messages using natural language processing techniques. For example, the analysis unit analyzes the words in the messages using morphological analysis. The analysis unit can also analyze the sentence structure of the messages using grammatical analysis. Furthermore, the analysis unit can also analyze the meaning of the messages using semantic analysis. The notification unit notifies users of urgent or important matters identified by the analysis unit. The notification unit immediately notifies users of urgent or important matters using methods such as push notifications or email notifications. The notification unit can immediately inform users. For example, the notification unit can notify users of urgent or important matters using push notifications. The notification unit can also notify users of urgent or important matters using email notifications. The summary unit creates summaries of messages that were not identified by the analysis unit. The summary unit uses generation AI to summarize the content of collected messages and create summaries. For example, the summary unit can provide users with summaries of all messages at the end of the day. The summary unit creates summaries to provide to users. For example, the summary unit summarizes the content of collected messages and creates summaries. As a result, the system according to the embodiment can quickly grasp important messages while maintaining the user's concentration.Some or all of the processing described above in the summary unit may be performed using a generation AI, for example, or without a generation AI. For example, the summary unit can input the content of the collected messages into a generation AI and have the generation AI create a summary.
[0066] The collection unit collects messages from multiple communication apps used by the user. For example, it can collect messages from email apps, chat apps, and social networking services (SNS). Specifically, the collection unit uses the APIs of each app to retrieve messages. For instance, when retrieving email messages using an email app's API, it accesses the API using the user's authentication information and retrieves message data from the inbox and sent items folder. Similarly, with chat apps, it retrieves messages from chat rooms and individual conversations via the API. When using SNS APIs, it can collect messages from the user's timeline and direct messages. These APIs are typically accessed securely using authentication protocols such as OAuth. The collection unit centrally manages the message data retrieved through these APIs and stores it in a database. The database also includes metadata such as the message sender, recipient, sending date and time, and message content. This allows the collection unit to efficiently collect and centrally manage messages from multiple communication apps used by the user. Furthermore, the collection unit has a scheduling function that periodically calls APIs to retrieve new messages, enabling real-time message collection. This ensures that users are aware of the latest messages without missing any.
[0067] The analysis unit uses generative AI to analyze messages collected by the collection unit. The analysis unit analyzes the content of the messages and identifies urgent or important matters. Specifically, the analysis unit uses natural language processing techniques to analyze the content of the messages. For example, it uses morphological analysis to analyze the words in the message and grammatical analysis to analyze the sentence structure of the message. Furthermore, it can also use semantic analysis to analyze the meaning of the message. The generative AI combines these analysis techniques to deeply understand the content of the messages and identify urgent or important matters. For example, it can classify messages containing specific keywords or phrases as urgent or important matters. The analysis unit inputs prompts to the generative AI to analyze the content of the messages. Prompts may include instructions such as, "Please determine whether this message is urgent or important." Based on the prompts, the generative AI analyzes the content of the messages and identifies urgent or important matters. Based on the output of the generative AI, the analysis unit lists the urgent and important matters and passes them to the notification unit. This allows the analysis unit to quickly and accurately analyze the collected messages, ensuring that users do not miss important messages and can take appropriate action. Furthermore, the analysis unit can use past message data as training data to continuously improve the analysis accuracy of the generating AI. This allows the analysis unit to always achieve highly accurate message analysis using the latest technology.
[0068] The notification unit notifies users of urgent or important matters identified by the analysis unit. Specifically, the notification unit uses push notifications and email notifications to immediately notify users of urgent or important matters. For example, when using push notifications to notify a user of an urgent or important matter on their smartphone, the notification unit generates the content of the push notification based on the information about the urgent or important matter received from the analysis unit. The push notification includes information such as the message sender, subject, and importance level. The notification unit can send a push notification to the user's smartphone and immediately inform the user. Similarly, when using email notifications to notify a user of an urgent or important matter, the notification unit generates the content of the email based on the information about the urgent or important matter received from the analysis unit. The email includes information such as the message sender, subject, importance level, and part of the message content. The notification unit can send an email to the user's email address and immediately inform the user. Furthermore, the notification unit can customize the notification method according to the user's settings. For example, if the user prioritizes push notifications, the notification unit will prioritize sending push notifications and use email notifications as a supplementary method. Furthermore, if a user does not wish to receive notifications during a specific time period, the notification system will avoid sending notifications during that time. This allows the notification system to provide flexible notification methods tailored to user needs, ensuring that urgent or important matters are reliably communicated to the user.
[0069] The summary unit creates summaries of messages that were not identified by the analysis unit. Specifically, the summary unit uses a generative AI to summarize the content of the collected messages and create summaries. For example, the summary unit can provide the user with a summary of all messages at the end of the day. The summary unit inputs the content of the collected messages into the generative AI, which then creates the summaries. The generative AI analyzes the message content, extracts important information, and generates summaries. For example, the generative AI extracts the main topic and key points of each message and combines them to create a concise summary. The summary unit provides the summary created by the generative AI to the user. The summaries are provided to the user, for example, via email or a dedicated dashboard. This allows the user to review summaries of all messages at the end of the day and grasp important information without missing anything. Furthermore, the summary unit can continuously improve the accuracy of the summaries based on user feedback. For example, if a user provides feedback on the content of the summary, the summary unit incorporates that feedback into the generative AI and uses it to create the next summary. This allows the summary section to provide highly accurate summaries tailored to user needs, enabling users to quickly grasp important information while maintaining their concentration.
[0070] The collection unit can collect messages using the APIs of each application. For example, the collection unit can obtain email messages using the API of an email application. The collection unit can also obtain chat messages using the API of a chat application. The collection unit can also obtain SNS messages using the API of an SNS. This allows for efficient message collection by utilizing the APIs of each application. Some or all of the above-described processes in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the messages obtained using the APIs of each application into an AI and have the AI perform message collection.
[0071] The collection unit can collect messages using scraping techniques. The collection unit can collect messages from web pages, for example, by using HTML parsing. The collection unit can also analyze the structure of web pages using DOM analysis and collect messages. The collection unit can also collect messages from applications that do not provide an API using scraping techniques. This means that by using scraping techniques, messages can be collected from applications that do not provide an API. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input messages collected using scraping techniques into AI and have the AI perform message collection.
[0072] The analysis unit can analyze the content of a message using natural language processing techniques and detect specific keywords or phrases. For example, the analysis unit can analyze the words in a message using morphological analysis. The analysis unit can also analyze the sentence structure of a message using grammatical analysis. The analysis unit can also analyze the meaning of a message using semantic analysis. In this way, the content of a message can be accurately analyzed using natural language processing techniques. Some or all of the above-described processes in the analysis unit are performed using a generative AI. For example, the analysis unit can input the collected message into the generative AI and have the generative AI perform the message analysis.
[0073] The analysis unit can set specific criteria that can be customized by the user. For example, the analysis unit can set keyword-based filtering. The analysis unit can also set rule-based filtering. This allows for more flexible analysis by allowing the user to customize specific criteria. Some or all of the above-described processes in the analysis unit may be performed using AI or not. For example, the analysis unit can input user-defined criteria into the AI and have the AI perform message analysis based on those criteria.
[0074] The notification unit can immediately notify users of urgent or important matters using push notifications or email notifications. For example, the notification unit can notify users of urgent or important matters using push notifications. The notification unit can also notify users of urgent or important matters using email notifications. This allows users to be immediately informed of important matters by using push notifications or email notifications. Some or all of the above processing in the notification unit may be performed using AI or not using AI. For example, the notification unit can input urgent or important matters into AI and have the AI execute notifications based on that AI.
[0075] The summary unit can summarize the content of collected messages and create a summary. For example, the summary unit can summarize the content of collected messages and create a summary. The summary unit can provide the user with a summary of all messages at the end of the day. This allows the user to efficiently grasp the information by summarizing the message content. Some or all of the above processing in the summary unit is performed using a generative AI. For example, the summary unit can input collected messages into the generative AI and have the generative AI create a summary.
[0076] The collection unit can estimate the user's emotions and adjust the timing of message collection based on the estimated emotions. For example, if the user is stressed, the collection unit can delay the collection timing to reduce the user's burden. If the user is relaxed, the collection unit can also collect messages in real time to encourage immediate action. If the user is concentrating, the collection unit can adjust the collection timing to avoid interrupting their work. In this way, the user's burden can be reduced by adjusting the collection timing according to the user's emotions. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the collection unit may be performed using AI, for example, or not using AI. For example, the collection unit can input user emotion data into a generative AI and adjust the collection timing based on the generative AI.
[0077] The collection unit can analyze the user's past message collection history and select the optimal collection method. For example, the collection unit can prioritize collecting messages from apps that the user has frequently used in the past. The collection unit can also concentrate collection during specific time periods based on the user's past collection history. The collection unit can also analyze patterns of messages that the user has previously deemed important and prioritize collecting similar messages. In this way, the optimal collection method can be selected by analyzing past collection history. Some or all of the above processes in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's past message collection history into AI and select the optimal collection method based on the AI.
[0078] The collection unit can filter messages based on the user's current projects and areas of interest when collecting them. For example, the collection unit can prioritize collecting messages related to the user's current projects. The collection unit can also filter highly relevant messages based on the user's areas of interest. The collection unit can also collect specific messages based on keywords set by the user. This allows for the priority collection of highly relevant messages by filtering them based on the user's projects and areas of interest. Some or all of the above processing in the collection unit may be performed using AI, for example, or not using AI. For example, the collection unit can input data for filtering based on the user's current projects and areas of interest into the AI and have the AI perform the filtering.
[0079] The data collection unit can estimate the user's emotions and determine the priority of messages to collect based on the estimated emotions. For example, if the user is stressed, the data collection unit may postpone less important messages. If the user is relaxed, the data collection unit may collect all messages equally. If the user is focused, the data collection unit may prioritize collecting more important messages. This allows for the priority collection of important messages by prioritizing messages according to the user's emotions. Emotion estimation is achieved using an emotion estimation function, such as an emotion engine or generative AI. Generative AI may be, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the processing described above in the data collection unit may be performed using AI or not. For example, the data collection unit can input user emotion data into a generative AI and determine message priorities based on the generative AI.
[0080] The collection unit can prioritize the collection of highly relevant messages by considering the user's geographical location information when collecting messages. For example, if the user is in a specific region, the collection unit can prioritize the collection of messages related to that region. If the user is traveling, the collection unit can also prioritize the collection of messages related to the travel destination. If the user is at home, the collection unit can also prioritize the collection of messages related to home. In this way, by considering the user's geographical location information, highly relevant messages can be prioritized. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's geographical location information into AI and prioritize the collection of highly relevant messages based on the AI.
[0081] The collection unit can analyze a user's social media activity and collect relevant messages when collecting messages. For example, the collection unit can collect relevant messages based on the content a user frequently posts on a particular social media platform. The collection unit can also collect relevant messages based on the content posted by accounts a user follows. The collection unit can also collect relevant messages based on the activities of groups and communities a user participates in. This allows for the collection of highly relevant messages by analyzing a user's social media activity. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's social media activity data into AI and collect relevant messages based on the AI's analysis.
[0082] The analysis unit can estimate the user's emotions and adjust the presentation of the analysis based on the estimated emotions. For example, if the user is tense, the analysis unit provides simple and easy-to-understand analysis results. If the user is relaxed, the analysis unit can also provide detailed analysis results. If the user is in a hurry, the analysis unit can provide concise analysis results that get straight to the point. In this way, by adjusting the presentation of the analysis according to the user's emotions, the analysis results can be provided that are easy for the user to understand. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the analysis unit is performed using generative AI. For example, the analysis unit can input user emotion data into the generative AI and adjust the presentation of the analysis based on the generative AI.
[0083] The analysis unit can adjust the level of detail of the analysis based on the importance of the messages during the analysis. For example, the analysis unit can perform a detailed analysis on messages with high importance, and a simplified analysis on messages with low importance. The analysis unit can also determine the priority of the analysis according to the importance of the messages. This allows for efficient analysis by adjusting the level of detail according to the importance of the messages. Some or all of the above processes in the analysis unit may be performed using AI, or they may not be performed using AI. For example, the analysis unit can input message importance data into AI and adjust the level of detail of the analysis based on the AI.
[0084] The analysis unit can apply different analysis algorithms depending on the message category during analysis. For example, the analysis unit can apply a business-specific analysis algorithm to business-related messages. It can also apply a private-specific analysis algorithm to private messages. It can also apply a social media-specific analysis algorithm to social media messages. This improves analysis accuracy by applying the appropriate analysis algorithm according to the message category. Some or all of the above processing in the analysis unit is performed using a generative AI. For example, the analysis unit can input message category data into the generative AI and apply an analysis algorithm based on the generative AI.
[0085] The analysis unit can estimate the user's emotions and adjust the length of the analysis based on the estimated emotions. For example, if the user is in a hurry, the analysis unit can provide a short, concise analysis result. If the user is relaxed, the analysis unit can also provide a detailed analysis result. If the user is excited, the analysis unit can also provide an analysis result with visually stimulating effects. By adjusting the length of the analysis according to the user's emotions, the system can provide the user with the most optimal analysis result. Emotion estimation is achieved using an emotion estimation function, such as an emotion engine or generative AI. Generative AI may be, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above-described processing in the analysis unit is performed using generative AI. For example, the analysis unit can input user emotion data into the generative AI and adjust the length of the analysis based on the generative AI.
[0086] The analysis unit can determine the priority of analysis based on the message transmission date during analysis. For example, the analysis unit may prioritize the analysis of recently sent messages. The analysis unit may also prioritize the analysis of messages sent during important time periods. The analysis unit may also prioritize the analysis of messages received by the user during specific time periods. This allows for the priority of analysis of important messages by determining the priority of analysis based on the message transmission date. Some or all of the above-described processes in the analysis unit may be performed using AI or not. For example, the analysis unit may input message transmission date data into AI and determine the priority of analysis based on the AI.
[0087] The analysis unit can adjust the order of analysis based on the relevance of messages during analysis. For example, the analysis unit may prioritize the analysis of highly relevant messages. It can also postpone the analysis of less relevant messages. The analysis unit can also dynamically adjust the order of analysis according to relevance. This allows for efficient analysis by adjusting the order of analysis based on the relevance of messages. Some or all of the above-described processes in the analysis unit may be performed using AI or not. For example, the analysis unit can input message relevance data into AI and adjust the order of analysis based on the AI.
[0088] The notification unit can estimate the user's emotions and adjust the notification method based on the estimated emotions. For example, if the user is tense, the notification unit may use a quiet notification sound. If the user is relaxed, the notification unit may also use a bright notification sound. If the user is in a hurry, the notification unit may also use a quick and concise notification method. This allows for optimal notifications for the user by adjusting the notification method according to their emotions. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI may be, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input user emotion data into a generative AI and adjust the notification method based on the generative AI.
[0089] The notification unit can adjust the level of detail of a notification based on the importance of the message. For example, it can provide detailed notifications for high-importance messages and concise notifications for low-importance messages. The notification unit can also determine the priority of notifications according to their importance. This allows for efficient notifications by adjusting the level of detail according to the importance of the message. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input message importance data into AI and adjust the level of detail of the notification based on the AI.
[0090] The notification unit can apply different notification algorithms depending on the message category when a notification is sent. For example, the notification unit can apply a business notification algorithm to business-related messages. It can also apply a private notification algorithm to private messages. It can also apply a social media notification algorithm to social media messages. This improves notification accuracy by applying the appropriate notification algorithm according to the message category. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input message category data into AI and apply a notification algorithm based on the AI.
[0091] The notification unit can estimate the user's emotions and adjust the timing of notifications based on the estimated emotions. For example, if the user is stressed, the notification unit can delay the notification to reduce the user's burden. If the user is relaxed, the notification unit can also provide notifications in real time. If the user is concentrating, the notification unit can adjust the notification timing so as not to interrupt their work. This allows for notifications to be sent at the optimal time for the user by adjusting the timing according to their emotions. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input user emotion data into a generative AI and adjust the timing of notifications based on the generative AI.
[0092] The notification unit can determine notification priorities by considering the attribute information of the message sender when sending a notification. For example, the notification unit may prioritize notifications for messages from important senders. The notification unit can also determine notification priorities based on the sender's position and relationship. The notification unit can also analyze the sender's past message history to determine importance. This allows important messages to be prioritized by considering the attribute information of the message sender. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input sender attribute information into AI and determine notification priorities based on the AI.
[0093] The notification unit can adjust the order of notifications based on the relevance of the messages when sending notifications. For example, the notification unit may prioritize highly relevant messages. It can also postpone less relevant messages. The notification unit can also dynamically adjust the order of notifications according to their relevance. This allows for efficient notifications by adjusting the order of notifications based on the relevance of the messages. Some or all of the above processing in the notification unit may be performed using AI or not. For example, the notification unit can input message relevance data into AI and adjust the order of notifications based on the AI.
[0094] The summary unit can estimate the user's emotions and adjust the way the summary is presented based on the estimated emotions. For example, if the user is nervous, the summary unit provides a simple and easy-to-read summary. If the user is relaxed, the summary unit can also provide a detailed summary. If the user is in a hurry, the summary unit can provide a concise summary that gets straight to the point. In this way, by adjusting the way the summary is presented according to the user's emotions, a summary that is easy for the user to understand can be provided. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the summary unit is performed using generative AI. For example, the summary unit can input user emotion data into the generative AI and adjust the way the summary is presented based on the generative AI.
[0095] The summary unit can adjust the level of detail in a summary based on the importance of the message during summary creation. For example, the summary unit provides a detailed summary for high-importance messages. It can also provide a concise summary for low-importance messages. The summary unit can also determine the priority of the summaries according to their importance. This allows for efficient summary creation by adjusting the level of detail of the summary according to the importance of the message. Some or all of the above processing in the summary unit may be performed using AI or not. For example, the summary unit can input message importance data into AI and adjust the level of detail of the summary based on the AI.
[0096] The summary unit can apply different summary algorithms depending on the message category when creating a summary. For example, the summary unit can apply a business-specific summary algorithm to business-related messages, a private-specific summary algorithm to private messages, and a social media-specific summary algorithm to social media messages. This improves the accuracy of the summary by applying the appropriate summary algorithm according to the message category. Some or all of the above processing in the summary unit is performed using a generative AI. For example, the summary unit can input message category data into the generative AI and apply a summary algorithm based on the generative AI.
[0097] The summary unit can estimate the user's emotions and adjust the length of the summary based on the estimated emotions. For example, if the user is in a hurry, the summary unit will provide a short, concise summary. If the user is relaxed, the summary unit can also provide a detailed summary. If the user is excited, the summary unit can also provide a summary with visually stimulating effects. This allows the system to provide the user with the most suitable summary by adjusting the length of the summary according to their emotions. Emotion estimation is achieved using an emotion estimation function, such as an emotion engine or generative AI. Generative AI may be, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the summary unit is performed using generative AI. For example, the summary unit can input user emotion data into the generative AI and adjust the length of the summary based on the generative AI.
[0098] The summary unit can prioritize summaries based on when the messages were sent. For example, it can prioritize the inclusion of recently sent messages. It can also prioritize the inclusion of messages sent during important time periods. It can also prioritize the inclusion of messages received by users during specific time periods. This ensures that important messages are included in summaries by prioritizing them based on when the messages were sent. Some or all of the above processing in the summary unit is performed using a generation AI. For example, the summary unit can input message sending time data into the generation AI and determine the summary priority based on the generation AI.
[0099] The summary unit can adjust the order of summaries based on the relevance of the messages during summary creation. For example, the summary unit can prioritize the inclusion of highly relevant messages in the summary. It can also postpone less relevant messages. The summary unit can also dynamically adjust the order of summaries according to their relevance. This allows for efficient summary creation by adjusting the order of summaries based on the relevance of the messages. Some or all of the above processing in the summary unit is performed using a generation AI. For example, the summary unit can input message relevance data into the generation AI and adjust the order of summaries based on the generation AI.
[0100] The system according to the embodiment is not limited to the example described above, and various modifications are possible, for example, as follows.
[0101] The analysis unit can estimate the user's emotions and determine the priority of analysis based on the estimated emotions. For example, if the user is stressed, it can prioritize the analysis of high-importance messages. If the user is relaxed, it can analyze all messages equally. If the user is focused, it can postpone the analysis of less important messages. In this way, by determining the priority of analysis according to the user's emotions, important messages can be prioritized. Emotion estimation is achieved using an emotion estimation function, such as an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the analysis unit is performed using generative AI. For example, the analysis unit can input user emotion data into the generative AI and determine the priority of analysis based on the generative AI.
[0102] The notification unit can estimate the user's emotions and adjust the content of the notification based on the estimated emotions. For example, if the user is stressed, it can provide a concise and to-the-point notification. If the user is relaxed, it can provide a detailed notification. If the user is in a hurry, it can provide a quick and concise notification. By adjusting the content of the notification according to the user's emotions, it is possible to provide the most suitable notification for the user. Emotion estimation is achieved using an emotion estimation function, such as an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the notification unit is performed using generative AI. For example, the notification unit can input user emotion data into the generative AI and adjust the content of the notification based on the generative AI.
[0103] The summary unit can estimate the user's emotions and adjust the format of the summary based on the estimated emotions. For example, if the user is nervous, it can provide a simple and easy-to-read summary. If the user is relaxed, it can provide a detailed summary. If the user is in a hurry, it can provide a concise summary that gets straight to the point. In this way, by adjusting the format of the summary according to the user's emotions, it is possible to provide a summary that is easy for the user to understand. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the summary unit is performed using generative AI. For example, the summary unit can input user emotion data into the generative AI and adjust the format of the summary based on the generative AI.
[0104] The collection unit can estimate the user's emotions and determine the types of messages to collect based on the estimated emotions. For example, if the user is stressed, it may not collect low-priority messages. If the user is relaxed, it may collect all messages. If the user is focused, it may prioritize collecting high-priority messages. This reduces the user's burden by determining the types of messages to collect according to their emotions. Emotion estimation is achieved using an emotion estimation function, such as an emotion engine or generative AI. Generative AI may be, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above processing in the collection unit is performed using generative AI. For example, the collection unit can input user emotion data into the generative AI and determine the types of messages to collect based on the generative AI.
[0105] The analysis unit can estimate the user's emotions and adjust the level of detail of the analysis based on the estimated emotions. For example, if the user is nervous, it can provide a concise and to-the-point analysis result. If the user is relaxed, it can also provide a detailed analysis result. If the user is in a hurry, it can also provide a quick and concise analysis result. In this way, by adjusting the level of detail of the analysis according to the user's emotions, the system can provide the optimal analysis result for the user. Emotion estimation is achieved using an emotion estimation function, for example, using an emotion engine or generative AI. Generative AI is, but is not limited to, text generation AI (e.g., LLM) or multimodal generation AI. Some or all of the above-described processing in the analysis unit is performed using generative AI. For example, the analysis unit can input user emotion data into the generative AI and adjust the level of detail of the analysis based on the generative AI.
[0106] The collection unit can analyze the user's past message collection history and select the optimal collection method. For example, it can prioritize collecting messages from apps the user has frequently used in the past. The collection unit can also concentrate collection during specific time periods based on the user's past collection history. The collection unit can also analyze patterns of messages the user has previously deemed important and prioritize collecting similar messages. In this way, the optimal collection method can be selected by analyzing past collection history. Some or all of the above processes in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's past message collection history into AI and select the optimal collection method based on the AI.
[0107] The analysis unit can adjust the level of detail of the analysis based on the importance of the messages during the analysis. For example, it can perform a detailed analysis on messages with high importance, or a simplified analysis on messages with low importance. The analysis unit can also determine the priority of the analysis according to the importance of the messages. This allows for efficient analysis by adjusting the level of detail according to the importance of the messages. Some or all of the above processes in the analysis unit may be performed using AI, or they may not. For example, the analysis unit can input message importance data into the AI and adjust the level of detail of the analysis based on the AI.
[0108] The notification unit can adjust the level of detail of notifications based on the importance of the message. For example, it can provide detailed notifications for high-importance messages, and concise notifications for low-importance messages. The notification unit can also determine the priority of notifications based on their importance. This allows for efficient notifications by adjusting the level of detail according to the importance of the message. Some or all of the above processing in the notification unit may be performed using AI, or not. For example, the notification unit can input message importance data into AI and adjust the level of detail of notifications based on the AI.
[0109] The summary unit can apply different summary algorithms depending on the message category when creating a summary. For example, a business-oriented summary algorithm is applied to business-related messages. The summary unit can also apply a private-use summary algorithm to private messages. The summary unit can also apply a social media-use summary algorithm to social media messages. This improves the accuracy of the summary by applying the appropriate summary algorithm according to the message category. Some or all of the above processing in the summary unit is performed using a generative AI. For example, the summary unit can input message category data into the generative AI and apply a summary algorithm based on the generative AI.
[0110] The collection unit can prioritize the collection of highly relevant messages by considering the user's geographical location information when collecting messages. For example, if the user is in a specific region, it can prioritize the collection of messages related to that region. If the user is traveling, the collection unit can also prioritize the collection of messages related to their travel destination. If the user is at home, the collection unit can also prioritize the collection of messages related to their home. In this way, by considering the user's geographical location information, highly relevant messages can be prioritized. Some or all of the above processing in the collection unit may be performed using AI, for example, or without AI. For example, the collection unit can input the user's geographical location information into AI and prioritize the collection of highly relevant messages based on the AI.
[0111] The following briefly describes the processing flow for example form 2.
[0112] Step 1: The collection unit collects messages from multiple communication apps used by the user. The collection unit can collect messages from, for example, email apps, chat apps, and social networking services (SNS). The collection unit can retrieve messages using the API of each app. For example, the collection unit can retrieve email messages using the email app's API. The collection unit can also retrieve chat messages using the chat app's API. Furthermore, the collection unit can retrieve SNS messages using the SNS API. Step 2: The analysis unit uses generative AI to analyze the messages collected by the collection unit. The analysis unit analyzes the content of the messages and identifies urgent or important matters. For example, the analysis unit can classify messages containing specific keywords or phrases as urgent or important matters. The analysis unit uses natural language processing techniques to analyze the content of the messages. For example, the analysis unit uses morphological analysis to analyze the words in the messages. The analysis unit can also use grammatical analysis to analyze the sentence structure of the messages. Furthermore, the analysis unit can also use semantic analysis to analyze the meaning of the messages. Step 3: The notification unit notifies users of urgent or important matters identified by the analysis unit. The notification unit immediately notifies users of urgent or important matters using methods such as push notifications or email notifications. The notification unit can immediately inform users. For example, the notification unit can notify users of urgent or important matters using push notifications. The notification unit can also notify users of urgent or important matters using email notifications. Step 4: The summary unit creates a summary of messages that were not identified by the analysis unit. The summary unit uses a generation AI to summarize the content of the collected messages and create a summary. The summary unit can, for example, provide the user with a summary of all messages at the end of the day. The summary unit creates a summary to provide to the user. For example, the summary unit summarizes the content of the collected messages and creates a summary. This allows the system according to the embodiment to quickly grasp important messages while maintaining the user's concentration. Some or all of the above processing in the summary unit may be performed, for example, using a generation AI, or without using a generation AI. For example, the summary unit can input the content of the collected messages into a generation AI and have the generation AI create a summary.
[0113] The specific processing unit 290 transmits the result of the specific processing to the smart device 14. In the smart device 14, the control unit 46A causes the output device 40 to output the result of the specific processing. The microphone 38B acquires audio indicating user input for the result of the specific processing. The control unit 46A transmits the audio data indicating user input acquired by the microphone 38B to the data processing device 12. In the data processing device 12, the specific processing unit 290 acquires the audio data.
[0114] Data generation model 58 is a form of so-called generative AI (Artificial Intelligence). An example of data generation model 58 is ChatGPT (registered trademark) (Internet search).<URL: https: / / openai.com / blog / chatgpt> Examples of generative AI include text generation AI, image generation AI, and multimodal generation AI. The data generation model 58 is obtained by performing deep learning on a neural network. The data generation model 58 is input with prompts containing instructions, and with inference data such as audio data representing speech, text data representing text, and image data representing images (e.g., still image data or video data). The data generation model 58 infers from the input inference data according to the instructions indicated by the prompts, and outputs the inference result in one or more data formats from audio data, text data, and image data. The data generation model 58 includes, for example, text generation AI, image generation AI, and multimodal generation AI. Here, inference refers to, for example, analysis, classification, prediction, and / or summarization. The specific processing unit 290 performs the specific processing described above using the data generation model 58. The data generation model 58 may be a fine-tuned model that outputs inference results from prompts that do not contain instructions, in which case the data generation model 58 can output inference results from prompts that do not contain instructions. In the data processing device 12, etc., there are multiple types of data generation models 58, and the data generation model 58 includes AI other than generative AI. AI other than generative AI includes, for example, linear regression, logistic regression, decision trees, random forests, support vector machines (SVMs), k-means clustering, convolutional neural networks (CNNs), recurrent neural networks (RNNs), generative adversarial networks (GANs), or naive Bayes, and can perform various processes, but is not limited to these examples. Also, the AI may be an AI agent. Furthermore, when the processing of each of the above parts is performed by the AI, the processing may be performed by the AI in part or in whole, but is not limited to this example.Furthermore, processing performed by AI, including generative AI, may be replaced with rule-based processing, and rule-based processing may be replaced with processing performed by AI, including generative AI.
[0115] Furthermore, the processing performed by the data processing system 10 described above is carried out by the specific processing unit 290 of the data processing device 12 or the control unit 46A of the smart device 14, but it may also be carried out by the specific processing unit 290 of the data processing device 12 and the control unit 46A of the smart device 14. In addition, the specific processing unit 290 of the data processing device 12 acquires or collects information necessary for processing from the smart device 14 or an external device, and the smart device 14 acquires or collects information necessary for processing from the data processing device 12 or an external device.
[0116] Each of the multiple elements described above, including the collection unit, analysis unit, notification unit, and summary unit, is implemented in at least one of the smart device 14 and the data processing unit 12. For example, the collection unit is implemented by the control unit 46A of the smart device 14 and acquires messages using the API of each application. The analysis unit is implemented by the specific processing unit 290 of the data processing unit 12 and analyzes the collected messages using a generation AI. The notification unit is implemented by the control unit 46A of the smart device 14 and immediately notifies of urgent or important matters. The summary unit is implemented by the specific processing unit 290 of the data processing unit 12 and creates a message summary using a generation AI. The correspondence between each unit and the device or control unit is not limited to the example described above and can be changed in various ways.
[0117] [Second Embodiment] Figure 3 shows an example of the configuration of the data processing system 210 according to the second embodiment.
[0118] As shown in Figure 3, the data processing system 210 includes a data processing device 12 and smart glasses 214. An example of the data processing device 12 is a server.
[0119] The data processing device 12 comprises a computer 22, a database 24, and a communication interface 26. The computer 22 comprises a processor 28, RAM 30, and storage 32. The processor 28, RAM 30, and storage 32 are connected to a bus 34. The database 24 and the communication interface 26 are also connected to the bus 34. The communication interface 26 is connected to a network 54. An example of the network 54 is a WAN and / or LAN.
[0120] The smart glasses 214 include a computer 36, a microphone 238, a speaker 240, a camera 42, and a communication interface 44. The computer 36 includes a processor 46, RAM 48, and storage 50. The processor 46, RAM 48, and storage 50 are connected to a bus 52. The microphone 238, speaker 240, and camera 42 are also connected to the bus 52.
[0121] The microphone 238 receives voice signals from the user and accepts instructions from the user. The microphone 238 captures the voice signals from the user, converts the captured voice into audio data, and outputs it to the processor 46. The speaker 240 outputs audio according to the instructions from the processor 46.
[0122] Camera 42 is a small digital camera equipped with an optical system including a lens, aperture, and shutter, and an image sensor such as a CMOS (Complementary Metal-Oxide-Semiconductor) image sensor or a CCD (Charge Coupled Device) image sensor, which captures images of the area around the user (for example, an imaging range defined by a field of view equivalent to the field of vision of a typical healthy person).
[0123] Communication interface 44 is connected to network 54. Communication interfaces 44 and 26 are responsible for the exchange of various information between processor 46 and processor 28 via network 54. The exchange of various information between processor 46 and processor 28 using communication interfaces 44 and 26 is performed in a secure manner.
[0124] Figure 4 shows an example of the main functions of the data processing device 12 and the smart glasses 214. As shown in Figure 4, the data processing device 12 performs specific processing by the processor 28. The storage 32 stores the specific processing program 56.
[0125] The processor 28 reads a specific processing program 56 from the storage 32 and executes the read specific processing program 56 on the RAM 30. The specific processing is realized by the processor 28 acting as a specific processing unit 290 according to the specific processing program 56 executed on the RAM 30.
[0126] Storage 32 stores the data generation model 58 and the emotion identification model 59. The data generation model 58 and the emotion identification model 59 are used by the identification processing unit 290. The identification processing unit 290 can estimate the user's emotions using the emotion identification model 59 and perform identification processing using the user's emotions. The emotion estimation function (emotion identification function) using the emotion identification model 59 performs various estimations and predictions regarding the user's emotions, including but not limited to these examples. Furthermore, emotion estimation and prediction also include, for example, emotion analysis.
[0127] In the smart glasses 214, specific processing is performed by the processor 46. The storage 50 stores a specific processing program 60. The processor 46 reads the specific processing program 60 from the storage 50 and executes the read specific processing program 60 on the RAM 48. The specific processing is realized by the processor 46 acting as a control unit 46A according to the specific processing program 60 executed on the RAM 48. The smart glasses 214 also have a data generation model 58 and an emotion identification model 59, similar to the data generation model and emotion identification model 59, and can perform processing similar to that of the specific processing unit 290 using these models.
[0128] Furthermore, other devices besides the data processing device 12 may also have the data generation model 58. For example, a server device may have the data generation model 58. In this case, the data processing device 12 obtains processing results (such as prediction results) using the data generation model 58 by communicating with the server device that has the data generation model 58. Also, the data processing device 12 may be a server device or a terminal device owned by the user (for example, a mobile phone, robot, home appliance, etc.).
[0129] The specific processing unit 290 transmits the result of the specific processing to the smart glasses 214. In the smart glasses 214, the control unit 46A causes the speaker 240 to output the result of the specific processing. The microphone 238 acquires audio indicating user input for the result of the specific processing. The control unit 46A transmits the audio data indicating user input acquired by the microphone 238 to the data processing unit 12. In the data processing unit 12, the specific processing unit 290 acquires the audio data.
[0130] The data generation model 58 is a so-called generative AI. An example of a data generation model 58 is a generative AI such as ChatGPT. The data generation model 58 is obtained by performing deep learning on a neural network. The data generation model 58 is input with prompts containing instructions, and inference data such as audio data representing speech, text data representing text, and image data representing images (e.g., still image data or video data). The data generation model 58 infers from the input inference data according to the instructions indicated by the prompts, and outputs the inference result in one or more data formats such as audio data, text data, and image data. The data generation model 58 includes, for example, text generation AI, image generation AI, and multimodal generation AI. Here, inference refers to, for example, analysis, classification, prediction, and / or summarization. The specific processing unit 290 performs the specific processing described above using the data generation model 58. The data generation model 58 may be a fine-tuned model that outputs inference results from prompts that do not contain instructions, in which case the data generation model 58 can output inference results from prompts that do not contain instructions. In the data processing device 12, etc., there are multiple types of data generation models 58, and the data generation model 58 includes AI other than generative AI. AI other than generative AI includes, for example, linear regression, logistic regression, decision trees, random forests, support vector machines (SVM), k-means clustering, convolutional neural networks (CNN), recurrent neural networks (RNN), generative adversarial networks (GAN), or naive Bayes, and can perform various processes, but is not limited to these examples. Also, the AI may be an AI agent. Furthermore, when the processing of each part described above is performed by the AI, the processing may be performed by the AI in part or in whole, but is not limited to this example. Also, processing performed by an AI including a generative AI may be replaced by rule-based processing, and rule-based processing may be replaced by processing performed by an AI including a generative AI.
[0131] The data processing system 210 according to the second embodiment performs the same processing as the data processing system 10 according to the first embodiment. The processing by the data processing system 210 is performed by the specific processing unit 290 of the data processing device 12 or the control unit 46A of the smart glasses 214, but it may also be performed by the specific processing unit 290 of the data processing device 12 and the control unit 46A of the smart glasses 214. In addition, the specific processing unit 290 of the data processing device 12 acquires or collects information necessary for processing from the smart glasses 214 or an external device, and the smart glasses 214 acquires or collects information necessary for processing from the data processing device 12 or an external device.
[0132] Each of the multiple elements described above, including the collection unit, analysis unit, notification unit, and summary unit, is implemented in at least one of the smart glasses 214 and the data processing unit 12. For example, the collection unit is implemented by the control unit 46A of the smart glasses 214 and acquires messages using the API of each application. The analysis unit is implemented by the specific processing unit 290 of the data processing unit 12 and analyzes the collected messages using a generation AI. The notification unit is implemented by the control unit 46A of the smart glasses 214 and immediately notifies the user of urgent or important matters. The summary unit is implemented by the specific processing unit 290 of the data processing unit 12 and creates a message summary using a generation AI. The correspondence between each unit and the device or control unit is not limited to the example described above and can be modified in various ways.
[0133] [Third Embodiment] Figure 5 shows an example of the configuration of the data processing system 310 according to the third embodiment.
[0134] As shown in Figure 5, the data processing system 310 includes a data processing device 12 and a headset terminal 314. An example of the data processing device 12 is a server.
[0135] The data processing device 12 comprises a computer 22, a database 24, and a communication interface 26. The computer 22 comprises a processor 28, RAM 30, and storage 32. The processor 28, RAM 30, and storage 32 are connected to a bus 34. The database 24 and the communication interface 26 are also connected to the bus 34. The communication interface 26 is connected to a network 54. An example of the network 54 is a WAN and / or LAN.
[0136] The headset terminal 314 includes a computer 36, a microphone 238, a speaker 240, a camera 42, a communication interface 44, and a display 343. The computer 36 includes a processor 46, RAM 48, and storage 50. The processor 46, RAM 48, and storage 50 are connected to a bus 52. The microphone 238, speaker 240, camera 42, and display 343 are also connected to the bus 52.
[0137] The microphone 238 receives voice signals from the user and accepts instructions from the user. The microphone 238 captures the voice signals from the user, converts the captured voice into audio data, and outputs it to the processor 46. The speaker 240 outputs audio according to the instructions from the processor 46.
[0138] Camera 42 is a small digital camera equipped with an optical system including a lens, aperture, and shutter, and an image sensor such as a CMOS (Complementary Metal-Oxide-Semiconductor) image sensor or a CCD (Charge Coupled Device) image sensor, which captures images of the area around the user (for example, an imaging range defined by a field of view equivalent to the field of vision of a typical healthy person).
[0139] Communication interface 44 is connected to network 54. Communication interfaces 44 and 26 are responsible for the exchange of various information between processor 46 and processor 28 via network 54. The exchange of various information between processor 46 and processor 28 using communication interfaces 44 and 26 is performed in a secure manner.
[0140] Figure 6 shows an example of the main functions of the data processing device 12 and the headset terminal 314. As shown in Figure 6, the data processing device 12 performs specific processing using the processor 28. The storage 32 stores the specific processing program 56.
[0141] The processor 28 reads a specific processing program 56 from the storage 32 and executes the read specific processing program 56 on the RAM 30. The specific processing is realized by the processor 28 acting as a specific processing unit 290 according to the specific processing program 56 executed on the RAM 30.
[0142] Storage 32 stores the data generation model 58 and the emotion identification model 59. The data generation model 58 and the emotion identification model 59 are used by the identification processing unit 290. The identification processing unit 290 can estimate the user's emotions using the emotion identification model 59 and perform identification processing using the user's emotions. The emotion estimation function (emotion identification function) using the emotion identification model 59 performs various estimations and predictions regarding the user's emotions, including but not limited to these examples. Furthermore, emotion estimation and prediction also include, for example, emotion analysis.
[0143] In the headset terminal 314, specific processing is performed by the processor 46. The storage 50 stores a specific program 60. The processor 46 reads the specific program 60 from the storage 50 and executes the read specific program 60 on the RAM 48. The specific processing is realized by the processor 46 acting as a control unit 46A according to the specific program 60 executed on the RAM 48. The headset terminal 314 also has a data generation model 58 and an emotion identification model 59, similar to the data generation model and emotion identification model 59, and can perform processing similar to that of the specific processing unit 290 using these models.
[0144] Furthermore, other devices besides the data processing device 12 may also have the data generation model 58. For example, a server device may have the data generation model 58. In this case, the data processing device 12 obtains processing results (such as prediction results) using the data generation model 58 by communicating with the server device that has the data generation model 58. Also, the data processing device 12 may be a server device or a terminal device owned by the user (for example, a mobile phone, robot, home appliance, etc.).
[0145] The specific processing unit 290 transmits the result of the specific processing to the headset terminal 314. In the headset terminal 314, the control unit 46A causes the speaker 240 and display 343 to output the result of the specific processing. The microphone 238 acquires audio indicating user input for the result of the specific processing. The control unit 46A transmits the audio data indicating user input acquired by the microphone 238 to the data processing unit 12. In the data processing unit 12, the specific processing unit 290 acquires the audio data.
[0146] The data generation model 58 is a so-called generative AI. An example of a data generation model 58 is a generative AI such as ChatGPT. The data generation model 58 is obtained by performing deep learning on a neural network. The data generation model 58 is input with prompts containing instructions, and inference data such as audio data representing speech, text data representing text, and image data representing images (e.g., still image data or video data). The data generation model 58 infers from the input inference data according to the instructions indicated by the prompts, and outputs the inference result in one or more data formats such as audio data, text data, and image data. The data generation model 58 includes, for example, text generation AI, image generation AI, and multimodal generation AI. Here, inference refers to, for example, analysis, classification, prediction, and / or summarization. The specific processing unit 290 performs the specific processing described above using the data generation model 58. The data generation model 58 may be a fine-tuned model that outputs inference results from prompts that do not contain instructions, in which case the data generation model 58 can output inference results from prompts that do not contain instructions. In the data processing device 12, etc., there are multiple types of data generation models 58, and the data generation model 58 includes AI other than generative AI. AI other than generative AI includes, for example, linear regression, logistic regression, decision trees, random forests, support vector machines (SVM), k-means clustering, convolutional neural networks (CNN), recurrent neural networks (RNN), generative adversarial networks (GAN), or naive Bayes, and can perform various processes, but is not limited to these examples. Also, the AI may be an AI agent. Furthermore, when the processing of each part described above is performed by the AI, the processing may be performed by the AI in part or in whole, but is not limited to this example. Also, processing performed by an AI including a generative AI may be replaced by rule-based processing, and rule-based processing may be replaced by processing performed by an AI including a generative AI.
[0147] The data processing system 310 according to the third embodiment performs the same processing as the data processing system 10 according to the first embodiment. The processing by the data processing system 310 is performed by the specific processing unit 290 of the data processing device 12 or the control unit 46A of the headset terminal 314, but may also be performed by the specific processing unit 290 of the data processing device 12 and the control unit 46A of the headset terminal 314. In addition, the specific processing unit 290 of the data processing device 12 acquires or collects information necessary for processing from the headset terminal 314 or an external device, and the headset terminal 314 acquires or collects information necessary for processing from the data processing device 12 or an external device.
[0148] Each of the multiple elements described above, including the collection unit, analysis unit, notification unit, and summary unit, is implemented in at least one of the headset terminal 314 and the data processing unit 12. For example, the collection unit is implemented by the control unit 46A of the headset terminal 314 and acquires messages using the API of each application. The analysis unit is implemented by the specific processing unit 290 of the data processing unit 12 and analyzes the collected messages using a generation AI. The notification unit is implemented by the control unit 46A of the headset terminal 314 and immediately notifies the user of urgent or important matters. The summary unit is implemented by the specific processing unit 290 of the data processing unit 12 and creates a message summary using a generation AI. The correspondence between each unit and the device or control unit is not limited to the example described above and can be modified in various ways.
[0149] [Fourth Embodiment] Figure 7 shows an example of the configuration of the data processing system 410 according to the fourth embodiment.
[0150] As shown in Figure 7, the data processing system 410 includes a data processing device 12 and a robot 414. An example of the data processing device 12 is a server.
[0151] The data processing device 12 comprises a computer 22, a database 24, and a communication interface 26. The computer 22 comprises a processor 28, RAM 30, and storage 32. The processor 28, RAM 30, and storage 32 are connected to a bus 34. The database 24 and the communication interface 26 are also connected to the bus 34. The communication interface 26 is connected to a network 54. An example of the network 54 is a WAN and / or LAN.
[0152] The robot 414 includes a computer 36, a microphone 238, a speaker 240, a camera 42, a communication interface 44, and a controlled object 443. The computer 36 includes a processor 46, RAM 48, and storage 50. The processor 46, RAM 48, and storage 50 are connected to a bus 52. The microphone 238, speaker 240, camera 42, and controlled object 443 are also connected to the bus 52.
[0153] The microphone 238 receives voice signals from the user and accepts instructions from the user. The microphone 238 captures the voice signals from the user, converts the captured voice into audio data, and outputs it to the processor 46. The speaker 240 outputs audio according to the instructions from the processor 46.
[0154] Camera 42 is a small digital camera equipped with an optical system including a lens, aperture, and shutter, and an image sensor such as a CMOS image sensor or CCD image sensor, which captures images of the area around the user (for example, an imaging range defined by a field of view equivalent to the field of vision of a typical healthy person).
[0155] Communication interface 44 is connected to network 54. Communication interfaces 44 and 26 are responsible for the exchange of various information between processor 46 and processor 28 via network 54. The exchange of various information between processor 46 and processor 28 using communication interfaces 44 and 26 is performed in a secure manner.
[0156] The controlled object 443 includes a display device, LEDs in the eyes, and motors that drive the arms, hands, and feet. The posture and gestures of the robot 414 are controlled by controlling the motors of the arms, hands, and feet. Some of the robot 414's emotions can be expressed by controlling these motors. The robot 414's facial expressions can also be expressed by controlling the illumination state of the LEDs in its eyes.
[0157] Figure 8 shows an example of the main functions of the data processing device 12 and the robot 414. As shown in Figure 8, the data processing device 12 performs specific processing using the processor 28. The storage 32 stores the specific processing program 56.
[0158] The processor 28 reads a specific processing program 56 from the storage 32 and executes the read specific processing program 56 on the RAM 30. The specific processing is realized by the processor 28 acting as a specific processing unit 290 according to the specific processing program 56 executed on the RAM 30.
[0159] Storage 32 stores the data generation model 58 and the emotion identification model 59. The data generation model 58 and the emotion identification model 59 are used by the identification processing unit 290. The identification processing unit 290 can estimate the user's emotions using the emotion identification model 59 and perform identification processing using the user's emotions. The emotion estimation function (emotion identification function) using the emotion identification model 59 performs various estimations and predictions regarding the user's emotions, including but not limited to these examples. Furthermore, emotion estimation and prediction also include, for example, emotion analysis.
[0160] In robot 414, specific processing is performed by processor 46. A specific program 60 is stored in storage 50. Processor 46 reads the specific program 60 from storage 50 and executes it on RAM 48. The specific processing is achieved by processor 46 acting as a control unit 46A according to the specific program 60 executed on RAM 48. Robot 414 also has data generation model 58 and emotion identification model 59, similar to those of the robot, and can perform processing similar to that of the specific processing unit 290 using these models.
[0161] Furthermore, other devices besides the data processing device 12 may also have the data generation model 58. For example, a server device may have the data generation model 58. In this case, the data processing device 12 obtains processing results (such as prediction results) using the data generation model 58 by communicating with the server device that has the data generation model 58. Also, the data processing device 12 may be a server device or a terminal device owned by the user (for example, a mobile phone, robot, home appliance, etc.).
[0162] The specific processing unit 290 transmits the result of the specific processing to the robot 414. In the robot 414, the control unit 46A causes the speaker 240 and the controlled object 443 to output the result of the specific processing. The microphone 238 acquires audio indicating user input for the result of the specific processing. The control unit 46A transmits the audio data indicating user input acquired by the microphone 238 to the data processing unit 12. In the data processing unit 12, the specific processing unit 290 acquires the audio data.
[0163] The data generation model 58 is a so-called generative AI. An example of a data generation model 58 is a generative AI such as ChatGPT. The data generation model 58 is obtained by performing deep learning on a neural network. The data generation model 58 is input with prompts containing instructions, and inference data such as audio data representing speech, text data representing text, and image data representing images (e.g., still image data or video data). The data generation model 58 infers from the input inference data according to the instructions indicated by the prompts, and outputs the inference result in one or more data formats such as audio data, text data, and image data. The data generation model 58 includes, for example, text generation AI, image generation AI, and multimodal generation AI. Here, inference refers to, for example, analysis, classification, prediction, and / or summarization. The specific processing unit 290 performs the specific processing described above using the data generation model 58. The data generation model 58 may be a fine-tuned model that outputs inference results from prompts that do not contain instructions, in which case the data generation model 58 can output inference results from prompts that do not contain instructions. In the data processing device 12, etc., there are multiple types of data generation models 58, and the data generation model 58 includes AI other than generative AI. AI other than generative AI includes, for example, linear regression, logistic regression, decision trees, random forests, support vector machines (SVM), k-means clustering, convolutional neural networks (CNN), recurrent neural networks (RNN), generative adversarial networks (GAN), or naive Bayes, and can perform various processes, but is not limited to these examples. Also, the AI may be an AI agent. Furthermore, when the processing of each part described above is performed by the AI, the processing may be performed by the AI in part or in whole, but is not limited to this example. Also, processing performed by an AI including a generative AI may be replaced by rule-based processing, and rule-based processing may be replaced by processing performed by an AI including a generative AI.
[0164] The data processing system 410 according to the fourth embodiment performs the same processing as the data processing system 10 according to the first embodiment. The processing by the data processing system 410 is performed by the specific processing unit 290 of the data processing device 12 or the control unit 46A of the robot 414, but it may also be performed by the specific processing unit 290 of the data processing device 12 and the control unit 46A of the robot 414. In addition, the specific processing unit 290 of the data processing device 12 acquires or collects information necessary for processing from the robot 414 or an external device, and the robot 414 acquires or collects information necessary for processing from the data processing device 12 or an external device.
[0165] Each of the multiple elements described above, including the collection unit, analysis unit, notification unit, and summary unit, is implemented in at least one of the robot 414 and the data processing unit 12. For example, the collection unit is implemented by the control unit 46A of the robot 414 and acquires messages using the API of each application. The analysis unit is implemented by the specific processing unit 290 of the data processing unit 12 and analyzes the collected messages using a generation AI. The notification unit is implemented by the control unit 46A of the robot 414 and immediately notifies of urgent or important matters. The summary unit is implemented by the specific processing unit 290 of the data processing unit 12 and creates a message summary using a generation AI. The correspondence between each unit and the device or control unit is not limited to the example described above and can be changed in various ways.
[0166] Furthermore, the emotion identification model 59, acting as an emotion engine, may determine the user's emotion according to a specific mapping. Specifically, the emotion identification model 59 may determine the user's emotion according to a specific mapping, which is an emotion map (see Figure 9). Similarly, the emotion identification model 59 may also determine the robot's emotion, and the identification processing unit 290 may perform identification processing using the robot's emotion.
[0167] Figure 9 shows the emotion map 400, in which multiple emotions are mapped. In the emotion map 400, emotions are arranged in concentric circles radiating from the center. The closer to the center of the concentric circles, the more primitive the emotions are located. Further out of the concentric circles, emotions representing states and actions arising from mental states are located. Emotion is a concept that includes feelings and mental states. On the left side of the concentric circles, emotions that are generally generated from reactions occurring in the brain are located. On the right side of the concentric circles, emotions that are generally induced by situational judgment are located. Above and below the concentric circles, emotions that are generally generated from reactions occurring in the brain and induced by situational judgment are located. In addition, the emotion of "pleasure" is located on the upper side of the concentric circles, and the emotion of "displeasure" is located on the lower side. Thus, in the emotion map 400, multiple emotions are mapped based on the structure in which emotions arise, and emotions that are likely to occur simultaneously are mapped close together.
[0168] These emotions are distributed at the 3 o'clock position on the Emotion Map 400, and usually fluctuate between feelings of security and anxiety. In the right half of the Emotion Map 400, situational awareness takes precedence over internal feelings, resulting in a calm impression.
[0169] The inside of the Emotion Map 400 represents inner thoughts, while the outside represents actions. Therefore, the further you go from the outside of the Emotion Map 400, the more visible (expressed in actions) your emotions become.
[0170] Here, human emotions are based on various balances, such as posture and blood sugar levels. When these balances deviate from the ideal, it results in discomfort, and when they approach the ideal, it results in pleasure. Similarly, in robots, cars, and motorcycles, emotions can be created based on various balances, such as posture and battery level. When these balances deviate from the ideal, it results in discomfort, and when they approach the ideal, it results in pleasure. The emotion map can be generated based, for example, on Dr. Mitsuyoshi's emotion map (Research on a system for analyzing brain physiological signals of speech emotion recognition and emotion, Tokushima University, doctoral dissertation: https: / / ci.nii.ac.jp / naid / 500000375379). The left half of the emotion map contains emotions belonging to a region called "response," where sensation is dominant. The right half of the emotion map contains emotions belonging to a region called "situation," where situational awareness is dominant.
[0171] The emotion map defines two emotions that promote learning. One is the emotion around the middle of the negative "repentance" and "reflection" on the situation side. In other words, it is when the robot experiences negative emotions such as "I never want to feel this way again" or "I don't want to be scolded again." The other is the emotion around the positive "desire" on the reaction side. In other words, it is when the robot has positive feelings such as "I want more" or "I want to know more."
[0172] The emotion identification model 59 inputs user input into a pre-trained neural network, obtains emotion values representing each emotion shown in the emotion map 400, and determines the user's emotion. This neural network is pre-trained based on multiple training data sets, which are combinations of user input and emotion values representing each emotion shown in the emotion map 400. Furthermore, this neural network is trained so that emotions located close together have similar values, as shown in the emotion map 900 in Figure 10. Figure 10 shows an example where multiple emotions such as "reassured," "calm," and "confident" have similar emotion values.
[0173] In the above embodiment, an example was given in which a specific process is performed by a single computer 22. However, the technology of this disclosure is not limited thereto, and a distributed processing method for the specific process may be used, which includes computer 22 and multiple other computers.
[0174] In the above embodiment, an example was given in which the specific processing program 56 is stored in the storage 32, but the technology of this disclosure is not limited thereto. For example, the specific processing program 56 may be stored in a portable, computer-readable, non-temporary storage medium such as a USB (Universal Serial Bus) memory. The specific processing program 56 stored in the non-temporary storage medium is installed in the computer 22 of the data processing device 12. The processor 28 executes specific processing according to the specific processing program 56.
[0175] Alternatively, the specific processing program 56 may be stored in a storage device such as a server connected to the data processing device 12 via the network 54, and the specific processing program 56 may be downloaded and installed on the computer 22 in response to a request from the data processing device 12.
[0176] Furthermore, it is not necessary to store the entirety of the specific processing program 56 in a storage device such as a server connected to the data processing device 12 via the network 54, or to store the entirety of the specific processing program 56 in the storage 32; it is acceptable to store only a portion of the specific processing program 56.
[0177] The following types of processors can be used as hardware resources to perform specific processing. Examples of processors include a CPU, a general-purpose processor that functions as a hardware resource to perform specific processing by executing software, i.e., a program. Other examples of processors include dedicated electrical circuits, such as FPGAs (Field-Programmable Gate Arrays), PLDs (Programmable Logic Devices), or ASICs (Application Specific Integrated Circuits), which have circuit configurations specifically designed to perform specific processing. All of these processors have built-in or connected memory, and all of them perform specific processing by using memory.
[0178] The hardware resource that performs a specific process may consist of one of these various processors, or it may consist of a combination of two or more processors of the same or different types (for example, a combination of multiple FPGAs, or a combination of a CPU and an FPGA). Alternatively, the hardware resource that performs a specific process may consist of a single processor.
[0179] Examples of configurations using a single processor include, firstly, a configuration in which one or more CPUs and software are combined to form a single processor, and this processor functions as a hardware resource that performs a specific process. Secondly, there is a configuration using a processor that realizes the functions of the entire system, including multiple hardware resources that perform a specific process, on a single IC chip, as exemplified by SoCs (System-on-a-chip). In this way, a specific process is realized using one or more of the above types of processors as hardware resources.
[0180] Furthermore, the hardware structure of these various processors can more specifically utilize electrical circuits that combine circuit elements such as semiconductor devices. Also, the specific processing described above is merely an example. Therefore, it goes without saying that unnecessary steps can be deleted, new steps added, or the processing order rearranged, as long as it does not deviate from the main purpose.
[0181] Furthermore, although the above-described examples were divided into four embodiments, some or all of these embodiments may be combined. Also, the smart device 14, smart glasses 214, headset terminal 314, and robot 414 are just examples, and they may be combined, or other devices may be used. Also, although the above-described examples were divided into two embodiments, Embodiment 1 and Embodiment 2, these may be combined.
[0182] The descriptions and illustrations presented above are detailed explanations of the technical aspects of this disclosure and are merely examples of the technical aspects. For example, the above descriptions of the structure, function, operation, and effect are examples of the structure, function, operation, and effect of the technical aspects of this disclosure. Therefore, it goes without saying that you may delete unnecessary parts, add new elements, or replace elements in the descriptions and illustrations presented above, as long as you do not deviate from the essence of the technical aspects of this disclosure. Furthermore, in order to avoid confusion and facilitate understanding of the technical aspects of this disclosure, explanations of common technical knowledge and other things that do not require special explanation to enable the implementation of the technical aspects of this disclosure have been omitted from the descriptions and illustrations presented above.
[0183] All documents, patent applications, and technical standards described herein are incorporated by reference to the same extent as if each individual document, patent application, and technical standard were specifically and individually noted to be incorporated by reference.
[0184] (Note 1) A collection unit that collects messages, An analysis unit analyzes the messages collected by the aforementioned collection unit, A notification unit that notifies of urgent or important matters identified by the aforementioned analysis unit, The system includes a summary unit that creates a summary of messages that were not identified by the analysis unit. A system characterized by the following features. (Note 2) The aforementioned collection unit is Collect messages using the API of each app. The system described in Appendix 1, characterized by the features described herein. (Note 3) The aforementioned collection unit is Collect messages using scraping techniques. The system described in Appendix 1, characterized by the features described herein. (Note 4) The aforementioned analysis unit, Using natural language processing techniques, the content of messages is analyzed to detect specific keywords and phrases. The system described in Appendix 1, characterized by the features described herein. (Note 5) The aforementioned analysis unit, Set specific criteria that users can customize. The system described in Appendix 1, characterized by the features described herein. (Note 6) The aforementioned notification unit, Use push notifications or email notifications to instantly notify us of urgent or important matters. The system described in Appendix 1, characterized by the features described herein. (Note 7) The summary section is, Summarize the content of the collected messages and create a summary. The system described in Appendix 1, characterized by the features described herein. (Note 8) The aforementioned collection unit is It estimates the user's emotions and adjusts the timing of message collection based on the estimated user emotions. The system described in Appendix 1, characterized by the features described herein. (Note 9) The aforementioned collection unit is Analyze the user's past message collection history and select the optimal collection method. The system described in Appendix 1, characterized by the features described herein. (Note 10) The aforementioned collection unit is When collecting messages, filtering is performed based on the user's current projects and areas of interest. The system described in Appendix 1, characterized by the features described herein. (Note 11) The aforementioned collection unit is It estimates the user's emotions and determines the priority of messages to collect based on the estimated user emotions. The system described in Appendix 1, characterized by the features described herein. (Note 12) The aforementioned collection unit is When collecting messages, the system prioritizes collecting highly relevant messages by considering the user's geographical location. The system described in Appendix 1, characterized by the features described herein. (Note 13) The aforementioned collection unit is When collecting messages, the system analyzes users' social media activity and collects relevant messages. The system described in Appendix 1, characterized by the features described herein. (Note 14) The aforementioned analysis unit, It estimates the user's emotions and adjusts the representation of the analysis based on the estimated user emotions. The system described in Appendix 1, characterized by the features described herein. (Note 15) The aforementioned analysis unit, During analysis, adjust the level of detail based on the importance of the messages. The system described in Appendix 1, characterized by the features described herein. (Note 16) The aforementioned analysis unit, During analysis, different analysis algorithms are applied depending on the message category. The system described in Appendix 1, characterized by the features described herein. (Note 17) The aforementioned analysis unit, It estimates the user's emotions and adjusts the length of the analysis based on the estimated user emotions. The system described in Appendix 1, characterized by the features described herein. (Note 18) The aforementioned analysis unit, During analysis, the priority of the analysis is determined based on when the messages were sent. The system described in Appendix 1, characterized by the features described herein. (Note 19) The aforementioned analysis unit, During analysis, the order of analysis is adjusted based on the relevance of the messages. The system described in Appendix 1, characterized by the features described herein. (Note 20) The aforementioned notification unit, It estimates the user's emotions and adjusts the notification method based on the estimated user emotions. The system described in Appendix 1, characterized by the features described herein. (Note 21) The aforementioned notification unit, When a notification is sent, adjust the level of detail based on the importance of the message. The system described in Appendix 1, characterized by the features described herein. (Note 22) The aforementioned notification unit, When sending notifications, different notification algorithms are applied depending on the message category. The system described in Appendix 1, characterized by the features described herein. (Note 23) The aforementioned notification unit, It estimates the user's emotions and adjusts the timing of notifications based on those emotions. The system described in Appendix 1, characterized by the features described herein. (Note 24) The aforementioned notification unit, When sending notifications, the system prioritizes notifications by considering the sender's attribute information. The system described in Appendix 1, characterized by the features described herein. (Note 25) The aforementioned notification unit, When sending notifications, the order of notifications will be adjusted based on the relevance of the messages. The system described in Appendix 1, characterized by the features described herein. (Note 26) The summary section is, It estimates the user's emotions and adjusts how the summary is presented based on those estimated emotions. The system described in Appendix 1, characterized by the features described herein. (Note 27) The summary section is, When creating a summary, adjust the level of detail in the summary based on the importance of the message. The system described in Appendix 1, characterized by the features described herein. (Note 28) The summary section is, When creating a summary, apply a different summary algorithm depending on the message category. The system described in Appendix 1, characterized by the features described herein. (Note 29) The summary section is, It estimates the user's emotions and adjusts the length of the summary based on the estimated emotions. The system described in Appendix 1, characterized by the features described herein. (Note 30) The summary section is, When creating a summary, prioritize the summaries based on when the messages were sent. The system described in Appendix 1, characterized by the features described herein. (Note 31) The summary section is, When creating a summary, adjust the order of the summaries based on the relevance of the messages. The system described in Appendix 1, characterized by the features described herein. [Explanation of Symbols]
[0185] 10, 210, 310, 410 Data Processing Systems 12 Data Processing Devices 14 Smart Devices 214 Smart Glasses 314 Headset-type terminal 414 Robots
Claims
1. A collection unit that collects messages, An analysis unit analyzes the messages collected by the aforementioned collection unit, A notification unit that notifies of urgent or important matters identified by the aforementioned analysis unit, The system includes a summary unit that creates a summary of messages that were not identified by the analysis unit, The aforementioned collection unit is When collecting messages using the API of each app, the system estimates the user's mood. If the estimated mood category is stress, the timing of message collection is delayed, prioritizing less important messages. If the mood category is relaxation, the system collects the messages in real time, ensuring that all messages are collected equally. A system characterized by the following features.
2. The aforementioned analysis unit, Using natural language processing techniques, the content of messages is analyzed to detect specific keywords and phrases. The system according to feature 1.
3. The aforementioned notification unit, Use push notifications or email notifications to instantly notify us of urgent or important matters. The system according to feature 1.
4. The summary section is, By inputting all messages that were not identified as urgent or important by the analysis unit into the generating AI by a predetermined periodic time, the generating AI is instructed to generate a summary of all the messages. The system according to feature 1.
Citation Information
Patent Citations
Communication system
JP1994046161A
System and method for distributing mail
JP2000299699A
Device, system, and method for electronic mail transmission and reception, program making computer implement electronic mail transmitting and receiving method, and computer-readable recording medium having the same program recorded
JP2002215543A
System, method and program for notifying electronic mail arrival and medium having its program recorded thereon
JP2002305553A
Method of transmitting notice of event, and computer and computer program of the same
JP2012133557A