WO2023228607A1 - Information processing device, information processing method, and storage medium - Google Patents

Information processing device, information processing method, and storage medium Download PDF

Info

Publication number
WO2023228607A1
WO2023228607A1 PCT/JP2023/014684 JP2023014684W WO2023228607A1 WO 2023228607 A1 WO2023228607 A1 WO 2023228607A1 JP 2023014684 W JP2023014684 W JP 2023014684W WO 2023228607 A1 WO2023228607 A1 WO 2023228607A1
Authority
WO
WIPO (PCT)
Prior art keywords
property
unit
information processing
user
information
Prior art date
Application number
PCT/JP2023/014684
Other languages
French (fr)
Japanese (ja)
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 株式会社セレンディピティー
Publication of WO2023228607A1 publication Critical patent/WO2023228607A1/en

Links

Images

Classifications

    • 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/16Real estate

Definitions

  • the present invention relates to an information processing device, an information processing method, and a storage medium.
  • the present invention has been made in view of the above problems, and aims to provide an information processing device, an information processing method, and a storage medium that can effectively search for properties according to the user's preferences.
  • an information processing device of the present invention includes an acquisition unit that acquires user attributes, and a storage unit that stores user attributes and property items prioritized by the users for a plurality of users. and an extraction unit that refers to the property item and extracts property items prioritized by other users with similar attributes to the user acquired by the acquisition unit.
  • an information processing device an information processing method, and a storage medium that can effectively search for properties according to the user's preferences.
  • FIG. 1 is a diagram illustrating an example of a schematic configuration of an information processing system according to a first embodiment.
  • FIG. 2 is a diagram showing an example of the hardware configuration of a server according to the first embodiment.
  • FIG. 2 is a diagram illustrating an example of a functional configuration of a server according to the first embodiment. It is a diagram showing an example of the hardware configuration of a user terminal according to the first embodiment.
  • FIG. 2 is a diagram illustrating an example of a functional configuration of a user terminal according to the first embodiment.
  • It is a flowchart which shows an example of information processing by the server concerning a 1st embodiment.
  • It is a flowchart which shows an example of information processing by the server concerning a 1st embodiment.
  • FIG. 7 is a diagram illustrating an example of a functional configuration of a server according to a second embodiment. It is a flowchart which shows an example of information processing by the server concerning a 2nd embodiment. It is a flowchart which shows an example of information processing by the server concerning a 2nd embodiment.
  • FIG. 1 is a diagram showing an example of a schematic configuration of an information processing system 1 according to the first embodiment.
  • the information processing system 1 includes a server 2 (information processing device) and a user terminal 3 connected to the server 2 via a network 4. Further, another server (not shown) is connected to the network 4, and the server 2 is configured to be able to acquire objective information regarding the property (objective information will be described later).
  • the numbers of servers 2 and user terminals 3 included in the information processing system 1 are arbitrary. It does not matter whether the communication between the server 2 and the user terminal 3 is wireless communication or wired communication.
  • FIG. 2 is a diagram showing an example of the hardware configuration of the server 2 (information processing device).
  • the server 2 includes a communication IF 200A, a storage device 200B, a CPU 200C, and the like.
  • the server 2 may be provided with an input device (for example, a keyboard, a touch panel, etc.) and a display device (for example, a liquid crystal monitor, an organic EL monitor, etc.).
  • the communication IF 200A is an interface for communicating with an external terminal (in the first embodiment, the user terminal 3 or another server).
  • the storage device 200B is, for example, a hard disk drive or a semiconductor storage device (such as an SSD).
  • the storage device 200B stores information processing programs and various data used by the server 2.
  • the information processing program and various data are stored in the storage device 200B of the server 2, but they may also be stored in an external storage device such as a USB memory or an external server connected via a network. It may be configured so that it can be referenced or downloaded as needed.
  • the storage device 200B stores user attributes and items prioritized when users select properties for a plurality of users.
  • User attributes include, for example, the user's gender, age, annual income, family structure (e.g., living with parents, number and age of children, etc.), commuting time, work location, frequency of telework, location (e.g., Information such as address, nearest station, time or distance to the nearest station), apartment name, property floor plan (for example, LDK notation such as 1DK, 1LDK, 2DK, 2LDK) and/or size (0 square meters - less than 30 square meters) , 30 square meters or more - less than 50 square meters, etc.).
  • LDK notation such as 1DK, 1LDK, 2DK, 2LDK
  • floor plan and/or size is also referred to as “floor plan/size” hereinafter.
  • the priority item is selected from the following items, for example. Note that the items shown below are just examples, and are not limited to the following examples.
  • (1) Good circulation of the property (2) Sunlight of the property (3) Storage of the property (4) Facilities of the property (5) Cleanliness of the property (6) Ventilation of the property (7) Height of the ceiling of the property (8) Local events (9) Crowding rate and delay rate at the nearest station (10) Ease of movement around the property (11) Quality of facilities around the property (12) Environmental risks around the property (13) Surrounding the property (14) Security around the property (15) Noise and vibration around the property (16) Level of environmental pollution around the property
  • the storage device 200B stores properties (property names) and property information of the properties for a plurality of properties. This information is used when searching for properties.
  • the property information includes, for example, the price of the property (rent and price), the floor plan/size of the property, the location, and information on items (1) to (16) described above.
  • information regarding items (1) to (16) is acquired from another server (not shown) connected to the network 4. Note that the acquired information regarding items (1) to (16) is preferably digitized using a predetermined rule, algorithm, etc. for comparison in the evaluation unit 208, which will be described later.
  • the CPU 200C controls the server 2 and includes a ROM (Read Only Memory) and a RAM (Random Access Memory), which are not shown.
  • ROM Read Only Memory
  • RAM Random Access Memory
  • FIG. 3 is a diagram showing an example of the functional configuration of the server 2 according to the first embodiment.
  • the server 2 has functions such as a reception section 201, a transmission section 202 (output section), a storage device control section 203, an acquisition section 204, an extraction section 205, a search section 206, and an authentication section 207.
  • the functions shown in FIG. 3 are realized by the CPU 200C executing an information processing program stored in the ROM (not shown) of the server 2.
  • the receiving unit 201 receives data transmitted from the user terminal 3 and other servers via the network 4.
  • the receiving unit 201 receives, for example, user attributes and search conditions transmitted from the user terminal 3.
  • the transmitter 202 transmits (outputs) data to the user terminal 3 via the network 4 .
  • the transmitter 202 transmits (outputs) the extraction result by the extractor 205 to the user terminal 3 via the network 4, for example.
  • the transmitter 202 transmits (outputs) the search results from the search unit 206 to the user terminal 3 via the network 4, for example.
  • the storage device control unit 203 controls the storage device 200B.
  • the storage device control unit 203 writes and reads data to and from the storage device 200B, for example.
  • the acquisition unit 204 acquires user attributes, for example. Further, the acquisition unit 204 acquires, for example, information on items (1) to (16) regarding the property. The acquired information of items (1) to (16) is stored in the storage device 200B in association with the property (property name). Note that the acquisition unit 204 acquires items (1) to (16) that can be acquired, but does not acquire items that cannot be acquired due to lack of information or the like.
  • the extraction unit 205 calculates the similarity between the user attributes acquired by the acquisition unit 204 and the attributes of other users stored in the storage device 200B, and gives priority to other users whose similarities are equal to or higher than a threshold value. Extract items. Note that the extraction unit 205 can use an existing method such as collaborative filtering to calculate the similarity of attributes between users. ). Further, the similarity threshold can be set arbitrarily.
  • the search unit 206 searches for a plurality of properties based on search conditions by referring to the storage device 200B in which properties and property information of the properties are stored.
  • the authentication unit 207 of the server 2 authenticates the login ID and login password. Specifically, the authentication unit 207 determines whether there is a combination of the login ID and login password of the logged-in user that matches the combination of the login ID and login password stored in the storage device 200B. do. If a matching combination exists, the authentication unit 207 permits the user to log in; if a matching combination does not exist, the authentication unit 207 does not permit the user to log in.
  • FIG. 4 is a diagram showing an example of the hardware configuration of the user terminal 3
  • FIG. 5 is a diagram showing an example of the functional configuration of the user terminal 3.
  • the user terminal 3 is a mobile terminal (for example, a smartphone or a tablet terminal), a PC (Personal Computer), or the like.
  • the user terminal 3 includes a communication IF 300A, a storage device 300B, an input device 300C, a display device 300D, a CPU 300E, and the like.
  • the communication IF 300A is an interface for communicating with another device (server 2 in the first embodiment).
  • the storage device 300B is, for example, an HDD (Hard Disk Drive) or a semiconductor storage device (SSD (Solid State Drive)).
  • the storage device 300B stores an identifier (ID) of the user terminal 3, an information processing program, and the like.
  • ID identifier
  • the server 2 may newly assign the identifier to the user terminal 3, or an IP (Internet Protocol) address, MAC (Media Access Control) address, or the like may be used.
  • the input device 300C is, for example, a keyboard, a touch panel, etc., and the user can input data necessary for using the information processing system 1 by operating the input device 300C.
  • the display device 300D is, for example, a liquid crystal monitor or an organic EL monitor.
  • the display device 300D displays screens necessary for using the information processing system 1.
  • the CPU 300E controls the user terminal 3 and includes a ROM and RAM (not shown).
  • the user terminal 3 has functions such as a reception section 301, a transmission section 302, a storage device control section 303, an operation reception section 304, and a display device control section 305.
  • the functions shown in FIG. 5 are realized by the CPU 300E executing an information processing program stored in the storage device 300B or the like.
  • the receiving unit 301 receives data transmitted from the server 2.
  • the transmitter 302 adds an identifier to the data input using the input device 300C and transmits the data to the server 2. By assigning an identifier to the data transmitted from the user terminal 3, the server 2 can recognize which user terminal 3 the received data has been transmitted from.
  • the storage device control unit 303 controls the storage device 300B. Specifically, the storage device control unit 303 controls the storage device 300B to write and read data.
  • the operation reception unit 304 accepts input operations on the input device 300C.
  • the display device control unit 305 controls the display device 300D. Specifically, the display device control unit 305 controls the display device 300D to display a screen necessary for using the information processing system 1 according to the first embodiment.
  • the user terminal 3 may display the data sent from the server 2 using a web browser, for example, or the user terminal 3 may have application software installed, and the user terminal 3 may use a web browser to display the data sent from the server 2. You may also display data sent from.
  • FIGS. 6 and 7 are flowcharts illustrating an example of processing executed by the information processing system 1.
  • the processing executed by the information processing system 1 will be described below with reference to FIGS. 6 and 7, and the same components as those described with reference to FIGS. 1 to 5 will be denoted by the same reference numerals. Repeated explanations will be omitted.
  • FIG. 6 is a flowchart illustrating an example of priority item extraction processing executed by the information processing system 1. An example of the priority item extraction process executed by the information processing system 1 will be described below with reference to FIG. 6. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
  • Step S101 The user operates the input device 300C to input at least the user's attributes, such as gender, age, annual income, family structure, commuting time, work location, frequency of telework, location, apartment name, and floor plan/size of the property. Enter one or more pieces of information.
  • the transmitter 202 of the user terminal 3 transmits the input user attribute information to the server 2 .
  • the user attribute information transmitted from the user terminal 3 is received by the server 2 and acquired by the acquisition unit 204 of the server 2 .
  • Step S102 The extraction unit 205 of the server 2 calculates the similarity between the user attributes acquired by the acquisition unit 204 and the attributes of other users stored in the storage device 200B. Note that, as described above, the extraction unit 205 can use an existing method such as collaborative filtering to calculate the similarity.
  • Step S103 The extraction unit 205 of the server 2 refers to the information stored in the storage device 200B and extracts items prioritized by other users for which the similarity calculated in step S102 is greater than or equal to the threshold.
  • Step S104 The transmitter 202 of the server 2 transmits (outputs) the extraction result of the extractor 205 to the user terminal 3 via the network 4 .
  • the extraction result is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • FIG. 7 is a flowchart illustrating an example of a property search process executed by the information processing system 1.
  • An example of the property search process executed by the information processing system 1 will be described below with reference to FIG. 7. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
  • Step S201 First, set search conditions (search items) for properties.
  • the user may set the property search conditions by inputting the property search conditions with reference to the items extracted by the priority item extraction process described with reference to FIG.
  • the items extracted by the extraction unit 205 may be automatically set as property search conditions. Note that when the user operates the input device 300C and inputs search conditions for a property with reference to the items extracted by the priority item extraction process, the transmitter 202 of the user terminal 3 transmits information on the input search conditions. is sent to server 2.
  • the details of each item (for example, environmental risk is below XX, environmental pollution level is below XX, etc.) Preferably, it is set by the user.
  • the search condition information transmitted from the user terminal 3 is received by the server 2 and then received by the receiving unit 201 of the server 2 .
  • the search unit 206 of the server 2 refers to the storage device 200B in which properties and property information of the properties are stored for a plurality of properties, and searches for properties that satisfy the search conditions.
  • Step S203 The transmitter 202 of the server 2 transmits (outputs) the search results from the searcher 206 to the user terminal 3 via the network 4 .
  • the search results are received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • the items prioritized by the user may be analyzed based on the property selected by the user and stored in the storage device 200B. Furthermore, in step S201 of FIG. 7, when setting search conditions, the user (and users with similar attributes) may be asked, "I think these items should be prioritized. What do you think?" By checking in this way, if there is an error in the presented priority items, it can be corrected, and it is possible to reduce the possibility that uninteresting items will be presented as priority items.
  • items prioritized by other users with similar attributes can be presented, which is highly convenient.
  • a real estate company since the priority items of the user become clearer, it can be expected to introduce properties that the user is satisfied with more quickly, which may result in missed opportunities to close a contract or incur significant costs to close a contract. can be suppressed.
  • the storage device 200B of the server 2 stores information (hereinafter referred to as reference information) on an average property (hereinafter referred to as reference property).
  • reference information is prepared for each property floor plan (for example, LDK notation such as 1DK, 1LDK, 2DK, 2LDK) and size (number of square meters, such as 0 square meters - less than 30 square meters, 30 square meters or more - less than 50 square meters, etc.) has been done.
  • the average property is, for example, a property obtained by taking the average value for each item of properties classified by floor plan or size registered in the server. For this reason, standard properties exist for each floor plan or size.
  • the standard information is the evaluation value of the standard property for items (1) to (16) described in the first embodiment.
  • the reason why we prepare standard properties for each floor plan and size in other words, the reason why we prepare standard information values according to the floor plan and size, but the average value differs depending on the floor plan and size of the property. This is for the sake of coming.
  • the toilet and bathroom are often small and simple, integrated (in the same room (bathroom)), but in properties with a 3LDK floor plan, the toilet and bathroom are in separate rooms.
  • baths are equipped with a reheating function
  • toilets are generally equipped with automatic washing machines.
  • FIG. 8 is a diagram showing an example of the functional configuration of the server 2 according to the second embodiment.
  • the server 2 has functions such as a reception section 201, a transmission section 202 (output section), a storage device control section 203, an acquisition section 204, a search section 206, an authentication section 207, and an evaluation section 208.
  • the functions shown in FIG. 8 are realized by the CPU 200C executing an information processing program stored in the ROM (not shown) of the server 2.
  • the acquisition unit 204 acquires, for example, information on items (1) to (16) described in the first embodiment regarding the property input by the user (for example, the property where the user currently resides). Note that the acquisition unit 204 acquires items (1) to (16) that can be acquired, but does not acquire items that cannot be acquired due to lack of information or the like.
  • the evaluation unit 208 evaluates the user's property acquired by the acquisition unit 204, for example, based on property information of a reference property that is a reference.
  • the evaluation unit 208 identifies, for example, a reference property that includes the floor plan and size of the user's property included in the property information acquired by the acquisition unit 204. In other words, the evaluation unit 208 identifies a reference property that has the same or substantially the same floor plan and size as the user's property included in the property information acquired by the acquisition unit 204.
  • the evaluation unit 208 compares the value of each item of the property information of the property input by the user, which has been acquired by the acquisition unit 204, with the value of each item of the standard information of the specified standard property, and determines the value of the property relative to the value of the standard information. Calculate the ratio of information values for each item (divide the property information value by the standard information value).
  • the standard information is based on the floor plan of the property (for example, LDK notation such as 1DK, 1LDK, 2DK, 2LDK) and size (number of square meters, such as 0 square meters - less than 30 square meters, 30 square meters or more - less than 50 square meters, etc.) provided.
  • the evaluation unit 208 uses the standard information of the standard property whose floor plan is 1LDK for the property acquired by the acquisition unit 204.
  • the floor plan of the user's property included in the information is specified as the reference information of the reference property. For example, if the size of the user's property included in the property information acquired by the acquisition unit 204 is 40 square meters and 1LDK, the evaluation unit 208 evaluates the standard property whose size is 30 square meters or more and less than 50 square meters.
  • the acquisition unit 204 identifies the standard information as the standard information of the standard property that includes the size of the user's property included in the property information acquired.
  • FIG. 9 is a flowchart illustrating an example of property evaluation processing executed by the information processing system 1. An example of the property evaluation process executed by the information processing system 1 will be described below with reference to FIG. 9. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
  • Step S301 The user operates the input device 300C to input property information such as the address and condominium name of the property where the user currently resides, for example.
  • the transmitter 202 of the user terminal 3 transmits the input property information to the server 2.
  • the receiving unit 201 of the server 2 receives property information transmitted from the user terminal 3.
  • Step S302 For example, the acquisition unit 204 of the server 2 acquires items (1) to (16) that constitute property information from another server based on the address and property name (apartment name, etc.) of the user's property received by the reception unit 201. Get information about.
  • Step S303 The evaluation unit 208 of the server 2 identifies, for example, a reference property that includes the floor plan and size of the user's property included in the property information acquired by the acquisition unit 204.
  • Step S304 The evaluation unit 208 of the server 2 compares the value of each item of the property information acquired by the acquisition unit 204 with the value of each item of the standard information of the specified standard property, and determines the value of the property information with respect to the value of the standard information. Calculate the percentage for each item.
  • Step S305 The transmitting unit 202 of the server 2 transmits (outputs) the evaluation result by the evaluating unit 208 to the user terminal 3 via the network 4.
  • the evaluation result is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • FIG. 10 is a flowchart illustrating an example of a property search process executed by the information processing system 1.
  • An example of the property search process executed by the information processing system 1 will be described below with reference to FIG. 10. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
  • Step S401 First, set search conditions (search items) for properties.
  • the user may set the property search conditions by inputting property search conditions with reference to the property evaluation results evaluated by the property evaluation process described with reference to FIG.
  • the property search conditions may be automatically set based on the evaluation result by the evaluation unit 208 of No. 2. Note that when the user operates the input device 300C and inputs search conditions for a property with reference to the evaluation results of the property, the transmission unit 202 of the user terminal 3 transmits information on the input search conditions to the server 2. do.
  • the search unit 206 of the server 2 refers to the storage device 200B in which properties and property information of the properties are stored for a plurality of properties, and searches for properties that satisfy the search conditions.
  • Step S403 The transmitter 202 of the server 2 transmits (outputs) the search results from the searcher 206 to the user terminal 3 via the network 4 .
  • the search results are received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • the property information of the user's property and the standard information of the average property (standard property) are compared for each item to evaluate the user's property, so it is possible to evaluate the user's property by comparing the property information of the user's property with the standard information of the average property (standard property). It is very convenient to be able to check what you are doing. In particular, since we compare the differences from the standard property item by item, we may notice items that we had not been aware of because we had taken them for granted, or we may notice that the priorities were wrong, for example. You can realize that something you thought highly of is actually not that important, or vice versa. In this way, you can select items to prioritize, including items you were not aware of, so you can avoid regrets after moving.
  • the storage device 200B stores a plurality of options that are a combination of items (1) to (16) described in the first embodiment and that are transmitted by the transmitter 202 of the server 2.
  • FIG. 11 is a diagram showing an example of the functional configuration of the server 2 according to the second embodiment.
  • the server 2 has functions such as a reception section 201, a transmission section 202 (output section), a storage device control section 203, an acquisition section 204, a search section 206, an authentication section 207, and an estimation section 209.
  • the functions shown in FIG. 11 are realized by the CPU 200C executing an information processing program stored in the ROM (not shown) of the server 2.
  • the transmitting unit 202 of the server 2 transmits to the user terminal 3 a plurality of options that are a combination of items (1) to (16) stored in the storage device 200B. Note that instead of storing in advance multiple options that are combinations of items (1) to (16) in the storage device 200B, multiple combinations of items (1) to (16) can be created based on predetermined rules, algorithms, etc. Alternatively, a plurality of options may be generated, and the transmitting unit 202 may transmit a plurality of options that are a combination of the generated items (1) to (16).
  • the estimating unit 209 estimates the priority (importance) of the item when searching for property information based on the user's evaluation (choice selection information) received by the receiving unit 201.
  • FIG. 12 is a flowchart illustrating an example of priority item estimation processing executed by the information processing system 1. An example of the priority item estimation process executed by the information processing system 1 will be described below with reference to FIG. 12. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
  • the transmitting unit 202 of the server 2 refers to the storage device 200B and transmits a plurality of options, which are combinations of items (1) to (16), to the user terminal 3.
  • the transmitted option information is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • Step S502 The user operates the input device 300C to select (evaluate) any option from the multiple options presented.
  • the transmitter 202 of the user terminal 3 transmits the selected information (selection information) to the server 2.
  • the receiving unit 201 of the server 2 receives selection information transmitted from the user terminal 3.
  • Step S503 The estimating unit 209 of the server 2 estimates the priority (importance) of the item when searching for property information based on the user's evaluation (selection information) received by the receiving unit 201. Note that for the estimation, for example, a known method such as Con-joint analysis can be used.
  • Step S504 The transmitting unit 202 of the server 2 transmits (outputs) the estimation result of the estimating unit 209 to the user terminal 3 via the network 4.
  • the estimation result is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • FIG. 13 is a flowchart illustrating an example of a property search process executed by the information processing system 1.
  • An example of the property search process executed by the information processing system 1 will be described below with reference to FIG. 13. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
  • Step S601 First, set search conditions (search items) for properties.
  • the user may set the property search conditions by inputting the property search conditions with reference to the items estimated by the priority item estimation process described with reference to FIG.
  • the priority items estimated by the estimating unit 209 may be automatically set as property search conditions.
  • the transmitter 202 of the user terminal 3 transmits information on the input search conditions. is sent to server 2.
  • property search conditions are automatically set based on the estimation results by the estimation unit 209 of the server 2 2, details of each item (for example, environmental risk is below XX, environmental pollution level is below XX, etc.) is preferably set by the user.
  • the search condition information transmitted from the user terminal 3 is received by the server 2 and then received by the receiving unit 201 of the server 2 .
  • the search unit 206 of the server 2 refers to the storage device 200B in which properties and property information of the properties are stored for a plurality of properties, and searches for properties that satisfy the search conditions.
  • Step S603 The transmitter 202 of the server 2 transmits (outputs) the search results from the searcher 206 to the user terminal 3 via the network 4 .
  • the search results are received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
  • priority items that the user is not aware of can be estimated, which is highly convenient.
  • the priority items of the user since the priority items of the user become clearer, it can be expected to introduce properties that the user is satisfied with more quickly, which may result in missed opportunities to close a contract or incur significant costs to close a contract. can be suppressed.
  • a plurality of options that are a combination of items (1) to (16) described in the first embodiment are stored in the storage device 200B for each user attribute, and the transmitting unit 202 of the server 2 refers to the storage device 200B.
  • the transmitting unit 202 of the server 2 may be configured to send to the user terminal 3 options for attributes that match or are similar to the user's attributes sent from the user terminal 3.
  • existing methods such as collaborative filtering can be used to calculate the similarity of attributes between users (any existing method may be used as long as it can calculate the similarity of attributes between users). . In this way, by preparing transmission options depending on the user's attributes, it can be expected that more accurate estimation can be performed.
  • the transmitting unit 202 may transmit to the user terminal 3, for example, a plurality of options that are a combination of multiple items extracted by the extracting unit 205.
  • the second embodiment and the third embodiment may be combined.
  • the transmitter 202 transmits to the user terminal 3, for example, a plurality of options that are a combination of a plurality of items evaluated by the evaluation unit 208 and whose evaluations are equal to or lower than the threshold value.
  • the combination may be made by combining a plurality of items by, for example, Con-joint analysis.
  • a configuration may be adopted in which the user terminal 3 has some or all of the functions that the server 2 has.
  • Information processing system 2 Server 3: User terminal 4: Network 200A: Communication IF 200B: Storage device 200C: CPU 201: Receiving section 202: Transmitting section (output section) 203: Storage device control unit 204: Acquisition unit 205: Extraction unit 206: Search unit 207: Authentication unit 208: Evaluation unit 209: Estimation unit 300A: Communication IF 300B: Storage device 300C: Input device 300D: Display device 300E: CPU 301: Receiving unit 302: Transmitting unit 303: Storage device control unit 304: Operation reception unit 305: Display device control unit

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention provides an information processing device, an information processing method, and a storage medium with which it is possible to effectively find properties according to user preferences. The information processing device according to the present invention comprises an acquisition unit that acquires attributes of a user and an extraction unit that refers to a storage unit in which the attributes of a user and property items prioritized by the user are stored for a plurality of users, and extracts property items prioritized by other users with attributes similar to the attributes of the user acquired by the acquisition unit.

