StructAM: Enhancing Address Matching through Semantic Understanding of Structure-aware Information (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing approaches to address matching rely on string-based similarity matching or manually-designed rules. |
| Approach: | They propose a method to match unstructured addresses to standard ones in a database using pre-trained language models and graph neural networks. |
| Outcome: | The proposed method outperforms state-of-the-art methods on real-world addresses . it incorporates spatial coordinates and contextual information from the surrounding area as auxiliary guidance. |
Similar Papers
Pretraining and Finetuning Language Models on Geospatial Networks for Accurate Address Matching (2024.emnlp-industry)
Copied to clipboard
| Challenge: | Existing approaches to address matching and building authoritative address catalogues are limited in data quality and require labeling effort to develop accurate models. |
| Approach: | They propose to view addresses as an address graph and curate inputs by placing geospatially linked addresses in the same context. |
| Outcome: | The proposed framework improves address matching and fine-tuning language models. |
Neural Chinese Address Parsing (N19-1)
Copied to clipboard
| Challenge: | Recent research shows that systems that perform address parsing can be useful for building e-commerce or product recommendation systems. |
| Approach: | They propose a task of parsing Chinese addresses into semantically meaningful chunks using a linear-chain structure. |
| Outcome: | The proposed model is able to capture complex dependencies between labels that cannot be readily captured by a simple linear-chain structure. |
GeoAgent: To Empower LLMs using Geospatial Tools for Address Standardization (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to address address standardization are lacking in the current field. |
| Approach: | They propose a framework that incorporates spatial knowledge into address texts and achieves efficient address standardization. |
| Outcome: | The proposed framework incorporates spatial knowledge into address texts and achieves efficient address standardization. |
Semantic Linking in Convolutional Neural Networks for Answer Sentence Selection (D18-1)
Copied to clipboard
| Challenge: | Recent NLP approaches that model relations between text use complex architectures and attention. |
| Approach: | They propose to use labelled data to model semantic relations between two pieces of text . they use word representations to encode matching features directly in the word representation . |
| Outcome: | The proposed approach beats tree kernel models and neural models with similar input encodings while keeping the model simple and fast to train. |
Structured Alignment Networks for Matching Sentences (D18-1)
Copied to clipboard
| Challenge: | Many tasks in natural language processing involve comparing two sentences to compute some notion of relevance, entailment, or similarity. |
| Approach: | They propose a model of structured alignments between sentences to compare two sentences by matching their latent structures. |
| Outcome: | The proposed model is differentiable and trained only on the matching objective. |
Rethinking Reading Order: Toward Generalizable Document Understanding with LLM-based Relation Modeling (2026.eacl-long)
Copied to clipboard
| Challenge: | Document understanding requires modeling structural and semantic relationships between layout elements within the document without human supervision. |
| Approach: | They propose a cost-effective paradigm that leverages large language models to infer global RO and inter-element layout relations without human supervision. |
| Outcome: | Experiments on Semantic Entity Recognition, Entity Linking, and Document Question Answering show that the proposed model improves on baseline models while preserving the robustness of existing models. |
RE-Matching: A Fine-Grained Semantic Matching Method for Zero-Shot Relation Extraction (2023.acl-long)
Copied to clipboard
Jun Zhao, WenYu Zhan, Xin Zhao, Qi Zhang, Tao Gui, Zhongyu Wei, Junzhe Wang, Minlong Peng, Mingming Sun
| Challenge: | Existing methods for zero-shot relation extraction lack explicit modeling of matching pattern . et al. (2018) show that our method achieves higher matching accuracy and faster inference speed . |
| Approach: | They propose a fine-grained semantic matching method tailored for zero-shot relation extraction . they decompose sentence-level similarity score into entity matching score and context matching score . |
| Outcome: | The proposed method achieves higher matching accuracy and faster inference speed than state-of-the-art methods. |
AMR Parsing with Latent Structural Information (2020.acl-main)
Copied to clipboard
| Challenge: | Abstract Meaning Representations (AMRs) capture sentence-level semantics structural representations to broad-coverage natural sentences. |
| Approach: | They investigate parsing AMR with explicit dependency structures and interpretable latent structures. |
| Outcome: | The proposed model achieves best results on both AMR 2.0 and AMR 1.0 . the proposed model has been adopted in downstream NLP tasks, including text summarization and question answering. |
Coarse-to-Fine Decoding for Neural Semantic Parsing (P18-1)
Copied to clipboard
| Challenge: | Experimental results show that semantic parsing is more efficient than using simple decoders. |
| Approach: | They propose a structure-aware neural architecture which decomposes the semantic parsing process into two stages. |
| Outcome: | The proposed architecture consistently improves performance on four datasets characteristic of different domains and meaning representations. |
Incorporating Image Matching Into Knowledge Acquisition for Event-Oriented Relation Recognition (C18-1)
Copied to clipboard
| Challenge: | Event relation recognition is a challenging language processing task because the query events are selected from different paragraphs in a document or even different documents, so there is lack of explicit clue. |
| Approach: | They propose to use image processing to acquire similar event instances and use image matching to approximate calculation between events. |
| Outcome: | The proposed model performs comparable to CNN while slightly better than LSTM on the ACE-R2 corpus. |