paper-with-me

Papers

LAWDR: Language-Agnostic Weighted Document Representations from Pre-trained Models

2021-06-07 · Hongyu Gong, Vishrav Chaudhary, Yuqing Tang, Francisco Guzmán

Cross-lingual document representations enable language understanding in multilingual contexts and allow transfer learning from high-resource to low-resource languages at the document level. Recently large pre-trained language models such as BERT, XLM and XLM-RoBERTa have achieved great success when fine-tuned on sentence-level downstream tasks. It is tempting to apply these cross-lingual models to document representation learning. However, there are two challenges: (1) these models impose high costs on long document processing and thus many of them have strict length limit; (2) model fine-tuning requires extra data and computational resources, which is not practical in resource-limited settings. In this work, we address these challenges by proposing unsupervised Language-Agnostic Weighted Document Representations (LAWDR). We study the geometry of pre-trained sentence embeddings and leverage it to derive document representations without fine-tuning. Evaluated on cross-lingual document alignment, LAWDR demonstrates comparable performance to state-of-the-art models on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2106.03379

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSentenceSentence EmbeddingsTransfer Learning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
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.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

The 2019 BBN Cross-lingual Information Retrieval System

2020-05-01 · LREC 2020 5 · Le Zhang, Damianos Karakos, William Hartmann, Manaj Srivastava 외

In this paper, we describe a cross-lingual information retrieval (CLIR) system that, given a query in English, and a set of audio and text documents in a foreign language, can return a scored list of relevant documents, …

Cross-Lingual Information RetrievalInformation RetrievalMachine TranslationRetrieval+3

A Language-Agnostic Model for Semantic Source Code Labeling

2019-06-03 · Ben Gelman, Bryan Hoyle, Jessica Moore, Joshua Saxe 외

Code search and comprehension have become more difficult in recent years due to the rapid expansion of available source code. Current tools lack a way to label arbitrary code at scale while maintaining up-to-date represe…

Code Search

Recursive querying of neural networks via weighted structures

2026-01-06 · Martin Grohe, Christoph Standke, Juno Steegmans, Jan Van den Bussche arxiv

Expressive querying of machine learning models - viewed as a form of intentional data - enables their verification and interpretation using declarative languages, thereby making learned representations of data more acces…

RRRA: Resampling and Reranking through a Retriever Adapter

2025-08-07 · Bongsu Kim arxiv

In dense retrieval, effective training hinges on selecting high quality hard negatives while avoiding false negatives. Recent methods apply heuristics based on positive document scores to identify hard negatives, improvi…

Paper2vec: Citation-Context Based Document Distributed Representation for Scholar Recommendation

2017-03-20 · Han Tian, Hankz Hankui Zhuo

Due to the availability of references of research papers and the rich information contained in papers, various citation analysis approaches have been proposed to identify similar documents for scholar recommendation. Des…