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.
如何將PPT某一頁幻燈片導出爲高清圖片
2.
Intellij IDEA中使用Debug調試
3.
build項目打包
4.
IDEA集成MAVEN項目極簡化打包部署
5.
eclipse如何導出java工程依賴的所有maven管理jar包(簡單明瞭)
6.
新建的Spring項目無法添加class,依賴下載失敗解決:Maven環境配置
7.
記在使用vue-cli中使用axios的心得
8.
分享提高自己作品UI設計形式感的幾個小技巧!
9.
造成 nginx 403 forbidden 的幾種原因
10.
AOP概述(什麼是AOP?)——Spring AOP(一)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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論文閱讀筆記
>>更多相關文章<<