中文
相关论文

相关论文: Katecheo: A Portable and Modular System for Multi-…

200 篇论文

Composing knowledge from multiple pieces of texts is a key challenge in multi-hop question answering. We present a multi-hop reasoning dataset, Question Answering via Sentence Composition(QASC), that requires retrieving facts from a large…

计算与语言 · 计算机科学 2020-02-06 Tushar Khot , Peter Clark , Michal Guerquin , Peter Jansen , Ashish Sabharwal

Recent advances in Visual Question Answering (VQA) have demonstrated impressive performance in natural image domains, with models like LLaVA leveraging large language models (LLMs) for open-ended reasoning. However, their generalization…

计算机视觉与模式识别 · 计算机科学 2025-10-31 Xinjin Li , Yulie Lu , Jinghan Cao , Yu Ma , Zhenglin Li , Yeyang Zhou

The CODECO Experimentation Framework is an open-source solution designed for the rapid experimentation of Kubernetes-based edge cloud deployments. It adopts a microservice-based architecture and introduces innovative abstractions for (i)…

分布式、并行与集群计算 · 计算机科学 2024-03-19 Georgios Koukis , Sotiris Skaperas , Ioanna Angeliki Kapetanidou , Vassilis Tsaoussidis , Lefteris Mamatas

Recently, there has been an increase in the number of knowledge graphs that can be only queried by experts. However, describing questions using structured queries is not straightforward for non-expert users who need to have sufficient…

计算与语言 · 计算机科学 2021-05-04 Abdelghny Orogat , Isabelle Liu , Ahmed El-Roby

The retrieval model is an indispensable component for real-world knowledge-intensive tasks, e.g., open-domain question answering (ODQA). As separate retrieval skills are annotated for different datasets, recent work focuses on customized…

计算与语言 · 计算机科学 2023-05-29 Kaixin Ma , Hao Cheng , Yu Zhang , Xiaodong Liu , Eric Nyberg , Jianfeng Gao

An essential requirement for a real-world Knowledge Base Question Answering (KBQA) system is the ability to detect the answerability of questions when generating logical forms. However, state-of-the-art KBQA models assume all questions to…

计算与语言 · 计算机科学 2024-11-05 Prayushi Faldu , Indrajit Bhattacharya , Mausam

Online services often require users to agree to lengthy and obscure Terms of Service (ToS), leading to information asymmetry and legal risks. This paper proposes TOSense-a Chrome extension that allows users to ask questions about ToS in…

密码学与安全 · 计算机科学 2025-08-04 Xinzhang Chen , Hassan Ali , Arash Shaghaghi , Salil S. Kanhere , Sanjay Jha

Multi-hop reasoning requires aggregating multiple documents to answer a complex question. Existing methods usually decompose the multi-hop question into simpler single-hop questions to solve the problem for illustrating the explainable…

计算与语言 · 计算机科学 2022-08-23 Siyuan Wang , Zhongyu Wei , Zhihao Fan , Qi Zhang , Xuanjing Huang

Multi-hop Question Answering (QA) requires the machine to answer complex questions by finding scattering clues and reasoning from multiple documents. Graph Network (GN) and Question Decomposition (QD) are two common approaches at present.…

计算与语言 · 计算机科学 2022-03-18 Jiawei Li , Mucheng Ren , Yang Gao , Yizhe Yang

Here we describe the SHARE system, a web service based framework for distributed querying and reasoning on the semantic web. The main innovations of SHARE are: (1) the extension of a SPARQL query engine to perform on-demand data retrieval…

数字图书馆 · 计算机科学 2013-05-21 Ben P Vandervalk , E Luke McCarthy , Mark D Wilkinson

Large Language Models (LLMs) produce eloquent texts but often the content they generate needs to be verified. Traditional information retrieval systems can assist with this task, but most systems have not been designed with LLM-generated…

人机交互 · 计算机科学 2024-08-28 Yingqiang Gao , Jhony Prada , Nianlong Gu , Jessica Lam , Richard H. R. Hahnloser

Question Answering is a task which requires building models capable of providing answers to questions expressed in human language. Full question answering involves some form of reasoning ability. We introduce a neural network architecture…

计算与语言 · 计算机科学 2017-10-09 Andrea Madotto , Giuseppe Attardi

The past few years have witnessed the flourishing of crowdsourced medical question answering (Q&A) websites. Patients who have medical information demands tend to post questions about their health conditions on these crowdsourced Q&A…

人工智能 · 计算机科学 2018-10-16 Yaliang Li , Liuyi Yao , Nan Du , Jing Gao , Qi Li , Chuishi Meng , Chenwei Zhang , Wei Fan

Multi-hop Reading Comprehension (RC) requires reasoning and aggregation across several paragraphs. We propose a system for multi-hop RC that decomposes a compositional question into simpler sub-questions that can be answered by…

计算与语言 · 计算机科学 2019-07-02 Sewon Min , Victor Zhong , Luke Zettlemoyer , Hannaneh Hajishirzi

Resolving knowledge conflicts is a crucial challenge in Question Answering (QA) tasks, as the internet contains numerous conflicting facts and opinions. While some research has made progress in tackling ambiguous settings where multiple…

计算与语言 · 计算机科学 2024-10-30 Sagi Shaier , Ari Kobren , Philip Ogren

Topic Modeling refers to the problem of discovering the main topics that have occurred in corpora of textual data, with solutions finding crucial applications in numerous fields. In this work, inspired by the recent advancements in the…

计算与语言 · 计算机科学 2021-08-23 Shayan Fazeli , Majid Sarrafzadeh

The paper presents an approach to build a question and answer system that is capable of processing the information in a large dataset and allows the user to gain knowledge from this dataset by asking questions in natural language form. Key…

计算与语言 · 计算机科学 2019-02-07 M. R , Akram , C. P , Singhabahu , M. S. M Saad , P , Deleepa , Anupiya , Nugaliyadde , Yashas , Mallawarachchi

This paper introduces MIX, a multi-task deep learning approach to solve open-ended question-answering. First, we design our system as a multi-stage pipeline of 3 building blocks: a BM25-based Retriever to reduce the search space, a…

计算与语言 · 计算机科学 2025-03-14 Sofian Chaybouti , Achraf Saghe , Aymen Shabou

Despite the de-facto technological uniformity fostered by the cloud and edge computing paradigms, resource fragmentation across isolated clusters hinders the dynamism in application placement, leading to suboptimal performance and…

分布式、并行与集群计算 · 计算机科学 2022-12-26 Marco Iorio , Fulvio Risso , Alex Palesandro , Leonardo Camiciotti , Antonio Manzalini

Multiple choice exams are widely used to assess candidates across a diverse range of domains and tasks. To moderate question quality, newly proposed questions often pass through pre-test evaluation stages before being deployed into…

计算与语言 · 计算机科学 2023-10-17 Adian Liusie , Vatsal Raina , Andrew Mullooly , Kate Knill , Mark J. F. Gales