中文
相关论文

相关论文: Autoencoder as Assistant Supervisor: Improving Tex…

200 篇论文

Sequence-to-sequence models provide a viable new approach to generative summarization, allowing models that are no longer limited to simply selecting and recombining sentences from the original text. However, these models have three…

计算与语言 · 计算机科学 2021-08-19 Tianyang Xu , Chunyun Zhang

Recently proposed self-supervised learning approaches have been successful for pre-training speech representation models. The utility of these learned representations has been observed empirically, but not much has been studied about the…

计算与语言 · 计算机科学 2022-12-06 Ankita Pasad , Ju-Chieh Chou , Karen Livescu

Deep Learning models enjoy considerable success in Natural Language Processing. While deep architectures produce useful representations that lead to improvements in various tasks, they are often difficult to interpret. This makes the…

计算与语言 · 计算机科学 2013-04-29 Christian Scheible , Hinrich Schuetze

Automatic text summarization aims to produce a brief but crucial summary for the input documents. Both extractive and abstractive methods have witnessed great success in English datasets in recent years. However, there has been a minimal…

计算与语言 · 计算机科学 2021-10-22 Danqing Wang , Jiaze Chen , Xianze Wu , Hao Zhou , Lei Li

Recurrent models for sequences have been recently successful at many tasks, especially for language modeling and machine translation. Nevertheless, it remains challenging to extract good representations from these models. For instance, even…

机器学习 · 计算机科学 2018-01-31 Łukasz Kaiser , Samy Bengio

In the literature, the research on abstract meaning representation (AMR) parsing is much restricted by the size of human-curated dataset which is critical to build an AMR parser with good performance. To alleviate such data size…

计算与语言 · 计算机科学 2020-10-06 Dongqin Xu , Junhui Li , Muhua Zhu , Min Zhang , Guodong Zhou

Contextualized word embeddings can lead to state-of-the-art performances in natural language understanding. Recently, a pre-trained deep contextualized text encoder such as BERT has shown its potential in improving natural language tasks…

计算与语言 · 计算机科学 2022-09-02 Hyunjae Lee , Jaewoong Yun , Hyunjin Choi , Seongho Joe , Youngjune L. Gwon

Text from social media provides a set of challenges that can cause traditional NLP approaches to fail. Informal language, spelling errors, abbreviations, and special characters are all commonplace in these posts, leading to a prohibitively…

机器学习 · 计算机科学 2016-05-18 Bhuwan Dhingra , Zhong Zhou , Dylan Fitzpatrick , Michael Muehl , William W. Cohen

Bidirectional Encoder Representations from Transformers (BERT) represents the latest incarnation of pretrained language models which have recently advanced a wide range of natural language processing tasks. In this paper, we showcase how…

计算与语言 · 计算机科学 2019-09-06 Yang Liu , Mirella Lapata

Neural sequence-to-sequence models are finding increasing use in editing of documents, for example in correcting a text document or repairing source code. In this paper, we argue that common seq2seq models (with a facility to copy single…

机器学习 · 计算机科学 2020-12-15 Sheena Panthaplackel , Miltiadis Allamanis , Marc Brockschmidt

Automatic text summarization extracts important information from texts and presents the information in the form of a summary. Abstractive summarization approaches progressed significantly by switching to deep neural networks, but results…

计算与语言 · 计算机科学 2021-09-03 Aleš Žagar , Marko Robnik-Šikonja

In this paper, we propose a deep learning approach to tackle the automatic summarization tasks by incorporating topic information into the convolutional sequence-to-sequence (ConvS2S) model and using self-critical sequence training (SCST)…

计算与语言 · 计算机科学 2020-07-28 Li Wang , Junlin Yao , Yunzhe Tao , Li Zhong , Wei Liu , Qiang Du

Existing datasets for manually labelled query-based video summarization are costly and thus small, limiting the performance of supervised deep video summarization models. Self-supervision can address the data sparsity challenge by using a…

计算机视觉与模式识别 · 计算机科学 2023-07-06 Jia-Hong Huang , Luka Murn , Marta Mrak , Marcel Worring

Chinese characters carry a wealth of morphological and semantic information; therefore, the semantic enhancement of the morphology of Chinese characters has drawn significant attention. The previous methods were intended to directly extract…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Zongze Chen , Wenxia Yang , Xin Li

Chinese word segmentation is necessary to provide word-level information for Chinese named entity recognition (NER) systems. However, segmentation error propagation is a challenge for Chinese NER while processing colloquial data like social…

计算与语言 · 计算机科学 2020-06-16 Shengbin Jia , Ling Ding , Xiaojun Chen , Shijia E , Yang Xiang

Automatic article commenting is helpful in encouraging user engagement and interaction on online news platforms. However, the news documents are usually too long for traditional encoder-decoder based models, which often results in general…

计算与语言 · 计算机科学 2019-06-05 Wei Li , Jingjing Xu , Yancheng He , Shengli Yan , Yunfang Wu , Xu sun

Text summarization aims to generate a headline or a short summary consisting of the major information of the source text. Recent studies employ the sequence-to-sequence framework to encode the input with a neural network and generate…

计算与语言 · 计算机科学 2020-03-26 Haiyang Xu , Yahao He , Kun Han , Junwen Chen , Xiangang Li

Automatic identification of mentioned entities in social media posts facilitates quick digestion of trending topics and popular opinions. Nonetheless, this remains a challenging task due to limited context and diverse name variations. In…

计算与语言 · 计算机科学 2020-06-26 Xinyu Hua , Lei Li , Lifeng Hua , Lu Wang

Recently, Transformer-based models have been proven effective in the abstractive summarization task by creating fluent and informative summaries. Nevertheless, these models still suffer from the short-range dependency problem, causing them…

计算与语言 · 计算机科学 2026-05-13 Thong Nguyen , Anh Tuan Luu , Truc Lu , Tho Quan

We present SummaRuNNer, a Recurrent Neural Network (RNN) based sequence model for extractive summarization of documents and show that it achieves performance better than or comparable to state-of-the-art. Our model has the additional…

计算与语言 · 计算机科学 2016-11-15 Ramesh Nallapati , Feifei Zhai , Bowen Zhou