paper-with-me

Papers

It's Not Easy Being Wrong: Large Language Models Struggle with Process of Elimination Reasoning

2023-11-13 · Nishant Balepur, Shramay Palta, Rachel Rudinger

Chain-of-thought (COT) prompting can help large language models (LLMs) reason toward correct answers, but its efficacy in reasoning toward incorrect answers is unexplored. This process of elimination (PoE), when used with COT, can enhance self-consistency, interpretability, and tasks such as medical diagnoses of exclusion. Thus, we propose PoE with COT, where LLMs must reason toward incorrect options on multiple-choice questions. We evaluate the ability of GPT-3.5, LLaMA-2, and Falcon to perform PoE with COT on a total of four commonsense and scientific reasoning datasets. We find that the strategy of PoE always underperforms the strategy of choosing the correct answer. The agreement of these strategies is also lower than the self-consistency of each strategy. To study these issues further, we conduct error analyses and give suggestions for future work.

📄 PDF Abstract BibTeX arXiv:2311.07532

Code (1)

nbalepur/poe 공식 구현 pytorch

Tasks

Multiple-choice

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

PhD Knowledge Not Required: A Reasoning Challenge for Large Language Models

2025-02-03 · Zixuan Wu, Francesca Lucchetti, Aleksander Boruch-Gruszecki, Jingmiao Zhao 외

Existing benchmarks for frontier models often test specialized, "PhD-level" knowledge that is difficult for non-experts to grasp. In contrast, we present a benchmark with 594 problems based on the NPR Sunday Puzzle Chall…

General Knowledge

A Real-Time Wrong-Way Vehicle Detection Based on YOLO and Centroid Tracking

2022-10-19 · Zillur Rahman, Amit Mazumder Ami, Muhammad Ahsan Ullah

Wrong-way driving is one of the main causes of road accidents and traffic jam all over the world. By detecting wrong-way vehicles, the number of accidents can be minimized and traffic jam can be reduced. With the increas…

Managementobject-detectionObject Detectionvehicle detection+1

Conversational Question Answering with Reformulations over Knowledge Graph

2023-12-27 · Lihui Liu, Blaine Hill, Boxin Du, Fei Wang 외

Conversational question answering (convQA) over knowledge graphs (KGs) involves answering multi-turn natural language questions about information contained in a KG. State-of-the-art methods of ConvQA often struggle with …

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringReinforcement Learning (RL)

A Comparative Study of DSL Code Generation: Fine-Tuning vs. Optimized Retrieval Augmentation

2024-07-03 · Nastaran Bassamzadeh, Chhaya Methani

Natural Language to Code Generation has made significant progress in recent years with the advent of Large Language Models(LLMs). While generation for general-purpose languages like C, C++, and Python has improved signif…

Code GenerationHallucinationRAGRetrieval+1

Empirical study of pretrained multilingual language models for zero-shot cross-lingual knowledge transfer in generation

2023-10-15 · Nadezhda Chirkova, Sheng Liang, Vassilina Nikoulina

Zero-shot cross-lingual knowledge transfer enables the multilingual pretrained language model (mPLM), finetuned on a task in one language, make predictions for this task in other languages. While being broadly studied fo…

Language ModelingLanguage ModellingNatural Language UnderstandingPretrained Multilingual Language Models+1