Papers by Jinha Kim
How to Talk to Language Models: Serialization Strategies for Structured Entity Matching (2025.findings-naacl)
Copied to clipboard
| Challenge: | Entity matching (EM) identifies whether two data records refer to the same entity . however, its performance heavily depends on how structured entities are “talked” through serialized text. |
| Approach: | They propose a novel serialization scheme for entities with complex relations in knowledge graphs based on random walks and use open-source LLMs to encode sampled semantic walks for matching. |
| Outcome: | The proposed scheme achieves leading performance on EM in canonical and heterogeneous KGs. |