# Name Matching

## **Articles**

1. [Analytics Vidhya](https://medium.com/analytics-vidhya/fuzzy-name-matching-datasets-1ae28884f226) on fuzzy name matching datasets, by Zaki Jefferson
2. [Fuzzy matching people names](https://towardsdatascience.com/fuzzy-matching-people-names-6e738d6b8fe) by vadim markovtsev
3. [Name Matching Across datasets](https://ai.nic.in/AI/NameMatchingCaseML) - POC by Centere of Excellence in AI National Informatics Centre
4. [fuzzy name matching algorithms](https://towardsdatascience.com/python-tutorial-fuzzy-name-matching-algorithms-7a6f43322cc5) by felix kuestahler

## **Datasets**

1. [first and last name dataset](https://github.com/philipperemy/name-dataset), facebook 533M records, philippe remy
2. [data.world name datasets](https://data.world/datasets/names)
3. [Kaggle](https://www.kaggle.com/fivethirtyeight/fivethirtyeight-most-common-name-dataset/version/108), Name datasets, by fivethirtyeight\
   ![](/files/iJnDi2kjs7VxapLuSy6q)
4. [gender by name dataset](https://archive.ics.uci.edu/ml/datasets/Gender+by+Name)
5. [paper](http://www.lrec-conf.org/proceedings/lrec2008/pdf/291_paper.pdf) - a ground truth dataset for matching coltural diverse romanized person names

## Tools

1. [Dedupe](https://www.reddit.com/r/datasets/comments/4zrozk/request_name_matching_dataset/) - a python library for accurate and scalable fuzzy matching record deduplication and entity resolution
2. [name](https://github.com/bradhackinen/nama) - fast flexible name matching for large datasets
3. [name matcher](https://github.com/athenianco/names-matcher) by athenianco\
   ![](/files/Dcez0OBA9yxQ5EoTG45o)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.mlcompendium.com/natural-language-processing/name-matching.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
