simple-effective-text-matching and simple-effective-text-matching-pytorch
These are **ecosystem siblings** — the original implementation in one framework (likely TensorFlow) and a PyTorch port of the same algorithm, allowing users to choose their preferred deep learning framework while accessing identical model functionality.
About simple-effective-text-matching
alibaba-edu/simple-effective-text-matching
Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
This project helps you classify the relationship between two pieces of text, such as determining if one sentence implies another, if two questions are rephrased versions of each other, or if a document contains the answer to a question. It takes in pairs of text as input and outputs a classification of their relationship. This is for researchers or practitioners who need to quickly and accurately analyze the semantic relationship between text pairs for various applications.
About simple-effective-text-matching-pytorch
alibaba-edu/simple-effective-text-matching-pytorch
A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
This project helps you classify the relationship between two pieces of text, such as determining if one sentence implies another, if two phrases mean the same thing, or if a specific answer matches a question. It takes two text sequences as input and outputs a classification of their relationship. This is useful for natural language processing researchers and practitioners working on text understanding tasks.
Scores updated daily from GitHub, PyPI, and npm data. How scores work