中文
相关论文

相关论文: Extractive Summarization via Weighted Dissimilarit…

200 篇论文

Word alignment, which aims to align translationally equivalent words between source and target sentences, plays an important role in many natural language processing tasks. Current unsupervised neural alignment methods focus on inducing…

计算与语言 · 计算机科学 2021-05-18 Chi Chen , Maosong Sun , Yang Liu

In the rapidly evolving landscape of digital content, the task of summarizing multimedia documents, which encompass textual, visual, and auditory elements, presents intricate challenges. These challenges include extracting pertinent…

多媒体 · 计算机科学 2024-12-30 Azze-Eddine Maredj , Madjid Sadallah

We address the problem of unsupervised extractive document summarization, especially for long documents. We model the unsupervised problem as a sparse auto-regression one and approximate the resulting combinatorial problem via a convex,…

计算与语言 · 计算机科学 2022-08-22 Alicia Y. Tsai , Laurent El Ghaoui

Text summarization aims to compress a textual document to a short summary while keeping salient information. Extractive approaches are widely used in text summarization because of their fluency and efficiency. However, most of existing…

计算与语言 · 计算机科学 2020-10-14 Peng Cui , Le Hu , Yuanchao Liu

Importance sampling has been reported to produce algorithms with excellent empirical performance in counting problems. However, the theoretical support for its efficiency in these applications has been very limited. In this paper, we…

概率论 · 数学 2009-08-10 Jose H. Blanchet

Summarizing novel chapters is a difficult task due to the input length and the fact that sentences that appear in the desired summaries draw content from multiple places throughout the chapter. We present a pipelined extractive-abstractive…

计算与语言 · 计算机科学 2022-11-10 Hardy Hardy , Miguel Ballesteros , Faisal Ladhak , Muhammad Khalifa , Vittorio Castelli , Kathleen McKeown

We present a practical and statistically consistent scheme for actively learning binary classifiers under general loss functions. Our algorithm uses importance weighting to correct sampling bias, and by controlling the variance, we are able…

机器学习 · 计算机科学 2009-05-20 Alina Beygelzimer , Sanjoy Dasgupta , John Langford

We propose an unsupervised graph-based ranking model for extractive summarization of long scientific documents. Our method assumes a two-level hierarchical graph representation of the source document, and exploits asymmetrical positional…

计算与语言 · 计算机科学 2021-01-14 Yue Dong , Andrei Mircea , Jackie C. K. Cheung

The widespread adoption of large language models (LLMs) across industries has increased the demand for high-quality and customizable outputs. However, traditional alignment methods often require retraining large pretrained models, making it…

计算与语言 · 计算机科学 2025-12-16 Yi Liu , Dianqing Liu , Mingye Zhu , Junbo Guo , Yongdong Zhang , Zhendong Mao

Determining the relative importance of the elements in a sentence is a key factor for effortless natural language understanding. For human language processing, we can approximate patterns of relative importance by measuring reading…

计算与语言 · 计算机科学 2021-06-08 Nora Hollenstein , Lisa Beinborn

Extractive summaries are usually presented as lists of sentences with no expected cohesion between them. In this paper, we aim to enforce cohesion whilst controlling for informativeness and redundancy in summaries, in cases where the input…

计算与语言 · 计算机科学 2024-02-19 Ronald Cardenas , Matthias Galle , Shay B. Cohen

We present a novel iterative, edit-based approach to unsupervised sentence simplification. Our model is guided by a scoring function involving fluency, simplicity, and meaning preservation. Then, we iteratively perform word and phrase-level…

计算与语言 · 计算机科学 2020-06-18 Dhruv Kumar , Lili Mou , Lukasz Golab , Olga Vechtomova

This paper presents a new approach to statistical similarity assessment based on sequence alignment. The algorithm performs mutual matching of two random sequences by successively searching for common elements and by applying sequence…

信号处理 · 电气工程与系统科学 2021-06-09 Jakub Nikonowicz , Łukasz Matuszewski , Paweł Kubczak

The technology of automatic document summarization is maturing and may provide a solution to the information overload problem. Nowadays, document summarization plays an important role in information retrieval. With a large volume of…

信息检索 · 计算机科学 2012-04-10 Mohsen Pourvali , Mohammad Saniee Abadeh

We introduce data structures for solving robust regression through stochastic gradient descent (SGD) by sampling gradients with probability proportional to their norm, i.e., importance sampling. Although SGD is widely used for large scale…

机器学习 · 计算机科学 2022-07-19 Sepideh Mahabadi , David P. Woodruff , Samson Zhou

This paper proposes some modest improvements to Extractor, a state-of-the-art keyphrase extraction system, by using a terabyte-sized corpus to estimate the informativeness and semantic similarity of keyphrases. We present two techniques to…

计算与语言 · 计算机科学 2012-04-03 Mario Jarmasz , Caroline Barrière

This paper addresses the task of legal summarization, which involves distilling complex legal documents into concise, coherent summaries. Current approaches often struggle with content theme deviation and inconsistent writing styles due to…

计算与语言 · 计算机科学 2025-01-27 T. Y. S. S. Santosh , Chen Jia , Patrick Goroncy , Matthias Grabmair

Graph-based extractive document summarization relies on the quality of the sentence similarity graph. Bag-of-words or tf-idf based sentence similarity uses exact word matching, but fails to measure the semantic similarity between individual…

计算与语言 · 计算机科学 2020-04-30 Zhuolin Jiang , Manaj Srivastava , Sanjay Krishna , David Akodes , Richard Schwartz

We demonstrate a method to optimize the combination of distinct components in a paragraph retrieval system. Our system makes use of several indices, query generators and filters, each of them potentially contributing to the quality of the…

信息检索 · 计算机科学 2014-08-12 Boris Iolis , Gianluca Bontempi

In this paper, we introduce a divide-and-conquer algorithm to improve sentence alignment speed. We utilize external bilingual sentence embeddings to find accurate hard delimiters for the parallel texts to be aligned. We use Monte Carlo…

计算与语言 · 计算机科学 2022-01-19 Wu Zhang