Description

情報処理装置、情報処理方法及び記憶媒体Information processing device, information processing method, and storage medium
 本発明は、情報処理装置、情報処理方法及び記憶媒体に関する。 The present invention relates to an information processing device, an information processing method, and a storage medium.
 一般的に戸建、マンションなどの物件を探す際には、広さ、間取り、駅からの距離などの条件をもとに物件を絞り込んだ後、希望する物件を内見して実際の物件の状態や周囲の環境などを確認して賃貸や売買などの契約を行うことが一般的である。
 ここで、従来の物件の検索技術には、例えば、居住場所の環境についてのユーザの嗜好に合った環境情報を有する不動産物件の物件情報をユーザの手間をかけずに提示するものがある(特許文献1参照)。
Generally, when searching for a property such as a detached house or condominium, you narrow down the properties based on conditions such as size, floor plan, distance from the station, etc., and then inspect the desired property and see the actual property. It is common to confirm the condition and surrounding environment before signing a contract for rental, purchase, or other purposes.
Here, among conventional property search technologies, for example, there is a technology that presents property information of real estate properties that have environmental information that matches the user's preferences regarding the environment of the place of residence without the user's effort (patent (See Reference 1).
特開2020-46854号公報JP2020-46854A
 しかしながらユーザが自身の嗜好に応じて効果的に物件を探すためには、未だ向上の余地がある。 However, there is still room for improvement in order for users to effectively search for properties according to their preferences.
 本発明は、上記課題に鑑みてなされたものであり、ユーザの嗜好に応じて効果的に物件を探すことができる情報処理装置、情報処理方法及び記憶媒体を提供することを目的とする。 The present invention has been made in view of the above problems, and aims to provide an information processing device, an information processing method, and a storage medium that can effectively search for properties according to the user's preferences.
 上記課題を解決するため、本発明の情報処理装置は、ユーザの属性を取得する取得部と、複数のユーザについて、ユーザの属性と、前記ユーザが優先する物件の項目とが記憶された記憶部を参照し、取得部が取得したユーザと属性の類似する他のユーザが優先する物件の項目を抽出する抽出部と、を備える。 In order to solve the above problems, an information processing device of the present invention includes an acquisition unit that acquires user attributes, and a storage unit that stores user attributes and property items prioritized by the users for a plurality of users. and an extraction unit that refers to the property item and extracts property items prioritized by other users with similar attributes to the user acquired by the acquisition unit.
 本発明によれば、ユーザの嗜好に応じて効果的に物件を探すことができる情報処理装置、情報処理方法及び記憶媒体を提供することができる。 According to the present invention, it is possible to provide an information processing device, an information processing method, and a storage medium that can effectively search for properties according to the user's preferences.
第1実施形態に係る情報処理システムの概略構成の一例を示す図である。1 is a diagram illustrating an example of a schematic configuration of an information processing system according to a first embodiment. 第1実施形態に係るサーバのハード構成の一例を示す図である。FIG. 2 is a diagram showing an example of the hardware configuration of a server according to the first embodiment. 第1実施形態に係るサーバの機能構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a functional configuration of a server according to the first embodiment. 第1実施形態に係るユーザ端末のハード構成の一例を示す図である。It is a diagram showing an example of the hardware configuration of a user terminal according to the first embodiment. 第1実施形態に係るユーザ端末の機能構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a functional configuration of a user terminal according to the first embodiment. 第1実施形態に係るサーバによる情報処理の一例を示すフローチャートである。It is a flowchart which shows an example of information processing by the server concerning a 1st embodiment. 第1実施形態に係るサーバによる情報処理の一例を示すフローチャートである。It is a flowchart which shows an example of information processing by the server concerning a 1st embodiment. 第2実施形態に係るサーバの機能構成の一例を示す図である。FIG. 7 is a diagram illustrating an example of a functional configuration of a server according to a second embodiment. 第2実施形態に係るサーバによる情報処理の一例を示すフローチャートである。It is a flowchart which shows an example of information processing by the server concerning a 2nd embodiment. 第2実施形態に係るサーバによる情報処理の一例を示すフローチャートである。It is a flowchart which shows an example of information processing by the server concerning a 2nd embodiment. 第3実施形態に係るサーバの機能構成の一例を示す図である。FIG. 7 is a diagram illustrating an example of a functional configuration of a server according to a third embodiment. 第3実施形態に係るサーバによる情報処理の一例を示すフローチャートである。12 is a flowchart illustrating an example of information processing by a server according to a third embodiment. 第3実施形態に係るサーバによる情報処理の一例を示すフローチャートである。12 is a flowchart illustrating an example of information processing by a server according to a third embodiment.
 通常、引っ越し等により住居を変える頻度はそれほど高くなく、自分が物件に何を求めているのか、もしくは、これまで当たり前に享受していたために、自分にとって何が重要であるのかを認識できていないことがある。また、それまで住んでいた場所では当たり前に享受できていた項目(例えば、採光、収納の量、浴室の大きさ、移動のしやすさ、など)がなくなることによって、引越し後に失った項目の重要性に気づくことも考えられる。
 また、不動産会社側がユーザの求める項目を聞き漏らしたり、聞いても理解できないこともある。
 このように、自身の優先する項目の選定ができない状態で、不動産会社に連絡をして物件を紹介してもらっても納得のいく物件に出会うまでに多大な手間と時間がかかることとなる。
 また、不動産会社としても、ユーザが納得できる物件を早く紹介できないということは、成約のチャンスを逃したり、成約に至るまでに多大なコストをかけることになる。
 また、物件の情報として、売主、大家、仲介業者からの主観的な情報では、物件を客観的に評価することができず、売主、大家、仲介業者と、買主又は借主との認識にずれが生じる恐れがあり、この場合にも、ユーザは、納得のいく物件に出会うまでに多大な手間と時間がかかることとなり、不動産会社としても、成約のチャンスを逃したり、成約に至るまでに多大なコストをかけることになる。
 以下の実施形態では、ユーザの嗜好に応じて効果的に物件を探すことができる情報処理装置、情報処理方法及び情報処理プログラムについて説明する。
Usually, people do not change residences very often due to moving etc., and they are not aware of what they want from a property, or what is important to them because they have taken it for granted in the past. Sometimes. In addition, due to the loss of items that were taken for granted in the place where they lived before (for example, daylight, amount of storage, bathroom size, ease of movement, etc.), the importance of items that have been lost after moving is also It is also possible that they become aware of their sexuality.
In addition, the real estate company may fail to hear the items requested by the user, or may not be able to understand them even if asked.
In this way, even if you contact a real estate company and have them introduce properties to you without being able to select your own priorities, it will take a lot of effort and time to find a property that you are satisfied with.
Furthermore, as a real estate company, if you are unable to quickly introduce properties that users are satisfied with, you will miss the chance to close a deal or incur a great deal of cost before closing a deal.
In addition, subjective information from sellers, landlords, and brokers cannot objectively evaluate properties, and there may be a gap in understanding between sellers, landlords, and brokers, and buyers or tenants. In this case as well, it will take a lot of effort and time for the user to find a property that they are satisfied with, and the real estate company may miss a chance to close the deal or spend a lot of time before closing the deal. This will incur costs.
In the following embodiments, an information processing device, an information processing method, and an information processing program that can effectively search for properties according to user preferences will be described.
[第1実施形態]
 第1実施形態では、属性の類似する他のユーザが優先する項目を提示することで、ユーザの嗜好に応じて効果的に物件を探すことができる形態について説明する。
 図1は、第1実施形態に係る情報処理システム1の概略構成の一例を示す図である。図1に示すように情報処理システム1は、サーバ2(情報処理装置)と、このサーバ2とネットワーク4を介して接続されたユーザ端末3とを備える。また、ネットワーク4には、他のサーバ(不図示)が接続されており、サーバ2が物件に関する客観的情報(客観的情報については後述する)を取得可能に構成されている。情報処理システム1が備えるサーバ2及びユーザ端末3の数はそれぞれ任意である。サーバ2及びユーザ端末3間の通信は無線通信であるか有線通信であるか問わない。
[First embodiment]
In the first embodiment, a mode will be described in which a user can effectively search for a property according to the user's preferences by presenting items prioritized by other users with similar attributes.
FIG. 1 is a diagram showing an example of a schematic configuration of an information processing system 1 according to the first embodiment. As shown in FIG. 1, the information processing system 1 includes a server 2 (information processing device) and a user terminal 3 connected to the server 2 via a network 4. Further, another server (not shown) is connected to the network 4, and the server 2 is configured to be able to acquire objective information regarding the property (objective information will be described later). The numbers of servers 2 and user terminals 3 included in the information processing system 1 are arbitrary. It does not matter whether the communication between the server 2 and the user terminal 3 is wireless communication or wired communication.
(サーバ2)
 図2は、サーバ2(情報処理装置)のハード構成の一例を示す図である。図2に示すように、サーバ2は、通信IF200A、記憶装置200B、CPU200Cなどを備える。なお、サーバ2に入力装置(例えば、キーボード、タッチパネルなど)及び表示装置(例えば、液晶モニタや有機ELモニタなど)を備えるようにしてもよい。
(Server 2)
FIG. 2 is a diagram showing an example of the hardware configuration of the server 2 (information processing device). As shown in FIG. 2, the server 2 includes a communication IF 200A, a storage device 200B, a CPU 200C, and the like. Note that the server 2 may be provided with an input device (for example, a keyboard, a touch panel, etc.) and a display device (for example, a liquid crystal monitor, an organic EL monitor, etc.).
 通信IF200Aは、外部端末(第1実施形態では、ユーザ端末3や他のサーバ)と通信するためのインターフェースである。 The communication IF 200A is an interface for communicating with an external terminal (in the first embodiment, the user terminal 3 or another server).
 記憶装置200Bは、例えば、ハードディスクドライブや半導体記憶装置(例えば、SSDなど)である。記憶装置200Bには、サーバ2で利用する情報処理プログラム及び各種データなどが記憶されている。なお、第1実施形態では、情報処理プログラム及び各種データは、サーバ2の記憶装置200Bに記憶されているが、USBメモリなどの外部記憶装置やネットワークを介して接続された外部サーバに記憶し、必要に応じて参照やダウンロード可能に構成されていてもよい。 The storage device 200B is, for example, a hard disk drive or a semiconductor storage device (such as an SSD). The storage device 200B stores information processing programs and various data used by the server 2. In the first embodiment, the information processing program and various data are stored in the storage device 200B of the server 2, but they may also be stored in an external storage device such as a USB memory or an external server connected via a network. It may be configured so that it can be referenced or downloaded as needed.
 記憶装置200Bには、ユーザの属性と、ユーザが物件を選ぶ際に優先する項目とが複数のユーザについて記憶されている。
 ユーザの属性には、例えば、ユーザの性別、年齢、年収、家族構成(例えば、親との同居の有無、子供の人数及び年齢など)、通勤時間、勤務地、テレワークの頻度、場所(例えば、住所、最寄り駅、最寄り駅までの時間又は距離などの情報)、マンション名、物件の間取り(例えば、1DK、1LDK、2DK、2LDKなどのLDK表記)及び/又は広さ(0平米-30平米未満、30平米以上―50平米未満など平米数)などの少なくとも1以上の情報が含まれる。なお、「間取り及び/又は広さ」を以下「間取り・広さ」とも記載する。
 優先する項目は、例えば、以下の項目から選択される。なお、以下に示す項目はあくまで一例であり、下記例に限られない。
(1)物件の動線の良さ
(2)物件の陽当たり
(3)物件の収納
(4)物件の設備
(5)物件の清潔さ
(6)物件の風通し
(7)物件の天井の高さ
(8)地域行事量
(9)最寄り駅の混雑率・遅延率
(10)物件周辺の移動のしやすさ
(11)物件周辺の施設の良さ
(12)物件周辺の環境リスク
(13)物件周辺の居住者年齢の多様性
(14)物件周辺の治安
(15)物件周辺の騒音・振動
(16)物件周辺の環境汚染レベル
The storage device 200B stores user attributes and items prioritized when users select properties for a plurality of users.
User attributes include, for example, the user's gender, age, annual income, family structure (e.g., living with parents, number and age of children, etc.), commuting time, work location, frequency of telework, location (e.g., Information such as address, nearest station, time or distance to the nearest station), apartment name, property floor plan (for example, LDK notation such as 1DK, 1LDK, 2DK, 2LDK) and/or size (0 square meters - less than 30 square meters) , 30 square meters or more - less than 50 square meters, etc.). Note that "floor plan and/or size" is also referred to as "floor plan/size" hereinafter.
The priority item is selected from the following items, for example. Note that the items shown below are just examples, and are not limited to the following examples.
(1) Good circulation of the property (2) Sunlight of the property (3) Storage of the property (4) Facilities of the property (5) Cleanliness of the property (6) Ventilation of the property (7) Height of the ceiling of the property (8) Local events (9) Crowding rate and delay rate at the nearest station (10) Ease of movement around the property (11) Quality of facilities around the property (12) Environmental risks around the property (13) Surrounding the property (14) Security around the property (15) Noise and vibration around the property (16) Level of environmental pollution around the property
 また、記憶装置200Bには、複数の物件について、物件(物件名)と、前記物件の物件情報とが記憶されている。この情報は、物件を検索する際に利用される。
 物件情報には、例えば、物件の金額(賃料や価格)、物件の間取り・広さ、場所の他、上述した項目(1)から項目(16)の情報が含まれる。
 なお、第1実施形態では、客観性を担保するために、ネットワーク4が接続された他のサーバ(不図示)から項目(1)から項目(16)に関する情報を取得する。なお、取得した項目(1)から項目(16)に関する情報は、後述する評価部208での比較のために所定のルールやアルゴリズム等により数値化されることが好ましい。
項目(1)物件の間取りの良さ
取得方法 物件の間取り図を認識して動線を計算した評価を取得

項目(2)物件の陽当たり
取得方法 物件の写真及びSNS等(例えば、物件の掲示板など)のユーザ評価から取得

項目(3)物件の収納
取得方法 物件の間取り図を認識して取得

項目(4)物件の設備
取得方法 物件の写真及びSNS等(例えば、物件の掲示板など)のユーザ評価から取得

項目(5)物件の清潔さ
取得方法 物件の写真及びSNS等(例えば、物件の掲示板など)のユーザ評価及び害虫(例えば、シロアリ、ゴキブリなど)情報から取得

項目(6)物件の風通し
取得方法 SNS等(例えば、物件の掲示板など)のユーザ評価及び物件周辺の強風率などの情報を取得

項目(7)物件の天井の高さ
取得方法 物件の写真を取得して算出

項目(8)地域行事量 
取得方法 SNS等(例えば、物件の掲示板など)から物件周辺の行事を取得

項目(9)最寄り駅の混雑率・遅延率
取得方法 物件の最寄り駅と混雑・遅延ランキングを取得

項目(10)物件周辺の移動のしやすさ
取得方法  物件の住所と周辺の交通量を取得

項目(11)物件周辺の施設の良さ
取得方法  SNS等(例えば、物件の掲示板など)、地図、情報サイトなどから情報を取得

項目(12)物件周辺の環境リスク
取得方法  物件の住所から周辺のハザードマップの情報などを取得

項目(13)物件周辺の居住者年齢の多様性
取得方法  物件の住所から該当する地域の国勢調査結果などの情報を取得

項目(14)物件周辺の治安
取得方法  警視庁犯罪情報マップなどから物件の住所周辺の情報を取得

項目(15)物件周辺の騒音・振動
取得方法  物件の住所から周辺の幹線道路・線路・航空ルートからの距離と交通量から試算、又は環境騒音マップから物件周辺の情報を取得

項目(16)物件周辺の環境汚染レベル
取得方法  環境省大気汚染物質広域監視システム(そらまめくん)などから物件周辺の情報を取得
Furthermore, the storage device 200B stores properties (property names) and property information of the properties for a plurality of properties. This information is used when searching for properties.
The property information includes, for example, the price of the property (rent and price), the floor plan/size of the property, the location, and information on items (1) to (16) described above.
In the first embodiment, in order to ensure objectivity, information regarding items (1) to (16) is acquired from another server (not shown) connected to the network 4. Note that the acquired information regarding items (1) to (16) is preferably digitized using a predetermined rule, algorithm, etc. for comparison in the evaluation unit 208, which will be described later.
Item (1) How to obtain the quality of the property's floor plan Obtain an evaluation that recognizes the property's floor plan and calculates the flow line

Item (2) How to obtain sunlight for a property Obtained from photos of the property and user ratings on SNS, etc. (e.g., property bulletin board, etc.)

Item (3) How to acquire property storage Acquire by recognizing the floor plan of the property

Item (4) Property equipment acquisition method: Obtained from property photos and user ratings on SNS, etc. (e.g., property bulletin board, etc.)

Item (5) How to obtain property cleanliness Obtained from property photos, user ratings on SNS, etc. (e.g., property bulletin board), and information on pests (e.g., termites, cockroaches, etc.)

Item (6) How to obtain property ventilation Obtain information such as user ratings on SNS etc. (e.g. property bulletin board) and strong wind rate around the property.

Item (7) How to obtain the ceiling height of the property Calculate by obtaining a photo of the property

Item (8) Local events
Acquisition method Obtain events around the property from SNS etc. (e.g. property bulletin board, etc.)

Item (9) How to obtain the congestion rate and delay rate of the nearest station Obtain the nearest station and congestion/delay ranking of the property

Item (10) How to obtain the ease of movement around the property Obtain the address of the property and the traffic volume in the surrounding area

Item (11) How to obtain the quality of facilities around the property Obtain information from SNS, etc. (e.g. property bulletin board), maps, information sites, etc.

Item (12) How to obtain environmental risks around the property Obtain information on surrounding hazard maps, etc. from the property address

Item (13) How to obtain age diversity of residents around the property Obtain information such as census results for the area from the address of the property

Item (14) How to obtain security around the property Obtain information around the property address from the Metropolitan Police Department crime information map, etc.

Item (15) How to obtain noise and vibration around the property Calculate from the property address from the distance from surrounding arterial roads, railways, and air routes and traffic volume, or obtain information around the property from an environmental noise map

Item (16) How to obtain the environmental pollution level around the property Obtain information around the property from the Ministry of the Environment's Air Pollutant Wide Area Monitoring System (Sora Mame-kun), etc.
 CPU200Cは、サーバ2を制御し、図示しないROM(Read Only Memory)及びRAM(Random Access Memory)を備えている。 The CPU 200C controls the server 2 and includes a ROM (Read Only Memory) and a RAM (Random Access Memory), which are not shown.
 図3は、第1実施形態に係るサーバ2の機能構成の一例を示す図である。図3に示すように、サーバ2は、受信部201、送信部202(出力部)、記憶装置制御部203、取得部204、抽出部205、検索部206、認証部207などの機能を有する。なお、図3に示す機能は、サーバ2のROM(不図示)に記憶された情報処理プログラムをCPU200Cが実行することにより実現される。 FIG. 3 is a diagram showing an example of the functional configuration of the server 2 according to the first embodiment. As shown in FIG. 3, the server 2 has functions such as a reception section 201, a transmission section 202 (output section), a storage device control section 203, an acquisition section 204, an extraction section 205, a search section 206, and an authentication section 207. Note that the functions shown in FIG. 3 are realized by the CPU 200C executing an information processing program stored in the ROM (not shown) of the server 2.
 受信部201は、ネットワーク4を介してユーザ端末3や他のサーバから送信されるデータを受信する。受信部201は、例えば、ユーザ端末3から送信されるユーザの属性や検索条件を受信する。 The receiving unit 201 receives data transmitted from the user terminal 3 and other servers via the network 4. The receiving unit 201 receives, for example, user attributes and search conditions transmitted from the user terminal 3.
 送信部202は、ネットワーク4を介してユーザ端末3へデータを送信(出力)する。
 送信部202は、例えば、ネットワーク4を介してユーザ端末3へ抽出部205での抽出結果を送信(出力)する。
 送信部202は、例えば、ネットワーク4を介してユーザ端末3へ検索部206での検索結果を送信(出力)する。
The transmitter 202 transmits (outputs) data to the user terminal 3 via the network 4 .
The transmitter 202 transmits (outputs) the extraction result by the extractor 205 to the user terminal 3 via the network 4, for example.
The transmitter 202 transmits (outputs) the search results from the search unit 206 to the user terminal 3 via the network 4, for example.
 記憶装置制御部203は、記憶装置200Bを制御する。記憶装置制御部203は、例えば、記憶装置200Bへのデータの書き込みや読み出しを行う。 The storage device control unit 203 controls the storage device 200B. The storage device control unit 203 writes and reads data to and from the storage device 200B, for example.
 取得部204は、例えば、ユーザの属性を取得する。また、取得部204は、例えば、物件について項目(1)から(16)の情報を取得する。取得した項目(1)から(16)の情報は、物件(物件名)に対応付けて記憶装置200Bに記憶される。なお、取得部204は、項目(1)から(16)のうち取得できるものについては取得するが情報が無いなどの理由で取得できないものについては取得しない。 The acquisition unit 204 acquires user attributes, for example. Further, the acquisition unit 204 acquires, for example, information on items (1) to (16) regarding the property. The acquired information of items (1) to (16) is stored in the storage device 200B in association with the property (property name). Note that the acquisition unit 204 acquires items (1) to (16) that can be acquired, but does not acquire items that cannot be acquired due to lack of information or the like.
 抽出部205は、取得部204が取得したユーザの属性と、記憶装置200Bに記憶されている他のユーザの属性との類似性を算出し、類似性が閾値以上である他のユーザが優先する項目を抽出する。なお、抽出部205によるユーザ間の属性の類似性の算出には、例えば、協調フィルタリングなど既存の手法を用いることができる(ユーザ間の属性の類似性を算出できればどのような既存の手法を用いてもよい)。また、類似性の閾値は、任意に設定することができる。 The extraction unit 205 calculates the similarity between the user attributes acquired by the acquisition unit 204 and the attributes of other users stored in the storage device 200B, and gives priority to other users whose similarities are equal to or higher than a threshold value. Extract items. Note that the extraction unit 205 can use an existing method such as collaborative filtering to calculate the similarity of attributes between users. ). Further, the similarity threshold can be set arbitrarily.
 検索部206は、複数の物件について、物件と、物件の物件情報とが記憶された記憶装置200Bを参照し、検索条件に基づいて物件を検索する。 The search unit 206 searches for a plurality of properties based on search conditions by referring to the storage device 200B in which properties and property information of the properties are stored.
 サーバ2の認証部207は、ログインID及びログインパスワードを認証する。具体的には、認証部207は、ログインしたユーザのログインID及びログインパスワードの組み合わせが、記憶装置200Bに記憶されているログインID及びログインパスワードの組み合わせと一致するものが存在するか否かを判定する。一致する組み合わせが存在する場合、認証部207は、ユーザのログインを許可し、一致する組み合わせが存在しない場合、認証部207は、ユーザのログインを許可しない。 The authentication unit 207 of the server 2 authenticates the login ID and login password. Specifically, the authentication unit 207 determines whether there is a combination of the login ID and login password of the logged-in user that matches the combination of the login ID and login password stored in the storage device 200B. do. If a matching combination exists, the authentication unit 207 permits the user to log in; if a matching combination does not exist, the authentication unit 207 does not permit the user to log in.
