paper-with-me

Papers

QBERT: Generalist Model for Processing Questions

2022-12-05 · Zhaozhen Xu, Nello Cristianini

Using a single model across various tasks is beneficial for training and applying deep neural sequence models. We address the problem of developing generalist representations of text that can be used to perform a range of different tasks rather than being specialised to a single application. We focus on processing short questions and developing an embedding for these questions that is useful on a diverse set of problems, such as question topic classification, equivalent question recognition, and question answering. This paper introduces QBERT, a generalist model for processing questions. With QBERT, we demonstrate how we can train a multi-task network that performs all question-related tasks and has achieved similar performance compared to its corresponding single-task models.

📄 PDF Abstract BibTeX arXiv:2212.01967

Code (0)

등록된 구현이 없습니다.

Tasks

modelQuestion AnsweringTopic Classification

Similar Papers 제목 키워드 기반

What makes us curious? analysis of a corpus of open-domain questions

2021-10-28 · Zhaozhen Xu, Amelia Howarth, Nicole Briggs, Nello Cristianini

Every day people ask short questions through smart devices or online forums to seek answers to all kinds of queries. With the increasing number of questions collected it becomes difficult to provide answers to each of th…

Question Answering

Quasi Bidirectional Encoder Representations from Transformers for Word Sense Disambiguation

2019-09-01 · RANLP 2019 9 · Michele Bevilacqua, Roberto Navigli

While contextualized embeddings have produced performance breakthroughs in many Natural Language Processing (NLP) tasks, Word Sense Disambiguation (WSD) has not benefited from them yet. In this paper, we introduce QBERT,…

Word Sense Disambiguation

IntSeqBERT: Learning Arithmetic Structure in OEIS via Modulo-Spectrum Embeddings

2026-03-05 · Kazuhisa Nakasho arxiv

Integer sequences in the OEIS span values from single-digit constants to astronomical factorials and exponentials, making prediction challenging for standard tokenised models that cannot handle out-of-vocabulary values o…

LLMs as Function Approximators: Terminology, Taxonomy, and Questions for Evaluation

2024-07-18 · David Schlangen

Natural Language Processing has moved rather quickly from modelling specific tasks to taking more general pre-trained models and fine-tuning them for specific tasks, to a point where we now have what appear to be inheren…

Generalist embedding models are better at short-context clinical semantic search than specialized embedding models

2024-01-03 · Jean-Baptiste Excoffier, Tom Roehr, Alexei Figueroa, Jens-Michalis Papaioannou 외

The increasing use of tools and solutions based on Large Language Models (LLMs) for various tasks in the medical domain has become a prominent trend. Their use in this highly critical and sensitive domain has thus raised…