paper-with-me

홈 › Papers

DaVinci at SemEval-2024 Task 9: Few-shot prompting GPT-3.5 for Unconventional Reasoning

2024-05-19 · Suyash Vardhan Mathur, Akshett Rai Jindal, Manish Shrivastava

While significant work has been done in the field of NLP on vertical thinking, which involves primarily logical thinking, little work has been done towards lateral thinking, which involves looking at problems from an unconventional perspective and defying existing conceptions and notions. Towards this direction, SemEval 2024 introduces the task of BRAINTEASER, which involves two types of questions -- Sentence Puzzles and Word Puzzles that defy conventional common-sense reasoning and constraints. In this paper, we tackle both types of questions using few-shot prompting on GPT-3.5 and gain insights regarding the difference in the nature of the two types. Our prompting strategy placed us 26th on the leaderboard for the Sentence Puzzle and 15th on the Word Puzzle task.

📄 PDF Abstract BibTeX arXiv:2405.11559

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningSentence

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 &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

iREL at SemEval-2024 Task 9: Improving Conventional Prompting Methods for Brain Teasers

2024-05-25 · Harshit Gupta, Manav Chaudhary, Tathagata Raha, Shivansh Subramanian 외

This paper describes our approach for SemEval-2024 Task 9: BRAINTEASER: A Novel Task Defying Common Sense. The BRAINTEASER task comprises multiple-choice Question Answering designed to evaluate the models' lateral thinki…

Common Sense ReasoningMultiple-choiceQuestion AnsweringSentence

Boosting Theory-of-Mind Performance in Large Language Models via Prompting

2023-04-22 · Shima Rahimi Moghaddam, Christopher J. Honey

Large language models (LLMs) excel in many tasks in 2023, but they still face challenges in complex reasoning. Theory-of-mind (ToM) tasks, which require understanding agents' beliefs, goals, and mental states, are essent…

Common Sense ReasoningIn-Context Learning

The Unreliability of Explanations in Few-shot Prompting for Textual Reasoning

2022-05-06 · Xi Ye, Greg Durrett

Does prompting a large language model (LLM) like GPT-3 with explanations improve in-context learning? We study this question on two NLP tasks that involve reasoning over text, namely question answering and natural langua…

In-Context LearningLanguage ModellingLarge Language ModelNatural Language Inference+1

Exploring the Curious Case of Code Prompts

2023-04-26 · Li Zhang, Liam Dugan, Hainiu Xu, Chris Callison-Burch

Recent work has shown that prompting language models with code-like representations of natural language leads to performance improvements on structured reasoning tasks. However, such tasks comprise only a small subset of…

EchoPrompt: Instructing the Model to Rephrase Queries for Improved In-context Learning

2023-09-16 · Rajasekhar Reddy Mekala, Yasaman Razeghi, Sameer Singh

Language models are achieving impressive performance on various tasks by aggressively adopting inference-time prompting techniques, such as zero-shot and few-shot prompting. In this work, we introduce EchoPrompt, a simpl…

Date UnderstandingGSM8KIn-Context LearningLearning to Execute+3