(ユーザ端末3)
 図4は、ユーザ端末3のハード構成の一例を示す図、図5は、ユーザ端末3の機能構成の一例を示す図である。ユーザ端末3は、携帯端末(例えば、スマートフォンやタブレット端末)やPC(Personal Computer)などである。図4に示すように、ユーザ端末3は、通信IF300A、記憶装置300B、入力装置300C、表示装置300D、CPU300Eなどを備える。
(User terminal 3)
FIG. 4 is a diagram showing an example of the hardware configuration of the user terminal 3, and FIG. 5 is a diagram showing an example of the functional configuration of the user terminal 3. The user terminal 3 is a mobile terminal (for example, a smartphone or a tablet terminal), a PC (Personal Computer), or the like. As shown in FIG. 4, the user terminal 3 includes a communication IF 300A, a storage device 300B, an input device 300C, a display device 300D, a CPU 300E, and the like.
 通信IF300Aは、他の装置(第1実施形態では、サーバ2)と通信するためのインターフェースである。 The communication IF 300A is an interface for communicating with another device (server 2 in the first embodiment).
 記憶装置300Bは、例えば、HDD(Hard Disk Drive)や半導体記憶装置(SSD(Solid State Drive))である。記憶装置300Bには、ユーザ端末3の識別子(ID)及び情報処理プログラムなどが記憶されている。なお、識別子は、サーバ2がユーザ端末3に対して新たに付与してもよいし、IP(Internet Protocol)アドレス、MAC(Media Access Control)アドレスなどを利用してもよい。 The storage device 300B is, for example, an HDD (Hard Disk Drive) or a semiconductor storage device (SSD (Solid State Drive)). The storage device 300B stores an identifier (ID) of the user terminal 3, an information processing program, and the like. Note that the server 2 may newly assign the identifier to the user terminal 3, or an IP (Internet Protocol) address, MAC (Media Access Control) address, or the like may be used.
 入力装置300Cは、例えば、キーボード、タッチパネルなどであり、ユーザは、入力装置300Cを操作して、情報処理システム1の利用に必要なデータを入力することができる。 The input device 300C is, for example, a keyboard, a touch panel, etc., and the user can input data necessary for using the information processing system 1 by operating the input device 300C.
 表示装置300Dは、例えば、液晶モニタや有機ELモニタなどである。表示装置300Dは、情報処理システム1の利用に必要な画面を表示する。 The display device 300D is, for example, a liquid crystal monitor or an organic EL monitor. The display device 300D displays screens necessary for using the information processing system 1.
 CPU300Eは、ユーザ端末3を制御し、図示しないROM及びRAMを備えている。 The CPU 300E controls the user terminal 3 and includes a ROM and RAM (not shown).
 図5に示すように、ユーザ端末3は、受信部301、送信部302、記憶装置制御部303、操作受付部304、表示装置制御部305などの機能を有する。なお、図5に示す機能は、CPU300Eが、記憶装置300Bなどに記憶されている情報処理プログラムを実行することで実現される。 As shown in FIG. 5, the user terminal 3 has functions such as a reception section 301, a transmission section 302, a storage device control section 303, an operation reception section 304, and a display device control section 305. Note that the functions shown in FIG. 5 are realized by the CPU 300E executing an information processing program stored in the storage device 300B or the like.
 受信部301は、サーバ2から送信されるデータを受信する。 The receiving unit 301 receives data transmitted from the server 2.
 送信部302は、入力装置300Cを利用して入力されたデータに識別子を付与してサーバ2へ送信する。ユーザ端末3から送信されるデータに識別子を付与することでサーバ2は、受信したデータがどのユーザ端末3から送信されたものであるかを認識できる。 The transmitter 302 adds an identifier to the data input using the input device 300C and transmits the data to the server 2. By assigning an identifier to the data transmitted from the user terminal 3, the server 2 can recognize which user terminal 3 the received data has been transmitted from.
 記憶装置制御部303は、記憶装置300Bを制御する。具体的には、記憶装置制御部303は、記憶装置300Bを制御してデータの書き込みや読み出しを行う。 The storage device control unit 303 controls the storage device 300B. Specifically, the storage device control unit 303 controls the storage device 300B to write and read data.
 操作受付部304は、入力装置300Cでの入力操作を受け付ける。 The operation reception unit 304 accepts input operations on the input device 300C.
 表示装置制御部305は、表示装置300Dを制御する。具体的には、表示装置制御部305は、表示装置300Dを制御して第1実施形態に係る情報処理システム1の利用に必要な画面を表示させる。 The display device control unit 305 controls the display device 300D. Specifically, the display device control unit 305 controls the display device 300D to display a screen necessary for using the information processing system 1 according to the first embodiment.
 なお、ユーザ端末3は、例えば、WEBブラウザを用いて、サーバ2から送信されるデータを表示するようにしてもよいし、ユーザ端末3にアプリケーションソフトウェアがインストールされており、このアプリケーション上でサーバ2から送信されるデータを表示してもよい。 Note that the user terminal 3 may display the data sent from the server 2 using a web browser, for example, or the user terminal 3 may have application software installed, and the user terminal 3 may use a web browser to display the data sent from the server 2. You may also display data sent from.
