中文
相关论文

相关论文: Neural Arabic Question Answering

200 篇论文

Question Answering (QA) has shown great success thanks to the availability of large-scale datasets and the effectiveness of neural models. Recent research works have attempted to extend these successes to the settings with few or no labeled…

计算与语言 · 计算机科学 2020-05-07 Zhongli Li , Wenhui Wang , Li Dong , Furu Wei , Ke Xu

This paper proposes to tackle open- domain question answering using Wikipedia as the unique knowledge source: the answer to any factoid question is a text span in a Wikipedia article. This task of machine reading at scale combines the…

计算与语言 · 计算机科学 2017-05-01 Danqi Chen , Adam Fisch , Jason Weston , Antoine Bordes

Open book question answering is a type of natural language based QA (NLQA) where questions are expected to be answered with respect to a given set of open book facts, and common knowledge about a topic. Recently a challenge involving such…

计算与语言 · 计算机科学 2019-07-26 Pratyay Banerjee , Kuntal Kumar Pal , Arindam Mitra , Chitta Baral

In recent years, there have been amazing advances in deep learning methods for machine reading. In machine reading, the machine reader has to extract the answer from the given ground truth paragraph. Recently, the state-of-the-art machine…

计算与语言 · 计算机科学 2018-04-13 Phu Mon Htut , Samuel R. Bowman , Kyunghyun Cho

Question answering systems may find the answers to users' questions from either unstructured texts or structured data such as knowledge graphs. Answering questions using supervised learning approaches including deep learning models need…

计算与语言 · 计算机科学 2021-06-29 Romina Etezadi , Mehrnoush Shamsfard

Question Answering (QA) returns concise answers or answer lists from natural language text given a context document. Many resources go into curating QA datasets to advance robust models' development. There is a surge of QA datasets for…

计算与语言 · 计算机科学 2023-11-17 Tilahun Abedissa , Ricardo Usbeck , Yaregal Assabie

The goal of the paper is to predict answers to questions given a passage of Qur'an. The answers are always found in the passage, so the task of the model is to predict where an answer starts and where it ends. As the initial data set is…

计算与语言 · 计算机科学 2022-05-18 Khalid Alnajjar , Mika Hämäläinen

We introduce an approach for open-domain question answering (QA) that retrieves and reads a passage graph, where vertices are passages of text and edges represent relationships that are derived from an external knowledge base or…

计算与语言 · 计算机科学 2020-04-14 Sewon Min , Danqi Chen , Luke Zettlemoyer , Hannaneh Hajishirzi

This paper introduces UQA, a novel dataset for question answering and text comprehension in Urdu, a low-resource language with over 70 million native speakers. UQA is generated by translating the Stanford Question Answering Dataset…

计算与语言 · 计算机科学 2024-07-24 Samee Arif , Sualeha Farid , Awais Athar , Agha Ali Raza

The logic-based machine-understandable framework of the Semantic Web often challenges naive users when they try to query ontology-based knowledge bases. Existing research efforts have approached this problem by introducing Natural Language…

计算与语言 · 计算机科学 2015-08-07 Iyad AlAgha

We focus on multiple-choice question answering (QA) tasks in subject areas such as science, where we require both broad background knowledge and the facts from the given subject-area reference corpus. In this work, we explore simple yet…

计算与语言 · 计算机科学 2019-10-03 Xiaoman Pan , Kai Sun , Dian Yu , Jianshu Chen , Heng Ji , Claire Cardie , Dong Yu

In the last few years, open-domain question answering (ODQA) has advanced rapidly due to the development of deep learning techniques and the availability of large-scale QA datasets. However, the current datasets are essentially designed for…

计算与语言 · 计算机科学 2022-02-23 Jiexin Wang , Adam Jatowt , Masatoshi Yoshikawa

Knowledge from diverse application domains is organized as knowledge graphs (KGs) that are stored in RDF engines accessible in the web via SPARQL endpoints. Expressing a well-formed SPARQL query requires information about the graph…

人工智能 · 计算机科学 2023-08-10 Reham Omar , Ishika Dhall , Panos Kalnis , Essam Mansour

Answering questions related to the legal domain is a complex task, primarily due to the intricate nature and diverse range of legal document systems. Providing an accurate answer to a legal query typically necessitates specialized knowledge…

计算与语言 · 计算机科学 2023-09-18 Abdelrahman Abdallah , Bhawna Piryani , Adam Jatowt

The Scholarly Hybrid Question Answering over Linked Data (QALD) Challenge at the International Semantic Web Conference (ISWC) 2024 focuses on Question Answering (QA) over diverse scholarly sources: DBLP, SemOpenAlex, and Wikipedia-based…

信息检索 · 计算机科学 2024-12-02 Fomubad Borista Fondi , Azanzi Jiomekong Fidel , Gaoussou Camara

Question semantic similarity is a challenging and active research problem that is very useful in many NLP applications, such as detecting duplicate questions in community question answering platforms such as Quora. Arabic is considered to…

计算与语言 · 计算机科学 2019-09-23 Hesham Al-Bataineh , Wael Farhan , Ahmad Mustafa , Haitham Seelawi , Hussein T. Al-Natsheh

Tables extracted from web documents can be used to directly answer many web search queries. Previous works on question answering (QA) using web tables have focused on factoid queries, i.e., those answerable with a short string like person…

信息检索 · 计算机科学 2020-01-13 Kaushik Chakrabarti , Zhimin Chen , Siamak Shakeri , Guihong Cao

We present assertion based question answering (ABQA), an open domain question answering task that takes a question and a passage as inputs, and outputs a semi-structured assertion consisting of a subject, a predicate and a list of…

计算与语言 · 计算机科学 2018-01-24 Zhao Yan , Duyu Tang , Nan Duan , Shujie Liu , Wendi Wang , Daxin Jiang , Ming Zhou , Zhoujun Li

Question answering is a task that answers factoid questions using a large collection of documents. It aims to provide precise answers in response to the user's questions in natural language. Question answering relies on efficient passage…

计算与语言 · 计算机科学 2023-08-09 Shashank Gupta

Humans gather information by engaging in conversations involving a series of interconnected questions and answers. For machines to assist in information gathering, it is therefore essential to enable them to answer conversational questions.…

计算与语言 · 计算机科学 2019-04-02 Siva Reddy , Danqi Chen , Christopher D. Manning