DeNederlandscheBank / nqm

A Transformer-based Machine for answering questions on insurance companies
MIT License
0 stars 0 forks source link

Placeholder mechanism for name translation #32

Closed jm-glowienke closed 3 years ago

jm-glowienke commented 3 years ago
jm-glowienke commented 3 years ago

Use pointer-generator architecture: https://github.com/pytorch/fairseq/blob/master/examples/pointer_generator/pointer_generator_src/transformer_pg.py

Idea is from http://www.abigailsee.com/2017/04/16/taming-rnns-for-better-summarization.html

https://arxiv.org/pdf/1506.03134.pdf

jm-glowienke commented 3 years ago

Copy with placeholders already done implicitly, moving pointer-generator approach to new issue #39