(情報処理システム1で実行される処理)
 図6及び図7は、情報処理システム1で実行される処理の一例を示すフローチャートである。以下、図6及び図7を参照して、情報処理システム1で実行される処理について説明するが、図1~図5を参照して説明した構成と同一の構成には同一の符号を付して重複する説明を省略する。
(Processing executed by information processing system 1)
6 and 7 are flowcharts illustrating an example of processing executed by the information processing system 1. The processing executed by the information processing system 1 will be described below with reference to FIGS. 6 and 7, and the same components as those described with reference to FIGS. 1 to 5 will be denoted by the same reference numerals. Repeated explanations will be omitted.
(優先項目抽出処理)
 図6は、情報処理システム1で実行される優先項目抽出処理の一例を示すフローチャートである。以下、図6を参照して、情報処理システム1で実行される優先項目抽出処理の一例を説明する。なお、以下では、既にサーバ2の認証部207がログインID及びログインパスワードを認証したものとして説明する。
(Priority item extraction process)
FIG. 6 is a flowchart illustrating an example of priority item extraction processing executed by the information processing system 1. An example of the priority item extraction process executed by the information processing system 1 will be described below with reference to FIG. 6. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
(ステップS101)
 ユーザは、入力装置300Cを操作して、ユーザの属性、例えば、性別、年齢、年収、家族構成、通勤時間、勤務地、テレワークの頻度、場所、マンション名、物件の間取り・広さなどの少なくとも1以上の情報を入力する。ユーザ端末3の送信部202は、入力されたユーザの属性の情報をサーバ2へ送信する。ユーザ端末3から送信されたユーザの属性の情報は、サーバ2で受信され、サーバ2の取得部204により取得される。
