paper-with-me

Papers

Sequential Attention with Keyword Mask Model for Community-based Question Answering

2019-06-01 · NAACL 2019 6 · Jianxin Yang, Wenge Rong, Libin Shi, Zhang Xiong

In Community-based Question Answering system(CQA), Answer Selection(AS) is a critical task, which focuses on finding a suitable answer within a list of candidate answers. For neural network models, the key issue is how to model the representations of QA text pairs and calculate the interactions between them. We propose a Sequential Attention with Keyword Mask model(SAKM) for CQA to imitate human reading behavior. Question and answer text regard each other as context within keyword-mask attention when encoding the representations, and repeat multiple times(hops) in a sequential style. So the QA pairs capture features and information from both question text and answer text, interacting and improving vector representations iteratively through hops. The flexibility of the model allows to extract meaningful keywords from the sentences and enhance diverse mutual information. We perform on answer selection tasks and multi-level answer ranking tasks. Experiment results demonstrate the superiority of our proposed model on community-based QA datasets.

📄 PDF Abstract BibTeX

Code (1)

sheep-for/question_answer_matching 공식 구현 tf

Tasks

Answer SelectionQuestion Answering

Similar Papers 제목 키워드 기반

SCIR-QA at SemEval-2017 Task 3: CNN Model Based on Similar and Dissimilar Information between Keywords for Question Similarity

2017-08-01 · SEMEVAL 2017 8 · Le Qi, Yu Zhang, Ting Liu

We describe a method of calculating the similarity of questions in community QA. Question in cQA are usually very long and there are a lot of useless information about calculating the similarity of questions. Therefore,w…

Community Question AnsweringGraph RankingInformation RetrievalKeyword Extraction+2

Improving Controllability of Educational Question Generation by Keyword Provision

2021-12-02 · Ying-Hong Chan, Ho-Lam Chung, Yao-Chung Fan

Question Generation (QG) receives increasing research attention in NLP community. One motivation for QG is that QG significantly facilitates the preparation of educational reading practice and assessments. While the sign…

DiversityQuestion GenerationQuestion-Generation

Translating Web Search Queries into Natural Language Questions

2020-02-07 · LREC 2018 5 · Adarsh Kumar, Sandipan Dandapat, Sushil Chordia

Users often query a search engine with a specific question in mind and often these queries are keywords or sub-sentential fragments. For example, if the users want to know the answer for "What's the capital of USA", they…

Community Question AnsweringMachine TranslationNMTQuestion Answering+1

KEYword based Sampling (KEYS) for Large Language Models

2023-05-30 · Jyothir S V, Zuhaib Akhtar

Question answering (Q/A) can be formulated as a generative task (Mitra, 2017) where the task is to generate an answer given the question and the passage (knowledge, if available). Recent advances in QA task is focused a …

Knowledge DistillationLanguage ModelingLanguage ModellingQuestion Answering+1

Causal Masking on Spatial Data: An Information-Theoretic Case for Learning Spatial Datasets with Unimodal Language Models

2025-10-30 · Jared Junkin, Samuel Nathanson arxiv

Language models are traditionally designed around causal masking. In domains with spatial or relational structure, causal masking is often viewed as inappropriate, and sequential linearizations are instead used. Yet the …