当前位置:网站首页>【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. .
边栏推荐
猜你喜欢

mapreduce概念和案例(尚硅谷学习笔记)

Practice and thinking of offline data warehouse and Bi development

ssm超市订单管理系统

中年人的认知科普

CSRF攻击

ORACLE 11G利用 ORDS+pljson来实现json_table 效果

【Ranking】Pre-trained Language Model based Ranking in Baidu Search

ERNIE1.0 与 ERNIE2.0 论文解读

Sqli-labs customs clearance (less1)

Changes in foreign currency bookkeeping and revaluation general ledger balance table (Part 2)
随机推荐
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
Oracle EBS DataGuard setup
Take you to master the formatter of visual studio code
Laravel8中的find_in_set、upsert的使用方法
CAD secondary development object
JSP intelligent community property management system
MySQL组合索引加不加ID
Message queue fnd in Oracle EBS_ msg_ pub、fnd_ Application of message in pl/sql
The first quickapp demo
MySQL中的正则表达式
CRP实施方法论
Module not found: Error: Can't resolve './$$_ gendir/app/app. module. ngfactory'
搭建frp进行内网穿透
ORACLE 11G利用 ORDS+pljson来实现json_table 效果
第一个快应用(quickapp)demo
Pratique et réflexion sur l'entrepôt de données hors ligne et le développement Bi
php中根据数字月份返回月份的英文缩写
Changes in foreign currency bookkeeping and revaluation general ledger balance table (Part 2)
在php的开发环境中如何调取WebService?
MapReduce concepts and cases (Shang Silicon Valley Learning Notes)