(Step S101)
The user operates the input device 300C to input at least the user's attributes, such as gender, age, annual income, family structure, commuting time, work location, frequency of telework, location, apartment name, and floor plan/size of the property. Enter one or more pieces of information. The transmitter 202 of the user terminal 3 transmits the input user attribute information to the server 2 . The user attribute information transmitted from the user terminal 3 is received by the server 2 and acquired by the acquisition unit 204 of the server 2 .
(ステップS102)
 サーバ2の抽出部205は、取得部204が取得したユーザの属性と、記憶装置200Bに記憶されている他のユーザの属性との類似性を算出する。なお、上述したように、抽出部205による類似性の算出には、例えば、協調フィルタリングなど既存の手法を用いることができる。
(Step S102)
The extraction unit 205 of the server 2 calculates the similarity between the user attributes acquired by the acquisition unit 204 and the attributes of other users stored in the storage device 200B. Note that, as described above, the extraction unit 205 can use an existing method such as collaborative filtering to calculate the similarity.
(ステップS103)
 サーバ2の抽出部205は、記憶装置200Bに記憶された情報を参照し、ステップS102で算出した類似性が閾値以上である他のユーザが優先する項目を抽出する。
(Step S103)
The extraction unit 205 of the server 2 refers to the information stored in the storage device 200B and extracts items prioritized by other users for which the similarity calculated in step S102 is greater than or equal to the threshold.
(ステップS104)
 サーバ2の送信部202は、ネットワーク4を介してユーザ端末3へ抽出部205での抽出結果を送信(出力)する。抽出結果は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S104)
The transmitter 202 of the server 2 transmits (outputs) the extraction result of the extractor 205 to the user terminal 3 via the network 4 . The extraction result is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
(物件検索処理)
 図7は、情報処理システム1で実行される物件検索処理の一例を示すフローチャートである。以下、図7を参照して、情報処理システム1で実行される物件検索処理の一例を説明する。なお、以下では、既にサーバ2の認証部207がログインID及びログインパスワードを認証したものとして説明する。
(Property search process)
FIG. 7 is a flowchart illustrating an example of a property search process executed by the information processing system 1. An example of the property search process executed by the information processing system 1 will be described below with reference to FIG. 7. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
(ステップS201)
 初めに、物件の検索条件(検索項目)を設定する。例えば、ユーザは、図6を参照して説明した優先項目抽出処理により抽出された項目を参考にして物件の検索条件を入力することで物件の検索条件を設定してもよいし、サーバ2の抽出部205により抽出された項目を物件の検索条件として自動で設定されるようにしてもよい。なお、入力装置300Cを操作して、ユーザが優先項目抽出処理により抽出された項目を参考にして物件の検索条件を入力した場合、ユーザ端末3の送信部202は、入力された検索条件の情報をサーバ2へ送信する。また、サーバ2の抽出部205により抽出された項目を物件の検索条件として自動で設定される場合、各項目の詳細(例えば、環境リスクが〇〇以下、環境汚染レベルが〇〇以下など)はユーザが設定することが好ましい。ユーザ端末3から送信された検索条件の情報は、サーバ2で受信され、サーバ2の受信部201で受信される。
(Step S201)
First, set search conditions (search items) for properties. For example, the user may set the property search conditions by inputting the property search conditions with reference to the items extracted by the priority item extraction process described with reference to FIG. The items extracted by the extraction unit 205 may be automatically set as property search conditions. Note that when the user operates the input device 300C and inputs search conditions for a property with reference to the items extracted by the priority item extraction process, the transmitter 202 of the user terminal 3 transmits information on the input search conditions. is sent to server 2. In addition, when the items extracted by the extraction unit 205 of the server 2 are automatically set as search conditions for properties, the details of each item (for example, environmental risk is below XX, environmental pollution level is below XX, etc.) Preferably, it is set by the user. The search condition information transmitted from the user terminal 3 is received by the server 2 and then received by the receiving unit 201 of the server 2 .
(ステップS202)
 サーバ2の検索部206は、複数の物件について、物件と、物件の物件情報とが記憶された記憶装置200Bを参照し、検索条件を満たす物件を検索する。
(Step S202)
The search unit 206 of the server 2 refers to the storage device 200B in which properties and property information of the properties are stored for a plurality of properties, and searches for properties that satisfy the search conditions.
(ステップS203)
 サーバ2の送信部202は、ネットワーク4を介してユーザ端末3へ検索部206での検索結果を送信(出力)する。検索結果は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S203)
The transmitter 202 of the server 2 transmits (outputs) the search results from the searcher 206 to the user terminal 3 via the network 4 . The search results are received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
 なお、図6のステップ抽出結果を出力した後、ユーザが選んだ物件をもとに、該ユーザが優先する項目を分析し、記憶装置200Bに記憶するようにしてもよい。また、図7のステップS201において、検索条件を設定する際に、ユーザ(と類似属性のユーザ)に対して「こういう項目が優先だと思いますがどうですか?」と確認するようにしてもよい。このように確認を行うことで、提示される優先項目に誤りがある場合に修正が可能となり、興味にない項目が優先項目として提示される恐れを低減することができる。 Note that after outputting the step extraction results in FIG. 6, the items prioritized by the user may be analyzed based on the property selected by the user and stored in the storage device 200B. Furthermore, in step S201 of FIG. 7, when setting search conditions, the user (and users with similar attributes) may be asked, "I think these items should be prioritized. What do you think?" By checking in this way, if there is an error in the presented priority items, it can be corrected, and it is possible to reduce the possibility that uninteresting items will be presented as priority items.
 このように、属性の類似する他のユーザが優先する項目を提示することができるので利便性が高い。特に、属性の類似する他のユーザが優先する項目を確認することで、自身がこれまで当たり前に享受していたために認識できていなかった項目に気づいたり、優先度が間違っていた、例えば、優先度を高く考えていたが実際にはそれほど重要な項目ではないこと又はその逆であることなどに気づくことができる。
 このように自身が優先する項目を自身が気づいていなかった項目を含めて選定することができるため、引越し後に後悔することを抑制することができる。
 また、不動産会社としても、ユーザの優先する項目がより明確となるのでユーザが納得できる物件をより早く紹介することが期待でき、成約のチャンスを逃したり、成約に至るまでに多大なコストをかけることを抑制することができる。
 また、物件情報として、売主、大家、仲介業者などが入力した主観的な情報ではなく、SNSや公的なサイトから取得した客観的な情報を用いているので、情報の信頼性が高く、検索された物件がユーザの期待と異なる恐れを抑制できる。
In this way, items prioritized by other users with similar attributes can be presented, which is highly convenient. In particular, by checking the items prioritized by other users with similar attributes, you may notice items that you have not been aware of because you have taken them for granted, or you may find that your priorities are wrong, such as You can realize that something you thought was highly important is actually not that important, or vice versa.
In this way, you can select items to prioritize, including items you were not aware of, so you can avoid regrets after moving.
In addition, as a real estate company, since the priority items of the user become clearer, it can be expected to introduce properties that the user is satisfied with more quickly, which may result in missed opportunities to close a contract or incur significant costs to close a contract. can be suppressed.
In addition, as property information, we use objective information obtained from SNS and public sites, rather than subjective information entered by sellers, landlords, brokers, etc., so the information is highly reliable and searchable. It is possible to suppress the fear that the displayed property will differ from the user's expectations.
[第2実施形態]
 第2実施形態では、ユーザが現在居住する物件の評価を提示することで、ユーザの嗜好に応じて効果的に物件を探すことができる形態について説明する。なお、以下の説明では第1実施形態に係る情報処理システム1と異なる構成について説明し、重複する説明は省略する。
[Second embodiment]
In the second embodiment, a mode will be described in which a user can effectively search for a property according to his or her preferences by presenting an evaluation of the property where the user currently resides. In addition, in the following description, a different configuration from the information processing system 1 according to the first embodiment will be described, and redundant description will be omitted.
 サーバ2の記憶装置200Bには、平均的な物件(以下、基準物件)の情報(以下、基準情報)が記憶されている。ここで、基準情報は、物件の間取り(例えば、1DK、1LDK、2DK、2LDKなどのLDK表記)・広さ(0平米-30平米未満、30平米以上―50平米未満など平米数)ごとに用意されている。なお、平均的な物件(基準物件)とは、例えば、サーバに登録されている間取り又は広さごとに分類された物件の、それぞれの項目における平均値をとった物件である。このため間取り又は広さごとに基準物件が存在する。基準情報は、第1実施形態で述べた項目(1)から(16)に対する基準物件の評価値である。 The storage device 200B of the server 2 stores information (hereinafter referred to as reference information) on an average property (hereinafter referred to as reference property). Here, standard information is prepared for each property floor plan (for example, LDK notation such as 1DK, 1LDK, 2DK, 2LDK) and size (number of square meters, such as 0 square meters - less than 30 square meters, 30 square meters or more - less than 50 square meters, etc.) has been done. Note that the average property (standard property) is, for example, a property obtained by taking the average value for each item of properties classified by floor plan or size registered in the server. For this reason, standard properties exist for each floor plan or size. The standard information is the evaluation value of the standard property for items (1) to (16) described in the first embodiment.
 また、間取り・広さごとに基準物件を用意する理由、換言すると、間取り・広さに応じて基準情報の値を用意する理由であるが、物件の間取りや広さによって平均的な値が異なってくるためである。例えば間取りが1Rの物件の場合、トイレ及び浴室は一体型(同一部屋(浴室)内にある)の小型でシンプルなのものが多いが、間取りが3LDKの物件はトイレと浴室とが別々の部屋にあり、また風呂は追い炊き機能がついており、トイレにも自動洗浄機がついていることが一般的である。その結果、物件の設備の良さでみると、多くの部屋がある大きい物件の方が、評価が高くなる傾向にあるが、間取りが1Rの物件を選びたい人にとっては、3LDKなど他の間取りの評価値はあまり参考にならないことが考えられるためである。同様に、間取りが1Rの物件の場合、駅周辺にあることが多いため物件周辺の施設の良さの評価は高くなる一方、騒音・振動の評価は低くなる傾向にあり、間取りが3LDKの物件は少し離れたところの方が多いため、騒音・振動の評価は高くなる傾向にある。そのため、間取りが3LDKの物件を選ぶ人にとって、間取りが1Rの物件と合わせた平均値で見てしまうと、騒音・振動の評価は過大に、物件主変の施設の良さについては過少評価することになってしまう。 Also, the reason why we prepare standard properties for each floor plan and size, in other words, the reason why we prepare standard information values according to the floor plan and size, but the average value differs depending on the floor plan and size of the property. This is for the sake of coming. For example, in properties with a 1R floor plan, the toilet and bathroom are often small and simple, integrated (in the same room (bathroom)), but in properties with a 3LDK floor plan, the toilet and bathroom are in separate rooms. In addition, baths are equipped with a reheating function, and toilets are generally equipped with automatic washing machines. As a result, when looking at the quality of the property's facilities, larger properties with many rooms tend to receive higher evaluations, but for people who want to choose a property with a 1R floor plan, it is better to consider other floor plans such as 3LDK. This is because the evaluation value may not be very helpful. Similarly, properties with a 1R floor plan are often located near a station, so the evaluation of the quality of surrounding facilities tends to be high, but the ratings for noise and vibration tend to be low. Because most of the locations are located a little further away, noise and vibration ratings tend to be high. Therefore, for those who choose a property with a 3LDK floor plan, if you look at the average value combined with the property with a 1R floor plan, the evaluation of noise and vibration may be overestimated, and the quality of the property's facilities may be underestimated. Become.
 図8は、第2実施形態に係るサーバ2の機能構成の一例を示す図である。図8に示すように、サーバ2は、受信部201、送信部202(出力部)、記憶装置制御部203、取得部204、検索部206、認証部207、評価部208などの機能を有する。なお、図8に示す機能は、サーバ2のROM(不図示)に記憶された情報処理プログラムをCPU200Cが実行することにより実現される。 FIG. 8 is a diagram showing an example of the functional configuration of the server 2 according to the second embodiment. As shown in FIG. 8, the server 2 has functions such as a reception section 201, a transmission section 202 (output section), a storage device control section 203, an acquisition section 204, a search section 206, an authentication section 207, and an evaluation section 208. Note that the functions shown in FIG. 8 are realized by the CPU 200C executing an information processing program stored in the ROM (not shown) of the server 2.
 取得部204は、例えば、ユーザが入力した物件(例えば、ユーザが現在居住する物件)について、第1実施形態で述べた項目(1)から(16)の情報を取得する。なお、取得部204は、項目(1)から(16)のうち取得できるものについては取得するが情報が無いなどの理由で取得できないものについては取得しない。 The acquisition unit 204 acquires, for example, information on items (1) to (16) described in the first embodiment regarding the property input by the user (for example, the property where the user currently resides). Note that the acquisition unit 204 acquires items (1) to (16) that can be acquired, but does not acquire items that cannot be acquired due to lack of information or the like.
 評価部208は、例えば、基準となる基準物件の物件情報に基づいて、取得部204が取得したユーザの物件を評価する。
 評価部208は、例えば、取得部204が取得した物件情報に含まれるユーザの物件の間取り・広さが含まれる基準物件を特定する。換言すると、評価部208は、取得部204が取得した物件情報に含まれるユーザの物件と間取り・広さが同じ又は略同じである基準物件を特定する。
 次いで評価部208は、取得部204が取得したユーザが入力した物件の物件情報の各項目の値と、特定した基準物件の基準情報の各項目の値とを比較し、基準情報の値に対する物件情報の値の割合を項目ごとに算出する(物件情報の値を基準情報の値で除算する)。
 上述したように、基準情報は、物件の間取り(例えば、1DK、1LDK、2DK、2LDKなどのLDK表記)・広さ(0平米-30平米未満、30平米以上―50平米未満など平米数)ごとに用意されている。
 例えば、取得部204が取得した物件情報に含まれるユーザの物件の間取りが、1LDKであれば、評価部208は、物件の間取りが1LDKの基準物件の基準情報を、取得部204が取得した物件情報に含まれるユーザの物件の間取りが含まれる基準物件の基準情報として特定する。
 また、例えば、取得部204が取得した物件情報に含まれるユーザの物件の広さが、40平米1LDKであれば、評価部208は、物件の広さが30平米以上―50平米未満の基準物件の基準情報を、取得部204が取得した物件情報に含まれるユーザの物件の広さが含まれる基準物件の基準情報として特定する。
