| Challenge: | Traditional CF approaches exploit user-item relations only and suffer from data sparsity issues. |
| Approach: | They develop a Personalized Neural Embedding framework to exploit both interactions and words seamlessly. |
| Outcome: | The proposed framework exploits both interactions and words seamlessly and predicts user preferences on items based on these embeddings. |
Similar Papers
Exploring the Value of Personalized Word Embeddings (2020.coling-main)
Copied to clipboard
| Challenge: | a subset of words belonging to specific psycholinguistic categories vary more in their representations across users . combining generic and personalized word embeddings yields the best performance . |
| Approach: | They propose personalized word embeddings and compare their performance to generic ones . they show that personalized word representations can be leveraged for improved performance . |
| Outcome: | The proposed model can be used for authorship attribution. |
Modeling Personal Biases in Language Use by Inducing Personalized Word Embeddings (N19-1)
Copied to clipboard
| Challenge: | Existing studies have attempted to personalize models to improve performance on NLP tasks such as sentiment analysis but they did not estimate subjective input. |
| Approach: | They propose a method of modeling personal biases in word meanings with personalized word embeddings by solving a task on subjective text while regarding words used by different individuals as different words. |
| Outcome: | The proposed method improves sentiment analysis and target task with reviews retrieved from RateBeer. |
A Probabilistic Model for Joint Learning of Word Embeddings from Texts and Images (D18-1)
Copied to clipboard
| Challenge: | Existing approaches combine language and perception to infer word embeddings . however, the embeddables produced by such models do not reflect the actual word representations. |
| Approach: | They propose a probabilistic model that integrates linguistic and perceptual inputs to explain observed word-context pairs in a text corpus. |
| Outcome: | The proposed model achieves competitive or stronger results on tasks of assessing pairwise word similarity and image/caption retrieval compared to other state-of-the-art models. |
EasyRec: Simple yet Effective Language Models for Recommendation (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for learning from user-item interaction data rely on unique user and item IDs, which limits their performance in zero-shot learning scenarios. |
| Approach: | They propose an approach that integrates text-based semantic understanding with collaborative signals. |
| Outcome: | The proposed approach outperforms state-of-the-art models in zero-shot recommendation scenarios. |
Interpretable Text Embeddings and Text Similarity Explanation: A Survey (2025.emnlp-main)
Copied to clipboard
| Challenge: | Text embeddings are a fundamental component in many NLP tasks, but their interpretation and explanation remain challenging. |
| Approach: | They propose a framework for interpretable text embeddings and text similarity explanation . they characterize the main ideas, approaches, and trade-offs and discuss lessons learned . |
| Outcome: | The proposed methods are compared with existing models and compare them with existing ones. |
FedPerC: Federated Learning for Language Generation with Personal and Context Preference Embeddings (2023.findings-eacl)
Copied to clipboard
| Challenge: | federated learning is a decentralized learning paradigm that assumes no access to a large labeled dataset and instead leverages averaged parameter updates across all users of the system. |
| Approach: | They propose a method to personalize federated learning with personal embeddings and shared context embeddables. |
| Outcome: | The proposed approach achieves 50% improvement in test-time perplexity using 0.001% of the memory required by baseline approaches and greater sample- and compute-efficiency. |
Improving Content Recommendation: Knowledge Graph-Based Semantic Contrastive Learning for Diversity and Cold-Start Users (2024.lrec-main)
Copied to clipboard
Yejin Kim, Scott Rome, Kevin Foley, Mayur Nankani, Rimon Melamed, Javier Morales, Abhay K. Yadav, Maria Peifer, Sardar Hamidian, H. Howie Huang
| Challenge: | Current approaches focus on improving ranking performance at the cost of escalating complexity and complicating the task. |
| Approach: | They propose a hybrid multi-task learning approach that trains on user-item and item-i item interactions. |
| Outcome: | The proposed approach improves accuracy, relevance, and diversity of user recommendations even for cold-start users. |
LLMInit: A Free Lunch from Large Language Models for Selective Initialization of Recommendation (2025.emnlp-industry)
Copied to clipboard
Weizhi Zhang, Liangwei Yang, Wooseong Yang, Henry Peng Zou, Yuqing Liu, Ke Xu, Sourav Medya, Philip S. Yu
| Challenge: | Existing algorithms for collaborative filtering are limited by their computational demands and latency. |
| Approach: | They propose a framework to integrate pre-trained LLM embeddings into CF models through selective initialization strategies. |
| Outcome: | The proposed framework improves recommendation performance while maintaining low computational costs. |
A Mixture-of-Experts Model for Learning Multi-Facet Entity Embeddings (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for learning entity embeddings from text descriptions leave it to downstream applications to identify these different facets and to select the most relevant ones. |
| Approach: | They propose a model that instead learns several vectors for each entity, each of which captures a different aspect of the considered domain. |
| Outcome: | The proposed model learns several vectors for each entity, each of which intuitively captures a different aspect of the considered domain. |
What’s in Your Embedding, And How It Predicts Task Performance (C18-1)
Copied to clipboard
| Challenge: | Attempts to find a single technique for general-purpose intrinsic evaluation of word embeddings have so far not been successful. |
| Approach: | They propose a method that quantifies interpretable characteristics of word vector neighborhoods and shows how they correlate with performance on 14 extrinsic and intrinsic task datasets. |
| Outcome: | The proposed approach enables multi-faceted evaluation, parameter search, and generally – a more principled, hypothesis-driven approach to development of distributional semantic representations. |