-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct format for "timestamps" #8
Comments
We removed unnecessary attributes and/or too many details in attribute values. The new format is shown here (reference to the old format Thomas, can you comment on when this will be deployed on the dev server? |
we have yesterday afternoon the latest builds deployed to our dev-server |
The birthDate is note used anymore. Instead, we introduced ageRange (0: child, 1: young adult, 2: adult). The names (first name and last name) are not used anymore. |
Hi *, I've learned from the chseiferts posting this morning that the JSON-documentation at https://github.com/EEXCESS/eexcess/wiki/%5Bcurrent%5D--Request-and-Response-format-for-call-to-federated-recommender-and-privacy-proxy is out dated. As the new JSON-objects (https://github.com/EEXCESS/eexcess/wiki/%5B21.09.2015%5D-Request-and-Response-format#query-format) don't have any usrLocations anymore the problem with "timestamps" seems to be solved. Thanks |
Actually, I think we'll have an attribute userLocations in the next version. I removed it from the current version but Christin told me that we're going to use it at some point. Before I introduce it back, I'd like to know if it's different from Location (City + Country; explicitly provided by users). Will it be used in a different way? I looks to me that it's a bit redundant. We should decide which one to keep. |
Sorry, Thomas, there might have been a misunderstanding. We don't use the user location and don't plan to do it (the recommender does not know what to do with it anyway). What we do is to extract location information from the text (e.g, the city "Passau" was mentioned), and add it as a location to the context keywords (entity type information for each keyword). |
If the user location isn't used anymore, what is the use of the "address" element of the Federated Recommender /recommend-JSON-Object? The documention says that it is the "Address of the User". Should this element be used to describe the current location of the user or should it be used in the way chseifert mentioned it in the comment above? |
Ok, I probably misunderstood it indeed. Regarding the address, it should not be used as Christin mentioned (the location of the user and the content are (most of the time) not related). The idea was to use it to recommend (or rank recommendations) according to the location of the user. For instance, if I live in Paris, a recommendation about Mona Lisa (which is located at Le Louvre) is even more relevant than if I lived somewhere else. |
I reassign to Hermann, to clarify whether the user location will be used or not on the federated recommender site. If we use it on the client for personalisation (Jörg), it would not be transferred to the server anyway. Thus, only the federated recommender guys can decide whether we should keep it or can remove it. |
Generating a query allows to submit information about the person that is creates the query. Beside the name a "birthDate" an a piece of information about the current location can be provided.
In both case a timestamp can be provided using an int-value.
Unfortunately, there is no clear description how these int-values have to be used.
Is there any additional document available?
Thanks
Peter
The text was updated successfully, but these errors were encountered: