paper-with-me

Papers

Continuous Prompt Tuning Based Textual Entailment Model for E-commerce Entity Typing

2022-11-04 · Yibo Wang, Congying Xia, Guan Wang, Philip Yu

The explosion of e-commerce has caused the need for processing and analysis of product titles, like entity typing in product titles. However, the rapid activity in e-commerce has led to the rapid emergence of new entities, which is difficult to be solved by general entity typing. Besides, product titles in e-commerce have very different language styles from text data in general domain. In order to handle new entities in product titles and address the special language styles problem of product titles in e-commerce domain, we propose our textual entailment model with continuous prompt tuning based hypotheses and fusion embeddings for e-commerce entity typing. First, we reformulate the entity typing task into a textual entailment problem to handle new entities that are not present during training. Second, we design a model to automatically generate textual entailment hypotheses using a continuous prompt tuning method, which can generate better textual entailment hypotheses without manual design. Third, we utilize the fusion embeddings of BERT embedding and CharacterBERT embedding with a two-layer MLP classifier to solve the problem that the language styles of product titles in e-commerce are different from that of general domain. To analyze the effect of each contribution, we compare the performance of entity typing and textual entailment model, and conduct ablation studies on continuous prompt tuning and fusion embeddings. We also evaluate the impact of different prompt template initialization for the continuous prompt tuning. We show our proposed model improves the average F1 score by around 2% compared to the baseline BERT entity typing model.

📄 PDF Abstract BibTeX arXiv:2211.02483

Code (1)

yibowang214/ctm 공식 구현 pytorch

Tasks

Entity TypingNatural Language Inference

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Entailment as Robust Self-Learner

2023-05-26 · Jiaxin Ge, Hongyin Luo, Yoon Kim, James Glass

Entailment has been recognized as an important metric for evaluating natural language understanding (NLU) models, and recent studies have found that entailment pretraining benefits weakly supervised fine-tuning. In this …

Multi-class ClassificationNatural Language UnderstandingPseudo Label

Prompt Tuning on Graph-augmented Low-resource Text Classification

2023-07-15 · Zhihao Wen, Yuan Fang

Text classification is a fundamental problem in information retrieval with many real-world applications, such as predicting the topics of online articles and the categories of e-commerce product descriptions. However, lo…

ArticlesClassificationInformation RetrievalRetrieval+2

Textual Entailment for Effective Triple Validation in Object Prediction

2024-01-29 · Andrés García-Silva, Cristian Berrío, José Manuel Gómez-Pérez

Knowledge base population seeks to expand knowledge graphs with facts that are typically extracted from a text corpus. Recently, language models pretrained on large corpora have been shown to contain factual knowledge th…

Knowledge Base PopulationKnowledge GraphsLanguage ModelingLanguage Modelling+4

Dual Context-Guided Continuous Prompt Tuning for Few-Shot Learning

2022-05-01 · Findings (ACL) 2022 5 · Le Tian, Houjin Yu, Zhou Xiao, Hui Su 외

Prompt-based paradigm has shown its competitive performance in many NLP tasks. However, its success heavily depends on prompt design, and the effectiveness varies upon the model and training data. In this paper, we propo…

Few-Shot Learning

Dataset Creation for Visual Entailment using Generative AI

2025-08-15 · Rob Reijtenbach, Suzan Verberne, Gijs Wijnholds arxiv

In this paper we present and validate a new synthetic dataset for training visual entailment models. Existing datasets for visual entailment are small and sparse compared to datasets for textual entailment. Manually crea…

Visual Entailment