# semantic-matching **Repository Path**: greitzmann/semantic-matching ## Basic Information - **Project Name**: semantic-matching - **Description**: semantic matching, text matching models - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # semantic-matching ## Models - [**MatchPyramid**] (https://arxiv.org/pdf/1602.06359.pdf) - [**MVLSTM**] (https://arxiv.org/pdf/1511.08277.pdf) - [**ABCNN**] (https://arxiv.org/pdf/1512.05193.pdf) (*in progress*) ## Dependency - python3 - tensorflow - numpy - sklearn ## How to run Go to a specific model directory, ex: `cd mvlstm` You should change your hyperparameters in `params` on top of `run.py`. Then you can simply run the code by `python3 run.py`