paper-with-me

Papers

Table Search Using a Deep Contextualized Language Model

2020-05-19 · Zhiyu Chen, Mohamed Trabelsi, Jeff Heflin, Yinan Xu, Brian D. Davison

Pretrained contextualized language models such as BERT have achieved impressive results on various natural language processing benchmarks. Benefiting from multiple pretraining tasks and large scale training corpora, pretrained models can capture complex syntactic word relations. In this paper, we use the deep contextualized language model BERT for the task of ad hoc table retrieval. We investigate how to encode table content considering the table structure and input length limit of BERT. We also propose an approach that incorporates features from prior literature on table retrieval and jointly trains them with BERT. In experiments on public datasets, we show that our best approach can outperform the previous state-of-the-art method and BERT baselines with a large margin under different evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2005.09207

Code (1)

Zhiyu-Chen/SIGIR2020-BERT-Table-Search pytorch

Tasks

Language ModelingLanguage ModellingRetrievalTable RetrievalTable Search

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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$…
Adam 설명 없음
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…
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 &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Negation, Coordination, and Quantifiers in Contextualized Language Models

2022-09-16 · COLING 2022 10 · Aikaterini-Lida Kalouli, Rita Sevastjanova, Christin Beck, Maribel Romero

With the success of contextualized language models, much research explores what these models really learn and in which cases they still fail. Most of this work focuses on specific NLP tasks and on the learning outcome. L…

Negation

BERT, mBERT, or BiBERT? A Study on Contextualized Embeddings for Neural Machine Translation

2021-09-09 · EMNLP 2021 11 · Haoran Xu, Benjamin Van Durme, Kenton Murray

The success of bidirectional encoders using masked language models, such as BERT, on numerous natural language processing tasks has prompted researchers to attempt to incorporate these pre-trained models into neural mach…

de-enLanguage ModelingLanguage ModellingMachine Translation+2

Self-prompting and cross-model consensus enable reproducible data extraction from scientific literature with large language models

2026-08-19 · Valentin Romanov, Monique Bax, Steven Niederer arxiv

Accurately extracting nuanced, contextualized data from research articles is laborious and time intensive. Here, we investigate the performance of frontier, browser-based large language models (LLMs) to extract highly co…

What Does This Word Mean? Explaining Contextualized Embeddings with Natural Language Definition

2019-11-01 · IJCNLP 2019 11 · Ting-Yun Chang, Yun-Nung Chen

Contextualized word embeddings have boosted many NLP tasks compared with traditional static word embeddings. However, the word with a specific sense may have different contextualized embeddings due to its various context…

Word Embeddings

ConQueR: Contextualized Query Reduction using Search Logs

2023-05-22 · Hye-Young Kim, Minjin Choi, Sunkyung Lee, Eunseong Choi 외

Query reformulation is a key mechanism to alleviate the linguistic chasm of query in ad-hoc retrieval. Among various solutions, query reduction effectively removes extraneous terms and specifies concise user intent from …

Language ModelingLanguage ModellingRetrievalTerm Extraction