中文
相关论文

相关论文: Character-Level Question Answering with Attention

200 篇论文

State-of-the-art approaches to spelling error correction problem include Transformer-based Seq2Seq models, which require large training sets and suffer from slow inference time; and sequence labeling models based on Transformer encoders…

计算与语言 · 计算机科学 2021-09-30 Mengyi Gao , Canran Xu , Peng Shi

Current dense retrievers are not robust to out-of-domain and outlier queries, i.e. their effectiveness on these queries is much poorer than what one would expect. In this paper, we consider a specific instance of such queries: queries that…

信息检索 · 计算机科学 2022-04-27 Shengyao Zhuang , Guido Zuccon

We propose a fully convolutional sequence-to-sequence encoder architecture with a simple and efficient decoder. Our model improves WER on LibriSpeech while being an order of magnitude more efficient than a strong RNN baseline. Key to our…

计算与语言 · 计算机科学 2019-04-05 Awni Hannun , Ann Lee , Qiantong Xu , Ronan Collobert

This paper presents a simple end-to-end model for speech recognition, combining a convolutional network based acoustic model and a graph decoding. It is trained to output letters, with transcribed speech, without the need for force…

机器学习 · 计算机科学 2016-09-14 Ronan Collobert , Christian Puhrsch , Gabriel Synnaeve

Subword-level models have been the dominant paradigm in NLP. However, character-level models have the benefit of seeing each character individually, providing the model with more detailed information that ultimately could lead to better…

计算与语言 · 计算机科学 2022-12-05 Lukas Edman , Antonio Toral , Gertjan van Noord

The dominance of large decoder-only language models has overshadowed encoder-decoder architectures, despite their fundamental efficiency advantages in sequence processing. For small language models (SLMs) - those with 1 billion parameters…

计算与语言 · 计算机科学 2025-01-31 Mohamed Elfeki , Rui Liu , Chad Voegele

We propose a pre-training objective based on question answering (QA) for learning general-purpose contextual representations, motivated by the intuition that the representation of a phrase in a passage should encode all questions that the…

计算与语言 · 计算机科学 2022-03-17 Robin Jia , Mike Lewis , Luke Zettlemoyer

Generating textual descriptions for images has been an attractive problem for the computer vision and natural language processing researchers in recent years. Dozens of models based on deep learning have been proposed to solve this problem.…

计算机视觉与模式识别 · 计算机科学 2019-07-01 Ahmad Asadi , Reza Safabakhsh

Open-domain question answering can be reformulated as a phrase retrieval problem, without the need for processing documents on-demand during inference (Seo et al., 2019). However, current phrase retrieval models heavily depend on sparse…

计算与语言 · 计算机科学 2021-06-03 Jinhyuk Lee , Mujeen Sung , Jaewoo Kang , Danqi Chen

Modern language models are internally -- and mathematically -- distributions over $\it{token}$ strings rather than $\it{character}$ strings, posing numerous challenges for programmers building user applications on top of them. For example,…

Neural language models (LMs) are typically trained using only lexical features, such as surface forms of words. In this paper, we argue this deprives the LM of crucial syntactic signals that can be detected at high confidence using existing…

计算与语言 · 计算机科学 2018-03-13 Duncan Blythe , Alan Akbik , Roland Vollgraf

Encoder transformer models compress information from all tokens in a sequence into a single [CLS] token to represent global context. This approach risks diluting fine-grained or hierarchical features, leading to information loss in…

计算与语言 · 计算机科学 2025-09-23 Asif Shahriar , Rifat Shahriyar , M Saifur Rahman

Generating semantically coherent responses is still a major challenge in dialogue generation. Different from conventional text generation tasks, the mapping between inputs and responses in conversations is more complicated, which highly…

计算与语言 · 计算机科学 2018-08-28 Liangchen Luo , Jingjing Xu , Junyang Lin , Qi Zeng , Xu Sun

Current state-of-the-art reading comprehension models rely heavily on recurrent neural networks. We explored an entirely different approach to question answering: a convolutional model. By their nature, these convolutional models are fast…

计算与语言 · 计算机科学 2018-10-23 Tobin Bell , Benjamin Penchas

In-context learning, which offers substantial advantages over fine-tuning, is predominantly observed in decoder-only models, while encoder-decoder (i.e., seq2seq) models excel in methods that rely on weight updates. Recently, a few studies…

计算与语言 · 计算机科学 2024-08-28 Jihyeon Lee , Dain Kim , Doohae Jung , Boseop Kim , Kyoung-Woon On

Recently, attention-based encoder-decoder (AED) models have shown high performance for end-to-end automatic speech recognition (ASR) across several tasks. Addressing overconfidence in such models, in this paper we introduce the concept of…

音频与语音处理 · 电气工程与系统科学 2021-12-16 Timo Lohrenz , Patrick Schwarz , Zhengyang Li , Tim Fingscheidt

The last several years have seen intensive interest in exploring neural-network-based models for machine comprehension (MC) and question answering (QA). In this paper, we approach the problems by closely modelling questions in a neural…

计算与语言 · 计算机科学 2017-03-28 Junbei Zhang , Xiaodan Zhu , Qian Chen , Lirong Dai , Si Wei , Hui Jiang

Answering complex questions is a time-consuming activity for humans that requires reasoning and integration of information. Recent work on reading comprehension made headway in answering simple questions, but tackling complex questions is…

计算与语言 · 计算机科学 2018-03-20 Alon Talmor , Jonathan Berant

This paper proposes a new demand estimation method using attention-based language models. An encoder-only language model is trained in a two-stage process to analyze the natural language descriptions of used cars from a large US-based…

计量经济学 · 经济学 2025-07-24 Joshua Foster , Fredrik Odegaard

Most pretrained language models rely on subword tokenization, which processes text as a sequence of subword tokens. However, different granularities of text, such as characters, subwords, and words, can contain different kinds of…

计算与语言 · 计算机科学 2024-04-09 Yilin Wang , Xinyi Hu , Matthew R. Gormley