paper-with-me

Papers

Retrieval-Augmented Controllable Review Generation

2020-12-01 · COLING 2020 8 · Jihyeok Kim, Seungtaek Choi, Reinald Kim Amplayo, Seung-won Hwang

In this paper, we study review generation given a set of attribute identifiers which are user ID, product ID and rating. This is a difficult subtask of natural language generation since models are limited to the given identifiers, without any specific descriptive information regarding the inputs, when generating the text. The capacity of these models is thus confined and dependent to how well the models can capture vector representations of attributes. We thus propose to additionally leverage references, which are selected from a large pool of texts labeled with one of the attributes, as textual information that enriches inductive biases of given attributes. With these references, we can now pose the problem as an instance of text-to-text generation, which makes the task easier since texts that are syntactically, semantically similar with the output text are provided as input. Using this framework, we address issues such as selecting references from a large candidate set without textual context and improving the model complexity for generation. Our experiments show that our models improve over previous approaches on both automatic and human evaluation metrics.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDescriptiveRetrievalReview GenerationText Generation

Similar Papers 제목 키워드 기반

A Survey on Retrieval-Augmented Text Generation

2022-02-02 · Huayang Li, Yixuan Su, Deng Cai, Yan Wang 외

Recently, retrieval-augmented text generation attracted increasing attention of the computational linguistics community. Compared with conventional generation models, retrieval-augmented text generation has remarkable ad…

Machine TranslationResponse GenerationRetrievalRetrieval-augmented Generation+3

RealGen: Retrieval Augmented Generation for Controllable Traffic Scenarios

2023-12-19 · Wenhao Ding, Yulong Cao, Ding Zhao, Chaowei Xiao 외

Simulation plays a crucial role in the development of autonomous vehicles (AVs) due to the potential risks associated with real-world testing. Although significant progress has been made in the visual aspects of simulato…

Autonomous VehiclesIn-Context LearningRetrievalRetrieval-augmented Generation

Retrieval-Augmented Layout Transformer for Content-Aware Layout Generation

2023-11-22 · CVPR 2024 1 · Daichi Horita, Naoto Inoue, Kotaro Kikuchi, Kota Yamaguchi 외

Content-aware graphic layout generation aims to automatically arrange visual elements along with a given content, such as an e-commerce product image. In this paper, we argue that the current layout generation approaches…

Layout GenerationRetrieval

Automated Literature Review Using NLP Techniques and LLM-Based Retrieval-Augmented Generation

2024-11-27 · Nurshat Fateh Ali, Md. Mahdi Mohtasim, Shakil Mosharrof, T. Gopi Krishna

This research presents and compares multiple approaches to automate the generation of literature reviews using several Natural Language Processing (NLP) techniques and retrieval-augmented generation (RAG) with a Large La…

ArticlesLanguage ModelingLanguage ModellingLarge Language Model+3

Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection

2023-10-17 · Akari Asai, Zeqiu Wu, Yizhong Wang, Avirup Sil 외

Despite their remarkable capabilities, large language models (LLMs) often produce responses containing factual inaccuracies due to their sole reliance on the parametric knowledge they encapsulate. Retrieval-Augmented Gen…

Fact VerificationQuestion AnsweringRAGResponse Generation+2