The evaluation unit 208 evaluates the user's property acquired by the acquisition unit 204, for example, based on property information of a reference property that is a reference.
The evaluation unit 208 identifies, for example, a reference property that includes the floor plan and size of the user's property included in the property information acquired by the acquisition unit 204. In other words, the evaluation unit 208 identifies a reference property that has the same or substantially the same floor plan and size as the user's property included in the property information acquired by the acquisition unit 204.
Next, the evaluation unit 208 compares the value of each item of the property information of the property input by the user, which has been acquired by the acquisition unit 204, with the value of each item of the standard information of the specified standard property, and determines the value of the property relative to the value of the standard information. Calculate the ratio of information values for each item (divide the property information value by the standard information value).
As mentioned above, the standard information is based on the floor plan of the property (for example, LDK notation such as 1DK, 1LDK, 2DK, 2LDK) and size (number of square meters, such as 0 square meters - less than 30 square meters, 30 square meters or more - less than 50 square meters, etc.) provided.
For example, if the floor plan of the user's property included in the property information acquired by the acquisition unit 204 is 1LDK, the evaluation unit 208 uses the standard information of the standard property whose floor plan is 1LDK for the property acquired by the acquisition unit 204. The floor plan of the user's property included in the information is specified as the reference information of the reference property.
For example, if the size of the user's property included in the property information acquired by the acquisition unit 204 is 40 square meters and 1LDK, the evaluation unit 208 evaluates the standard property whose size is 30 square meters or more and less than 50 square meters. The acquisition unit 204 identifies the standard information as the standard information of the standard property that includes the size of the user's property included in the property information acquired.
(物件評価処理)
 図9は、情報処理システム1で実行される物件評価処理の一例を示すフローチャートである。以下、図9を参照して、情報処理システム1で実行される物件評価処理の一例を説明する。なお、以下では、既にサーバ2の認証部207がログインID及びログインパスワードを認証したものとして説明する。
(Property evaluation processing)
FIG. 9 is a flowchart illustrating an example of property evaluation processing executed by the information processing system 1. An example of the property evaluation process executed by the information processing system 1 will be described below with reference to FIG. 9. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
(ステップS301)
 ユーザは、入力装置300Cを操作して、例えば、現在居住している物件の住所、マンション名などの物件情報を入力する。ユーザ端末3の送信部202は、入力された物件情報をサーバ2へ送信する。サーバ2の受信部201は、ユーザ端末3から送信された物件情報を受信する。
(Step S301)
The user operates the input device 300C to input property information such as the address and condominium name of the property where the user currently resides, for example. The transmitter 202 of the user terminal 3 transmits the input property information to the server 2. The receiving unit 201 of the server 2 receives property information transmitted from the user terminal 3.
(ステップS302)
 サーバ2の取得部204は、例えば、受信部201が受信したユーザの物件の住所や物件名(マンション名など)に基づいて他のサーバなどから物件情報を構成する項目(1)から(16)の情報を取得する。
(Step S302)
For example, the acquisition unit 204 of the server 2 acquires items (1) to (16) that constitute property information from another server based on the address and property name (apartment name, etc.) of the user's property received by the reception unit 201. Get information about.
(ステップS303)
 サーバ2の評価部208は、例えば、取得部204が取得した物件情報に含まれるユーザの物件の間取り・広さが含まれる基準物件を特定する。
(Step S303)
The evaluation unit 208 of the server 2 identifies, for example, a reference property that includes the floor plan and size of the user's property included in the property information acquired by the acquisition unit 204.
(ステップS304)
 サーバ2の評価部208は、取得部204が取得した物件情報の各項目の値と、特定した基準物件の基準情報の各項目の値とを比較し、基準情報の値に対する物件情報の値の割合を項目ごとに算出する。
(Step S304)
The evaluation unit 208 of the server 2 compares the value of each item of the property information acquired by the acquisition unit 204 with the value of each item of the standard information of the specified standard property, and determines the value of the property information with respect to the value of the standard information. Calculate the percentage for each item.
(ステップS305)
 サーバ2の送信部202は、ネットワーク4を介してユーザ端末3へ評価部208での評価結果を送信(出力)する。評価結果は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S305)
The transmitting unit 202 of the server 2 transmits (outputs) the evaluation result by the evaluating unit 208 to the user terminal 3 via the network 4. The evaluation result is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
(物件検索処理)
 図10は、情報処理システム1で実行される物件検索処理の一例を示すフローチャートである。以下、図10を参照して、情報処理システム1で実行される物件検索処理の一例を説明する。なお、以下では、既にサーバ2の認証部207がログインID及びログインパスワードを認証したものとして説明する。
(Property search process)
FIG. 10 is a flowchart illustrating an example of a property search process executed by the information processing system 1. An example of the property search process executed by the information processing system 1 will be described below with reference to FIG. 10. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
(ステップS401)
 初めに、物件の検索条件(検索項目)を設定する。例えば、ユーザは、図9を参照して説明した物件評価処理により評価された物件の評価結果を参考にして物件の検索条件を入力することで物件の検索条件を設定してもよいし、サーバ2の評価部208での評価結果に基づいて物件の検索条件が自動で設定されるようにしてもよい。なお、入力装置300Cを操作して、ユーザが物件の評価結果を参考にして物件の検索条件を入力した場合、ユーザ端末3の送信部202は、入力された検索条件の情報をサーバ2へ送信する。また、サーバ2の評価部208での評価結果に基づいて物件の検索条件が自動で設定される場合、各項目の詳細(例えば、環境リスクが〇〇以下、環境汚染レベルが〇〇以下など)はユーザが設定することが好ましい。ユーザ端末3から送信された検索条件の情報は、サーバ2で受信され、サーバ2の受信部201で受信される。
(Step S401)
First, set search conditions (search items) for properties. For example, the user may set the property search conditions by inputting property search conditions with reference to the property evaluation results evaluated by the property evaluation process described with reference to FIG. The property search conditions may be automatically set based on the evaluation result by the evaluation unit 208 of No. 2. Note that when the user operates the input device 300C and inputs search conditions for a property with reference to the evaluation results of the property, the transmission unit 202 of the user terminal 3 transmits information on the input search conditions to the server 2. do. In addition, when property search conditions are automatically set based on the evaluation results by the evaluation unit 208 of the server 2, details of each item (for example, environmental risk is below XX, environmental pollution level is below XX, etc.) is preferably set by the user. The search condition information transmitted from the user terminal 3 is received by the server 2 and then received by the receiving unit 201 of the server 2 .
(ステップS402)
 サーバ2の検索部206は、複数の物件について、物件と、物件の物件情報とが記憶された記憶装置200Bを参照し、検索条件を満たす物件を検索する。
(Step S402)
The search unit 206 of the server 2 refers to the storage device 200B in which properties and property information of the properties are stored for a plurality of properties, and searches for properties that satisfy the search conditions.
(ステップS403)
 サーバ2の送信部202は、ネットワーク4を介してユーザ端末3へ検索部206での検索結果を送信(出力)する。検索結果は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S403)
The transmitter 202 of the server 2 transmits (outputs) the search results from the searcher 206 to the user terminal 3 via the network 4 . The search results are received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
 このように、ユーザの物件の物件情報と、平均的な物件(基準物件)の基準情報とを項目ごとに比較し、ユーザの物件を評価するので、各項目がどの程度基準となる物件と乖離しているかを確認することができ利便性が高い。特に、基準物件との違いを項目ごとに比較しているので、自身がこれまで当たり前に享受していたために認識できていなかった項目に気づいたり、優先度が間違っていた、例えば、優先度を高く考えていたが実際にはそれほど重要な項目ではないこと又はその逆であることなどに気づくことができる。
 このように自身が優先する項目を自身が気づいていなかった項目を含めて選定することができるため、引越し後に後悔することを抑制することができる。
 また、不動産会社としても、ユーザの優先する項目がより明確となるのでユーザが納得できる物件をより早く紹介することが期待でき、成約のチャンスを逃したり、成約に至るまでに多大なコストをかけることを抑制することができる。
 また、物件情報として、売主、大家、仲介業者などが入力した主観的な情報ではなく、SNSや公的なサイトから取得した客観的な情報を用いているので、情報の信頼性が高く、検索された物件がユーザの期待と異なる恐れを抑制できる。
In this way, the property information of the user's property and the standard information of the average property (standard property) are compared for each item to evaluate the user's property, so it is possible to evaluate the user's property by comparing the property information of the user's property with the standard information of the average property (standard property). It is very convenient to be able to check what you are doing. In particular, since we compare the differences from the standard property item by item, we may notice items that we had not been aware of because we had taken them for granted, or we may notice that the priorities were wrong, for example. You can realize that something you thought highly of is actually not that important, or vice versa.
In this way, you can select items to prioritize, including items you were not aware of, so you can avoid regrets after moving.
In addition, as a real estate company, since the priority items of the user become clearer, it can be expected to introduce properties that the user is satisfied with more quickly, which may result in missed opportunities to close a contract or incur significant costs to close a contract. can be suppressed.
In addition, as property information, we use objective information obtained from SNS and public sites, rather than subjective information entered by sellers, landlords, brokers, etc., so the information is highly reliable and searchable. It is possible to suppress the fear that the displayed property will differ from the user's expectations.
[第3実施形態]
 第3実施形態では、物件を検索する際の項目を複数組み合わせた複数の選択肢をユーザに選択させることにより、(例えば、Con-joint分析などにより)自身が気づいていない優先項目を提示することで、ユーザの嗜好に応じて効果的に物件を探すことができる形態について説明する。なお、以下の説明では第1,第2実施形態に係る情報処理システム1と異なる構成について説明し、重複する説明は省略する。
