中文
相关论文

相关论文: Keep it Simple: Unsupervised Simplification of Mul…

200 篇论文

Unsupervised extractive summarization aims to extract salient sentences from a document as the summary without labeled data. Recent literatures mostly research how to leverage sentence similarity to rank sentences in the order of salience.…

计算与语言 · 计算机科学 2023-02-27 Shichao Sun , Ruifeng Yuan , Wenjie Li , Sujian Li

The availability of parallel sentence simplification (SS) is scarce for neural SS modelings. We propose an unsupervised method to build SS corpora from large-scale bilingual translation corpora, alleviating the need for SS supervised…

计算与语言 · 计算机科学 2021-09-02 Xinyu Lu , Jipeng Qiang , Yun Li , Yunhao Yuan , Yi Zhu

Recently, compressive text summarisation offers a balance between the conciseness issue of extractive summarisation and the factual hallucination issue of abstractive summarisation. However, most existing compressive summarisation methods…

计算与语言 · 计算机科学 2023-06-07 Peggy Tang , Junbin Gao , Lei Zhang , Zhiyong Wang

Abstractive text summarization is the task of compressing and rewriting a long document into a short summary while maintaining saliency, directed logical entailment, and non-redundancy. In this work, we address these three important aspects…

计算与语言 · 计算机科学 2018-05-30 Ramakanth Pasunuru , Mohit Bansal

Cross-Lingual Summarization (CLS) is a task that extracts important information from a source document and summarizes it into a summary in another language. It is a challenging task that requires a system to understand, summarize, and…

计算与语言 · 计算机科学 2022-04-26 Yu Bai , Heyan Huang , Kai Fan , Yang Gao , Yiming Zhu , Jiaao Zhan , Zewen Chi , Boxing Chen

Despite the successes of language models, their evaluation remains a daunting challenge for new and existing tasks. We consider the task of text simplification, commonly used to improve information accessibility, where evaluation faces two…

计算与语言 · 计算机科学 2025-04-17 Joseph Liu , Yoonsoo Nam , Xinyue Cui , Swabha Swayamdipta

Document summarization condenses a long document into a short version with salient information and accurate semantic descriptions. The main issue is how to make the output summary semantically consistent with the input document. To reach…

计算与语言 · 计算机科学 2022-04-01 Mingyang Song , Liping Jing

This work presents a new approach to unsupervised abstractive summarization based on maximizing a combination of coverage and fluency for a given length constraint. It introduces a novel method that encourages the inclusion of key terms…

计算与语言 · 计算机科学 2021-05-13 Philippe Laban , Andrew Hsi , John Canny , Marti A. Hearst

In text classification tasks, fine tuning pretrained language models like BERT and GPT-3 yields competitive accuracy; however, both methods require pretraining on large text datasets. In contrast, general topic modeling methods possess the…

计算与语言 · 计算机科学 2024-02-13 Weijie Xu , Xiaoyu Jiang , Jay Desai , Bin Han , Fuqin Yan , Francis Iannacci

In recent years, text summarization methods have attracted much attention again thanks to the researches on neural network models. Most of the current text summarization methods based on neural network models are supervised methods which…

计算与语言 · 计算机科学 2024-01-25 Dehao Tao , Yingzhu Xiong , Zhongliang Yang , Yongfeng Huang

Unsupervised extractive summarization is an important technique in information extraction and retrieval. Compared with supervised method, it does not require high-quality human-labelled summaries for training and thus can be easily applied…

人工智能 · 计算机科学 2023-12-19 Renlong Jie , Xiaojun Meng , Xin Jiang , Qun Liu

We propose an unsupervised method for sentence summarization using only language modeling. The approach employs two language models, one that is generic (i.e. pretrained), and the other that is specific to the target domain. We show that by…

计算与语言 · 计算机科学 2019-08-01 Jiawei Zhou , Alexander M. Rush

Automatic text summarization methods generate a shorter version of the input text to assist the reader in gaining a quick yet informative gist. Existing text summarization methods generally focus on a single aspect of text when selecting…

信息检索 · 计算机科学 2021-02-22 Ensieh Davoodijam , Nasser Ghadiri , Maryam Lotfi Shahreza , Fabio Rinaldi

Text classification is the task of assigning a document to a predefined class. However, it is expensive to acquire enough labeled documents or to label them. In this paper, we study the regularization methods' effects on various…

计算与语言 · 计算机科学 2024-03-05 Jongga Lee , Jaeseung Yim , Seohee Park , Changwon Lim

We simplify sentences with an attentive neural network sequence to sequence model, dubbed S4. The model includes a novel word-copy mechanism and loss function to exploit linguistic similarities between the original and simplified sentences.…

计算与语言 · 计算机科学 2018-05-16 Alexander Mathews , Lexing Xie , Xuming He

We present BLESS, a comprehensive performance benchmark of the most recent state-of-the-art large language models (LLMs) on the task of text simplification (TS). We examine how well off-the-shelf LLMs can solve this challenging task,…

Evaluating automatically-generated text summaries is a challenging task. While there have been many interesting approaches, they still fall short of human evaluations. We present RISE, a new approach for evaluating summaries by leveraging…

计算与语言 · 计算机科学 2023-05-23 David Uthus , Jianmo Ni

We present a set of novel neural supervised and unsupervised approaches for determining the readability of documents. In the unsupervised setting, we leverage neural language models, whereas in the supervised setting, three different neural…

计算与语言 · 计算机科学 2021-03-12 Matej Martinc , Senja Pollak , Marko Robnik-Šikonja

Recently, supervised hashing methods have attracted much attention since they can optimize retrieval speed and storage cost while preserving semantic information. Because hashing codes learning is NP-hard, many methods resort to some form…

机器学习 · 计算机科学 2017-12-05 Zihao Hu , Xiyi Luo , Hongtao Lu , Yong Yu

This paper describes Asterisk, a compact GPT-based model for generating text embeddings. The model uses a minimalist architecture with two layers, two attention heads, and 256 embedding dimensions. By applying knowledge distillation from…

计算与语言 · 计算机科学 2024-11-11 Andrew Semenov