paper-with-me

Papers

Generative Language Models with Retrieval Augmented Generation for Automated Short Answer Scoring

2024-08-07 · Zifan Wang, Christopher Ormerod

Automated Short Answer Scoring (ASAS) is a critical component in educational assessment. While traditional ASAS systems relied on rule-based algorithms or complex deep learning methods, recent advancements in Generative Language Models (GLMs) offer new opportunities for improvement. This study explores the application of GLMs to ASAS, leveraging their off-the-shelf capabilities and performance in various domains. We propose a novel pipeline that combines vector databases, transformer-based encoders, and GLMs to enhance short answer scoring accuracy. Our approach stores training responses in a vector database, retrieves semantically similar responses during inference, and employs a GLM to analyze these responses and determine appropriate scores. We further optimize the system through fine-tuned retrieval processes and prompt engineering. Evaluation on the SemEval 2013 dataset demonstrates a significant improvement on the SCIENTSBANK 3-way and 2-way tasks compared to existing methods, highlighting the potential of GLMs in advancing ASAS technology.

📄 PDF Abstract BibTeX arXiv:2408.03811

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

GLM GLM is a bilingual (English and Chinese) pre-trained transformer-based language model that follow the traditional architecture of decoder-only autoregressive language…

Similar Papers 제목 키워드 기반

Retrieval Augmented Chest X-Ray Report Generation using OpenAI GPT models

2023-05-05 · Mercy Ranjit, Gopinath Ganapathy, Ranjit Manuel, Tanuja Ganu

We propose Retrieval Augmented Generation (RAG) as an approach for automated radiology report writing that leverages multimodally aligned embeddings from a contrastively pretrained vision language model for retrieval of …

Instruction FollowingLanguage ModelingLanguage ModellingRAG+2

AsthmaBot: Multi-modal, Multi-Lingual Retrieval Augmented Generation For Asthma Patient Support

2024-09-24 · Adil Bahaj, Mounir Ghogho

Asthma rates have risen globally, driven by environmental and lifestyle factors. Access to immediate medical care is limited, particularly in developing countries, necessitating automated support systems. Large Language …

HallucinationQuestion AnsweringRetrievalRetrieval-augmented Generation

Towards Mixed-Modal Retrieval for Universal Retrieval-Augmented Generation

2025-10-20 · Chenghao Zhang, Guanting Dong, Xinyu Yang, Zhicheng Dou arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) by retrieving relevant documents from an external corpus. However, existing RAG systems primarily focus o…

Grounded Multimodal Retrieval-Augmented Drafting of Radiology Impressions Using Case-Based Similarity Search

2026-03-18 · Himadri S Samanta arxiv

Automated radiology report generation has gained increasing attention with the rise of deep learning and large language models. However, fully generative approaches often suffer from hallucinations and lack clinical grou…

From Retrieval to Generation: Comparing Different Approaches

2025-02-27 · Abdelrahman Abdallah, Jamshid Mozafari, Bhawna Piryani, Mohammed Ali 외

Knowledge-intensive tasks, particularly open-domain question answering (ODQA), document reranking, and retrieval-augmented language modeling, require a balance between retrieval accuracy and generative flexibility. Tradi…

Language ModelingLanguage ModellingOpen-Domain Question AnsweringPassage Retrieval+4