[Third embodiment]
In the third embodiment, by having the user select multiple options that combine multiple items when searching for a property, priority items that the user is not aware of (for example, through con-joint analysis) can be presented. , a form that allows users to effectively search for properties according to their preferences will be described. In addition, in the following description, a different configuration from the information processing system 1 according to the first and second embodiments will be described, and redundant description will be omitted.
 記憶装置200Bには、サーバ2の送信部202が送信する第1実施形態で説明した項目(1)から(16)を複数組み合わせた複数の選択肢が記憶されている。 The storage device 200B stores a plurality of options that are a combination of items (1) to (16) described in the first embodiment and that are transmitted by the transmitter 202 of the server 2.
 図11は、第2実施形態に係るサーバ2の機能構成の一例を示す図である。図11に示すように、サーバ2は、受信部201、送信部202(出力部)、記憶装置制御部203、取得部204、検索部206、認証部207、推定部209などの機能を有する。なお、図11に示す機能は、サーバ2のROM(不図示)に記憶された情報処理プログラムをCPU200Cが実行することにより実現される。 FIG. 11 is a diagram showing an example of the functional configuration of the server 2 according to the second embodiment. As shown in FIG. 11, the server 2 has functions such as a reception section 201, a transmission section 202 (output section), a storage device control section 203, an acquisition section 204, a search section 206, an authentication section 207, and an estimation section 209. Note that the functions shown in FIG. 11 are realized by the CPU 200C executing an information processing program stored in the ROM (not shown) of the server 2.
 サーバ2の送信部202は、記憶装置200Bに記憶されている項目(1)から(16)を複数組み合わせた複数の選択肢をユーザ端末3へ送信する。なお、予め項目(1)から(16)を複数組み合わせた複数の選択肢を記憶装置200Bに記憶させておく代わりに、所定のルールやアルゴリズム等に基づいて項目(1)から(16)を複数組み合わせた複数の選択肢を生成し、この生成された項目(1)から(16)を複数組み合わせた複数の選択肢を送信部202が送信するようにしてもよい。
 推定部209は、受信部201が受信したユーザによる評価(選択肢の選択情報)に基づいて、物件情報を検索する際の項目の優先度(重要度)を推定する。
The transmitting unit 202 of the server 2 transmits to the user terminal 3 a plurality of options that are a combination of items (1) to (16) stored in the storage device 200B. Note that instead of storing in advance multiple options that are combinations of items (1) to (16) in the storage device 200B, multiple combinations of items (1) to (16) can be created based on predetermined rules, algorithms, etc. Alternatively, a plurality of options may be generated, and the transmitting unit 202 may transmit a plurality of options that are a combination of the generated items (1) to (16).
The estimating unit 209 estimates the priority (importance) of the item when searching for property information based on the user's evaluation (choice selection information) received by the receiving unit 201.
(優先項目推定処理)
 図12は、情報処理システム1で実行される優先項目推定処理の一例を示すフローチャートである。以下、図12を参照して、情報処理システム1で実行される優先項目推定処理の一例を説明する。なお、以下では、既にサーバ2の認証部207がログインID及びログインパスワードを認証したものとして説明する。
(Priority item estimation process)
FIG. 12 is a flowchart illustrating an example of priority item estimation processing executed by the information processing system 1. An example of the priority item estimation process executed by the information processing system 1 will be described below with reference to FIG. 12. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
(ステップS501)
 サーバ2の送信部202は、記憶装置200Bを参照し、項目(1)から(16)を複数組み合わせた複数の選択肢をユーザ端末3へ送信する。送信された選択肢の情報は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S501)
The transmitting unit 202 of the server 2 refers to the storage device 200B and transmits a plurality of options, which are combinations of items (1) to (16), to the user terminal 3. The transmitted option information is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
(ステップS502)
 ユーザは、入力装置300Cを操作して、提示された複数の選択肢から任意の選択肢を選択(評価)する。ユーザ端末3の送信部202は、選択された情報(選択情報)をサーバ2へ送信する。サーバ2の受信部201は、ユーザ端末3から送信された選択情報を受信する。
(Step S502)
The user operates the input device 300C to select (evaluate) any option from the multiple options presented. The transmitter 202 of the user terminal 3 transmits the selected information (selection information) to the server 2. The receiving unit 201 of the server 2 receives selection information transmitted from the user terminal 3.
(ステップS503)
 サーバ2の推定部209は、受信部201が受信したユーザによる評価(選択情報)に基づいて、物件情報を検索する際の項目の優先度(重要度)を推定する。なお、推定には、例えば、例えば、Con-joint分析など既知の手法を用いることができる。
(Step S503)
The estimating unit 209 of the server 2 estimates the priority (importance) of the item when searching for property information based on the user's evaluation (selection information) received by the receiving unit 201. Note that for the estimation, for example, a known method such as Con-joint analysis can be used.
(ステップS504)
 サーバ2の送信部202は、ネットワーク4を介してユーザ端末3へ推定部209での推定結果を送信(出力)する。推定結果は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S504)
The transmitting unit 202 of the server 2 transmits (outputs) the estimation result of the estimating unit 209 to the user terminal 3 via the network 4. The estimation result is received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
(物件検索処理)
 図13は、情報処理システム1で実行される物件検索処理の一例を示すフローチャートである。以下、図13を参照して、情報処理システム1で実行される物件検索処理の一例を説明する。なお、以下では、既にサーバ2の認証部207がログインID及びログインパスワードを認証したものとして説明する。
(Property search process)
FIG. 13 is a flowchart illustrating an example of a property search process executed by the information processing system 1. An example of the property search process executed by the information processing system 1 will be described below with reference to FIG. 13. Note that the following description assumes that the authentication unit 207 of the server 2 has already authenticated the login ID and login password.
(ステップS601)
 初めに、物件の検索条件(検索項目)を設定する。例えば、ユーザは、図12を参照して説明した優先項目推定処理により推定された項目を参考にして物件の検索条件を入力することで物件の検索条件を設定してもよいし、サーバ2の推定部209により推定された優先項目を物件の検索条件として自動で設定されるようにしてもよい。なお、入力装置300Cを操作して、ユーザが優先項目推定処理により推定された項目を参考にして物件の検索条件を入力した場合、ユーザ端末3の送信部202は、入力された検索条件の情報をサーバ2へ送信する。また、サーバ2の推定部209での推定結果に基づいて物件の検索条件が自動で設定される場合、各項目の詳細(例えば、環境リスクが〇〇以下、環境汚染レベルが〇〇以下など)はユーザが設定することが好ましい。ユーザ端末3から送信された検索条件の情報は、サーバ2で受信され、サーバ2の受信部201で受信される。
(Step S601)
First, set search conditions (search items) for properties. For example, the user may set the property search conditions by inputting the property search conditions with reference to the items estimated by the priority item estimation process described with reference to FIG. The priority items estimated by the estimating unit 209 may be automatically set as property search conditions. Note that when the user operates the input device 300C and inputs search conditions for a property with reference to the items estimated by the priority item estimation process, the transmitter 202 of the user terminal 3 transmits information on the input search conditions. is sent to server 2. In addition, when property search conditions are automatically set based on the estimation results by the estimation unit 209 of the server 2, details of each item (for example, environmental risk is below XX, environmental pollution level is below XX, etc.) is preferably set by the user. The search condition information transmitted from the user terminal 3 is received by the server 2 and then received by the receiving unit 201 of the server 2 .
(ステップS602)
 サーバ2の検索部206は、複数の物件について、物件と、物件の物件情報とが記憶された記憶装置200Bを参照し、検索条件を満たす物件を検索する。
(Step S602)
The search unit 206 of the server 2 refers to the storage device 200B in which properties and property information of the properties are stored for a plurality of properties, and searches for properties that satisfy the search conditions.
(ステップS603)
 サーバ2の送信部202は、ネットワーク4を介してユーザ端末3へ検索部206での検索結果を送信(出力)する。検索結果は、ユーザ端末3の受信部301で受信され、表示装置制御部305により表示装置300Dに表示される。
(Step S603)
The transmitter 202 of the server 2 transmits (outputs) the search results from the searcher 206 to the user terminal 3 via the network 4 . The search results are received by the receiving unit 301 of the user terminal 3 and displayed on the display device 300D by the display device control unit 305.
 このように、自身が気づいていない優先項目を推定することができるので利便性が高い。特に、自身がこれまで当たり前に享受していたために認識できていなかった項目に気づいたり、優先度が間違っていた、例えば、優先度を高く考えていたが実際にはそれほど重要な項目ではないこと又はその逆であることなどに気づくことができる。
 このように自身が優先する項目を自身が気づいていなかった項目を含めて選定することができるため、引越し後に後悔することを抑制することができる。
 また、不動産会社としても、ユーザの優先する項目がより明確となるのでユーザが納得できる物件をより早く紹介することが期待でき、成約のチャンスを逃したり、成約に至るまでに多大なコストをかけることを抑制することができる。
 また、物件情報として、売主、大家、仲介業者などが入力した主観的な情報ではなく、SNSや公的なサイトから取得した客観的な情報を用いているので、情報の信頼性が高く、検索された物件がユーザの期待と異なる恐れを抑制できる。
In this way, priority items that the user is not aware of can be estimated, which is highly convenient. In particular, you may notice items that you had not been aware of because you had taken them for granted, or that your priorities were wrong, for example, items that you thought were a high priority but are actually not that important. Or you can notice that the opposite is true.
In this way, you can select items to prioritize, including items you were not aware of, so you can avoid regrets after moving.
In addition, as a real estate company, since the priority items of the user become clearer, it can be expected to introduce properties that the user is satisfied with more quickly, which may result in missed opportunities to close a contract or incur significant costs to close a contract. can be suppressed.
In addition, as property information, we use objective information obtained from SNS and public sites, rather than subjective information entered by sellers, landlords, brokers, etc., so the information is highly reliable and searchable. It is possible to suppress the fear that the displayed property will differ from the user's expectations.
 なお、第1実施形態で説明した項目(1)から(16)を複数組み合わせた複数の選択肢をユーザの属性ごとに記憶装置200Bに記憶し、サーバ2の送信部202は、記憶装置200Bを参照し、ユーザ端末3から送信されたユーザの属性に一致又は類似する属性の選択肢をユーザ端末3へ送信するように構成してもよい。なお、ユーザ間の属性の類似性の算出には、例えば、協調フィルタリングなど既存の手法を用いることができる(ユーザ間の属性の類似性を算出できればどのような既存の手法を用いてもよい)。
 このように、ユーザの属性に応じて送信する選択肢を用意することで、より精度の高い推定を行うことが期待できる。
Note that a plurality of options that are a combination of items (1) to (16) described in the first embodiment are stored in the storage device 200B for each user attribute, and the transmitting unit 202 of the server 2 refers to the storage device 200B. However, it may be configured to send to the user terminal 3 options for attributes that match or are similar to the user's attributes sent from the user terminal 3. Note that existing methods such as collaborative filtering can be used to calculate the similarity of attributes between users (any existing method may be used as long as it can calculate the similarity of attributes between users). .
In this way, by preparing transmission options depending on the user's attributes, it can be expected that more accurate estimation can be performed.
[その他の実施形態]
 その他、上記実施形態は、何れも本発明を実施するにあたっての具体化の一例を示したものに過ぎず、これによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその要旨、またはその主要な特徴から逸脱することなく、様々な形で実施することができる。
[Other embodiments]
In addition, the above-mentioned embodiments are merely examples of implementation of the present invention, and the technical scope of the present invention should not be construed to be limited thereby. That is, the present invention can be implemented in various forms without departing from its gist or main features.
 例えば、第1実施形態と第3実施形態とを組み合わせてもよい。この場合、送信部202は、例えば、抽出部205が抽出した項目を複数組み合わせた複数の選択肢をユーザ端末3へ送信するようにしてもよい。 For example, the first embodiment and the third embodiment may be combined. In this case, the transmitting unit 202 may transmit to the user terminal 3, for example, a plurality of options that are a combination of multiple items extracted by the extracting unit 205.
 また、例えば、第2実施形態と第3実施形態とを組み合わせてもよい。この場合、送信部202は、例えば、評価部208が評価したうち評価が閾値以下の項目を複数組み合わせた複数の選択肢をユーザ端末3へ送信する。なお組み合わせは、例えば、Con-joint分析により項目を複数組み合わせるようにしてもよい。 Also, for example, the second embodiment and the third embodiment may be combined. In this case, the transmitter 202 transmits to the user terminal 3, for example, a plurality of options that are a combination of a plurality of items evaluated by the evaluation unit 208 and whose evaluations are equal to or lower than the threshold value. Note that the combination may be made by combining a plurality of items by, for example, Con-joint analysis.
 また、例えば、サーバ2が有する機能の一部又は全部をユーザ端末3が有する構成としてもよい。 Furthermore, for example, a configuration may be adopted in which the user terminal 3 has some or all of the functions that the server 2 has.
1      :情報処理システム
2      :サーバ
3      :ユーザ端末
4      :ネットワーク
200A   :通信IF
200B   :記憶装置
200C   :CPU
201    :受信部
202    :送信部(出力部)
203    :記憶装置制御部
204    :取得部
205    :抽出部
206    :検索部
207    :認証部
208    :評価部
209    :推定部
300A   :通信IF
300B   :記憶装置
300C   :入力装置
300D   :表示装置
300E   :CPU
301    :受信部
302    :送信部
303    :記憶装置制御部
304    :操作受付部
305    :表示装置制御部
1: Information processing system 2: Server 3: User terminal 4: Network 200A: Communication IF
200B: Storage device 200C: CPU
201: Receiving section 202: Transmitting section (output section)
203: Storage device control unit 204: Acquisition unit 205: Extraction unit 206: Search unit 207: Authentication unit 208: Evaluation unit 209: Estimation unit 300A: Communication IF
300B: Storage device 300C: Input device 300D: Display device 300E: CPU
301: Receiving unit 302: Transmitting unit 303: Storage device control unit 304: Operation reception unit 305: Display device control unit

