paper-with-me

홈 › Papers

Auto FAQ Generation

2024-05-13 · Anjaneya Teja Kalvakolanu, NagaSai Chandra, Michael Fekadu

FAQ documents are commonly used with text documents and websites to provide important information in the form of question answer pairs to either aid in reading comprehension or provide a shortcut to the key ideas. We suppose that salient sentences from a given document serve as a good proxy fro the answers to an aggregated set of FAQs from readers. We propose a system for generating FAQ documents that extract the salient questions and their corresponding answers from sizeable text documents scraped from the Stanford Encyclopedia of Philosophy. We use existing text summarization, sentence ranking via the Text rank algorithm, and question-generation tools to create an initial set of questions and answers. Finally, we apply some heuristics to filter out invalid questions. We use human evaluation to rate the generated questions on grammar, whether the question is meaningful, and whether the question's answerability is present within a summarized context. On average, participants thought 71 percent of the questions were meaningful.

📄 PDF Abstract BibTeX arXiv:2405.13006

Code (0)

등록된 구현이 없습니다.

Tasks

PhilosophyQuestion GenerationQuestion-GenerationReading ComprehensionSentenceText Summarization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Autoregressive latent diffusion for 3D molecule generation

2026-07-10 · Federico Ottomano, Gaopeng Ren, Yingzhen Li, Kim E. Jelfs 외 arxiv

Three-dimensional (3D) molecule generation has been dominated by diffusion models, which achieve strong generation quality but typically require the molecular size to be specified a priori. Recent autoregressive approach…

Non-Autoregressive Sequence Generation

2022-05-01 · ACL 2022 5 · Jiatao Gu, Xu Tan

Non-autoregressive sequence generation (NAR) attempts to generate the entire or partial output sequences in parallel to speed up the generation process and avoid potential issues (e.g., label bias, exposure bias) in auto…

A Survey on Vision Autoregressive Model

2024-11-13 · Kai Jiang, Jiaxing Huang

Autoregressive models have demonstrated great performance in natural language processing (NLP) with impressive scalability, adaptability and generalizability. Inspired by their notable success in NLP field, autoregressiv…

3D GenerationBenchmarkingImage GenerationMedical Image Analysis+5

Auto-ARGUE: LLM-Based Report Generation Evaluation

2025-09-30 · William Walden, Marc Mason, Orion Weller, Laura Dietz 외 arxiv

Generation of citation-backed reports is a primary use case for retrieval-augmented generation (RAG) systems. While open-source evaluation tools exist for various RAG tasks, tools designed for report generation are lacki…

Parallelizing Autoregressive Generation with Variational State Space Models

2024-07-11 · Gaspard Lambrechts, Yann Claes, Pierre Geurts, Damien Ernst

Attention-based models such as Transformers and recurrent models like state space models (SSMs) have emerged as successful methods for autoregressive sequence modeling. Although both enable parallel training, none enable…

DecoderMambaState Space ModelsText Generation