🤖 AI Summary
Large language models (LLMs) suffer from hallucination and instruction confusion in schema matching (SM) and entity matching (EM) tasks. Method: We propose KcMF, a zero-fine-tuning framework featuring (i) a novel pseudocode-driven unified task decomposition paradigm; (ii) a dual knowledge injection mechanism—“Data-as-Knowledge” (DaK) and “Example-as-Knowledge” (EaK); and (iii) a multi-LLM output fusion strategy integrated with zero-shot prompting and structured output constraints. Contribution/Results: KcMF introduces pseudocode as a universal task orchestration language, enabling cross-task and cross-model knowledge transfer via interpretable, executable representations. Evaluated on five mainstream LLMs, it achieves an average F1-score gain of 17.93% over non-LLM baselines on SM/EM benchmarks, demonstrating substantial improvements in zero-shot generalization capability.
📝 Abstract
Schema matching (SM) and entity matching (EM) tasks are crucial for data integration. While large language models (LLMs) have shown promising results in these tasks, they suffer from hallucinations and confusion about task instructions. This study presents the Knowledge-Compliant Matching Framework (KcMF), an LLM-based approach that addresses these issues without the need for domain-specific fine-tuning. KcMF employs a once-and-for-all pseudo-code-based task decomposition strategy to adopt natural language statements that guide LLM reasoning and reduce confusion across various task types. We also propose two mechanisms, Dataset as Knowledge (DaK) and Example as Knowledge (EaK), to build domain knowledge sets when unstructured domain knowledge is lacking. Moreover, we introduce a result-ensemble strategy to leverage multiple knowledge sources and suppress badly formatted outputs. Extensive evaluations confirm that KcMF clearly enhances five LLM backbones in both SM and EM tasks while outperforming the non-LLM competitors by an average F1-score of 17.93%.