Multi-modal User Interactions for Recommendations
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/10952735
下载链接
链接失效反馈官方服务:
资源简介:
This repository contains the data for Dataset and Models for Item Recommendation Using Multi-Modal User Interactions.
We publish a real-world dataset from the insurance domain with multi-modal user interactions that can be used in recommendation models. The dataset is anonymized.
There are 6 different datasets:
data_users.csv
This data contains the users. Each user has had one or more purchase events with conversations and/or web sessions prior to that purchase. The data contains 5 columns:
user_id. The ID of a user.
purchase_event_id. The ID of a purchase event.
conversation_id. The ID of a conversation.
session_id. The ID of a web session.
event_number. A number specifying the order of conversations/web sessions.
data_conversations_keyword.csv
This data contains the conversations that the user had prior to the user's purchase event. Each conversation consists of multiple sentences represented with keywords. The data contains 4 columns:
conversation_id. The ID of a conversation.
sentence_number. A number specifying the order of sentences.
sentence_speaker. The speaker of the sentence (user or agent).
keywords. List with the IDs of the keywords in the sentence.
data_conversations_embedding.csv
The data contains the conversations that the user had prior to the user's purchase event. Each conversation consists of multiple sentences represented with text embeddings. The data contains 771 columns:
conversation_id. The ID of a conversation.
sentence_number. A number specifying the order of sentences.
sentence_speaker. The speaker of the sentence (user or agent).
embedding_1 - embedding_768. Text embeddings computed with a pre-trained language-specific BERT model.
data_sessions.csv
This data contains the web sessions that the user made prior to the user's purchase event. Each web session consists of multiple actions. The data contains 3 columns:
session_id. The ID of a web session.
action_number. A number specifying the order of actions.
action_tags. List with the IDs of the section, object and type of an action.
data_purchase_events.csv
This data contains the purchase events. Each event consists of one or more item purchases made by the same user. The data contains 2 columns:
purchase_event_id. The ID of a purchase event.
item_id. The ID of an item.
data_post_filter.csv
This data contains the items that were possible for the user to buy at the time of the user's purchase event. The data contains 2 columns:
purchase_event_id. The ID of a purchase event.
item_id. The ID of an item.
创建时间:
2024-04-10



