paper-with-me

Papers

BURT: BERT-inspired Universal Representation from Learning Meaningful Segment

2020-12-28 · Yian Li, Hai Zhao

Although pre-trained contextualized language models such as BERT achieve significant performance on various downstream tasks, current language representation still only focuses on linguistic objective at a specific granularity, which may not applicable when multiple levels of linguistic units are involved at the same time. Thus this work introduces and explores the universal representation learning, i.e., embeddings of different levels of linguistic unit in a uniform vector space. We present a universal representation model, BURT (BERT-inspired Universal Representation from learning meaningful segmenT), to encode different levels of linguistic unit into the same vector space. Specifically, we extract and mask meaningful segments based on point-wise mutual information (PMI) to incorporate different granular objectives into the pre-training stage. We conduct experiments on datasets for English and Chinese including the GLUE and CLUE benchmarks, where our model surpasses its baselines and alternatives on a wide range of downstream tasks. We present our approach of constructing analogy datasets in terms of words, phrases and sentences and experiment with multiple representation models to examine geometric properties of the learned vector space through a task-independent evaluation. Finally, we verify the effectiveness of our unified pre-training strategy in two real-world text matching scenarios. As a result, our model significantly outperforms existing information retrieval (IR) methods and yields universal representations that can be directly applied to retrieval-based question-answering and natural language generation tasks.

📄 PDF Abstract BibTeX arXiv:2012.14320

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion AnsweringRepresentation LearningRetrievalText GenerationText Matching

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Multi-Head Attention 설명 없음
WordPiece 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

BURT: BERT-inspired Universal Representation from Twin Structure

2020-04-29 · Yian Li, Hai Zhao

Pre-trained contextualized language models such as BERT have shown great effectiveness in a wide range of downstream Natural Language Processing (NLP) tasks. However, the effective representations offered by the models t…

Natural Language InferenceSentenceSTStext similarity+1

BurTorch: Revisiting Training from First Principles by Coupling Autodiff, Math Optimization, and Systems

2025-03-18 · Konstantin Burlachenko, Peter Richtárik

In this work, we introduce BurTorch, a compact high-performance framework designed to optimize Deep Learning (DL) training on single-node workstations through an exceptionally efficient CPU-based backpropagation (Rumelha…

CPUMath

A Deep Neural Network's Loss Surface Contains Every Low-dimensional Pattern

2019-12-16 · Wojciech Marian Czarnecki, Simon Osindero, Razvan Pascanu, Max Jaderberg

The work "Loss Landscape Sightseeing with Multi-Point Optimization" (Skorokhodov and Burtsev, 2019) demonstrated that one can empirically find arbitrary 2D binary patterns inside loss surfaces of popular neural networks.…

Evaluating the Construct Validity of Text Embeddings with Application to Survey Questions

2022-02-18 · Qixiang Fang, Dong Nguyen, Daniel L Oberski

Text embedding models from Natural Language Processing can map text data (e.g. words, sentences, documents) to supposedly meaningful numerical representations (a.k.a. text embeddings). While such models are increasingly …

SentenceSurveyvalid

Overview of the Triple Scoring Task at the WSDM Cup 2017

2017-12-21 · Bast Hannah, Buchhold Björn, Haussmann Elmar

This paper provides an overview of the triple scoring task at the WSDM Cup 2017, including a description of the task and the dataset, an overview of the participating teams and their results, and a brief account of the m…

valid