Claims (19)

  1.  ユーザの属性を取得する取得部と、
     複数のユーザについて、前記ユーザの属性と、前記ユーザが優先する物件の項目とが記憶された記憶部を参照し、前記取得部が取得したユーザと属性の類似する他のユーザが優先する物件の項目を抽出する抽出部と、
     を備えることを特徴とする情報処理装置。
    an acquisition unit that acquires user attributes;
    For a plurality of users, by referring to a storage unit that stores attributes of the users and items of properties prioritized by the users, the acquisition unit acquires properties prioritized by other users with similar attributes to the user. an extraction unit that extracts items;
    An information processing device comprising:
  2.  複数の物件について、前記物件と、前記物件の物件情報とが記憶された記憶部を参照し、前記抽出部での抽出結果に基づいて、前記物件を検索する検索部を備える、
     ことを特徴とする請求項1に記載の情報処理装置。
    a search unit that searches for a plurality of properties based on the extraction result of the extraction unit by referring to a storage unit in which the properties and property information of the properties are stored;
    The information processing device according to claim 1, characterized in that:
  3.  前記抽出部が抽出した項目を複数組み合わせた複数の選択肢を出力する出力部と、
     前記複数の選択肢のユーザによる評価を受信する受信部と、
     前記受信部が受信した評価に基づいて、前記項目の優先度を推定する推定部と、
     を備えることを特徴とする請求項1に記載の情報処理装置。
    an output unit that outputs a plurality of options obtained by combining a plurality of items extracted by the extraction unit;
    a receiving unit that receives user evaluations of the plurality of options;
    an estimation unit that estimates the priority of the item based on the evaluation received by the reception unit;
    The information processing device according to claim 1, further comprising:
  4.  複数の物件について、前記物件と、前記物件の物件情報とが記憶された記憶部を参照し、前記推定部での推定結果に基づいて、前記物件を検索する検索部を備える、
     ことを特徴とする請求項3に記載の情報処理装置。
    a search unit that searches for a plurality of properties based on the estimation result of the estimation unit by referring to a storage unit in which the properties and property information of the properties are stored;
    The information processing device according to claim 3, characterized in that:
  5.  ユーザの物件の物件情報を取得する取得部と、
     基準となる基準物件の物件情報に基づいて、前記ユーザの物件を評価する評価部と、
     を備えることを特徴とする情報処理装置。
    an acquisition unit that acquires property information of a user's property;
    an evaluation unit that evaluates the user's property based on property information of a reference property that is a reference;
    An information processing device comprising:
  6.  前記物件情報には、複数の項目が含まれ、
     前記評価部は、
     前記取得部が取得した物件情報を項目ごとに評価する、
     ことを特徴とする請求項5に記載の情報処理装置。
    The property information includes multiple items,
    The evaluation department is
    evaluating the property information acquired by the acquisition unit for each item;
    6. The information processing device according to claim 5.
  7.  複数の物件について、前記物件と、前記物件の物件情報とが記憶された記憶部を参照し、前記評価部での評価結果に基づいて、前記物件を検索する検索部を備える、
     ことを特徴とする請求項5に記載の情報処理装置。
    a search unit that searches for a plurality of properties based on an evaluation result by the evaluation unit, with reference to a storage unit in which the properties and property information of the properties are stored;
    6. The information processing device according to claim 5.
  8.  前記評価部での評価結果に基づいて、前記項目を複数組み合わせた複数の選択肢を出力する出力部と、
     前記複数の選択肢のユーザによる評価を受信する受信部と、
     前記受信部が受信した評価に基づいて、前記項目の優先度を推定する推定部と、
     ことを特徴とする請求項6に記載の情報処理装置。
    an output unit that outputs a plurality of options combining a plurality of the items based on the evaluation result in the evaluation unit;
    a receiving unit that receives user evaluations of the plurality of options;
    an estimation unit that estimates the priority of the item based on the evaluation received by the reception unit;
    7. The information processing apparatus according to claim 6.
  9.  複数の物件について、前記物件と、前記物件の物件情報とが記憶された記憶部を参照し、前記推定部での推定結果に基づいて、前記物件を検索する検索部を備える、
     ことを特徴とする請求項8に記載の情報処理装置。
    a search unit that searches for a plurality of properties based on the estimation result of the estimation unit by referring to a storage unit in which the properties and property information of the properties are stored;
    9. The information processing device according to claim 8.
  10.  物件の項目を複数組み合わせた複数の選択肢を出力する出力部と、
     前記複数の選択肢のユーザによる評価を受信する受信部と、
     前記受信部が受信した評価に基づいて、前記項目の優先度を推定する推定部と、
     を備えることを特徴とする情報処理装置。
    an output unit that outputs multiple options combining multiple property items;
    a receiving unit that receives user evaluations of the plurality of options;
    an estimation unit that estimates the priority of the item based on the evaluation received by the reception unit;
    An information processing device comprising:
  11.  前記ユーザの物件の物件情報を取得する取得部と、
     基準となる基準物件の物件情報に基づいて、前記ユーザの物件を評価する評価部と、を備え、
     前記出力部は、
     前記評価部での評価結果に基づいて、前記項目を複数組み合わせた複数の選択肢を出力する、
     ことを特徴とする請求項10に記載の情報処理装置。
    an acquisition unit that acquires property information of the user's property;
    an evaluation unit that evaluates the user's property based on property information of a reference property that is a reference;
    The output section is
    outputting a plurality of options that are combinations of a plurality of the items based on the evaluation result in the evaluation section;
    The information processing device according to claim 10.
  12.  ユーザの属性を取得する取得部と、
     複数のユーザについて、前記ユーザの属性と、前記ユーザが優先する物件の項目とが記憶された記憶部を参照し、前記取得部が取得したユーザと属性の類似する他のユーザが優先する物件の項目を抽出する抽出部と、を備え、
     前記出力部は、
     前記抽出部が抽出した項目を複数組み合わせた複数の選択肢を出力する、
     ことを特徴とする請求項10に記載の情報処理装置。
    an acquisition unit that acquires user attributes;
    For a plurality of users, by referring to a storage unit that stores attributes of the users and items of properties prioritized by the users, the acquisition unit acquires properties prioritized by other users with similar attributes to the user. an extraction unit for extracting items;
    The output section is
    outputting a plurality of options that are a combination of a plurality of items extracted by the extraction unit;
    The information processing device according to claim 10.
  13.  複数の物件について、前記物件と、前記物件の物件情報とが記憶された記憶部を参照し、前記推定部での推定結果に基づいて、前記物件を検索する検索部を備える、
     ことを特徴とする請求項10に記載の情報処理装置。
    a search unit that searches for a plurality of properties based on the estimation result of the estimation unit by referring to a storage unit in which the properties and property information of the properties are stored;
    The information processing device according to claim 10.
  14.  取得部が、ユーザの属性を取得する工程と、
     抽出部が、複数のユーザについて、前記ユーザの属性と、前記ユーザが優先する物件の項目とが記憶された記憶部を参照し、前記取得部が取得したユーザと属性の類似する他のユーザが優先する物件の項目を抽出する工程と、
     を有することを特徴とする情報処理方法。
    a step in which the acquisition unit acquires attributes of the user;
    The extraction unit refers to a storage unit in which attributes of the users and property items prioritized by the users are stored for a plurality of users, and identifies other users with similar attributes to the user acquired by the acquisition unit. A process of extracting priority property items;
    An information processing method characterized by having the following.
  15.  取得部が、ユーザの物件の物件情報を取得する工程と、
     評価部が、基準となる基準物件の物件情報に基づいて、前記ユーザの物件を評価する工程と、
     を有することを特徴とする情報処理方法。
    a step in which the acquisition unit acquires property information of the user's property;
    a step in which the evaluation unit evaluates the user's property based on property information of a reference property that is a reference;
    An information processing method characterized by having the following.
  16.  出力部が、物件の項目を複数組み合わせた複数の選択肢を出力する工程と、
     受信部が、前記複数の選択肢のユーザによる評価を受信する工程と、
     推定部が、前記受信部が受信した評価に基づいて、前記項目の優先度を推定する工程と、
     を有することを特徴とする情報処理方法。
    a step in which the output unit outputs a plurality of options combining a plurality of property items;
    a step in which the receiving unit receives user evaluations of the plurality of options;
    an estimating unit estimating the priority of the item based on the evaluation received by the receiving unit;
    An information processing method characterized by having the following.
  17.  コンピュータを、
     ユーザの属性を取得する取得部、
     複数のユーザについて、前記ユーザの属性と、前記ユーザが優先する項目とが記憶された記憶部を参照し、前記取得部が取得したユーザと属性の類似する他のユーザが優先する項目を抽出する抽出部、
     として機能させることを特徴とする情報処理プログラムを記憶した記憶媒体。
    computer,
    an acquisition unit that acquires user attributes;
    For a plurality of users, refer to a storage unit that stores attributes of the users and items prioritized by the users, and extract items prioritized by other users with similar attributes to the user acquired by the acquisition unit. extraction part,
    1. A storage medium storing an information processing program characterized in that it functions as an information processing program.
  18.  コンピュータを、
     ユーザの物件の物件情報を取得する取得部、
     基準となる基準物件の物件情報に基づいて、前記ユーザの物件を評価する評価部、
     として機能させることを特徴とする情報処理プログラムを記憶した記憶媒体。
    computer,
    an acquisition unit that acquires property information of a user's property;
    an evaluation unit that evaluates the user's property based on property information of a reference property that is a reference;
    1. A storage medium storing an information processing program characterized in that it functions as an information processing program.
  19.  コンピュータを、
     物件の項目を複数組み合わせた複数の選択肢を出力する出力部、
     前記複数の選択肢のユーザによる評価を受信する受信部、
     前記受信部が受信した評価に基づいて、前記項目の優先度を推定する推定部、
     として機能させることを特徴とする情報処理プログラムを記憶した記憶媒体。
    computer,
    An output unit that outputs multiple options that combine multiple property items;
    a receiving unit that receives user evaluations of the plurality of options;
    an estimation unit that estimates the priority of the item based on the evaluation received by the reception unit;
    1. A storage medium storing an information processing program characterized in that it functions as an information processing program.
PCT/JP2023/014684 2022-05-27 2023-04-11 Information processing device, information processing method, and storage medium WO2023228607A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022086632A JP2023174026A (en) 2022-05-27 2022-05-27 Information processing device, information processing method, and information processing program
JP2022-086632 2022-05-27

Publications (1)

Publication Number Publication Date
WO2023228607A1 true WO2023228607A1 (en) 2023-11-30

Family

ID=88919148

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/014684 WO2023228607A1 (en) 2022-05-27 2023-04-11 Information processing device, information processing method, and storage medium

Country Status (2)

Country Link
JP (1) JP2023174026A (en)
WO (1) WO2023228607A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020046854A (en) * 2018-09-18 2020-03-26 株式会社Lifull Property information presentation apparatus, property information presentation program, property information presentation method, and information providing system
JP2021056685A (en) * 2019-09-29 2021-04-08 浩行 犬飼 Real estate information providing system, real estate information providing method and program
JP7045515B1 (en) * 2021-07-19 2022-03-31 ヤフー株式会社 Information processing equipment, information processing methods and information processing programs

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020046854A (en) * 2018-09-18 2020-03-26 株式会社Lifull Property information presentation apparatus, property information presentation program, property information presentation method, and information providing system
JP2021056685A (en) * 2019-09-29 2021-04-08 浩行 犬飼 Real estate information providing system, real estate information providing method and program
JP7045515B1 (en) * 2021-07-19 2022-03-31 ヤフー株式会社 Information processing equipment, information processing methods and information processing programs

Also Published As

Publication number Publication date
JP2023174026A (en) 2023-12-07

Similar Documents

Publication Publication Date Title
US11487831B2 (en) Compatibility scoring of users
US11991019B2 (en) Building data platform with event queries
US7747680B2 (en) Community-based web filtering
KR101322821B1 (en) System and method for keyword searching in messenger and computer readable medium processing the method
US10075407B2 (en) Method of aggregating business and social networks
US10542016B2 (en) Location enrichment in enterprise threat detection
US9876871B2 (en) User logging of web traffic on non-browser based devices
US20120023085A1 (en) Social graph search system
US20150215182A1 (en) Automatic switch-mapping and client device location detection
KR20170088279A (en) Method and server for providing friend recommendation service using personality type analysis
US20070174282A1 (en) Access control method, access control apparatus, and computer product
CN111123388B (en) Detection method and device for room camera device and detection equipment
US8990389B2 (en) Using a router based web meter in a mixed mode configuration
US20170243311A1 (en) Computer system and method for providing on-demand realtor services
US20190199806A1 (en) Creating segments for directed information using location information
US20150100366A1 (en) System and method for managing a law enforcement investigation
CN107004167B (en) Publication recruitment normalization and deduplication
WO2019227572A1 (en) Association topological graph-based collaborative office processing method and apparatus, device, and medium
WO2023228607A1 (en) Information processing device, information processing method, and storage medium
US20230082146A1 (en) System and method for public housing evaluation
CN111401990A (en) Hotel information display and management method and device, electronic equipment and cloud service system
US20190050791A1 (en) Methods and Apparatus for Automatically Generating and Managing Test Customer Accounts
KR100749961B1 (en) Method and system for providing estate plane figure service
JP3938852B2 (en) Monitoring service price presentation method, monitoring service price presentation program, monitoring service price presentation device
KR101793463B1 (en) Picture image and business card information mapping method

Legal Events

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

Ref document number: 23811485

Country of ref document: EP

Kind code of ref document: A1