CLNov 15, 2022

FolkScope: Intention Knowledge Graph Construction for E-commerce Commonsense Discovery

Amazon
arXiv:2211.08316v2232 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the challenge of understanding user intentions in e-commerce platforms, which is crucial for improving user experience and recommendation systems, but it is incremental as it builds on existing methods like LLMs and ConceptNet.

The paper tackled the problem of constructing an intention knowledge graph for e-commerce commonsense discovery by proposing FolkScope, a framework that uses large language models and human-in-the-loop annotation to generate and structure knowledge, resulting in a graph that models e-commerce knowledge effectively with potential applications.

Understanding users' intentions in e-commerce platforms requires commonsense knowledge. In this paper, we present FolkScope, an intention knowledge graph construction framework to reveal the structure of humans' minds about purchasing items. As commonsense knowledge is usually ineffable and not expressed explicitly, it is challenging to perform information extraction. Thus, we propose a new approach that leverages the generation power of large language models~(LLMs) and human-in-the-loop annotation to semi-automatically construct the knowledge graph. LLMs first generate intention assertions via e-commerce-specific prompts to explain shopping behaviors, where the intention can be an open reason or a predicate falling into one of 18 categories aligning with ConceptNet, e.g., IsA, MadeOf, UsedFor, etc. Then we annotate plausibility and typicality labels of sampled intentions as training data in order to populate human judgments to all automatic generations. Last, to structurize the assertions, we propose pattern mining and conceptualization to form more condensed and abstract knowledge. Extensive evaluations and studies demonstrate that our constructed knowledge graph can well model e-commerce knowledge and have many potential applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes