paper-with-me

홈 › Papers

In Tree Structure Should Sentence Be Generated

2024-06-20 · Yaguang Li, Xin Chen

Generative models reliant on sequential autoregression have been at the forefront of language generation for an extensive period, particularly following the introduction of widely acclaimed transformers. Despite its excellent performance, there are always some issues that we face today. For example, problems such as hallucinations and getting trapped in a logic loop may occur. To enhance the performance of existing systems, this paper introduces a new method for generating sequences in natural language, which involves generating the targeted sentence in a tree-traversing order. The paper includes an illustration of the theoretical basis and validity of the approach, as well as a comparison of its fundamentals with the diffusion model in graphic generation. Finally, a module called SenTree is introduced for generating an approximating binary tree. It is already available at https://github.com/arklyg/sentree. Additionally, a joint training framework based on this approach is proposed, incorporating the intrinsics of generative adversarial networks.

📄 PDF Abstract BibTeX arXiv:2406.14189

Code (1)

arklyg/sentree 공식 구현

Tasks

SentenceText Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

RoMe: A Robust Metric for Evaluating Natural Language Generation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Evaluating Natural Language Generation (NLG) systems is a challenging task. Firstly, the metric should ensure that the generated hypothesis reflects the reference's semantics. Secondly, it should consider the grammatical…

Natural Language UnderstandingSemantic SimilaritySemantic Textual SimilaritySentence+1

RoMe: A Robust Metric for Evaluating Natural Language Generation

2022-03-17 · ACL 2022 5 · Md Rashad Al Hasan Rony, Liubov Kovriguina, Debanjan Chaudhuri, Ricardo Usbeck 외

Evaluating Natural Language Generation (NLG) systems is a challenging task. Firstly, the metric should ensure that the generated hypothesis reflects the reference's semantics. Secondly, it should consider the grammatical…

Natural Language UnderstandingSemantic SimilaritySemantic Textual SimilaritySentence+1

Unsupervised Abstractive Opinion Summarization by Generating Sentences with Tree-Structured Topic Guidance

2021-06-15 · Masaru Isonuma, Junichiro Mori, Danushka Bollegala, Ichiro Sakata

This paper presents a novel unsupervised abstractive summarization method for opinionated texts. While the basic variational autoencoder-based models assume a unimodal Gaussian prior for the latent code of sentences, we …

Abstractive Text SummarizationOpinion SummarizationSentence

Treelet Probabilities for HPSG Parsing and Error Correction

2014-05-01 · LREC 2014 5 · Angelina Ivanova, Gertjan van Noord

Most state-of-the-art parsers take an approach to produce an analysis for any input despite errors. However, small grammatical mistakes in a sentence often cause parser to fail to build a correct syntactic tree. Applicat…

Grammatical Error CorrectionSentence

Modelling Sentence Pairs with Tree-structured Attentive Encoder

2016-10-10 · COLING 2016 12 · Yao Zhou, Cong Liu, Yan Pan

We describe an attentive encoder that combines tree-structured recursive neural networks and sequential recurrent neural networks for modelling sentence pairs. Since existing attentive models exert attention on the seque…

Paraphrase IdentificationQuestion SelectionSemantic SimilaritySemantic Textual Similarity+1