All Projects → qiangzi11hao → Semantic-Textual-Similarity

qiangzi11hao / Semantic-Textual-Similarity

Licence: other
语义相似度

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Semantic-Textual-Similarity

sensim
Sentence Similarity Estimator (SenSim)
Stars: ✭ 15 (-55.88%)
Mutual labels:  semantic-textual-similarity
stasis
Semantic Textual Similarity in Python
Stars: ✭ 81 (+138.24%)
Mutual labels:  semantic-textual-similarity
STS-CNN-STSbenchmark-Semantic-Similarity-Semantic-Textual-Similarity-CNN-HCTI-Tensorflow-Keras
A simple implementation of paper "HCTI at SemEval-2017 Task 1: Use convolutional neural network to evaluate semantic textual similarity."
Stars: ✭ 26 (-23.53%)
Mutual labels:  semantic-textual-similarity
MP-CNN-Variants
Variants of Multi-Perspective Convolutional Neural Networks
Stars: ✭ 22 (-35.29%)
Mutual labels:  semantic-textual-similarity

通过机器学习相关算法,检测两个句子的语义相似度

1.项目内容:

本次项目提供一系列的英文句子对,每个句子对的两个句子,在语义上具有一定的相似性;每个句子对,获得一个在0-5之间的分值来衡量两个句子的语义相似性,打分越高说明两者的语义越相近。

项目提供数据为txt文件,字段之间以tab分割。

训练数据文件,共有1500个数据样本,共有4个字段;第一个字段为样本编号,第二个字段为一个句子,第三个字段为另一个句子,第四个字段为两个句子的语义相似度打分,如下:

10001 two big brown dogs running through the snow. A brown dog running through the grass. 2.00000

10002 A woman is peeling a potato. A woman is slicing a tomato. 1.33300

测试数据文件,共有750个数据样本,共有3个字段;第一个字段为样本编号,第二个字段为一个句子,第三个字段为另一个句子, 举训练样例说明如下:

10001 two big brown dogs running through the snow. A brown dog running through the grass.

10002 A woman is peeling a potato. A woman is slicing a tomato.

2.基本思路:

参见我们第一周的pdf

3.最终成绩

第五名

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].