WO2019111509A1 - 情報処理装置、情報処理方法およびプログラム - Google Patents

情報処理装置、情報処理方法およびプログラム Download PDF

Info

Publication number
WO2019111509A1
WO2019111509A1 PCT/JP2018/036390 JP2018036390W WO2019111509A1 WO 2019111509 A1 WO2019111509 A1 WO 2019111509A1 JP 2018036390 W JP2018036390 W JP 2018036390W WO 2019111509 A1 WO2019111509 A1 WO 2019111509A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
user
learning
online
database
Prior art date
Application number
PCT/JP2018/036390
Other languages
English (en)
French (fr)
Inventor
恒樹 高橋
マシュー ローレンソン
クリストファー ライト
デン ベルク ヤン ヤスパー ファン
Original Assignee
ソニー株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ソニー株式会社 filed Critical ソニー株式会社
Priority to CN201880063784.9A priority Critical patent/CN111164592A/zh
Priority to US16/652,382 priority patent/US20200294417A1/en
Priority to EP18884976.4A priority patent/EP3722972A1/en
Priority to JP2019558028A priority patent/JPWO2019111509A1/ja
Publication of WO2019111509A1 publication Critical patent/WO2019111509A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B19/00Teaching not covered by other main groups of this subclass
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education

Definitions

  • the present disclosure relates to an information processing device, an information processing method, and a program.
  • Non-Patent Document 1 In recent years, services using peer-to-peer databases such as block chain data disclosed in Non-Patent Document 1 below have been actively developed. For example, Bitcoin of Non-Patent Document 2 below, which uses block chain data for exchanging virtual currency, may be mentioned.
  • a service using a peer-to-peer database such as block chain data it is possible to prevent tampering of data managed by the peer-to-peer database and secure data authenticity.
  • social media functions as one of the main means by which a user accesses various information.
  • social media For example, according to recent research, 44% of Americans use Facebook (registered trademark) to obtain news information, and social media, especially for young users (for example, 18 to 24 years old). Is becoming an alternative to television broadcasting. From now on, this tendency is considered to become even more remarkable. Therefore, online information placed on social media has the possibility of being used as a teaching material for online learning.
  • the online information is used as a learning material for online learning
  • the online information is not provided with the online information suitable for achieving the purpose of the online learning.
  • the present disclosure has been made in view of the above problems, and the object of the present disclosure is to provide the user with more suitable online information to achieve any purpose (including learning purpose).
  • New and improved information processing apparatus, information processing method, and program that can be used to achieve any purpose (including learning purpose).
  • an acquisition unit for acquiring information on an arbitrary object and history information of a user registered in a P2P database, and providing online information to the user based on the information on the object and the history information
  • An information processing apparatus including: a control unit that controls
  • a computer-implemented information processing method comprising: controlling a provision.
  • a program for causing a computer to realize providing control is provided.
  • block chain data is data in which a plurality of blocks are included as if in a chain.
  • one or more target data may be stored as a transaction (transaction).
  • block chain data examples include block chain data used for exchanging data of virtual currency such as Bitcoin.
  • the block chain data used to exchange virtual currency data includes, for example, a hash of the immediately preceding block and a value called nonce.
  • the hash of the immediately preceding block is information used to determine whether or not the "right block" is correctly linked from the immediately preceding block.
  • a nonce is information used to prevent impersonation in authentication using a hash, and tampering is prevented by using the nonce.
  • the nonce includes, for example, a character string, a number string, or data indicating a combination thereof.
  • FIG. 2 is a diagram showing how target data is registered by the user A in the block chain system.
  • the user A digitally signs the target data to be registered in the block chain data, using the user A's private key. Then, user A broadcasts a transaction including the electronically signed target data on the P2P network. This ensures that the holder of the target data is user A.
  • FIG. 3 is a diagram showing how target data is migrated from user A to user B in the block chain system.
  • the user A electronically signs the transaction using the user A's private key, and includes the user B's public key in the transaction. This indicates that the target data has been transferred from user A to user B.
  • the user B may obtain the public key of the user A from the user A, and may obtain the electronically signed or encrypted target data.
  • block chain data used for exchanging existing virtual currency data such as Bitcoin block chain data by using, for example, side chain technology, other target data different from virtual currency. Can be included.
  • Embodiment> The above has outlined the peer-to-peer database. Subsequently, an embodiment of the present disclosure will be described.
  • Online learning is provided by various agencies and organizations and covers a wide range of topics and fields.
  • the on-line information suitable for achieving the purpose of on-line learning may not be provided to the user.
  • the user may not understand the on-line information well and may feel stressed.
  • the online information includes the same (or similar) content as the content learned by the user in the past, the user may feel stress about learning the content already understood.
  • the information processing system includes information on an arbitrary purpose (hereinafter referred to as “object information”), information on a method for achieving the purpose (hereinafter referred to as “method information”), and history information of a user Based on the provision of on-line information to the user.
  • object information information on an arbitrary purpose
  • method information information on a method for achieving the purpose
  • history information of a user Based on the provision of on-line information to the user.
  • the information processing system can control the provision of online information used for learning based on the target information on the learning purpose of the user, the method information on the method for achieving the learning purpose, and the history information on the user. it can.
  • learning purpose refers to learning courses offered in large-scale open online courses (MOOCs), learning courses offered at educational institutions (eg, universities or vocational schools etc.), or by other organizations It includes, but is not limited to, provided learning courses and the like.
  • the learning purpose may be any subject the user wants to learn (eg, math, physics, chemistry, biology, Japanese history, world history, English etc.), any category (eg, politics, economics, sports or entertainment etc.), It may be any thing including any technology (eg, communication technology or machine learning technology etc.) or any industry (eg, manufacturing industry, architecture, beauty or service etc.) and the like.
  • “purpose information” on the purpose of learning includes the details of the learning course (eg, topic of learning course, learning order, schedule (eg, learning date, learning time or deadline, etc.), lecturer, participation condition or cost, etc.) Including, but not limited to.
  • the purpose information may be details of learning desired by the user (other than learning course) (eg, topic, learning order, schedule (eg, learning date, learning time or deadline, etc.), lecturer or expenses, etc.) Good.
  • “method information” on the method for achieving the learning purpose is, for example, the type of learning method (eg, iterative learning, intensive learning, distributed learning, mutual learning, individual learning, group learning, competence education or learning pathways (learning) and so on) and details of each learning method (eg, for iterative learning, such as iterative intervals or the content of information to be iterated), but is not limited thereto.
  • type of learning method eg, iterative learning, intensive learning, distributed learning, mutual learning, individual learning, group learning, competence education or learning pathways (learning) and so on
  • details of each learning method eg, for iterative learning, such as iterative intervals or the content of information to be iterated
  • the “history information” is, for example, a user's learning achievement record registered by each educational institution (for example, a nursery school, a kindergarten, an elementary school, a junior high school, a high school, a university, a graduate school, a learning school, a preparatory school or a qualification school, etc.) It includes learning history information such as (for example, test results, records regarding acquisition units or acquisition qualifications, etc.) and user activity records (for example, records regarding club activities, student council activities, attendance status, etc.). Further, the learning history information includes information on contents (for example, online information learned by the user) learned by the user using the information processing system according to the present disclosure.
  • online information refers to any information placed online.
  • the online information includes, but is not limited to, any information (eg, news information, blog information, dissertation information, any information on social media, etc.) placed on the Internet.
  • online information also includes any information located on any network, such as an intranet.
  • the information processing system compares the comparison point model with a plurality of online information, and extracts online information having a feature similar to the comparison point model (similarity is larger than a predetermined value) as online information for provision. And provide to the user.
  • the information processing system according to the present disclosure can provide the user with more suitable online information in order to achieve the purpose of the online learning. More specifically, the information processing system according to the present disclosure can provide the user with more suitable online information in a more suitable order and timing without having the user search for suitable online information among many pieces of online information. Can be provided. In other words, the information processing system according to the present disclosure can provide the online information to the user so as to be synchronized with the schedule or the like of the learning course.
  • the information processing system prevents the user from being provided with online information that the user does not have prior knowledge, and includes online information including the same (or similar) content as the content learned by the user in the past. Can be prevented from being provided.
  • the information processing system according to the present disclosure can efficiently learn without causing the user to feel stress by providing more suitable online information.
  • the information processing system can cause the user to review past learning contents at a predetermined timing depending on the type of learning method (for example, repetitive learning etc.). You do not have to review the learning content.
  • the present disclosure may be applied to any system other than the above-described learning system.
  • a case where the present disclosure is applied to a learning system will be described, and then, as a modification, a case where the present disclosure is applied to another system will be described.
  • the information processing system includes an information providing device 100, a plurality of node devices 200 (in the figure, node devices 200a to 200d), and a user device 300. .
  • the plurality of node devices 200 are connected to the P2P network 400, respectively.
  • the information providing device 100 and the node device 200a are connected by the network 500a, and the information providing device 100 and the user device 300 are connected by the network 500b.
  • the configuration of the information processing system according to the present embodiment is not limited to the configuration of FIG. 4. For example, the number of devices constituting the information processing system may be changed as appropriate.
  • the information providing device 100 may be connected to node devices 200 other than the node device 200a.
  • the information providing apparatus 100 is an information processing apparatus that controls provision of online information to a user.
  • the information providing apparatus 100 analyzes the objective information, the method information, and the history information of the user acquired from the P2P database, and generates a comparison point model which is feature information of online information suitable for provision to the user.
  • the information providing apparatus 100 acquires online information by a predetermined method.
  • the information providing apparatus 100 periodically acquires news information and the like published on a predetermined site on the Internet.
  • the method of acquiring online information is not particularly limited. More specifically, the information providing apparatus 100 may obtain online information arranged in any area on any network at any time.
  • the information providing apparatus 100 compares the acquired online information with the comparison point model, and extracts online information having a feature (similarity is greater than a predetermined value) similar to the comparison point model as online information for provision. Prescribed label information is added.
  • the information providing apparatus 100 provides the user apparatus 300 with the online information to which the label information is added, whereby the user apparatus 300 provides the online information to the user.
  • the information providing apparatus 100 can provide the user with more suitable online information in a more suitable order and timing to achieve the learning purpose.
  • the information providing apparatus 100 can provide the user with online information so as to be synchronized with the schedule or the like of the learning course.
  • the type of the information providing apparatus 100 is not particularly limited.
  • the information providing apparatus 100 may be a general purpose computer, a PC (Personal Computer, a tablet PC, etc. may be arbitrary devices.
  • the node device 200 is an information processing device connected to the P2P network 400 and holding a P2P database. Then, the node device 200 registers information in the P2P database and acquires information from the P2P database. For registration of information, when the target information and the method information are set, the node device 200 receives these pieces of information from the information providing device 100 and registers them in the P2P database. In addition, the node device 200 receives, from the information providing device 100, learning history information including the learning situation and the like of the user (for example, the progress situation and the like in the learning course) and registers the information in the P2P database. These pieces of information are registered in the P2P database to ensure authenticity. The information registered in the P2P database by the node device 200 and the case registered are not limited to these.
  • the node device 200 is basically provided in the P2P database when registering information in the P2P database, acquiring information from the P2P database, etc. , Called “P2P database program”.
  • P2P database program By using the P2P database program, various processes other than virtual currency transactions such as, for example, Bitcoin etc. are realized according to predetermined rules.
  • the risk of the program being tampered with is reduced.
  • each node device 200 may have different functions.
  • a node device 200 for example, an ending peer etc.
  • a node device 200 for example, an ordering peer etc.
  • a node device 200 for example, Committing Peer etc. that registers information may be provided.
  • the P2P network 400 is a network in which a P2P database is distributed. As described above, by connecting to the P2P network 400, each node device 200 can update the P2P database while maintaining consistency with the P2P database held by the other node devices 200.
  • the type of P2P network 400 is not particularly limited.
  • the P2P network 400 may be of any type: a consortium type operated by multiple organizations, a private type operated by a single organization, or a public type that does not particularly limit participants.
  • the P2P network 400 may be realized by a dedicated line network such as an IP-VPN (Internet Protocol-Virtual Private Network).
  • IP-VPN Internet Protocol-Virtual Private Network
  • the P2P network 400 is realized by the public network such as the Internet, a telephone network, a satellite communication network, or various LANs (Local Area Networks) including Ethernet (registered trademark), WAN (Wide Area Network), etc. It is also good.
  • the P2P network 400 may be realized by a wireless communication network such as Wi-Fi (registered trademark) or Bluetooth (registered trademark).
  • the user device 300 is an information processing device used when a user performs online learning. More specifically, when starting the online learning, the user operates the user device 300 to set purpose information related to the learning purpose and method information related to the method for achieving the learning purpose. For example, the user device 300 enables setting of these pieces of information by displaying an input screen of these pieces of information.
  • the setting method of objective information and method information is not limited to this.
  • the user device 300 is a device that receives provision of on-line information from the information provision device 100.
  • the user device 300 receives online information determined by the information providing device 100 to be suitable for provision to the user, and displays the online information.
  • the method of providing online information to the user is not limited to this.
  • the user device 300 may provide the online information to the user by outputting the online information as an audio.
  • the type of the user device 300 is not particularly limited.
  • the user who uses the user device 300 is basically assumed to be an individual, but is not limited thereto.
  • the user includes any organization or any organization (e.g., a company, an association, a circle, etc.).
  • the user is given an ID as identification information, and information on the user is managed by the P2P database.
  • the user who sets the target information and the method information may be different from the user for whom the online information is provided.
  • a parent may set purpose information and method information and have a child learn using online information.
  • the network 500 is a network that connects between the node device 200 and the information providing device 100, and between the information providing device 100 and the user device 300. Note that, as with the P2P network 400, the communication method and the type of line used for the network 500 are not particularly limited.
  • the configuration example of the information processing system according to the present embodiment has been described above.
  • the above configuration described with reference to FIG. 4 is merely an example, and the configuration of the information processing system according to the present embodiment is not limited to the example.
  • part of the functions of the information providing device 100 may be provided in the node device 200 or the user device 300.
  • software for example, a WEB application using a predetermined API (Application Programming Interface) or the like
  • part of the functions of the node device 200 may be included in the information providing device 100 or the user device 300.
  • the information providing device 100 or the user device 300 may participate in the P2P network 400 and maintain the P2P database.
  • the configuration of the information processing system according to the present embodiment can be flexibly deformed according to the specification and the operation.
  • the information providing apparatus 100 includes a control unit 110, a storage unit 120, and a communication unit 130.
  • the control unit 110 includes a registration control unit 111, an acquisition unit 112, an analysis unit 113, and a provision control unit 114.
  • the analysis unit 113 includes a comparison point model generation unit 113a and an online information analysis unit 113b.
  • the storage unit 120 includes an online information storage unit 121.
  • the control unit 110 is a functional configuration that generally controls the overall processing performed by the information providing apparatus 100.
  • the control unit 110 can control start and stop of each component including an output unit (not shown) such as a display or a speaker by generating a control signal.
  • the control content of the control part 110 is not limited to this.
  • the control unit 110 may control processing generally performed in various servers, general-purpose computers, PCs, tablet PCs, and the like.
  • the registration control unit 111 is a functional configuration that controls registration of various information in a P2P database. For example, when the user sets the object information and the method information using the user device 300, the registration control unit 111 generates registration request information for requesting registration of the information provided from the user device 300 in the P2P database. And transmit to the node device 200. By this, these pieces of information are registered in the P2P database.
  • the registration control unit 111 may control registration of learning history information in a P2P database.
  • the registration control unit 111 when the user performs learning using online information, the registration control unit 111 generates registration request information that requests registration of learning history information (for example, the progress status in a learning course, etc.) in a P2P database. , And may be transmitted to the node device 200.
  • the information by which registration to P2P database is controlled is not limited to these.
  • the registration control unit 111 may control registration of job history information, action history information, purchase history information, and the like in a P2P database.
  • the acquisition unit 112 is a functional configuration that acquires various information. For example, when the online information is provided to the user, the acquisition unit 112 generates acquisition request information for requesting acquisition of the objective information, the method information, and the history information of the user stored in the P2P database, and the node device These information are acquired by transmitting to 200. Then, the acquisition unit 112 provides the acquired information to the analysis unit 113.
  • the acquisition unit 112 also acquires online information arranged on an arbitrary network.
  • the acquisition unit 112 acquires arbitrary online information (for example, news information, blog information, article information, arbitrary information on social media, and the like) arranged on the Internet.
  • the online information acquired by the acquisition unit 112 is not limited to these.
  • the timing at which the acquisition unit 112 acquires online information is not particularly limited.
  • the acquisition unit 112 may periodically acquire online information, or may acquire online information at the timing when information indicating that online information has been updated is obtained.
  • region on the network where the acquisition part 112 acquires online information is not specifically limited.
  • the acquisition unit 112 may acquire online information from a predetermined site.
  • the content of the acquired online information, the timing of acquiring the online information, and the area on the network where the online information is acquired may be set by the user or may be determined according to the learning course.
  • the acquisition unit 112 stores the acquired online information in the online information storage unit 121.
  • the analysis unit 113 includes the comparison point model generation unit 113a and the online information analysis unit 113b, and a functional configuration for outputting online information suitable for provision to the user by using these functional configurations. It is. Details of the functions of the comparison point model generation unit 113a and the online information analysis unit 113b will be described later.
  • the function of the analysis unit 113 is not limited to this.
  • the analysis unit 113 analyzes the objective information, the method information, and the history information of the user, and when the progress in the learning course is delayed compared to the schedule of the learning course, notifies the user to that effect by an arbitrary method. Or a process of changing a schedule may be realized.
  • the comparison point model generation unit 113a is a functional configuration that generates one or more comparison point models by analyzing the objective information, the method information, and the history information of the user acquired by the acquisition unit 112.
  • the comparison point model generation unit 113a analyzes the objective information to obtain details of the learning course, etc. (for example, the topic of the learning course, the learning order, the schedule (for example, the learning date, the learning time, the deadline, etc. ), Instructors, participation conditions or expenses etc.) can be recognized.
  • the comparison point model generation unit 113a analyzes the method information to determine the type of learning method (for example, iterative learning, intensive learning, distributed learning, mutual learning, individual learning, group learning, competence education or learning pathways ( etc.) and their details (eg, for iterative learning, such as repetition intervals or the content of information to be iterated).
  • the comparison point model generation unit 113a may recognize the learning situation or the like of the user (for example, the progress situation in the learning course, the amount and the quality of the knowledge for the learning contents, etc.) by analyzing the history information of the user. it can.
  • the history information to be analyzed is not limited to the learning history information. More specifically, the comparison point model generation unit 113a analyzes the history information (for example, job history information, action history information, purchase history information, etc.) other than the learning history information to obtain knowledge about the learning content of the user. You may recognize the amount and quality of
  • the comparison point model generation unit 113a generates one or more comparison point models based on the analysis result.
  • the comparison point model generation unit 113a may generate two or more comparison point models ordered to correspond to the learning order of the learning course.
  • the information included in the comparison point model may be a category or a degree of difficulty of online information suitable for provision to the user, and is not limited thereto.
  • the comparison point model generation unit 113a does not have to generate a comparison point model using all of the objective information, the method information, and the history information. For example, the comparison point model generation unit 113a may generate the comparison point model based on only the target information and the history information except for the method information. Further, the comparison point model generation unit 113a may generate the comparison point model using only the target information.
  • the comparison point model generation unit 113a may also generate a comparison point model using information other than the target information, the method information, and the history information. For example, the comparison point model generation unit 113a generates a comparison point model also using any information that can determine the appropriateness as information used for learning, such as information related to the reliability of online information. Good. By this, the comparison point model generation unit 113a can prevent the user from being provided with online information including erroneous information. The information used to generate the comparison point model is not limited to these. The comparison point model generation unit 113a provides the generated comparison point model to the online information analysis unit 113b.
  • the on-line information analysis unit 113 b is a functional configuration that extracts on-line information suitable for provision to the user using the comparison point model. More specifically, first, the online information analysis unit 113b performs various analyzes in accordance with the type of online information. For example, when the online information includes text information, the online information analysis unit 113b performs known text analysis processing to extract words included in the online information, and based on these words, a comparison point model is extracted. Extract comparable information (eg, category or difficulty level etc.). In addition, when the online information includes various information such as image information, moving image information, and audio information, the online information analysis unit 113b performs known image analysis processing, moving image analysis processing, audio analysis processing, and the like. Extract information that can be compared with the comparison point model. In addition, when the information that can be compared with the comparison point model is included in the online information, the online information analysis unit 113b may omit the analysis of the online information.
  • the online information analysis unit 113b may omit the analysis of the online information.
  • the on-line information analysis unit 113b compares the information extracted from the on-line information with the comparison point model, and calculates the degree of similarity with each other. Then, the on-line information analysis unit 113b extracts on-line information having a feature whose degree of similarity with the comparison point model is larger than a predetermined value as on-line information for provision, and adds label information. The online information analysis unit 113b may change the label information to be added to the online information according to the degree of similarity. As a result, the online information analysis unit 113b can preferentially provide the user with online information having a higher degree of similarity.
  • the online information analysis unit 113b may edit the online information as appropriate. For example, the online information analysis unit 113b may perform processing such as cutting out a group of portions having a feature whose degree of similarity with the comparison point model is larger than a predetermined value from the online information. This may provide the user with more suitable online information.
  • the on-line information analysis unit 113 b provides the on-line information to which the label information is added to the provision control unit 114.
  • the provision control unit 114 is a functional configuration that controls provision of online information to the user.
  • the provision control unit 114 may provide only the online information having the highest similarity to the comparison point model to the user.
  • the provision control unit 114 may provide the user with all of the online information to which the label information is added (in other words, the online information having a feature whose degree of similarity to the comparison point model is larger than a predetermined value).
  • the provision control unit 114 may provide the online information in a state of indicating the similarity, or may rearrange and provide the online information in descending order of the similarity.
  • the provision control unit 114 may provide the user with the online information to which the label information is added in a state of being mixed with the other online information. For example, when the user is accessing a news site on the Internet, the provision control unit 114 may provide the user with the news information to which the label information is added in a state of being mixed with the news information that is not the other. . Thus, the provision control unit 114 can allow the user to more naturally view the online information to which the label information has been added.
  • the control content regarding provision of online information is not limited above. For example, the provision control unit 114 may change the number of pieces of online information provided at one time for each user.
  • the online information storage unit 121 is a functional configuration that stores online information acquired from an arbitrary network by the acquisition unit 112. More specifically, the on-line information storage unit 121 stores any on-line information and the like (for example, news information, blog information, article information, and any information on social media) disposed on the Internet. Further, the online information storage unit 121 may distinguish and manage the online information provided to the user and the other online information among the acquired online information. By this, the information providing apparatus 100 can grasp the learning situation and the like of the user (for example, the progress situation and the like in the learning course).
  • the online information stored in the online information storage unit 121 is not limited to these.
  • the communication unit 130 is a functional configuration that controls various communications with the node device 200 and the user device 300. For example, when the on-line information to be provided is determined, the communication unit 130 receives the target information, the method information, and the history information of the user from the node device 200. Then, after the on-line information to be provided is determined, the communication unit 130 transmits the control information and the on-line information used for the provision to the user device 300. In addition, the communication unit 130 transmits, to the node device 200, learning history information including the learning situation and the like of the user (eg, the progress situation and the like in the learning course). In addition, the information which the communication part 130 communicates, and the case where it communicates are not limited to these.
  • the functional configuration example of the information providing apparatus 100 has been described above.
  • the above functional configuration described using FIG. 5 is merely an example, and the functional configuration of the information providing apparatus 100 is not limited to such an example.
  • the information providing apparatus 100 may not necessarily include all of the functional configurations shown in FIG.
  • the functional configuration of the information providing apparatus 100 can be flexibly deformed according to the specification and the operation.
  • the node device 200 includes a control unit 210, a storage unit 220, and a communication unit 230. Further, the control unit 210 includes a registration control unit 211 and an acquisition unit 212. Further, the storage unit 220 includes a P2P database 221, and the P2P database 221 is provided with a P2P database program 222.
  • the control unit 210 is a functional configuration that generally controls the overall processing performed by the node device 200.
  • the control unit 210 can control start and stop of each component including an output unit (not shown) such as a display or a speaker by generating a control signal.
  • the control content of the control part 210 is not limited to these.
  • the control unit 210 may control processing generally performed in various servers, general-purpose computers, PCs, tablet PCs, and the like.
  • the registration control unit 211 is a functional configuration that controls registration of various information in the P2P database 221. For example, when the target information and the method information are set, the registration control unit 211 registers the information provided from the information providing apparatus 100 in the P2P database 221.
  • the registration control unit 211 may control the registration of learning history information including the learning situation and the like of the user (for example, the progress situation and the like in the learning course) in the P2P database 221.
  • the registration control unit 211 registers the learning history information provided from the information providing device 100 in the P2P database 221.
  • the information registered in the P2P database 221 by the registration control unit 211 and the case registered are not limited to these.
  • the registration control unit 211 may register job history information, action history information, purchase history information, and the like other than learning history information in the P2P database 221.
  • the storage unit 220 is a functional configuration that stores various types of information.
  • the storage unit 220 stores programs or parameters used by each functional configuration of the node device 200.
  • stores is not limited to these.
  • the P2P database program 222 is a predetermined program provided in the P2P database 221 and executed on the P2P database 221. By using the P2P database program 222, various processes other than virtual currency transactions such as, for example, Bitcoin etc. are realized while maintaining consistency according to predetermined rules. Also, by providing the P2P database program 222 in the P2P database 221, the risk that the program is tampered with is reduced.
  • the P2P database program 222 is a chain code in the Hyperledger, but is not limited thereto. For example, the P2P database program 222 may refer to a smart contract.
  • the P2P database program 222 can implement the entire process performed on the P2P database 221.
  • the P2P database program 222 can realize acquisition processing of various information, registration processing of various information, and the like performed by accessing the P2P database 221.
  • the process implemented by the P2P database program 222 is not limited to the above.
  • the development language of the P2P database program 222 or the number of P2P database programs 222 provided on the P2P database 221 is not particularly limited.
  • the communication unit 230 is a functional configuration that controls various communications with the information providing device 100 and other node devices 200. For example, when the target information and the method information are set, the communication unit 230 receives the information from the information providing apparatus 100. In addition, in providing the online information to the user, the communication unit 230 transmits the target information, the method information, and the history information of the user acquired from the P2P database 221 to the information providing apparatus 100. When various types of history information are generated by the information providing apparatus 100, the communication unit 230 receives various types of history information from the information providing apparatus 100. In addition, the information which the communication part 230 communicates, and the case where it communicates are not limited to these.
  • the functional configuration of the node device 200 has been described.
  • the above functional configuration described using FIG. 6 is merely an example, and the functional configuration of the node device 200 is not limited to such an example.
  • the node device 200 may not necessarily include all of the functional configurations shown in FIG.
  • the functional configuration of the node device 200 can be flexibly deformed in accordance with the specifications and the operation.
  • the user device 300 includes a control unit 310, an input unit 320, an output unit 330, a storage unit 340, and a communication unit 350.
  • the input unit 320 is a functional configuration that receives an input from the user.
  • the input unit 320 includes input means such as a mouse, a keyboard, a touch panel, a button, a switch, and a microphone, and the user uses the input means to set target information or method information and use online information. It can do learning etc.
  • the input unit 320 provides the control unit 310 with the input content.
  • the input means provided in the input unit 320 is not particularly limited.
  • the output unit 330 is a functional configuration that outputs various information.
  • the output unit 330 includes a display unit such as a display or an audio output unit such as a speaker, and displays online information or the like on the display or the like based on the control of the control unit 310. Do.
  • the output unit provided in the output unit 330 is not particularly limited.
  • the storage unit 340 is a functional configuration that stores various types of information.
  • the storage unit 340 stores target information, method information, user history information, online information and the like, and stores a program or a parameter used by each functional configuration of the user device 300. Note that the information stored in the storage unit 340 is not limited to these.
  • the communication unit 350 is a functional configuration that controls various communications with the information providing device 100. For example, when the target information and the method information are set, the communication unit 350 transmits the information to the information providing apparatus 100. In addition, when the user learns using the online information, the communication unit 350 receives the online information and the control information used for providing the information from the information providing apparatus 100. In addition, the information which the communication part 350 communicates, and the case where it communicates are not limited to these.
  • the example of the functional configuration of the user apparatus 300 has been described above.
  • the above functional configuration described using FIG. 7 is merely an example, and the functional configuration of the user apparatus 300 is not limited to such an example.
  • the user device 300 may not necessarily include all of the functional configurations shown in FIG. 7.
  • the functional configuration of the user apparatus 300 can be flexibly deformed according to the specification and the operation.
  • FIG. 8 is a flow chart showing an example of the flow of processing for providing online information to the user.
  • the user operates the input unit 320 of the user device 300 in step S1000 to set target information and method information.
  • the communication unit 350 transmits the target information and the method information to the information providing apparatus 100.
  • the registration control unit 111 of the information providing device 100 generates registration request information for requesting registration of the object information and the method information in the P2P database 221, and the communication unit 130 transmits the information to the node device 200.
  • the registration control unit 211 of the node device 200 registers the object information and the method information in the P2P database 221.
  • the acquisition unit 112 of the information providing apparatus 100 acquires the objective information, the method information, and the history information of the user stored in the P2P database 221 in step S1016.
  • the acquisition request information to be requested is generated, and the communication unit 130 transmits the information to the node device 200.
  • the acquisition unit 212 of the node device 200 acquires, from the P2P database 221, the target information, the method information, and the history information of the user.
  • the communication unit 230 transmits these pieces of information to the information providing apparatus 100.
  • the comparison point model generation unit 113a of the information providing device 100 generates a comparison point model by analyzing the target information, the method information, and the history information of the user provided from the node device 200.
  • the online information analysis unit 113b analyzes the online information to extract information that can be compared with the comparison point model, compares the information with the comparison point model, and calculates the mutual similarity. Then, the on-line information analysis unit 113b extracts on-line information having a feature whose degree of similarity with the comparison point model is larger than a predetermined value as on-line information for provision, and adds predetermined label information.
  • step S1036 the provision control unit 114 determines on-line information to be provided to the user based on the label information, generates the on-line information and control information used for the provision thereof, and the communication unit 130 transmits the information to the user device 300.
  • the control unit 310 of the user device 300 controls the output unit 330 such as a display or a speaker based on the control information to realize the output of the on-line information.
  • step S1044 the registration control unit 111 of the information providing device 100 generates registration request information for requesting registration of learning history information including the learning situation of the user (for example, the progress situation in the learning course) in the P2P database 221. Then, the communication unit 130 transmits these pieces of information to the node device 200.
  • step S1048 the registration control unit 211 of the node device 200 registers the learning history information provided from the information providing device 100 in the P2P database 221, and the series of processing ends.
  • each step in the flowchart shown in FIG. 8 does not have to be processed chronologically in the order described. That is, the steps in the flowchart may be processed in an order different from the order described or in parallel.
  • the information providing apparatus 100 according to the modification is an information processing apparatus for providing online information for sales promotion of an arbitrary product or service
  • the user apparatus 300 according to the modification is a sales target person such as the product or the like. It is assumed that the information processing apparatus to be used. Then, the information providing device 100 controls provision of online information for sales promotion to the user device 300 based on the purpose information, the method information, and the history information of the user.
  • the purpose information according to the modification includes, for example, information on the sales purpose (or sales target) of an arbitrary product etc. (for example, details of the product etc., target sales, target sales volume or target schedule etc.) , May be set by the operator.
  • the contents of the purpose information and the setter are not limited to this.
  • the purpose information may be set by the sales target person.
  • the method information according to the modification may be, for example, the type of any sales method (for example, new pioneering sales, existing customer sales, competitive contrast sales (compare the target product with the competitive product and then sell the target product) Problem-based sales (how to raise the problem and then operate the target product to solve the problem) or repetitive business (how to repeat the same user multiple times) And details of each sales method (e.g., for competitive sales, names of competitive products, contents to be compared, etc.), and can be set by the business.
  • the contents of the method information and the setter are not limited to this.
  • the method information may be set by the sales target person, or may be determined in advance according to the product or the like.
  • the other contents are the same as those of the above-described embodiment, and thus the description thereof is omitted.
  • the information providing apparatus 100 can provide the sales target person with more suitable online information in order to sell any desired product or the like. More specifically, the information providing apparatus 100 is targeted for sales in a more suitable order and timing of more suitable online information, without having the business person search for the online information suitable for sales from among a lot of online information. It is possible to provide efficient sales because it can be provided to In other words, the information providing apparatus 100 can provide the user with online information in synchronization with the target schedule and the like.
  • the information providing apparatus 100 controls the provision of the on-line information.
  • the P2P database program 222 of the node device 200 may control the provision of the on-line information.
  • the P2P database program 222 generates a comparison point model based on the objective information, the method information, and the history information of the user registered in the P2P database 221. Then, the P2P database program 222 compares the comparison point model with the plurality of online information, and extracts online information having a feature (similarity is larger than a predetermined value) similar to the comparison point model as online information for provision. It may be provided to the user device 300. In this case, it is assumed that the node device 200 acquires the on-line information used for the processing by an arbitrary method.
  • the process of providing online information can be automated by the P2P database program 222. Further, since the P2P database program 222 has tamper resistance, it is possible to prevent falsification of information (for example, comparison point model, provision history of online information, etc.) output by a series of processes. In addition, the P2P database program 222 may realize the processing of various variations described above.
  • the information processing apparatus 900 includes, for example, an MPU 901, a ROM 902, a RAM 903, a recording medium 904, an input / output interface 905, an operation input device 906, a display device 907, and a communication interface 908. Further, the information processing apparatus 900 connects the respective constituent elements by, for example, a bus 909 as a data transmission path.
  • the MPU 901 includes, for example, one or more processors configured by arithmetic circuits such as MPU, various processing circuits, and the like, and the control unit 110 of the information providing device 100, the control unit 210 of the node device 200, or the user device It functions as the control unit 310 of 300.
  • the control unit 110 of the information providing device 100, the control unit 210 of the node device 200, or the control unit 310 of the user device 300 is a dedicated (or general-purpose) circuit (for example, MPU 901) capable of realizing the various processes described above.
  • the processor may be configured separately from the processor
  • the ROM 902 stores programs used by the MPU 901, control data such as calculation parameters, and the like.
  • the RAM 903 temporarily stores, for example, a program executed by the MPU 901.
  • the recording medium 904 functions as the storage unit 120 of the information providing apparatus 100, the storage unit 220 of the node apparatus 200, or the storage unit 340 of the user apparatus 300, and for example, online information, purpose information, method information, user history information, etc. It stores various data such as data related to information processing according to the present embodiment and various programs.
  • examples of the recording medium 904 include a magnetic recording medium such as a hard disk, and a non-volatile memory such as a flash memory. Also, the recording medium 904 may be detachable from the information processing apparatus 900.
  • the input / output interface 905 connects, for example, the operation input device 906 and the display device 907.
  • the input / output interface 905 for example, a USB (Universal Serial Bus) terminal, a DVI (Digital Visual Interface) terminal, an HDMI (High-Definition Multimedia Interface) (registered trademark) terminal, various processing circuits, and the like can be given.
  • USB Universal Serial Bus
  • DVI Digital Visual Interface
  • HDMI High-Definition Multimedia Interface
  • the operation input device 906 is provided, for example, on the information processing apparatus 900, and is connected to the input / output interface 905 inside the information processing apparatus 900.
  • Examples of the operation input device 906 include a keyboard, a mouse, a keypad, a touch panel, a microphone, an operation button, a rotary selector such as a direction key or a jog dial, or a combination thereof.
  • the operation input device 906 functions as the input unit 320 of the user device 300.
  • the display device 907 is provided, for example, on the information processing apparatus 900, and is connected to the input / output interface 905 inside the information processing apparatus 900.
  • Examples of the display device 907 include a liquid crystal display (Liquid Crystal Display) and an organic EL display (Organic Electro-Luminescence Display).
  • the display device 907 functions as the output unit 330 of the user device 300.
  • the input / output interface 905 can also be connected to an external operation input device of the information processing apparatus 900 or an external device such as an external display device.
  • the display device 907 may be a device capable of display and user operation, such as a touch panel, for example.
  • the communication interface 908 is a communication unit included in the information processing apparatus 900, and functions as the communication unit 130 of the information providing apparatus 100, the communication unit 230 of the node apparatus 200, or the communication unit 350 of the user apparatus 300.
  • the communication interface 908 may have a function of performing wireless or wired communication with any external device such as a server via (or directly with) any network.
  • a communication antenna and an RF (Radio Frequency) circuit wireless communication
  • an IEEE 802.15.1 port and a transmitting / receiving circuit wireless communication
  • an IEEE 802.11 port and a transmitting / receiving circuit wireless communication
  • LAN Local Area Network
  • the hardware configuration of the information processing apparatus 900 is not limited to the configuration shown in FIG.
  • the information processing apparatus 900 may not include the communication interface 908 when performing communication via the connected external communication device.
  • the communication interface 908 may be configured to be able to communicate by a plurality of communication methods.
  • the information processing apparatus 900 may not include the operation input device 906 or the display device 907, for example.
  • part or all of the configuration illustrated in FIG. 9 may be realized by one or more integrated circuits (ICs).
  • the information processing system can achieve any purpose based on purpose information on any purpose, method information on a method for achieving the purpose, and history information of the user. More suitable online information can be provided to the user in more suitable order and timing.
  • the control unit controls the provision of the online information to the user to assist the user in achieving the purpose.
  • the acquisition unit also acquires information on a method for achieving the purpose, The control unit controls provision of the online information based also on information on the method.
  • Information on the purpose or information on the method is registered in the P2P database, The information processing apparatus according to (3).
  • the control unit is provided in the P2P database and controls provision of the on-line information using a predetermined program executed on the P2P database.
  • the information processing apparatus according to (4).
  • the control unit generates feature information of online information suitable for provision based on the information on the purpose and the history information, and controls provision of the on-line information based on the feature information.
  • the information processing apparatus according to any one of (1) to (5).
  • the information on the purpose is information on a learning course, and includes information on a topic, a learning order or a schedule of the learning course.
  • the information processing apparatus according to any one of (1) to (6).
  • the history information includes learning history information, job history information, action history information, or purchasing history information.
  • the learning history information includes information on the progress in the learning course.
  • the information processing apparatus includes news information published on the Internet, blog information, thesis information, or any information in social media.
  • the information processing apparatus according to any one of (1) to (8).
  • the P2P database is block chain data, The information processing apparatus according to any one of (1) to (9).
  • (11) Obtaining information on an arbitrary purpose and history information of users registered in the P2P database; Controlling provision of on-line information to the user based on the information related to the purpose and the history information.
  • An information processing method implemented by a computer (12) Obtaining information on an arbitrary purpose and history information of users registered in the P2P database; Controlling provision of on-line information to the user based on the information on the purpose and the history information; A program to make a computer realize.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Primary Health Care (AREA)
  • Health & Medical Sciences (AREA)
  • Educational Administration (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Educational Technology (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computing Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

【課題】任意の目的を達成するために、より適したオンライン情報をユーザに提供することを可能にする。 【解決手段】任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得する取得部と、前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御する制御部と、を備える、情報処理装置が提供される。

Description

情報処理装置、情報処理方法およびプログラム
 本開示は、情報処理装置、情報処理方法およびプログラムに関する。
 近年、以下の非特許文献1に開示されているブロックチェーンデータをはじめとしたピアツーピアデータベースを使用するサービスが盛んに開発されている。例えば、仮想通貨のやり取りにブロックチェーンデータを使用する、以下の非特許文献2のBitcoin等が挙げられる。ブロックチェーンデータをはじめとしたピアツーピアデータベースを使用するサービスにおいては、ピアツーピアデータベースにて管理されているデータの改ざん等を防ぎ、データの真正性を担保することができる。
 さて、ここで、近年の技術発展に伴い、オンライン学習の利用者が増加している。オンライン学習は、様々な機関および組織によって提供され、広範囲のトピックおよび分野に対応している。例えば、マサチューセッツ工科大学、ハーバード大学およびオックスフォード大学を含む多くの有名な大学が、無料または安価にオンライン学習をすることができる大規模オープン・オンライン・コース(MOOC:Massive Open Online Course)を提供している。ユーザは、当該大規模オープン・オンライン・コースにて、所望の学習コースを選択しオンライン学習を行うことで自らの能力を向上させることができる。
 また、別の観点からは、インターネットの利用者数の増加に伴い、近年、SNSを含むソーシャルメディアの利用者数が増加し続けている。それによって、ソーシャルメディアは、ユーザが各種情報へアクセスする際の主要な手段の一つとして機能している。例えば、近年の研究によれば、アメリカ人の44%がfacebook(登録商標)を用いてニュース情報を取得しており、特に若年層(例えば、18歳~24歳)のユーザにとっては、ソーシャルメディアがテレビ放送に代わる存在になりつつある。今後、この傾向は、より一層顕著になると考えられている。そのため、ソーシャルメディア上に配置されたオンライン情報は、オンライン学習の教材として使用される可能性を有している。
Melanie Swan,"Blockchain",(米),O’Reilly Media, 2015-01-22 Andreas M.Antonopoulos,"Mastering Bitcoin",(米),O’Reilly Media, 2014-12-01
 ここで、オンライン情報がオンライン学習の教材として使用される場合、オンライン学習の目的の達成に適したオンライン情報がユーザに提供されない可能性がある。例えば、ユーザが、多くのオンライン情報の中から教材として適したオンライン情報を探索することは容易ではない。
 そこで、本開示は、上記問題に鑑みてなされたものであり、本開示の目的とするところは、任意の目的(学習目的を含む)を達成するために、より適したオンライン情報をユーザに提供することが可能な、新規かつ改良された情報処理装置、情報処理方法およびプログラムを提供することにある。
 本開示によれば、任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得する取得部と、前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御する制御部と、を備える、情報処理装置が提供される。
 また、本開示によれば、任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得することと、前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御することと、を有する、コンピュータにより実行される情報処理方法が提供される。
 また、本開示によれば、任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得することと、前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御することと、をコンピュータに実現させるためのプログラムが提供される。
 以上説明したように本開示によれば、任意の目的を達成するために、より適したオンライン情報をユーザに提供することが可能となる。
 なお、上記の効果は必ずしも限定的なものではなく、上記の効果とともに、または上記の効果に代えて、本明細書に示されたいずれかの効果、または本明細書から把握され得る他の効果が奏されてもよい。
ピアツーピアデータベースの一種であるブロックチェーンデータの概要について説明する図である。 ピアツーピアデータベースの一種であるブロックチェーンデータの概要について説明する図である。 ピアツーピアデータベースの一種であるブロックチェーンデータの概要について説明する図である。 本実施形態に係る情報処理システムの構成例について説明する図である。 本実施形態に係る情報提供装置100の機能構成例を示すブロック図である。 本実施形態に係るノード装置200の機能構成例を示すブロック図である。 本実施形態に係るユーザ装置300の機能構成例を示すブロック図である。 オンライン情報の提供処理の流れの一例を示すフローチャートである。 本実施形態に係る情報提供装置100、ノード装置200またはユーザ装置300を実現する情報処理装置900のハードウェア構成例を示すブロック図である。
 以下に添付図面を参照しながら、本開示の好適な実施の形態について詳細に説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略する。
 なお、説明は以下の順序で行うものとする。
 1.ピアツーピアデータベースの概要
 2.実施形態
  2.1.概要
  2.2.システム構成例
  2.3.情報提供装置100の機能構成例
  2.4.ノード装置200の機能構成例
  2.5.ユーザ装置300の機能構成例
  2.6.処理の流れ
 3.変形例
  3.1.学習システム以外への適用
  3.2.P2Pデータベースプログラム222によるオンライン情報の提供
 4.ハードウェア構成例
 5.まとめ
  <1.ピアツーピアデータベースの概要>
 本開示の一実施形態について説明する前に、まず、ピアツーピアデータベースの概要について説明する。
 本実施形態に係る情報処理システムでは、ピアツーピアネットワークに流通している分散型のピアツーピアデータベースが利用される。なお、ピアツーピアネットワークは、ピアツーピア型分散ファイルシステムと呼ばれる場合もある。以下では、ピアツーピアネットワークを「P2Pネットワーク」、ピアツーピアデータベースを「P2Pデータベース」と示す場合がある。P2Pデータベースの例として、P2Pネットワークに流通しているブロックチェーンデータが利用される場合がある。よって最初に、一例として、ブロックチェーンシステムの概要について説明する。
 図1に示すように、ブロックチェーンデータは、複数のブロックがあたかも鎖のように連なって含まれるデータである。それぞれのブロックには、1または2以上の対象データが、トランザクション(取引)として格納されうる。
 ブロックチェーンデータとしては、例えば、Bitcoin等の仮想通貨のデータのやり取りに用いられるブロックチェーンデータが挙げられる。仮想通貨のデータのやり取りに用いられるブロックチェーンデータには、例えば、直前のブロックのハッシュと、ナンスと呼ばれる値が含まれる。直前のブロックのハッシュは、直前のブロックから正しく連なる、「正しいブロック」であるか否かを判定するために用いられる情報である。ナンスは、ハッシュを用いた認証においてなりすましを防ぐために用いられる情報であり、ナンスを用いることによって改ざんが防止される。ナンスとしては、例えば、文字列、数字列、あるいは、これらの組み合わせを示すデータ等が挙げられる。
 また、ブロックチェーンデータでは、各トランザクションのデータに暗号鍵を用いた電子署名が付与されることによって、なりすましが防止される。また、各トランザクションのデータは公開され、P2Pネットワーク全体で共有される。なお、各トランザクションのデータは暗号鍵を用いて暗号化されてもよい。
 図2は、ブロックチェーンシステムにおいて、対象データがユーザAによって登録される様子を示す図である。ユーザAは、ブロックチェーンデータに登録する対象データを、ユーザAの秘密鍵を用いて電子署名する。そしてユーザAは、電子署名された対象データを含むトランザクションをP2Pネットワーク上にブロードキャストする。これによって、対象データの保有者がユーザAであることが担保される。
 図3は、ブロックチェーンシステムにおいて、対象データがユーザAからユーザBに移行される様子を示す図である。ユーザAは、トランザクションにユーザAの秘密鍵を用いて電子署名を行い、またトランザクションにユーザBの公開鍵を含める。これにより、対象データがユーザAからユーザBに移行されたことが示される。また、ユーザBは、対象データの取引に際して、ユーザAからユーザAの公開鍵を取得し、電子署名された、または暗号化された対象データを取得してもよい。
 また、ブロックチェーンシステムでは、例えばサイドチェイン技術を利用することによって、Bitcoinのブロックチェーンデータなどの、既存の仮想通貨のデータのやり取りに用いられるブロックチェーンデータに、仮想通貨とは異なる他の対象データを含めることが可能である。
  <2.実施形態>
 上記では、ピアツーピアデータベースの概要について説明した。続いて、本開示の一実施形態について説明する。
 (2.1.概要)
 まず、本開示の概要について説明する。
 上記のとおり、近年の技術発展に伴い、オンライン学習の利用者が増加している。オンライン学習は、様々な機関および組織によって提供され、広範囲のトピックおよび分野に対応している。
 また、別の観点からは、インターネットの利用者数の増加に伴い、近年、SNSを含むソーシャルメディアの利用者数が増加し続けている。それによって、ソーシャルメディアは、ユーザが各種情報へアクセスする際の主要な手段の一つとして機能している。そのため、ソーシャルメディア上に配置されたオンライン情報は、オンライン学習の教材として使用される可能性を有している。
 ここで、上記の通り、オンライン情報がオンライン学習の教材として使用される場合、オンライン学習の目的の達成に適したオンライン情報がユーザに提供されない可能性がある。例えば、ユーザが、多くのオンライン情報の中から教材として適したオンライン情報を探索することは容易ではない。また、探索には相当の時間を要する。さらに、ユーザがオンライン情報を理解するために必要な事前知識を有していない場合、ユーザは当該オンライン情報をよく理解することができずストレスを感じる可能性がある。また、ユーザが過去に学習した内容と同一(または類似)の内容がオンライン情報に含まれる場合、ユーザは、既に理解している内容を再び学習することに対してストレスを感じる可能性がある。
 また、学習するトピックが多いほど、ユーザは、新たなトピックを学習している間に、別のトピックに関する過去の学習内容を忘れ易くなる。したがって、ユーザは、自発的に過去の学習内容を復習することが求められる。
 さらに、仕事や家庭等の都合によって、ユーザが継続的に学習に時間を割くことが困難になる場合がある。換言すると、上記のように、ユーザが自ら適したオンライン情報を探索したり、自発的に過去の学習内容を復習したりすること等が困難になる場合がある。
 本件の開示者は、上記事情に鑑み、本開示を創作するに至った。本開示に係る情報処理システムは、任意の目的に関する情報(以降、「目的情報」と呼称する)、当該目的を達成する方法に関する情報(以降、「方法情報」と呼称する)およびユーザの履歴情報に基づいて、ユーザに対するオンライン情報の提供を制御することができる。
 すなわち、本開示に係る情報処理システムは、ユーザの学習目的に関する目的情報、学習目的を達成する方法に関する方法情報およびユーザの履歴情報に基づいて、学習に用いられるオンライン情報の提供を制御することができる。
 ここで、「学習目的」は、大規模オープン・オンライン・コース(MOOC)で提供される学習コース、教育機関(例えば、大学または専門学校等)で提供される学習コース、または、その他の団体によって提供される学習コース等を含み、これらに限定されない。例えば、学習目的は、ユーザが学習したい任意の科目(例えば、数学、物理、化学、生物、日本史、世界史、英語等)、任意のカテゴリ(例えば、政治、経済、スポーツまたはエンターテイメント等)、任意の技術(例えば、通信技術または機械学習技術等)、または、任意の業界(例えば、製造業、建築、美容またはサービス等)等を含む任意の事物であってもよい。
 そして、学習目的に関する「目的情報」は、学習コースの詳細等(例えば、学習コースのトピック、学習順序、スケジュール(例えば、学習日、学習時間または期限等)、講師、参加条件または費用等)を含み、これらに限定されない。例えば、目的情報は、(学習コース以外の)ユーザ所望の学習の詳細等(例えば、トピック、学習順序、スケジュール(例えば、学習日、学習時間または期限等)、講師または費用等)であってもよい。
 また、学習目的を達成する方法に関する「方法情報」は、例えば、学習方法の種類(例えば、反復学習、集中学習、分散学習、相互学習、個別学習、グループ学習、コンピテンス教育またはラーニングパスウェイズ(learning pathways)等)および各学習方法の詳細(例えば、反復学習については、反復間隔または反復させる情報の内容等)を含み、これらに限定されない。
 また、「履歴情報」は、例えば、各教育機関(例えば、保育園、幼稚園、小学校、中学校、高等学校、大学、大学院、学習塾、予備校または資格学校等)によって登録された、ユーザの学習到達記録(例えば、試験結果、取得単位または取得資格等に関する記録)およびユーザの活動記録(例えば、クラブ活動、生徒会活動または出席状況等に関する記録)等の学習履歴情報を含む。また、学習履歴情報は、本開示に係る情報処理システムを用いてユーザが学習した内容(例えば、ユーザが学習したオンライン情報等)に関する情報を含む。また、履歴情報は、職務履歴情報(例えば、業界名、企業名、職務内容、職務開始日、職務終了日または役職等)、行動履歴情報(例えば、行動内容、行動日時、行動場所または行動頻度等。イベント情報も行動履歴情報に含まれる)または購買履歴情報等(例えば、物品名、金額または購入日等)の任意の履歴情報を含んでもよい。
 また、「オンライン情報」は、オンライン上に配置された任意の情報を指す。例えば、オンライン情報は、インターネット上に配置された任意の情報(例えば、ニュース情報、ブログ情報、論文情報、ソーシャルメディア上の任意の情報等)を含み、これに限定されない。例えば、オンライン情報は、イントラネット等の任意のネットワーク上に配置された任意の情報も含む。
 本実施形態に係る情報処理システムは、目的情報、方法情報およびユーザの履歴情報を解析し、ユーザへの提供に適したオンライン情報の特徴情報である、1または2以上の比較ポイントモデルを生成する。より具体的には、本実施形態に係る情報処理システムは、目的情報からはスケジュール等を含む学習コースの詳細等を認識することができ、方法情報からは学習方法の種類等を認識することができ、履歴情報からは当該ユーザの学習状況等を認識することができる。したがって、本実施形態に係る情報処理システムは、これらの情報に基づいて、ユーザへの提供に適したオンライン情報の内容、提供に適した順番またはタイミング等を判断することができる。
 ここで、「比較ポイントモデル」は、例えば、ユーザへの提供に適したオンライン情報のカテゴリまたは難易度を含んでいてもよい。なお、オンライン情報のカテゴリとは、オンライン情報の分類、分野、種類またはジャンル等を含み、オンライン情報を区分可能なものであれば特に限定されない。また、オンライン情報の難易度とは、オンライン情報を理解することの難しさを示す指標値であれば、形式等は特に限定されない。また、これらはあくまで一例であり、比較ポイントモデルは、オンライン情報に関する情報であればいかなる情報を含んでいてもよい。例えば、比較ポイントモデルは、オンライン情報の作成者、作成日時、配置場所、作成された目的または含まれるキーワード等に関する情報を含んでいてもよい。また、比較ポイントモデルは、これらの複数の情報それぞれの重要度に関する情報を含んでいてもよい。
 本実施形態に係る情報処理システムは、比較ポイントモデルと複数のオンライン情報を比較し、比較ポイントモデルに類似する(類似度が所定値より大きい)特徴を有するオンライン情報を提供用のオンライン情報として抽出し、ユーザに提供する。
 上記の処理によって、本開示に係る情報処理システムは、オンライン学習の目的を達成するために、より適したオンライン情報をユーザに提供することができる。より具体的には、本開示に係る情報処理システムは、ユーザに、多くのオンライン情報の中から適したオンライン情報を探索させることなく、より適したオンライン情報をより適した順番およびタイミングでユーザに提供することができる。換言すると、本開示に係る情報処理システムは、学習コースのスケジュール等に同期するようにオンライン情報をユーザに提供することができる。
 また、本開示に係る情報処理システムは、ユーザが事前知識を有していないオンライン情報が提供されることを防ぎ、ユーザが過去に学習した内容と同一(または類似)の内容が含まれるオンライン情報が提供されることを防ぐことができる。換言すると、本開示に係る情報処理システムは、より適したオンライン情報を提供することで、ユーザにストレスを感じさせず効率的に学習させることができる。
 また、本開示に係る情報処理システムは、学習方法の種類(例えば、反復学習等)によって、所定のタイミングでユーザに過去の学習内容を復習させることができるため、ユーザは自ら意識的に過去の学習内容を復習しなくてもよくなる。
 なお、本開示は、上記のような学習システム以外のいかなるシステムに適用されてもよい。本明細書では、まず、一実施形態として、本開示が学習システムに適用された場合について説明し、その後、変形例として、本開示がその他のシステムに適用された場合について説明する。
 (2.2.システム構成例)
 上記では、本開示の概要について説明した。続いて、図4を参照して、本開示の一実施形態に係る情報処理システムの構成例について説明する。
 図4に示すように、本実施形態に係る情報処理システムは、情報提供装置100と、複数のノード装置200(図中では、ノード装置200a~ノード装置200d)と、ユーザ装置300と、を備える。また、複数のノード装置200は、それぞれP2Pネットワーク400に接続している。さらに、情報提供装置100とノード装置200aがネットワーク500aによって接続されており、情報提供装置100とユーザ装置300がネットワーク500bによって接続されている。なお、本実施形態に係る情報処理システムの構成は、図4の構成に限定されない。例えば、情報処理システムを構成する各装置の台数は適宜変更されてもよい。また、情報提供装置100は、ノード装置200a以外のノード装置200に接続されていてもよい。
 (情報提供装置100)
 情報提供装置100は、ユーザへのオンライン情報の提供を制御する情報処理装置である。
 より具体的に説明すると、まず、情報提供装置100は、ユーザの学習目的に関する目的情報、および、学習目的を達成する方法に関する方法情報をユーザに設定させる。例えば、情報提供装置100は、ユーザが目的情報および方法情報を入力可能なインタフェースをユーザ装置300に提供し、入力された情報をユーザ装置300から取得する。なお、目的情報および方法情報をユーザに設定させる方法はこれに限定されない。また、目的情報および方法情報は、ユーザによって直接的に設定されるのではなく、何らかの方法で間接的に設定されてもよい。例えば、方法情報は、学習コースに応じて予め決められていてもよい。設定された目的情報および方法情報は、ノード装置200に備えられるP2Pデータベースに登録される。
 そして、情報提供装置100は、P2Pデータベースから取得された目的情報、方法情報およびユーザの履歴情報を解析し、ユーザへの提供に適したオンライン情報の特徴情報である比較ポイントモデルを生成する。
 さらに、情報提供装置100は、オンライン情報を所定の方法で取得する。例えば、情報提供装置100は、インターネット上の所定のサイトに公開されているニュース情報等を定期的に取得する。なお、これはあくまで一例であり、オンライン情報の取得方法は特に限定されない。より具体的には、情報提供装置100は、任意のネットワーク上の任意の領域に配置されているオンライン情報を任意のタイミングで取得してもよい。
 そして、情報提供装置100は、取得したオンライン情報と比較ポイントモデルを比較し、比較ポイントモデルに類似する(類似度が所定値より大きい)特徴を有するオンライン情報を提供用のオンライン情報として抽出し、所定のラベル情報を付加する。
 その後、情報提供装置100は、ラベル情報を付加したオンライン情報をユーザ装置300に提供することによって、ユーザ装置300がオンライン情報をユーザに提供する。上記の一連の処理によって、情報提供装置100は、学習目的を達成するために、より適したオンライン情報をより適した順番およびタイミングでユーザに提供することができる。換言すると、情報提供装置100は、学習コースのスケジュール等に同期するようにオンライン情報をユーザに提供することができる。
 なお、情報提供装置100の種類は特に限定されない。例えば、情報提供装置100は、汎用コンピュータ、PC(Personal
Computer)、タブレットPC等、任意の装置であってよい。
 (ノード装置200)
 ノード装置200は、P2Pネットワーク400に接続しており、P2Pデータベースを保持している情報処理装置である。そして、ノード装置200は、P2Pデータベースへの情報の登録およびP2Pデータベースからの情報の取得を行う。情報の登録については、目的情報および方法情報が設定された場合には、ノード装置200は、これらの情報を情報提供装置100から受信し、P2Pデータベースへ登録する。また、ノード装置200は、ユーザの学習状況等(例えば、学習コースにおける進捗状況等)を含む学習履歴情報を情報提供装置100から受信し、P2Pデータベースに登録する。これらの情報は、P2Pデータベースに登録されることによって真正性が担保される。なお、ノード装置200がP2Pデータベースへ登録する情報および登録するケースはこれらに限定されない。
 情報の取得については、ユーザへのオンライン情報の提供にあたり、ノード装置200は、目的情報、方法情報およびユーザの履歴情報をP2Pデータベースから取得し、情報提供装置100へ提供する。なお、ノード装置200がP2Pデータベースから取得する情報および取得するケースはこれらに限定されない。
 なお、ノード装置200は、P2Pデータベースへ情報を登録する場合およびP2Pデータベースから情報を取得する場合等には、基本的に、P2Pデータベースに設けられ、P2Pデータベース上で実行される所定のプログラム(以降、「P2Pデータベースプログラム」と呼称する)を用いる。P2Pデータベースプログラムが用いられることによって、例えば、Bitcoin等のような仮想通貨の取引以外の様々な処理が所定のルールに従って実現される。P2PデータベースプログラムがP2Pデータベースに設けられることによって、当該プログラムが不正に改変されるリスクが低減される。
 P2Pデータベースプログラムは、ハイパーレッジャー(Hyperledger)におけるチェーンコードであるが、これに限定されない。例えば、P2Pデータベースプログラムは、スマートコントラクトを指してもよい。なお、ノード装置200は、適宜、P2Pデータベースプログラム以外のプログラムも用いて、P2Pデータベースからの情報の取得およびP2Pデータベースへの情報の登録を実現してもよい。また、情報提供装置100と同様に、ノード装置200の種類は特に限定されない。
 また、本実施形態では、複数のノード装置200が同一の機能を有している例について説明するが、各ノード装置200は、互いに異なる機能を有していてもよい。例えば、P2Pデータベースへの情報の登録を承認するノード装置200(例えば、Endorsing Peer等)、承認後に各ノード装置200に対して登録を指示するノード装置200(例えば、Ordering Peer等)、P2Pデータベースに情報を登録するノード装置200(例えば、Committing Peer等)が設けられてもよい。
 (P2Pネットワーク400)
 P2Pネットワーク400は、P2Pデータベースが流通しているネットワークである。上記のとおり、各ノード装置200は、P2Pネットワーク400に接続することで、他のノード装置200が保持するP2Pデータベースと整合性を保ちながら、P2Pデータベースを更新することができる。
 なお、P2Pネットワーク400の種類は特に限定されない。例えば、P2Pネットワーク400は、複数組織によって運営されるコンソーシアム型、単一組織によって運営されるプライベート型、または、参加者を特に限定しないパブリック型のうちの、いずれの種類であってもよい。
 なお、P2Pネットワーク400に用いられる通信方式および回線の種類等は特に限定されない。例えば、P2Pネットワーク400は、IP-VPN(Internet Protocol-Virtual Private Network)等の専用回線網で実現されてもよい。また、P2Pネットワーク400は、インターネット、電話回線網、衛星通信網などの公衆回線網や、Ethernet(登録商標)を含む各種のLAN(Local Area Network)、WAN(Wide Area Network)等で実現されてもよい。さらに、P2Pネットワーク400は、Wi-Fi(登録商標)、Bluetooth(登録商標)等の無線通信網で実現されてもよい。
 (ユーザ装置300)
 ユーザ装置300は、ユーザがオンライン学習を行う際に使用する情報処理装置である。より具体的には、ユーザは、オンライン学習を開始する際に、ユーザ装置300を操作することによって、学習目的に関する目的情報、および、学習目的を達成する方法に関する方法情報を設定する。例えば、ユーザ装置300は、これらの情報の入力画面を表示することで、これらの情報の設定を可能にする。なお、目的情報および方法情報の設定方法はこれに限定されない。
 また、ユーザ装置300は、情報提供装置100からオンライン情報の提供を受ける装置である。例えば、ユーザ装置300は、情報提供装置100によってユーザへの提供に適していると判断されたオンライン情報を受信し、当該オンライン情報を表示する。なお、ユーザへのオンライン情報の提供方法はこれに限定されない。例えば、ユーザ装置300は、オンライン情報を音声出力することによってオンライン情報をユーザに提供してもよい。なお、情報提供装置100と同様に、ユーザ装置300の種類は特に限定されない。
 ここで、ユーザ装置300を使用するユーザは、基本的に、個人であることを想定しているが、これに限定されない。例えば、ユーザは、任意の組織または任意の団体(例えば、企業、協会またはサークル等)を含む。ユーザには識別情報としてIDが付与され、ユーザに関する情報はP2Pデータベースにて管理される。
 なお、目的情報および方法情報を設定するユーザと、オンライン情報が提供されるユーザとは別人であってもよい。例えば、親が目的情報および方法情報を設定し、子供にオンライン情報を用いて学習をさせてもよい。
 (ネットワーク500)
 ネットワーク500は、ノード装置200および情報提供装置100間、情報提供装置100およびユーザ装置300間を接続するネットワークである。なお、P2Pネットワーク400と同様に、ネットワーク500に用いられる通信方式および回線の種類等は特に限定されない。
 以上、本実施形態に係る情報処理システムの構成例について説明した。なお、図4を参照して説明した上記の構成はあくまで一例であり、本実施形態に係る情報処理システムの構成は係る例に限定されない。例えば、情報提供装置100の機能の一部は、ノード装置200またはユーザ装置300に備えられてもよい。例えば、情報提供装置100の機能の一部を提供するソフトウェア(例えば、所定のAPI(Application Programming Interface)が使用されたWEBアプリケーション等)がノード装置200またはユーザ装置300上で実行されてもよい。また、ノード装置200の機能の一部は、情報提供装置100またはユーザ装置300に備えられてもよい。換言すると、情報提供装置100またはユーザ装置300は、P2Pネットワーク400に参加し、P2Pデータベースを保持していてもよい。本実施形態に係る情報処理システムの構成は、仕様や運用に応じて柔軟に変形可能である。
 (2.3.情報提供装置100の機能構成例)
 上記では、本実施形態に係る情報処理システムの構成例について説明した。続いて、図5を参照して、情報提供装置100の機能構成例について説明する。
 図5に示すように、情報提供装置100は、制御部110と、記憶部120と、通信部130と、を備える。また、制御部110は、登録制御部111と、取得部112と、解析部113と、提供制御部114と、を備え、解析部113は、比較ポイントモデル生成部113aと、オンライン情報解析部113bと、を備える。また、記憶部120は、オンライン情報記憶部121を備える。
 (制御部110)
 制御部110は、情報提供装置100が行う処理全般を統括的に制御する機能構成である。例えば、制御部110は、制御信号を生成することによって、ディスプレイまたはスピーカ等の出力部(図示なし)等を含む各構成の起動や停止を制御することができる。なお、制御部110の制御内容はこれに限定されない。例えば、制御部110は、各種サーバ、汎用コンピュータ、PC、タブレットPC等において一般的に行われる処理を制御してもよい。
 (登録制御部111)
 登録制御部111は、各種情報のP2Pデータベースへの登録を制御する機能構成である。例えば、ユーザがユーザ装置300を用いて目的情報および方法情報を設定した場合、登録制御部111は、ユーザ装置300から提供されるこれらの情報のP2Pデータベースへの登録を要求する登録要求情報を生成し、ノード装置200へ送信する。これによって、これらの情報がP2Pデータベースに登録される。
 また、登録制御部111は、学習履歴情報のP2Pデータベースへの登録を制御してもよい。例えば、ユーザがオンライン情報を使用して学習を行った場合、登録制御部111は、学習履歴情報(例えば、学習コースにおける進捗状況等)のP2Pデータベースへの登録を要求する登録要求情報を生成し、ノード装置200へ送信してもよい。なお、P2Pデータベースへの登録が制御される情報はこれらに限定されない。例えば、登録制御部111は、職務履歴情報、行動履歴情報または購買履歴情報等のP2Pデータベースへの登録を制御してもよい。
 (取得部112)
 取得部112は、各種情報を取得する機能構成である。例えば、オンライン情報がユーザに提供される場合には、取得部112は、P2Pデータベースに記憶されている目的情報、方法情報およびユーザの履歴情報の取得を要求する取得要求情報を生成し、ノード装置200へ送信することで、これらの情報を取得する。そして、取得部112は、取得したこれらの情報を解析部113に提供する。
 また、取得部112は、任意のネットワーク上に配置されたオンライン情報も取得する。例えば、取得部112は、インターネット上に配置された任意のオンライン情報(例えば、ニュース情報、ブログ情報、論文情報、ソーシャルメディア上の任意の情報等)を取得する。なお、取得部112が取得するオンライン情報はこれらに限定されない。また、取得部112がオンライン情報を取得するタイミングは特に限定されない。例えば、取得部112は、定期的にオンライン情報を取得してもよいし、オンライン情報が更新された旨の情報が得られたタイミングでオンライン情報を取得してもよい。また、取得部112がオンライン情報を取得するネットワーク上の領域は特に限定されない。例えば、取得部112は、所定のサイトからオンライン情報を取得してもよい。また、取得されるオンライン情報の内容、オンライン情報が取得されるタイミング、オンライン情報が取得されるネットワーク上の領域はユーザによって設定されてもよいし、学習コースに応じて決められていてもよい。取得部112は、取得したオンライン情報をオンライン情報記憶部121に記憶させる。
 (解析部113)
 解析部113は、上記のとおり、比較ポイントモデル生成部113aと、オンライン情報解析部113bと、を備え、これらの各機能構成を用いることでユーザへの提供に適したオンライン情報を出力する機能構成である。比較ポイントモデル生成部113aおよびオンライン情報解析部113bの機能の詳細については後述する。
 なお、解析部113の機能はこれに限定されない。例えば、解析部113は、目的情報、方法情報およびユーザの履歴情報を解析し、学習コースにおける進捗状況が学習コースのスケジュールに比べて遅延している場合、任意の方法でその旨をユーザへ通知する処理、または、スケジュールを変更する処理等を実現してもよい。
 (比較ポイントモデル生成部113a)
 比較ポイントモデル生成部113aは、取得部112によって取得された目的情報、方法情報およびユーザの履歴情報を解析することで、1または2以上の比較ポイントモデルを生成する機能構成である。
 より具体的に説明すると、比較ポイントモデル生成部113aは目的情報を解析することで、学習コースの詳細等(例えば、学習コースのトピック、学習順序、スケジュール(例えば、学習日、学習時間または期限等)、講師、参加条件または費用等)を認識することができる。また、比較ポイントモデル生成部113aは、方法情報を解析することで、学習方法の種類(例えば、反復学習、集中学習、分散学習、相互学習、個別学習、グループ学習、コンピテンス教育またはラーニングパスウェイズ(learning pathways)等)とその詳細(例えば、反復学習については、反復間隔または反復させる情報の内容等)を認識することができる。
 さらに、比較ポイントモデル生成部113aは、ユーザの履歴情報を解析することで、当該ユーザの学習状況等(例えば、学習コースにおける進捗状況、学習内容に対する知識の量および質等)を認識することができる。なお、解析される履歴情報は学習履歴情報に限らない。より具体的には、比較ポイントモデル生成部113aは、学習履歴情報以外の履歴情報(例えば、職務履歴情報、行動履歴情報または購買履歴情報等)を解析することで、当該ユーザの学習内容に対する知識の量および質等を認識してもよい。
 そして、比較ポイントモデル生成部113aは、解析結果に基づいて1または2以上の比較ポイントモデルを生成する。例えば、比較ポイントモデル生成部113aは、学習コースの学習順序に対応するように順序付けられた2以上の比較ポイントモデルを生成してもよい。これによって、オンライン情報が適切な順序で提供されるため、ユーザが事前知識を有していないオンライン情報が提供されること等が防止され得る。
 ここで、上記のとおり、比較ポイントモデルが含む情報は、ユーザへの提供に適したオンライン情報のカテゴリまたは難易度等でもよく、これらに限定されない。比較ポイントモデルが多くの情報を含むほど、ユーザに提供されるオンライン情報の精度がより向上する。
 なお、比較ポイントモデル生成部113aは、目的情報、方法情報および履歴情報の全てを用いて比較ポイントモデルを生成する必要はない。例えば、比較ポイントモデル生成部113aは、方法情報を除き、目的情報および履歴情報のみに基づいて比較ポイントモデルを生成してもよい。また、比較ポイントモデル生成部113aは目的情報のみを用いて比較ポイントモデルを生成してもよい。
 また、比較ポイントモデル生成部113aは、目的情報、方法情報および履歴情報以外の情報も用いて比較ポイントモデルを生成してもよい。例えば、比較ポイントモデル生成部113aは、オンライン情報の信頼性に関する情報等のように、学習に使用される情報としての適切度を判断可能な任意の情報も用いて比較ポイントモデルを生成してもよい。これによって、比較ポイントモデル生成部113aは、誤った情報を含むオンライン情報がユーザに提供されないようにすることができる。比較ポイントモデルの生成に用いられる情報は、これらに限定されない。比較ポイントモデル生成部113aは、生成した比較ポイントモデルをオンライン情報解析部113bに提供する。
 (オンライン情報解析部113b)
 オンライン情報解析部113bは、比較ポイントモデルを用いてユーザへの提供に適したオンライン情報を抽出する機能構成である。より具体的には、まず、オンライン情報解析部113bは、オンライン情報の種類に応じて各種解析を行う。例えば、オンライン情報がテキスト情報を含む場合には、オンライン情報解析部113bは、公知のテキスト解析処理を行うことで、オンライン情報に含まれる単語を抽出し、これらの単語に基づいて比較ポイントモデルと比較可能な情報(例えば、カテゴリまたは難易度等)を抽出する。その他、オンライン情報が画像情報、動画情報または音声情報等の様々な情報を含む場合には、オンライン情報解析部113bは、公知の画像解析処理、動画解析処理または音声解析処理等を行うことで、比較ポイントモデルと比較可能な情報を抽出する。なお、比較ポイントモデルと比較可能な情報がオンライン情報に含まれている場合には、オンライン情報解析部113bは、オンライン情報の解析を省略してもよい。
 そして、オンライン情報解析部113bは、オンライン情報から抽出した情報と、比較ポイントモデルとを比較し、互いの類似度を算出する。そして、オンライン情報解析部113bは、比較ポイントモデルとの類似度が所定値より大きい特徴を有するオンライン情報を提供用のオンライン情報として抽出し、ラベル情報を付加する。なお、オンライン情報解析部113bは、類似度の高さに応じてオンライン情報に付加するラベル情報を変更してもよい。これによって、オンライン情報解析部113bは、類似度がより高いオンライン情報が優先的にユーザに提供されるようにすることができる。
 また、オンライン情報解析部113bは、適宜オンライン情報を編集してもよい。例えば、オンライン情報解析部113bは、比較ポイントモデルとの類似度が所定値より大きい特徴を有する一まとまりの部分をオンライン情報から切り出す等の処理を行ってもよい。これによって、より適したオンライン情報がユーザに提供され得る。オンライン情報解析部113bは、ラベル情報を付加したオンライン情報を提供制御部114に提供する。
 (提供制御部114)
 提供制御部114は、ユーザへのオンライン情報の提供を制御する機能構成である。ここで、ユーザへのオンライン情報の提供方法は種々存在する。例えば、提供制御部114は、比較ポイントモデルとの類似度が最も高いオンライン情報のみをユーザに提供してもよい。また、提供制御部114は、ラベル情報が付加されたオンライン情報(換言すると、比較ポイントモデルとの類似度が所定値より大きい特徴を有するオンライン情報)の全てをユーザに提供してもよい。その際、提供制御部114は、類似度を示した状態でオンライン情報を提供したり、類似度の高い順にオンライン情報を並び替えて提供したりしてもよい。これらの制御により、ユーザはより効率的に学習することができる。
 また、提供制御部114は、ラベル情報が付加されたオンライン情報を、そうでないオンライン情報と混在させた状態でユーザに提供してもよい。例えば、ユーザがインターネット上のニュースサイトへアクセスしている際に、提供制御部114は、ラベル情報が付加されたニュース情報を、そうでないニュース情報と混在させた状態でユーザに提供してもよい。これによって、提供制御部114は、ラベル情報が付加されたオンライン情報をより自然にユーザに閲覧させることができる。なお、オンライン情報の提供に関する制御内容は上記に限定されない。例えば、提供制御部114は、一度の提供するオンライン情報の数をユーザ毎に変更してもよい。
 (記憶部120)
 記憶部120は、各種情報を記憶する機能構成である。例えば、記憶部120は、取得部112によってP2Pデータベースから取得された目的情報、方法情報またはユーザの履歴情報等を記憶する。また、記憶部120は、情報提供装置100の各機能構成によって使用されるプログラムまたはパラメータ等を記憶する。なお、記憶部120が記憶する情報の内容はこれらに限定されない。
 (オンライン情報記憶部121)
 オンライン情報記憶部121は、取得部112によって任意のネットワークから取得されたオンライン情報を記憶する機能構成である。より具体的には、オンライン情報記憶部121は、インターネット上に配置された任意のオンライン情報等(例えば、ニュース情報、ブログ情報、論文情報、ソーシャルメディア上の任意の情報等)を記憶する。また、オンライン情報記憶部121は、取得されたオンライン情報のうち、ユーザに提供されたオンライン情報と、そうでないオンライン情報とを区別して管理してもよい。これによって、情報提供装置100は、ユーザの学習状況等(例えば、学習コースにおける進捗状況等)を把握することができる。なお、オンライン情報記憶部121が記憶するオンライン情報はこれらに限定されない。
 (通信部130)
 通信部130は、ノード装置200およびユーザ装置300との各種通信を制御する機能構成である。例えば、提供用のオンライン情報が決定される際には、通信部130は、ノード装置200から目的情報、方法情報およびユーザの履歴情報を受信する。そして、提供用のオンライン情報が決定された後には、通信部130は、提供に用いられる制御情報およびオンライン情報をユーザ装置300へ送信する。また、通信部130は、ユーザの学習状況等(例えば、学習コースにおける進捗状況等)を含む学習履歴情報をノード装置200へ送信する。なお、通信部130が通信する情報および通信するケースはこれらに限定されない。
 以上、情報提供装置100の機能構成例について説明した。なお、図5を用いて説明した上記の機能構成はあくまで一例であり、情報提供装置100の機能構成は係る例に限定されない。例えば、情報提供装置100は、図5に示す機能構成の全てを必ずしも備えなくてもよい。また、情報提供装置100の機能構成は、仕様や運用に応じて柔軟に変形可能である。
 (2.4.ノード装置200の機能構成例)
 上記では、情報提供装置100の機能構成例について説明した。続いて、図6を参照して、ノード装置200の機能構成例について説明する。
 図6に示すように、ノード装置200は、制御部210と、記憶部220と、通信部230と、を備える。また、制御部210は、登録制御部211と、取得部212と、を備える。また、記憶部220は、P2Pデータベース221を備え、P2Pデータベース221には、P2Pデータベースプログラム222が設けられている。
 (制御部210)
 制御部210は、ノード装置200が行う処理全般を統括的に制御する機能構成である。例えば、制御部210は、制御信号を生成することによって、ディスプレイまたはスピーカ等の出力部(図示なし)等を含む各構成の起動や停止を制御することができる。なお、制御部210の制御内容はこれらに限定されない。例えば、制御部210は、各種サーバ、汎用コンピュータ、PC、タブレットPC等において一般的に行われる処理を制御してもよい。
 (登録制御部211)
 登録制御部211は、各種情報のP2Pデータベース221への登録を制御する機能構成である。例えば、目的情報および方法情報が設定された場合には、登録制御部211は、情報提供装置100から提供された、これらの情報をP2Pデータベース221へ登録する。
 また、登録制御部211は、ユーザの学習状況等(例えば、学習コースにおける進捗状況等)を含む学習履歴情報のP2Pデータベース221への登録を制御してもよい。例えば、登録制御部211は、情報提供装置100から提供された学習履歴情報をP2Pデータベース221へ登録する。なお、登録制御部211がP2Pデータベース221へ登録する情報および登録するケースはこれらに限定されない。例えば、登録制御部211は、学習履歴情報以外の、職務履歴情報、行動履歴情報または購買履歴情報等をP2Pデータベース221へ登録してもよい。
 (取得部212)
 取得部212は、P2Pデータベース221から各種情報を取得する機能構成である。例えば、ユーザへのオンライン情報の提供にあたり、取得部212は、目的情報、方法情報およびユーザの履歴情報をP2Pデータベース221から取得する。なお、取得部212がP2Pデータベース221から取得する情報および取得するケースはこれに限定されない。取得部212は、取得した情報を通信部230に提供することで、これらの情報の情報提供装置100への送信を可能にする。
 (記憶部220)
 記憶部220は、各種情報を記憶する機能構成である。例えば、記憶部220は、ノード装置200の各機能構成によって使用されるプログラムまたはパラメータ等を記憶する。なお、記憶部220が記憶する情報の内容はこれらに限定されない。
 (P2Pデータベース221)
 P2Pデータベース221は、各ノード装置200によって共通に保持されるデータベースであり、例えば、ブロックチェーンデータである。上記のとおり、P2Pデータベース221には、目的情報、方法情報およびユーザの履歴情報等(例えば、学習履歴情報、職務履歴情報、行動履歴情報または購買履歴情報等)が登録される。P2Pデータベース221に登録される各種情報は、暗号鍵を用いた電子署名を付加されたり、または暗号鍵を用いて暗号化されたりしてもよい。なお、P2Pデータベース221に登録される情報は、上記に限定されない。
 (P2Pデータベースプログラム222)
 P2Pデータベースプログラム222は、P2Pデータベース221に設けられ、P2Pデータベース221上で実行される所定のプログラムである。P2Pデータベースプログラム222が用いられることによって、例えば、Bitcoin等のような仮想通貨の取引以外の様々な処理が所定のルールに従って一貫性を保ちつつ実現される。また、P2Pデータベースプログラム222がP2Pデータベース221に設けられることによって当該プログラムが不正に改変されるリスクが低減される。P2Pデータベースプログラム222は、ハイパーレッジャー(Hyperledger)におけるチェーンコードであるが、これに限定されない。例えば、P2Pデータベースプログラム222は、スマートコントラクトを指してもよい。
 P2Pデータベースプログラム222は、P2Pデータベース221に対して行われる処理全般を実現することができる。例えば、P2Pデータベースプログラム222は、P2Pデータベース221にアクセスして行われる、各種情報の取得処理および各種情報の登録処理等を実現することができる。なお、P2Pデータベースプログラム222によって実現される処理は上記に限定されない。P2Pデータベースプログラム222の開発言語またはP2Pデータベース221上に設けられるP2Pデータベースプログラム222の個数等は特に限定されない。
 (通信部230)
 通信部230は、情報提供装置100および他のノード装置200との各種通信を制御する機能構成である。例えば、目的情報および方法情報が設定された場合には、通信部230は、情報提供装置100からこれらの情報を受信する。また、ユーザへのオンライン情報の提供にあたり、通信部230は、P2Pデータベース221から取得された目的情報、方法情報およびユーザの履歴情報を情報提供装置100へ送信する。また、情報提供装置100によって各種履歴情報が生成された場合には、通信部230は、情報提供装置100から各種履歴情報を受信する。なお、通信部230が通信する情報および通信するケースはこれらに限定されない。
 以上、ノード装置200の機能構成例について説明した。なお、図6を用いて説明した上記の機能構成はあくまで一例であり、ノード装置200の機能構成は係る例に限定されない。例えば、ノード装置200は、図6に示す機能構成の全てを必ずしも備えなくてもよい。また、ノード装置200の機能構成は、仕様や運用に応じて柔軟に変形可能である。
 (2.5.ユーザ装置300の機能構成例)
 上記では、ノード装置200の機能構成例について説明した。続いて、図7を参照して、ユーザ装置300の機能構成例について説明する。
 図7に示すように、ユーザ装置300は、制御部310と、入力部320と、出力部330と、記憶部340と、通信部350と、を備える。
 (制御部310)
 制御部310は、ユーザ装置300が行う処理全般を統括的に制御する機能構成である。例えば、制御部310は、ユーザによって入力部320を用いて行われる入力、または、通信部350を介して受信される情報提供装置100からの制御情報等に基づいて、ディスプレイまたはスピーカ等の出力部330を含む各構成の起動や停止を制御することができる。なお、制御部310の制御内容はこれらに限定されない。例えば、制御部310は、各種サーバ、汎用コンピュータ、PC、タブレットPC等において一般的に行われる処理を制御してもよい。
 (入力部320)
 入力部320は、ユーザによる入力を受ける機能構成である。例えば、入力部320はマウス、キーボード、タッチパネル、ボタン、スイッチまたはマイクロフォン等の入力手段を備えており、ユーザがこれらの入力手段を用いることによって、目的情報または方法情報の設定、オンライン情報を用いた学習等を行うことができる。入力部320は、入力された内容を制御部310に提供する。なお、入力部320が備える入力手段は特に限定されない。
 (出力部330)
 出力部330は、各種情報を出力する機能構成である。例えば、出力部330は、ディスプレイ等の表示手段またはスピーカ等の音声出力手段等を備えており、制御部310の制御に基づいて、オンライン情報等をディスプレイ等に表示したり、スピーカ等によって音声出力したりする。なお、出力部330が備える出力手段は特に限定されない。
 (記憶部340)
 記憶部340は、各種情報を記憶する機能構成である。例えば、記憶部340は、目的情報、方法情報、ユーザの履歴情報、またはオンライン情報等を記憶したり、ユーザ装置300の各機能構成によって使用されるプログラムまたはパラメータ等を記憶したりする。なお、記憶部340が記憶する情報はこれらに限定されない。
 (通信部350)
 通信部350は、情報提供装置100との各種通信を制御する機能構成である。例えば、目的情報および方法情報が設定された場合には、通信部350は、これらの情報を情報提供装置100へ送信する。また、ユーザがオンライン情報を用いて学習する際には、通信部350は、オンライン情報およびその提供に用いられる制御情報を情報提供装置100から受信する。なお、通信部350が通信する情報および通信するケースはこれらに限定されない。
 以上、ユーザ装置300の機能構成例について説明した。なお、図7を用いて説明した上記の機能構成はあくまで一例であり、ユーザ装置300の機能構成は係る例に限定されない。例えば、ユーザ装置300は、図7に示す機能構成の全てを必ずしも備えなくてもよい。また、ユーザ装置300の機能構成は、仕様や運用に応じて柔軟に変形可能である。
 (2.6.処理の流れ)
 上記では、ユーザ装置300の機能構成例について説明した。続いて、図8を参照して、各装置による処理の流れについて説明する。図8は、ユーザに対してオンライン情報を提供する処理の流れの一例を示すフローチャートである。
 まず、オンライン情報を用いた学習の事前準備として、ステップS1000にて、ユーザがユーザ装置300の入力部320を操作することで、目的情報および方法情報の設定を行う。ステップS1004では、通信部350が目的情報および方法情報を情報提供装置100へ送信する。ステップS1008では、情報提供装置100の登録制御部111が、目的情報および方法情報のP2Pデータベース221への登録を要求する登録要求情報を生成し、通信部130がこれらの情報をノード装置200へ送信する。ステップS1012では、ノード装置200の登録制御部211が目的情報および方法情報をP2Pデータベース221へ登録する。
 続いて、オンライン情報を用いた学習の際には、ステップS1016にて、情報提供装置100の取得部112が、P2Pデータベース221に記憶されている目的情報、方法情報およびユーザの履歴情報の取得を要求する取得要求情報を生成し、通信部130が当該情報をノード装置200へ送信する。ステップS1020では、ノード装置200の取得部212が、目的情報、方法情報およびユーザの履歴情報をP2Pデータベース221から取得する。ステップS1024では、通信部230がこれらの情報を情報提供装置100へ送信する。
 ステップS1028では、情報提供装置100の比較ポイントモデル生成部113aが、ノード装置200から提供された目的情報、方法情報およびユーザの履歴情報を解析することで、比較ポイントモデルを生成する。ステップS1032では、オンライン情報解析部113bが、オンライン情報を解析することで比較ポイントモデルと比較可能な情報を抽出し、当該情報と比較ポイントモデルとを比較し、互いの類似度を算出する。そして、オンライン情報解析部113bは、比較ポイントモデルとの類似度が所定値より大きい特徴を有するオンライン情報を提供用のオンライン情報として抽出し、所定のラベル情報を付加する。
 ステップS1036では、提供制御部114がラベル情報に基づいてユーザに提供するオンライン情報を決定し、当該オンライン情報およびその提供に用いられる制御情報を生成し、通信部130がこれらの情報をユーザ装置300へ送信する。ステップS1040では、ユーザ装置300の制御部310が制御情報に基づいてディスプレイまたはスピーカ等の出力部330を制御することでオンライン情報の出力を実現する。
 ステップS1044では、情報提供装置100の登録制御部111が、ユーザの学習状況等(例えば、学習コースにおける進捗状況等)を含む学習履歴情報のP2Pデータベース221への登録を要求する登録要求情報を生成し、通信部130が、これらの情報をノード装置200へ送信する。ステップS1048では、ノード装置200の登録制御部211が、情報提供装置100から提供された学習履歴情報をP2Pデータベース221へ登録することで、一連の処理が終了する。
 なお、図8に示したフローチャートにおける各ステップは、必ずしも記載された順序に沿って時系列に処理する必要はない。すなわち、フローチャートにおける各ステップは、記載された順序と異なる順序で処理されても、並列的に処理されてもよい。
  <3.変形例>
 上記では、各装置による処理の流れについて説明した。続いて、本開示の変形例について説明する。
 (3.1.学習システム以外への適用)
 上記のとおり、本開示は、学習システム以外のいかなるシステムに適用されてもよい。そこで、以下では、一例として、本開示が販売促進システムに適用された場合について説明する。
 例えば、変形例に係る情報提供装置100は、任意の商品またはサービスの販売促進用のオンライン情報を提供する情報処理装置であり、変形例に係るユーザ装置300は、当該商品等の営業対象者が使用する情報処理装置であるとする。そして、情報提供装置100は、目的情報、方法情報およびユーザの履歴情報に基づいて、ユーザ装置300に対する販売促進用のオンライン情報の提供を制御する。
 ここで、変形例に係る目的情報は、例えば、任意の商品等の営業目的(または、営業目標)に関する情報(例えば、商品等の詳細、目標売上高、目標売上個数または目標スケジュール等)を含み、営業者によって設定され得る。なお、目的情報の内容および設定者は、これに限定されない。例えば、目的情報は、営業対象者によって設定されてもよい。
 また、変形例に係る方法情報は、例えば、任意の営業方法の種類(例えば、新規開拓営業、既存顧客営業、競合対比型営業(対象商品と競合商品とを対比させた上で対象商品を営業する方法)、問題提起型営業(問題を提起した上で、当該問題を解決する対象商品を営業する方法)、または、反復営業(同一ユーザに対して複数回反復して営業する方法)等)および各営業方法の詳細(例えば、競合対比型営業については、競合商品の名称、対比させる内容等)を含み、営業者によって設定され得る。なお、方法情報の内容および設定者は、これに限定されない。例えば、方法情報は、営業対象者によって設定されてもよいし、商品等に応じて予め決められていてもよい。なお、その他の内容は、上記の実施形態と同様であるため、説明を省略する。
 当該変形例によって、情報提供装置100は、任意の商品等を販売するために、より適したオンライン情報を営業対象者に提供することができる。より具体的には、情報提供装置100は、営業者に、多くのオンライン情報の中から営業に適したオンライン情報を探索させることなく、より適したオンライン情報をより適した順番およびタイミングで営業対象者に提供することができるため、効率的な営業を実現することができる。換言すると、情報提供装置100は、目標スケジュール等に同期するようにオンライン情報をユーザに提供することができる。
 上記と同様に、本開示は、任意のシステムに適用されることで、任意の目的を達成するために、より適したオンライン情報をユーザに提供することができる。
 (3.2.P2Pデータベースプログラム222によるオンライン情報の提供)
 上記では、情報提供装置100がオンライン情報の提供を制御していた。ここで、変形例においては、ノード装置200のP2Pデータベースプログラム222がオンライン情報の提供を制御してもよい。
 より具体的には、P2Pデータベースプログラム222は、P2Pデータベース221に登録されている目的情報、方法情報およびユーザの履歴情報に基づいて比較ポイントモデルを生成する。そして、P2Pデータベースプログラム222は、比較ポイントモデルと複数のオンライン情報を比較し、比較ポイントモデルに類似する(類似度が所定値より大きい)特徴を有するオンライン情報を提供用のオンライン情報として抽出し、ユーザ装置300に提供してもよい。なお、この場合、ノード装置200は、処理に用いられるオンライン情報を任意の方法で取得しているとする。
 当該変形例によって、オンライン情報の提供処理がP2Pデータベースプログラム222により自動化され得る。また、P2Pデータベースプログラム222は耐改ざん性を有するため、一連の処理によって出力される情報(例えば、比較ポイントモデル、オンライン情報の提供履歴等)の改ざんを防止することができる。なお、P2Pデータベースプログラム222は、上記で説明してきた様々なバリエーションの処理を実現してもよい。
  <4.ハードウェア構成例>
 上記では、本開示の変形例について説明した。続いて、図9を参照して、各装置のハードウェア構成について説明する。
 図9は、情報提供装置100、ノード装置200またはユーザ装置300のハードウェア構成の一例を示すブロック図である。情報提供装置100、ノード装置200またはユーザ装置300は、図9に示す情報処理装置900によって具現され得る。
 情報処理装置900は、例えば、MPU901と、ROM902と、RAM903と、記録媒体904と、入出力インタフェース905と、操作入力デバイス906と、表示デバイス907と、通信インタフェース908と、を備える。また、情報処理装置900は、例えば、データの伝送路としてのバス909で各構成要素間を接続する。
 MPU901は、例えば、MPUなどの演算回路で構成される、1または2以上のプロセッサや、各種処理回路などで構成され、情報提供装置100の制御部110、ノード装置200の制御部210またはユーザ装置300の制御部310として機能する。なお、情報提供装置100の制御部110、ノード装置200の制御部210またはユーザ装置300の制御部310は、上記で説明した各種処理を実現可能な専用の(または汎用の)回路(例えば、MPU901とは別体のプロセッサなど)で構成されていてもよい。
 ROM902は、MPU901が使用するプログラムや演算パラメータなどの制御用データなどを記憶する。RAM903は、例えば、MPU901により実行されるプログラムなどを一時的に記憶する。
 記録媒体904は、情報提供装置100の記憶部120、ノード装置200の記憶部220またはユーザ装置300の記憶部340として機能し、例えば、オンライン情報、目的情報、方法情報またはユーザの履歴情報等の本実施形態に係る情報処理に関するデータや各種プログラムなど様々なデータを記憶する。ここで、記録媒体904としては、例えば、ハードディスクなどの磁気記録媒体や、フラッシュメモリなどの不揮発性メモリが挙げられる。また、記録媒体904は、情報処理装置900から着脱可能であってもよい。
 入出力インタフェース905は、例えば、操作入力デバイス906や、表示デバイス907を接続する。ここで、入出力インタフェース905としては、例えば、USB(Universal Serial Bus)端子や、DVI(Digital Visual Interface)端子、HDMI(High-Definition Multimedia Interface)(登録商標)端子、各種処理回路などが挙げられる。
 また、操作入力デバイス906は、例えば、情報処理装置900上に備えられ、情報処理装置900の内部で入出力インタフェース905と接続される。操作入力デバイス906としては、例えば、キーボード、マウス、キーパッド、タッチパネル、マイクロホン、操作ボタン、方向キーまたはジョグダイヤルなどの回転型セレクタ、あるいは、これらの組み合わせなどが挙げられる。操作入力デバイス906は、ユーザ装置300の入力部320として機能する。
 また、表示デバイス907は、例えば、情報処理装置900上に備えられ、情報処理装置900の内部で入出力インタフェース905と接続される。表示デバイス907としては、例えば、液晶ディスプレイ(Liquid Crystal Display)や有機ELディスプレイ(Organic Electro-Luminescence Display)などが挙げられる。表示デバイス907は、ユーザ装置300の出力部330として機能する。
 なお、入出力インタフェース905が、情報処理装置900の外部の操作入力デバイスや外部の表示デバイスなどの外部デバイスと接続することも可能であることは、言うまでもない。また、表示デバイス907は、例えばタッチパネルなど、表示とユーザ操作とが可能なデバイスであってもよい。
 通信インタフェース908は、情報処理装置900が備える通信手段であり、情報提供装置100の通信部130、ノード装置200の通信部230またはユーザ装置300の通信部350として機能する。また、通信インタフェース908は、任意のネットワークを介して(あるいは、直接的に)、例えば、サーバなどの任意の外部装置と、無線または有線で通信を行う機能を有していてもよい。ここで、通信インタフェース908としては、例えば、通信アンテナおよびRF(Radio Frequency)回路(無線通信)や、IEEE802.15.1ポートおよび送受信回路(無線通信)、IEEE802.11ポートおよび送受信回路(無線通信)、あるいはLAN(Local Area Network)端子および送受信回路(有線通信)などが挙げられる。
 なお、情報処理装置900のハードウェア構成は、図9に示す構成に限られない。例えば、情報処理装置900は、接続されている外部の通信デバイスを介して通信を行う場合には、通信インタフェース908を備えていなくてもよい。また、通信インタフェース908は、複数の通信方式によって通信を行うことが可能な構成であってもよい。また、情報処理装置900は、例えば、操作入力デバイス906または表示デバイス907等を備えなくてもよい。また、例えば、図9に示す構成の一部または全部は、1または2以上のIC(Integrated Circuit)で実現されてもよい。
  <5.まとめ>
 以上で説明してきたように、本開示に係る情報処理システムは、任意の目的に関する目的情報、当該目的を達成する方法に関する方法情報およびユーザの履歴情報に基づいて、任意の目的を達成するために、より適したオンライン情報をより適した順番およびタイミングでユーザに提供することができる。
 以上、添付図面を参照しながら本開示の好適な実施形態について詳細に説明したが、本開示の技術的範囲はかかる例に限定されない。本開示の技術分野における通常の知識を有する者であれば、請求の範囲に記載された技術的思想の範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、これらについても、当然に本開示の技術的範囲に属するものと了解される。
 また、本明細書に記載された効果は、あくまで説明的または例示的なものであって限定的ではない。つまり、本開示に係る技術は、上記の効果とともに、または上記の効果に代えて、本明細書の記載から当業者には明らかな他の効果を奏しうる。
 なお、以下のような構成も本開示の技術的範囲に属する。
(1)
 任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得する取得部と、
 前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御する制御部と、を備える、
 情報処理装置。
(2)
 前記制御部は、前記ユーザに対する前記オンライン情報の提供を制御することで、前記ユーザによる前記目的の達成を支援する、
 前記(1)に記載の情報処理装置。
(3)
 前記取得部は、前記目的を達成する方法に関する情報も取得し、
 前記制御部は、前記方法に関する情報にも基づいて前記オンライン情報の提供を制御する、
 前記(2)に記載の情報処理装置。
(4)
 前記目的に関する情報または前記方法に関する情報は、前記P2Pデータベースに登録される、
 前記(3)に記載の情報処理装置。
(5)
 前記制御部は、前記P2Pデータベースに設けられ、前記P2Pデータベース上で実行される所定のプログラムを用いて前記オンライン情報の提供を制御する、
 前記(4)に記載の情報処理装置。
(6)
 前記制御部は、前記目的に関する情報および前記履歴情報に基づいて提供に適したオンライン情報の特徴情報を生成し、前記特徴情報に基づいて前記オンライン情報の提供を制御する、
 前記(1)から(5)のいずれか1項に記載の情報処理装置。
(7)
 前記目的に関する情報は、学習コースに関する情報であり、前記学習コースのトピック、学習順序またはスケジュールに関する情報を含む、
 前記(1)から(6)のいずれか1項に記載の情報処理装置。
(8)
 前記履歴情報は、学習履歴情報、職務履歴情報、行動履歴情報または購買履歴情報を含み、
 前記学習履歴情報は、前記学習コースにおける進捗状況に関する情報を含む、
 前記(7)に記載の情報処理装置。
(9)
 前記オンライン情報は、インターネット上に公開されたニュース情報、ブログ情報、論文情報またはソーシャルメディアにおける任意の情報を含む、
 前記(1)から(8)のいずれか1項に記載の情報処理装置。
(10)
 前記P2Pデータベースは、ブロックチェーンデータである、
 前記(1)から(9)のいずれか1項に記載の情報処理装置。
(11)
 任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得することと、
 前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御することと、を有する、
 コンピュータにより実行される情報処理方法。
(12)
 任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得することと、
 前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御することと、
 をコンピュータに実現させるためのプログラム。
 100  情報提供装置
 110  制御部
 111  登録制御部
 112  取得部
 113  解析部
 113a  比較ポイントモデル生成部
 113b  オンライン情報解析部
 114  提供制御部
 120  記憶部
 121  オンライン情報記憶部
 130  通信部
 200  ノード装置
 210  制御部
 211  登録制御部
 212  取得部
 220  記憶部
 221  P2Pデータベース
 222  P2Pデータベースプログラム
 230  通信部
 300  ユーザ装置
 310  制御部
 320  入力部
 330  出力部
 340  記憶部
 350  通信部
 400  P2Pネットワーク
 500  ネットワーク

Claims (12)

  1.  任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得する取得部と、
     前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御する制御部と、を備える、
     情報処理装置。
  2.  前記制御部は、前記ユーザに対する前記オンライン情報の提供を制御することで、前記ユーザによる前記目的の達成を支援する、
     請求項1に記載の情報処理装置。
  3.  前記取得部は、前記目的を達成する方法に関する情報も取得し、
     前記制御部は、前記方法に関する情報にも基づいて前記オンライン情報の提供を制御する、
     請求項2に記載の情報処理装置。
  4.  前記目的に関する情報または前記方法に関する情報は、前記P2Pデータベースに登録される、
     請求項3に記載の情報処理装置。
  5.  前記制御部は、前記P2Pデータベースに設けられ、前記P2Pデータベース上で実行される所定のプログラムを用いて前記オンライン情報の提供を制御する、
     請求項4に記載の情報処理装置。
  6.  前記制御部は、前記目的に関する情報および前記履歴情報に基づいて提供に適したオンライン情報の特徴情報を生成し、前記特徴情報に基づいて前記オンライン情報の提供を制御する、
     請求項1に記載の情報処理装置。
  7.  前記目的に関する情報は、学習コースに関する情報であり、前記学習コースのトピック、学習順序またはスケジュールに関する情報を含む、
     請求項1に記載の情報処理装置。
  8.  前記履歴情報は、学習履歴情報、職務履歴情報、行動履歴情報または購買履歴情報を含み、
     前記学習履歴情報は、前記学習コースにおける進捗状況に関する情報を含む、
     請求項7に記載の情報処理装置。
  9.  前記オンライン情報は、インターネット上に公開されたニュース情報、ブログ情報、論文情報またはソーシャルメディアにおける任意の情報を含む、
     請求項1に記載の情報処理装置。
  10.  前記P2Pデータベースは、ブロックチェーンデータである、
     請求項1に記載の情報処理装置。
  11.  任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得することと、
     前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御することと、を有する、
     コンピュータにより実行される情報処理方法。
  12.  任意の目的に関する情報、および、P2Pデータベースに登録されているユーザの履歴情報を取得することと、
     前記目的に関する情報および前記履歴情報に基づいて前記ユーザに対するオンライン情報の提供を制御することと、
     をコンピュータに実現させるためのプログラム。
PCT/JP2018/036390 2017-12-04 2018-09-28 情報処理装置、情報処理方法およびプログラム WO2019111509A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201880063784.9A CN111164592A (zh) 2017-12-04 2018-09-28 信息处理装置、信息处理方法和程序
US16/652,382 US20200294417A1 (en) 2017-12-04 2018-09-28 Information processing apparatus, information processing method, and program
EP18884976.4A EP3722972A1 (en) 2017-12-04 2018-09-28 Information processing device, information processing method, and program
JP2019558028A JPWO2019111509A1 (ja) 2017-12-04 2018-09-28 情報処理装置、情報処理方法およびプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2017-232513 2017-12-04
JP2017232513 2017-12-04

Publications (1)

Publication Number Publication Date
WO2019111509A1 true WO2019111509A1 (ja) 2019-06-13

Family

ID=66750941

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2018/036390 WO2019111509A1 (ja) 2017-12-04 2018-09-28 情報処理装置、情報処理方法およびプログラム

Country Status (5)

Country Link
US (1) US20200294417A1 (ja)
EP (1) EP3722972A1 (ja)
JP (1) JPWO2019111509A1 (ja)
CN (1) CN111164592A (ja)
WO (1) WO2019111509A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111149127A (zh) 2017-12-04 2020-05-12 索尼公司 信息处理装置、信息处理方法和程序

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004178521A (ja) * 2002-11-29 2004-06-24 Superstation Inc 推薦システム
JP2007048171A (ja) * 2005-08-12 2007-02-22 Fujitsu Ltd 推奨展示ブース選択プログラム、および推奨展示ブース選択方法
JP2011227717A (ja) * 2010-04-20 2011-11-10 Hitachi Solutions Ltd 情報提示装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10984913B2 (en) * 2012-04-27 2021-04-20 Netspective Communications Llc Blockchain system for natural language processing
KR20120107891A (ko) * 2012-06-26 2012-10-04 고려대학교 산학협력단 맞춤형 광고 제공 방법 및 장치

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004178521A (ja) * 2002-11-29 2004-06-24 Superstation Inc 推薦システム
JP2007048171A (ja) * 2005-08-12 2007-02-22 Fujitsu Ltd 推奨展示ブース選択プログラム、および推奨展示ブース選択方法
JP2011227717A (ja) * 2010-04-20 2011-11-10 Hitachi Solutions Ltd 情報提示装置

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
ANDREAS M. ANTONOPOULOS: "Mastering Bitcoin", 1 December 2014, O'REILLY MEDIA
ANONYMOUS: "Developed education data authentication, sharing, and authority management syst blockchain technology", 9 August 2017 (2017-08-09), pages 1 - 2, XP055676088, Retrieved from the Internet <URL:https://www.sony.co.jp/SonyInfo/News/Press/201708/17-071/ index.html> [retrieved on 20181112] *
MASAAKI ISOZU : "Integration of education and finance Sony applied blockchain in the education field", BOSS, vol. 31, no. 6, 1 June 2016 (2016-06-01), pages 21, XP009519348 *
MELANIE SWAN: "Blockchain", 22 January 2015, O'REILLY MEDIA
See also references of EP3722972A4 *

Also Published As

Publication number Publication date
CN111164592A (zh) 2020-05-15
EP3722972A4 (en) 2020-10-14
US20200294417A1 (en) 2020-09-17
JPWO2019111509A1 (ja) 2020-12-17
EP3722972A1 (en) 2020-10-14

Similar Documents

Publication Publication Date Title
KR102055256B1 (ko) 클라우드 기반의 디지털 문항 저작 솔루션 제공 및 유통 서비스 플랫폼이 가능한 학습시스템과, 그 제어방법
Chen et al. oTree—An open-source platform for laboratory, online, and field experiments
WO2019111508A1 (ja) 情報処理装置、情報処理方法およびプログラム
CN109661660A (zh) 基于人工智能的内容推荐和调配的方法和系统
Yan et al. Comparing digital libraries with virtual communities from the perspective of e-quality
CN110235116A (zh) 安全的云管理内容递送计算机生态系统
Liu et al. Research advancement and foci of mobile technology-supported music education: a systematic review and social network analysis on 2008-2019 academic publications
Bello et al. A University Examination Web Application Based on Linear-Sequential Life Cycle Model
EP3683707A1 (en) Information processing device, information processing method, and program
Phillips et al. Maximizing data use: A focus on the completion agenda
KR20200051582A (ko) 정보 처리 장치, 정보 처리 방법 및 프로그램
Zhang Development and application of artificial intelligence multimedia technology based on big data
WO2019111509A1 (ja) 情報処理装置、情報処理方法およびプログラム
EP3779703B1 (en) Information processing device, information processing method, and program
WO2019111510A1 (ja) 情報処理装置、情報処理方法およびプログラム
JPWO2019111506A1 (ja) 情報処理装置、情報処理方法およびプログラム
WO2019054042A1 (ja) 情報処理装置、情報処理方法およびプログラム
KR20150112904A (ko) 학습 컨텐츠 관리 방법 및 장치
Brandenburg et al. Broadening instructional scope with network visualization
Ross et al. The academic analytics tool: Workflow and use cases
WO2019193833A1 (ja) 情報処理装置、情報処理方法、およびプログラム
Homocianu Habilitation Thesis-Technologies for Supporting Decision Making
Følstad et al. Online user feedback in early phases of the design process: lessons learnt from four design cases
Scott et al. Measuring the Impact of Digital Literacy Services with Project Outcome & DigitalLearn
Brown Empowering innovation: extending services regionally

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2019558028

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2018884976

Country of ref document: EP

Effective date: 20200706

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18884976

Country of ref document: EP

Kind code of ref document: A1