NLP-Beginner 任务三:基于注意力机制的文本匹配

1.实现方法

本次的实现方法是按照论文中所提出的 Enhanced Sequential Inference Model (ESIM)增强型顺序推理模型进行。(下图左半部分)

2.数据集

使用的数据集是题目要求的数据集,匹配关系共有四种:矛盾(contradiction),中立(neutral),蕴含(entailment),未知(-)。其中未知的关系在数据集中出现较少。

输入文本:A few people in a restaurant setting, one of them is drinking orange juice.

输入假设:The people are sitting at desks in school.

匹配关系:contradiction(矛盾)

输入文本:The school is having a special event in order to show the american culture on how other cultures are dealt with in parties.

输入假设:A high school is hosting an event.

匹配关系: neutral

输入文本:A man, woman, and child enjoying themselves on a beach.

输入假设:A family of three is at the beach.

匹配关系:entailment

 3.神经网络

4.运行与结果

初始化:随机初始化
learning_rate = 0.001
len_feature = 50
len_hidden = 50
iter_times = 50
batch_size = 1000

结果

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值