当前位置:网站首页>【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. .
边栏推荐
- php中判断版本号是否连续
- 实现接口 Interface Iterable<T>
- 软件开发模式之敏捷开发(scrum)
- ORACLE EBS DATAGUARD 搭建
- JSP智能小区物业管理系统
- 【调参Tricks】WhiteningBERT: An Easy Unsupervised Sentence Embedding Approach
- oracle EBS标准表的后缀解释说明
- 解决万恶的open failed: ENOENT (No such file or directory)/(Operation not permitted)
- @Transitional step pit
- allennlp 中的TypeError: Object of type Tensor is not JSON serializable错误
猜你喜欢

2021-07-05c /cad secondary development create arc (4)

Proteus -- RS-232 dual computer communication

Error in running test pyspark in idea2020

Classloader and parental delegation mechanism

MapReduce concepts and cases (Shang Silicon Valley Learning Notes)

Analysis of MapReduce and yarn principles

Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool

第一个快应用(quickapp)demo

中年人的认知科普

oracle apex ajax process + dy 校验
随机推荐
Proteus -- RS-232 dual computer communication
php中树形结构转数组(拉平树结构,保留上下级排序)
SSM supermarket order management system
SSM实验室设备管理
Practice and thinking of offline data warehouse and Bi development
Ceaspectuss shipping company shipping artificial intelligence products, anytime, anywhere container inspection and reporting to achieve cloud yard, shipping company intelligent digital container contr
使用Matlab实现:幂法、反幂法(原点位移)
【信息检索导论】第六章 词项权重及向量空间模型
华为机试题-20190417
view的绘制机制(三)
oracle apex ajax process + dy 校验
使用Matlab实现:弦截法、二分法、CG法,求零点、解方程
Yolov5 practice: teach object detection by hand
php中获取汉字拼音大写首字母
Module not found: Error: Can't resolve './$$_ gendir/app/app. module. ngfactory'
Sqli labs customs clearance summary-page1
Sqli-labs customs clearance (less1)
Oracle 11g sysaux table space full processing and the difference between move and shrink
MySQL has no collation factor of order by
2021-07-05c /cad secondary development create arc (4)