Answer Selection

47 papers with code • 6 benchmarks • 10 datasets

Answer Selection is the task of identifying the correct answer to a question from a pool of candidate answers. This task can be formulated as a classification or a ranking problem.

Source: Learning Analogy-Preserving Sentence Embeddings for Answer Selection

Ada-LEval: Evaluating long-context LLMs with length-adaptable benchmarks

open-compass/ada-leval 9 Apr 2024

Recently, the large language model (LLM) community has shown increasing interest in enhancing LLMs' capability to handle extremely long documents.

35
09 Apr 2024

HGOT: Hierarchical Graph of Thoughts for Retrieval-Augmented In-Context Learning in Factuality Evaluation

fangyihao/hgot 14 Feb 2024

With the widespread adoption of large language models (LLMs) in numerous applications, the challenge of factuality and the propensity for hallucinations raises significant concerns.

3
14 Feb 2024

Solving Math Word Problem with Problem Type Classification

zhouzihao501/nlpcc2023-shared-task3-chinesemwp 26 Aug 2023

Firstly, We propose a problem type classifier that combines the strengths of the tree-based solver and the LLM solver.

2
26 Aug 2023

Abstracting Concept-Changing Rules for Solving Raven's Progressive Matrix Problems

fudanvi/generative-abstract-reasoning 15 Jul 2023

Finally, we conduct experiments to illustrate the interpretability of CRAB in concept learning, answer selection, and global rule abstraction.

4
15 Jul 2023

Realistic Conversational Question Answering with Answer Selection based on Calibrated Confidence and Uncertainty Measurement

starsuzi/as-convqa 10 Feb 2023

Conversational Question Answering (ConvQA) models aim at answering a question with its relevant paragraph and previous question-answer pairs that occurred during conversation multiple times.

4
10 Feb 2023

Leveraging Large Language Models for Multiple Choice Question Answering

byu-pccl/leveraging-llms-for-mcqa 22 Oct 2022

A more natural prompting approach is to present the question and answer options to the LLM jointly and have it output the symbol (e. g., "A") associated with its chosen answer option.

28
22 Oct 2022

Once is Enough: A Light-Weight Cross-Attention for Fast Sentence Pair Modeling

ysngki/mixencoder 11 Oct 2022

Transformer-based models have achieved great success on sentence pair modeling tasks, such as answer selection and natural language inference (NLI).

0
11 Oct 2022

Paragraph-based Transformer Pre-training for Multi-Sentence Inference

amazon-research/wqa-multi-sentence-inference NAACL 2022

Our evaluation on three AS2 and one fact verification datasets demonstrates the superiority of our pre-training technique over the traditional ones for transformers used as joint models for multi-candidate inference tasks, as well as when used as cross-encoders for sentence-pair formulations of these tasks.

12
02 May 2022

Solution of DeBERTaV3 on CommonsenseQA

stareru/csqa_debertav3 30 Apr 2022

We report the performance of DeBERTaV3 on CommonsenseQA in this report.

5
30 Apr 2022

CICERO: A Dataset for Contextualized Commonsense Inference in Dialogues

declare-lab/CICERO ACL 2022

This paper addresses the problem of dialogue reasoning with contextualized commonsense inference.

61
25 Mar 2022