当前位置:网站首页>【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
2022-07-02 07:20:00 【lwgkzl】
Mission :
According to the author , The medical image report in English has two descriptions at the same time , One is FINDINGS, The details and characteristics of the whole image are described , The other one is IMPRESSION, Only focus on the key information in the image , These key information is contained in FINDINGS Inside . All in all , What this paper does is to use this FINDINGS To generate IMPRESSION, That is, the application of text summarization in the medical field .
Model :
Content Selector:
This selector is implemented in the form of sequence annotation , Whole FINDINGS Each word in the sequence has 0,1 Two kinds of labels . If the current word is a medical proprietary entity , And he is corresponding IMPRESSION If it happens , Then mark this position as 1, Otherwise, it is marked as 0. Learn a model like this , It can be used to mark on the test set FINDINGS, And select some key medical proprietary entities .
Then see the figure
On the left is encoder,encoder The upper one inside lstm be used for encoder Whole FINDINGS, Get the code of each position hi, Then the one below lstm be used for encoder Content Selector Selected key medical proprietary entities . This of the medical proprietary entity LSTM Get the final one hl0 Vector , This vector represents the current FINDINGS It contains information about all significant medical proprietary entities . Then use this information to fuse to the above code FINDINGS Of LSTM in , Get a new vector for each position :
hi It's the top LSTM Output of each position , hl0 It's below LSTM Output of the last position . Merge , Then do with the output of each position before element-wise The multiplication operation of , That is, the circle of the second formula . After fusion hi' And finally decoder Sit in every position attention, To guide decoder Generation .
After reading the summary :
Whole article paper Our model is not difficult , It's still old-fashioned seq2seq Infrastructure for , And it uses lstm ecoder and lstm decoder The pattern of . The only bright spot is Content Selector The idea of sequence tagging is used , This is a bit like copy Mechanism , But it's not the last step to modify the distribution . The whole paper has only made such a small change , Then we can prove that he is really effective , That's all right. .
边栏推荐
- Feeling after reading "agile and tidy way: return to origin"
- CSRF attack
- parser.parse_args 布尔值类型将False解析为True
- Cognitive science popularization of middle-aged people
- Sqli labs customs clearance summary-page1
- A summary of a middle-aged programmer's study of modern Chinese history
- ORACLE 11G SYSAUX表空间满处理及move和shrink区别
- php中生成随机的6位邀请码
- 类加载器及双亲委派机制
- Message queue fnd in Oracle EBS_ msg_ pub、fnd_ Application of message in pl/sql
猜你喜欢
Message queue fnd in Oracle EBS_ msg_ pub、fnd_ Application of message in pl/sql
CSRF攻击
Explain in detail the process of realizing Chinese text classification by CNN
【模型蒸馏】TinyBERT: Distilling BERT for Natural Language Understanding
SSM second hand trading website
DNS attack details
Yolov5 practice: teach object detection by hand
TCP攻击
第一个快应用(quickapp)demo
JSP智能小区物业管理系统
随机推荐
Alpha Beta Pruning in Adversarial Search
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
在php的开发环境中如何调取WebService?
Message queue fnd in Oracle EBS_ msg_ pub、fnd_ Application of message in pl/sql
oracle EBS标准表的后缀解释说明
使用MAME32K进行联机游戏
view的绘制机制(二)
ssm超市订单管理系统
软件开发模式之敏捷开发(scrum)
Explain in detail the process of realizing Chinese text classification by CNN
腾讯机试题
ERNIE1.0 与 ERNIE2.0 论文解读
Oracle apex Ajax process + dy verification
Changes in foreign currency bookkeeping and revaluation general ledger balance table (Part 2)
【Torch】最简洁logging使用指南
Spark SQL task performance optimization (basic)
RMAN incremental recovery example (1) - without unbacked archive logs
Thinkphp5中一个字段对应多个模糊查询
SSM supermarket order management system
ARP攻击