paper-with-me

Papers

Developing PUGG for Polish: A Modern Approach to KBQA, MRC, and IR Dataset Construction

2024-08-05 · Albert Sawczyn, Katsiaryna Viarenich, Konrad Wojtasik, Aleksandra Domogała, Marcin Oleksy, Maciej Piasecki, Tomasz Kajdanowicz

Advancements in AI and natural language processing have revolutionized machine-human language interactions, with question answering (QA) systems playing a pivotal role. The knowledge base question answering (KBQA) task, utilizing structured knowledge graphs (KG), allows for handling extensive knowledge-intensive questions. However, a significant gap exists in KBQA datasets, especially for low-resource languages. Many existing construction pipelines for these datasets are outdated and inefficient in human labor, and modern assisting tools like Large Language Models (LLM) are not utilized to reduce the workload. To address this, we have designed and implemented a modern, semi-automated approach for creating datasets, encompassing tasks such as KBQA, Machine Reading Comprehension (MRC), and Information Retrieval (IR), tailored explicitly for low-resource environments. We executed this pipeline and introduced the PUGG dataset, the first Polish KBQA dataset, and novel datasets for MRC and IR. Additionally, we provide a comprehensive implementation, insightful findings, detailed statistics, and evaluation of baseline models.

📄 PDF Abstract BibTeX arXiv:2408.02337

Code (1)

CLARIN-PL/PUGG 공식 구현

Tasks

Information RetrievalKnowledge Base Question AnsweringKnowledge GraphsMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

KG-Guard: Graph-Based Hallucination Detection for Knowledge Base Question Answering

2026-05-29 · Albert Sawczyn, Piotr Bielak, Tomasz Kajdanowicz arxiv

Large language models (LLMs) are increasingly used for knowledge base question answering (KBQA), where answering requires selecting entities from a question-specific knowledge-graph subgraph. Yet LLMs are known to halluc…

Knowledge Base Question AnsweringNode Classification

Dedicated Workflow Management for OKBQA Framework

2016-12-01 · WS 2016 12 · Jiseong Kim, Gyu-Hyeon Choi, Key-Sun Choi

Nowadays, a question answering (QA) system is used in various areas such a quiz show, personal assistant, home device, and so on. The OKBQA framework supports developing a QA system in an intuitive and collaborative ways…

ManagementQuestion AnsweringReading Comprehension

HybridRAG-BN: A Retrieval-Augmented Framework with Fine-Tuned Verification for Bangla KBQA

2026-08-13 · Rathijit Aich, Nirjhar Das, Mahfuzulhoq Chowdhury arxiv

Knowledge-base question answering (KBQA) systems rely on effective retrieval and reasoning mechanisms to generate accurate answers from external knowledge sources. However, developing reliable KBQA systems for low-resour…

Question AnsweringAnswer Generation

Silver Retriever: Advancing Neural Passage Retrieval for Polish Question Answering

2023-09-15 · Piotr Rybak, Maciej Ogrodniczuk

Modern open-domain question answering systems often rely on accurate and efficient retrieval components to find passages containing the facts necessary to answer the question. Recently, neural retrievers have gained popu…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Few-shot Transfer Learning for Knowledge Base Question Answering: Fusing Supervised Models with In-Context Learning

2023-11-15 · Mayur Patidar, Riya Sawhney, Avinash Singh, Biswajit Chatterjee 외

Existing Knowledge Base Question Answering (KBQA) architectures are hungry for annotated data, which make them costly and time-consuming to deploy. We introduce the problem of few-shot transfer learning for KBQA, where t…

In-Context LearningKnowledge Base Question AnsweringQuestion AnsweringRetrieval+1