paper-with-me

Papers

Concept Extraction Using Pointer-Generator Networks

2020-08-25 · Alexander Shvets, Leo Wanner

Concept extraction is crucial for a number of downstream applications. However, surprisingly enough, straightforward single token/nominal chunk-concept alignment or dictionary lookup techniques such as DBpedia Spotlight still prevail. We propose a generic open-domain OOV-oriented extractive model that is based on distant supervision of a pointer-generator network leveraging bidirectional LSTMs and a copy mechanism. The model has been trained on a large annotated corpus compiled specifically for this task from 250K Wikipedia pages, and tested on regular pages, where the pointers to other pages are considered as ground truth concepts. The outcome of the experiments shows that our model significantly outperforms standard techniques and, when used on top of DBpedia Spotlight, further improves its performance. The experiments furthermore show that the model can be readily ported to other datasets on which it equally achieves a state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2008.11295

Code (1)

TalnUPF/ConceptExtraction 공식 구현 pytorch

Tasks

Concept Alignment

Similar Papers 제목 키워드 기반

End-to-End Extraction of Structured Information from Business Documents with Pointer-Generator Networks

2020-11-01 · EMNLP (spnlp) 2020 11 · Clément Sage, Alex Aussem, Véronique Eglin, Haytham Elghazel 외

The predominant approaches for extracting key information from documents resort to classifiers predicting the information type of each word. However, the word level ground truth used for learning is expensive to obtain s…

Concept Pointer Network for Abstractive Summarization

2019-10-18 · IJCNLP 2019 11 · Wang Wenbo, Gao Yang, Huang Heyan, Zhou Yuxiang

A quality abstractive summary should not only copy salient source texts as summaries but should also tend to generate new conceptual words to express concrete details. Inspired by the popular pointer generator sequence-t…

Abstractive Text SummarizationText Summarization

Named Entity Recognition in the Legal Domain using a Pointer Generator Network

2020-12-17 · Stavroula Skylaki, Ali Oskooei, Omar Bari, Nadja Herger 외

Named Entity Recognition (NER) is the task of identifying and classifying named entities in unstructured text. In the legal domain, named entities of interest may include the case parties, judges, names of courts, case n…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Pointer over Attention: An Improved Bangla Text Summarization Approach Using Hybrid Pointer Generator Network

2021-11-19 · Nobel Dhar, Gaurob Saha, Prithwiraj Bhattacharjee, Avi Mallick 외

Despite the success of the neural sequence-to-sequence model for abstractive text summarization, it has a few shortcomings, such as repeating inaccurate factual details and tending to repeat themselves. We propose a hybr…

Abstractive Text SummarizationArticlesText Summarization

MAPGN: MAsked Pointer-Generator Network for sequence-to-sequence pre-training

2021-02-15 · Mana Ihori, Naoki Makishima, Tomohiro Tanaka, Akihiko Takashima 외

This paper presents a self-supervised learning method for pointer-generator networks to improve spoken-text normalization. Spoken-text normalization that converts spoken-style text into style normalized text is becoming …

Machine TranslationSelf-Supervised LearningText Normalization