paper-with-me

Papers

Detecting Fine-Grained Cross-Lingual Semantic Divergences without Supervision by Learning to Rank

2020-10-07 · EMNLP 2020 11 · Eleftheria Briakou, Marine Carpuat

Detecting fine-grained differences in content conveyed in different languages matters for cross-lingual NLP and multilingual corpora analysis, but it is a challenging machine learning problem since annotation is expensive and hard to scale. This work improves the prediction and annotation of fine-grained semantic divergences. We introduce a training strategy for multilingual BERT models by learning to rank synthetic divergent examples of varying granularity. We evaluate our models on the Rationalized English-French Semantic Divergences, a new dataset released with this work, consisting of English-French sentence-pairs annotated with semantic divergence classes and token-level rationales. Learning to rank helps detect fine-grained sentence-level divergences more accurately than a strong sentence-level similarity model, while token-level predictions have the potential of further distinguishing between coarse and fine-grained divergences.

📄 PDF Abstract BibTeX arXiv:2010.03662

Code (1)

Elbria/xling-SemDiv 공식 구현 pytorch

Tasks

Learning-To-RankSentence

Methods 이 논문이 사용한 방법론

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…
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…
WordPiece 설명 없음
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…
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.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Measuring Fine-Grained Semantic Equivalence with Abstract Meaning Representation

2022-10-06 · Shira Wein, Zhuxin Wang, Nathan Schneider

Identifying semantically equivalent sentences is important for many cross-lingual and mono-lingual NLP tasks. Current approaches to semantic equivalence take a loose, sentence-level approach to "equivalence," despite pre…

Abstract Meaning RepresentationMachine TranslationSemantic SimilaritySemantic Textual Similarity+2

Examining Multilingual Embedding Models Cross-Lingually Through LLM-Generated Adversarial Examples

2025-02-12 · Andrianos Michail, Simon Clematide, Rico Sennrich

The evaluation of cross-lingual semantic search capabilities of models is often limited to existing datasets from tasks such as information retrieval and semantic textual similarity. To allow for domain-specific evaluati…

Distractor GenerationInformation RetrievalLanguage ModelingLanguage Modelling+4

Towards Universal Semantic Tagging

2017-09-29 · WS 2017 1 · Lasha Abzianidze, Johan Bos

The paper proposes the task of universal semantic tagging---tagging word tokens with language-neutral, semantically informative tags. We argue that the task, with its independent nature, contributes to better semantic an…

Semantic Parsing

GloCTM: Cross-Lingual Topic Modeling via a Global Context Space

2026-01-17 · Nguyen Tien Phat, Ngo Vu Minh, Linh Van Ngo, Nguyen Thi Ngoc Diep 외 arxiv

Cross-lingual topic modeling seeks to uncover coherent and semantically aligned topics across languages - a task central to multilingual understanding. Yet most existing models learn topics in disjoint, language-specific…

FrameNet and Typology

2021-06-01 · NAACL (SIGTYP) 2021 6 · Michael Ellsworth, Collin Baker, Miriam R. L. Petruck

FrameNet and the Multilingual FrameNet project have produced multilingual semantic annotations of parallel texts that yield extremely fine-grained typological insights. Moreover, frame semantic annotation of a wide cross…

Diversity