paper-with-me

Papers

Retrieval Augmented Generation and Representative Vector Summarization for large unstructured textual data in Medical Education

2023-08-01 · S. S. Manathunga, Y. A. Illangasekara

Large Language Models are increasingly being used for various tasks including content generation and as chatbots. Despite their impressive performances in general tasks, LLMs need to be aligned when applying for domain specific tasks to mitigate the problems of hallucination and producing harmful answers. Retrieval Augmented Generation (RAG) allows to easily attach and manipulate a non-parametric knowledgebases to LLMs. Applications of RAG in the field of medical education are discussed in this paper. A combined extractive and abstractive summarization method for large unstructured textual data using representative vectors is proposed.

📄 PDF Abstract BibTeX arXiv:2308.00479

Code (2)

ssm123ssm/docgpt-pharm 공식 구현
EncryptedBinary/Meta_analysis pytorch

Tasks

Abstractive Text SummarizationHallucinationRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Retrieval Augmented Code Generation and Summarization

2021-08-26 · Findings (EMNLP) 2021 11 · Md Rizwan Parvez, Wasi Uddin Ahmad, Saikat Chakraborty, Baishakhi Ray 외

Software developers write a lot of source code and documentation during software development. Intrinsically, developers often recall parts of source code or code summaries that they had written in the past while implemen…

Code GenerationCode SummarizationRetrieval

Beyond Nearest Neighbors: Semantic Compression and Graph-Augmented Retrieval for Enhanced Vector Search

2025-07-25 · Rahul Raja, Arpita Vats arxiv

Vector databases typically rely on approximate nearest neighbor (ANN) search to retrieve the top-k closest vectors to a query in embedding space. While effective, this approach often yields semantically redundant results…

Semantic Retrieval

Conversational Text Extraction with Large Language Models Using Retrieval-Augmented Systems

2025-01-16 · Soham Roy, Mitul Goswami, Nisharg Nargund, Suneeta Mohanty 외

This study introduces a system leveraging Large Language Models (LLMs) to extract text and enhance user interaction with PDF documents via a conversational interface. Utilizing Retrieval-Augmented Generation (RAG), the s…

Question AnsweringRAGRetrievalRetrieval-augmented Generation+2

Comparison of Text-Based and Image-Based Retrieval in Multimodal Retrieval Augmented Generation Large Language Model Systems

2025-11-20 · Elias Lumer, Alex Cardenas, Matt Melich, Myles Mason 외 arxiv

Recent advancements in Retrieval-Augmented Generation (RAG) have enabled Large Language Models (LLMs) to access multimodal knowledge bases containing both text and visual information such as charts, diagrams, and tables …

Question Answering

Question-Answering Based Summarization of Electronic Health Records using Retrieval Augmented Generation

2024-01-03 · Walid Saba, Suzanne Wendelken, James. Shanahan

Summarization of electronic health records (EHRs) can substantially minimize 'screen time' for both patients as well as medical personnel. In recent years summarization of EHRs have employed machine learning pipelines us…

DiversityHallucinationQuestion AnsweringRAG+2