paper-with-me

Papers

Can Your Model Tell a Negation from an Implicature? Unravelling Challenges With Intent Encoders

2024-03-07 · Yuwei Zhang, Siffi Singh, Sailik Sengupta, Igor Shalyminov, Hang Su, Hwanjun Song, Saab Mansour

Conversational systems often rely on embedding models for intent classification and intent clustering tasks. The advent of Large Language Models (LLMs), which enable instructional embeddings allowing one to adjust semantics over the embedding space using prompts, are being viewed as a panacea for these downstream conversational tasks. However, traditional evaluation benchmarks rely solely on task metrics that don't particularly measure gaps related to semantic understanding. Thus, we propose an intent semantic toolkit that gives a more holistic view of intent embedding models by considering three tasks-- (1) intent classification, (2) intent clustering, and (3) a novel triplet task. The triplet task gauges the model's understanding of two semantic concepts paramount in real-world conversational systems-- negation and implicature. We observe that current embedding models fare poorly in semantic understanding of these concepts. To address this, we propose a pre-training approach to improve the embedding model by leveraging augmentation with data generated by an auto-regressive model and a contrastive loss term. Our approach improves the semantic understanding of the intent embedding model on the aforementioned linguistic dimensions while slightly effecting their performance on downstream task metrics.

📄 PDF Abstract BibTeX arXiv:2403.04314

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringintent-classificationIntent ClassificationNegationTriplet

Similar Papers 제목 키워드 기반

Coverage of Information Extraction from Sentences and Paragraphs

2019-11-01 · IJCNLP 2019 11 · Simon Razniewski, Nitisha Jain, Paramita Mirza, Gerhard Weikum

Scalar implicatures are language features that imply the negation of stronger statements, e.g., {``}She was married twice{''} typically implicates that she was not married thrice. In this paper we discuss the importance …

ImplicaturesNegation

Are Natural Language Inference Models IMPPRESsive? Learning IMPlicature and PRESupposition

2020-04-07 · ACL 2020 6 · Paloma Jeretic, Alex Warstadt, Suvrat Bhooshan, Adina Williams

Natural language inference (NLI) is an increasingly important task for natural language understanding, which requires one to infer whether a sentence entails another. However, the ability of NLI models to make pragmatic …

DiagnosticImplicaturesNatural Language InferenceNatural Language Understanding+2

Annotating Japanese Numeral Expressions for a Logical and Pragmatic Inference Dataset

2022-06-01 · ISA (LREC) 2022 6 · Kana Koyano, Hitomi Yanaka, Koji Mineshima, Daisuke Bekki

Numeral expressions in Japanese are characterized by the flexibility of quantifier positions and the variety of numeral suffixes. However, little work has been done to build annotated corpora focusing on these features a…

Information structure, syntax, and pragmatics and other factors in resolving scope ambiguity

2016-12-01 · WS 2016 12 · Valentina Apresjan

The paper is a corpus study of the factors involved in disambiguating potential scope ambiguity in sentences with negation and universal quantifier, such as {``}I don{'}t want talk to all these people{''}, which can alte…

AllImplicaturesNegation

Evaluating Communicative Belief Updates in Large Language Models via Implicature Recognition and Cancellation

2026-07-27 · Cesare Spinoso-Di Piano, Verna Dankers, Marius Mosbach, Jackie Chi Kit Cheung arxiv

Human language is driven by unspoken beliefs and belief updates, making these critical to model for successful communication between large language models (LLMs) and their users. In this paper, we evaluate the ability of…