JavaShuo
欄目
標籤
閱讀論文《Difficulty Controllable Generation of Reading Comprehension Questions》
時間 2020-12-27
原文
原文鏈接
這篇論文實現了不同難度問題的文本生成,即輸入閱讀理解的句子,生成規定難度的問題。實驗結果通過BLEU指標評估,並且還要符合規定的難度標籤。 Encoder 編碼器 用的是雙向的LSTM。 論文定義兩個查找表,position embedding 分別是容易類: ,困難類: Decoder 解碼器 用的是Attention機制和Copy機制,其中創新點在於全局難度控制。 首先使用難度標籤 d 去初始
>>阅读原文<<
相關文章
1.
論文閱讀 Question Generation
2.
Read + Verify: Machine Reading Comprehension with Unanswerable Questions 論文閱讀筆記
3.
論文閱讀|Cross-Lingual Machine Reading Comprehension
4.
閱讀《Learning to Ask: Neural Question Generation for Reading Comprehension 》
5.
論文閱讀:Automatic Generation of Data-Oriented Exploits
6.
論文閱讀:CTRL: A CONDITIONAL TRANSFORMER LANGUAGE MODEL FOR CONTROLLABLE GENERATION
7.
【論文筆記】Read + Verify: Machine Reading Comprehension with Unanswerable Questions
8.
Joint Training of Candidate Extraction and Answer Selection for Reading Comprehension 論文閱讀筆記
9.
論文閱讀——Gated-Attention Readers for Machine Reading Comprehension
10.
Gated Self-Matching Networks for Reading Comprehension and Question Answering論文閱讀筆記
更多相關文章...
•
RSS 閱讀器
-
RSS 教程
•
C# 文本文件的讀寫
-
C#教程
•
JDK13 GA發佈:5大特性解讀
•
Scala 中文亂碼解決
相關標籤/搜索
論文閱讀
CV論文閱讀
comprehension
difficulty
questions
generation
reading
外文閱讀
論文解讀
閱讀
Thymeleaf 教程
PHP教程
Redis教程
文件系統
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
以實例說明微服務拆分(以SpringCloud+Gradle)
2.
idea中通過Maven已經將依賴導入,在本地倉庫和external libraries中均有,運行的時候報沒有包的錯誤。
3.
Maven把jar包打到指定目錄下
4.
【SpringMvc】JSP+MyBatis 用戶登陸後更改導航欄信息
5.
在Maven本地倉庫安裝架包
6.
搭建springBoot+gradle+mysql框架
7.
PHP關於文件$_FILES一些問題、校驗和限制
8.
php 5.6連接mongodb擴展
9.
Vue使用命令行創建項目
10.
eclipse修改啓動圖片
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
論文閱讀 Question Generation
2.
Read + Verify: Machine Reading Comprehension with Unanswerable Questions 論文閱讀筆記
3.
論文閱讀|Cross-Lingual Machine Reading Comprehension
4.
閱讀《Learning to Ask: Neural Question Generation for Reading Comprehension 》
5.
論文閱讀:Automatic Generation of Data-Oriented Exploits
6.
論文閱讀:CTRL: A CONDITIONAL TRANSFORMER LANGUAGE MODEL FOR CONTROLLABLE GENERATION
7.
【論文筆記】Read + Verify: Machine Reading Comprehension with Unanswerable Questions
8.
Joint Training of Candidate Extraction and Answer Selection for Reading Comprehension 論文閱讀筆記
9.
論文閱讀——Gated-Attention Readers for Machine Reading Comprehension
10.
Gated Self-Matching Networks for Reading Comprehension and Question Answering論文閱讀筆記
>>更多相關文章<<