Dongxu Zhang 2016-01-18
来自cslt Wiki
This Week
- Run memoryless experiments on IMDB. Almost done
- Simply train the binary vector with hard-sigmoid and use mask operation for relations. not work yet.
- Do the preprocessing of Baidu similar questions.
Run groundhog directly with 500 dimensional hidden layer. 34小时 80万句。 Input: 小米 官 网 写 着 免 预约 购买 <eol> Output: 小米 2s 怎么 下载 <eol>
Input: 被 修正液 弄 脏 的 衣服 怎么 洗 <eol> Output: 衣服 上 的 油渍 怎么 洗 <eol>
Input: 请问 各 位 星际 2 在 人 多 的 时候 会 很 卡 <eol> Output: 为什么 我 的 电脑 是 个 月 的 卡 的 话 <eol>
Input: 携 程 网 非 会员 订 票 怎么 查询 <eol> Output: 携 程 网 订 票 怎么 退 <eol>
Input: 为什么 我 在 携 程 上 看 那个 火车票 显示 无 座 一 百 多 张 点 进去 却 又 显示 无 票 <eol> Output: 为什么 我 的 携 程 网 订 票 就 没 了 订单 号 携 程 网 订 票 就 没 到 账 <eol> Input: 4s 未 越狱 安装 金山 电池 医生 如何 设置 下 拉 菜单 的 快捷键 <eol> Output: 金山 电池 医生 怎么 使用 <eol>
Next Week
- Read the code of GroundHog. Find out how to count probability for re-rank and how to change network.
- Read binary papers and find problems.