paper-with-me

Papers

StackOverflowVQA: Stack Overflow Visual Question Answering Dataset

2024-05-17 · Motahhare Mirzaei, Mohammad Javad Pirhadi, Sauleh Eetemadi

In recent years, people have increasingly used AI to help them with their problems by asking questions on different topics. One of these topics can be software-related and programming questions. In this work, we focus on the questions which need the understanding of images in addition to the question itself. We introduce the StackOverflowVQA dataset, which includes questions from StackOverflow that have one or more accompanying images. This is the first VQA dataset that focuses on software-related questions and contains multiple human-generated full-sentence answers. Additionally, we provide a baseline for answering the questions with respect to images in the introduced dataset using the GIT model. All versions of the dataset are available at https://huggingface.co/mirzaei2114.

📄 PDF Abstract BibTeX arXiv:2405.10736

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSentenceVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Predicting Question Quality on StackOverflow with Neural Networks

2024-04-20 · Mohammad Al-Ramahi, Izzat Alsmadi, Abdullah Wahbeh

The wealth of information available through the Internet and social media is unprecedented. Within computing fields, websites such as Stack Overflow are considered important sources for users seeking solutions to their c…

Question Answering

MQDD: Pre-training of Multimodal Question Duplicity Detection for Software Engineering Domain

2022-03-26 · Jan Pašek, Jakub Sido, Miloslav Konopík, Ondřej Pražák

This work proposes a new pipeline for leveraging data collected on the Stack Overflow website for pre-training a multimodal model for searching duplicates on question answering websites. Our multimodal model is trained o…

Question Answering

Question Relatedness on Stack Overflow: The Task, Dataset, and Corpus-inspired Models

2019-05-03 · Amirreza Shirani, Bowen Xu, David Lo, Thamar Solorio 외

Domain-specific community question answering is becoming an integral part of professions. Finding related questions and answers in these communities can significantly improve the effectiveness and efficiency of informati…

Community Question AnsweringMulti-class ClassificationQuestion Answering

Fine-Tuning Large Language Models for Answering Programming Questions with Code Snippets

2023-06-26 · ICCS: International Conference on Computational Science 2023 6 · Vadim Lomshakov, Sergey Kovalchuk, Maxim Omelchenko, Sergey Nikolenko 외

We study the ability of pretrained large language models (LLM) to answer questions from online question answering fora such as Stack Overflow. We consider question-answer pairs where the main part of the answer consists …

Code GenerationLanguage ModellingProgram SynthesisPrompt Engineering+2

Mining Duplicate Questions of Stack Overflow

2022-10-04 · Mihir Kale, Anirudha Rayasam, Radhika Parik, Pranav Dheram

There has a been a significant rise in the use of Community Question Answering sites (CQAs) over the last decade owing primarily to their ability to leverage the wisdom of the crowd. Duplicate questions have a crippling …

Community Question AnsweringQuestion Answering