paper-with-me

Papers

Verb Knowledge Injection for Multilingual Event Processing

2020-12-31 · ACL 2021 5 · Olga Majewska, Ivan Vulić, Goran Glavaš, Edoardo M. Ponti, Anna Korhonen

In parallel to their overwhelming success across NLP tasks, language ability of deep Transformer networks, pretrained via language modeling (LM) objectives has undergone extensive scrutiny. While probing revealed that these models encode a range of syntactic and semantic properties of a language, they are still prone to fall back on superficial cues and simple heuristics to solve downstream tasks, rather than leverage deeper linguistic knowledge. In this paper, we target one such area of their deficiency, verbal reasoning. We investigate whether injecting explicit information on verbs' semantic-syntactic behaviour improves the performance of LM-pretrained Transformers in event extraction tasks -- downstream tasks for which accurate verb processing is paramount. Concretely, we impart the verb knowledge from curated lexical resources into dedicated adapter modules (dubbed verb adapters), allowing it to complement, in downstream tasks, the language knowledge obtained during LM-pretraining. We first demonstrate that injecting verb knowledge leads to performance gains in English event extraction. We then explore the utility of verb adapters for event extraction in other languages: we investigate (1) zero-shot language transfer with multilingual Transformers as well as (2) transfer via (noisy automatic) translation of English verb-based lexical constraints. Our results show that the benefits of verb knowledge injection indeed extend to other languages, even when verb adapters are trained on noisily translated constraints.

📄 PDF Abstract BibTeX arXiv:2012.15421

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Multi-Head Attention 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

A New Twitter Verb Lexicon for Natural Language Processing

2012-05-01 · LREC 2012 5 · Jennifer Williams, Graham Katz

We describe in-progress work on the creation of a new lexical resource that contains a list of 486 verbs annotated with quantified temporal durations for the events that they describe. This resource is being compiled fro…

Game of Chess

The Estimation of Subjective Probabilities via Categorical Judgments of Uncertainty

2013-03-27 · Alf C. Zimmer

Theoretically as well as experimentally it is investigated how people represent their knowledge in order to make decisions or to share their knowledge with others. Experiment 1 probes into the ways how people 6ather info…

Enhancing Cross-lingual Natural Language Inference by Soft Prompting with Multilingual Verbalizer

2023-05-22 · Shuang Li, Xuming Hu, Aiwei Liu, Yawen Yang 외

Cross-lingual natural language inference is a fundamental problem in cross-lingual language understanding. Many recent works have used prompt learning to address the lack of annotated parallel corpora in XNLI. However, t…

Cross-Lingual Natural Language InferenceCross-Lingual TransferNatural Language InferencePrompt Learning

TailNLG: A Multilingual Benchmark Addressing Verbalization of Long-Tail Entities

2026-03-29 · Lia Draetta, Michael Oliverio, Virginia Ramón-Ferrer, Pier Felice Balestrucci 외 arxiv

The automatic verbalization of structured knowledge is a key task for making knowledge graphs accessible to non-expert users and supporting retrieval-augmented generation systems. Although recent advances in Data-to-Text…

Data-to-Text GenerationKnowledge Graphs

Enhancing Multilingual Language Model with Massive Multilingual Knowledge Triples

2021-11-22 · Linlin Liu, Xin Li, Ruidan He, Lidong Bing 외

Knowledge-enhanced language representation learning has shown promising results across various knowledge-intensive NLP tasks. However, prior methods are limited in efficient utilization of multilingual knowledge graph (K…

Knowledge GraphsLanguage ModelingLanguage ModellingLogical Reasoning+9