中文
相关论文

相关论文: Elaborative Simplification: Content Addition and E…

200 篇论文

Huge amount of information is present in the World Wide Web and a large amount is being added to it frequently. A query-specific summary of multiple documents is very helpful to the user in this context. Currently, few systems have been…

信息检索 · 计算机科学 2015-01-20 C Ravindranath Chowdary , P Sreenivasa Kumar

The occurrence of unknown words in texts significantly hinders reading comprehension. To improve accessibility for specific target populations, computational modelling has been applied to identify complex words in texts and substitute them…

计算与语言 · 计算机科学 2023-03-10 Kai North , Marcos Zampieri , Matthew Shardlow

As the amount of textual data has been rapidly increasing over the past decade, efficient similarity search methods have become a crucial component of large-scale information retrieval systems. A popular strategy is to represent original…

信息检索 · 计算机科学 2017-08-14 Suthee Chaidaroon , Yi Fang

We study the problem of generating abstractive summaries for opinionated text. We propose an attention-based neural network model that is able to absorb information from multiple text units to construct informative, concise, and fluent…

计算与语言 · 计算机科学 2016-06-10 Lu Wang , Wang Ling

Machine-learning based generation of process models from natural language text process descriptions provides a solution for the time-intensive and expensive process discovery phase. Many organizations have to carry out this phase, before…

计算与语言 · 计算机科学 2024-10-03 Julian Neuberger , Han van der Aa , Lars Ackermann , Daniel Buschek , Jannic Herrmann , Stefan Jablonski

We propose a new sentence simplification task (Split-and-Rephrase) where the aim is to split a complex sentence into a meaning preserving sequence of shorter sentences. Like sentence simplification, splitting-and-rephrasing has the…

计算与语言 · 计算机科学 2017-07-24 Shashi Narayan , Claire Gardent , Shay B. Cohen , Anastasia Shimorina

The topic-to-essay generation task is a challenging natural language generation task that aims to generate paragraph-level text with high semantic coherence based on a given set of topic words. Previous work has focused on the introduction…

计算与语言 · 计算机科学 2024-02-27 Jieyong Wang , Chunyao Song , Yihao Wu

Developing models that can automatically generate detailed code explanation can greatly benefit software maintenance and programming education. However, existing code-to-text generation models often produce only high-level summaries of code…

计算与语言 · 计算机科学 2022-11-29 Haotian Cui , Chenglong Wang , Junjie Huang , Jeevana Priya Inala , Todd Mytkowicz , Bo Wang , Jianfeng Gao , Nan Duan

Context information around words helps in determining their actual meaning, for example "networks" used in contexts of artificial neural networks or biological neuron networks. Generative topic models infer topic-word distributions, taking…

信息检索 · 计算机科学 2018-08-14 Pankaj Gupta , Florian Buettner , Hinrich Schütze

Text simplification research has mostly focused on sentence-level simplification, even though many desirable edits - such as adding relevant background information or reordering content - may require document-level context. Prior work has…

计算与语言 · 计算机科学 2023-05-31 Philippe Laban , Jesse Vig , Wojciech Kryscinski , Shafiq Joty , Caiming Xiong , Chien-Sheng Wu

Despite the success of attention-based neural models for natural language generation and classification tasks, they are unable to capture the discourse structure of larger documents. We hypothesize that explicit discourse representations…

计算与语言 · 计算机科学 2019-11-19 Fajri Koto , Jey Han Lau , Timothy Baldwin

We propose a novel framework for generating causal graphs from narrative texts, bridging high-level causality and detailed event-specific relationships. Our method first extracts concise, agent-centered vertices using large language model…

计算与语言 · 计算机科学 2025-04-11 Zehan Li , Ruhua Pan , Xinyu Pi

Standard language models generate text by selecting tokens from a fixed, finite, and standalone vocabulary. We introduce a novel method that selects context-aware phrases from a collection of supporting documents. One of the most…

计算与语言 · 计算机科学 2024-03-19 Bowen Cao , Deng Cai , Leyang Cui , Xuxin Cheng , Wei Bi , Yuexian Zou , Shuming Shi

In this paper, we exploit the innate document segment structure for improving the extractive summarization task. We build two text segmentation models and find the most optimal strategy to introduce their output predictions in an extractive…

计算与语言 · 计算机科学 2023-01-24 Lesly Miculicich , Benjamin Han

Knowledge Graph (KG)-to-Text Generation has seen recent improvements in generating fluent and informative sentences which describe a given KG. As KGs are widespread across multiple domains and contain important entity-relation information,…

计算与语言 · 计算机科学 2023-10-26 Anthony Colas , Haodi Ma , Xuanli He , Yang Bai , Daisy Zhe Wang

Providing explanations along with predictions is crucial in some text processing tasks. Therefore, we propose a new self-interpretable model that performs output prediction and simultaneously provides an explanation in terms of the presence…

机器学习 · 计算机科学 2019-09-30 Diane Bouchacourt , Ludovic Denoyer

Generating knowledge-intensive and comprehensive long texts, such as encyclopedia articles, remains significant challenges for Large Language Models. It requires not only the precise integration of facts but also the maintenance of thematic…

计算与语言 · 计算机科学 2025-03-04 Hongchao Gu , Dexun Li , Kuicai Dong , Hao Zhang , Hang Lv , Hao Wang , Defu Lian , Yong Liu , Enhong Chen

Lay summaries for scientific documents typically include explanations to help readers grasp sophisticated concepts or arguments. However, current automatic summarization methods do not explicitly model explanations, which makes it difficult…

计算与语言 · 计算机科学 2025-10-17 Dongqi Liu , Xi Yu , Vera Demberg , Mirella Lapata

Large language models demonstrate limited capability in proficiency-controlled sentence simplification, particularly when simplifying across large readability levels. We propose a framework that decomposes complex simplifications into…

计算与语言 · 计算机科学 2026-02-10 Jingshen Zhang , Xin Ying Qiu , Lifang Lu , Zhuhua Huang , Yutao Hu , Yuechang Wu , JunYu Lu

Incremental computation aims to compute more efficiently on changed input by reusing previously computed results. We give a high-level overview of works on incremental computation, and highlight the essence underlying all of them, which we…

编程语言 · 计算机科学 2025-10-15 Yanhong A. Liu