paper-with-me

Papers

Efficient, Compositional, Order-sensitive n-gram Embeddings

2017-04-01 · EACL 2017 4 · Adam Poliak, Pushpendre Rastogi, M. Patrick Martin, Benjamin Van Durme

We propose ECO: a new way to generate embeddings for phrases that is Efficient, Compositional, and Order-sensitive. Our method creates decompositional embeddings for words offline and combines them to create new embeddings for phrases in real time. Unlike other approaches, ECO can create embeddings for phrases not seen during training. We evaluate ECO on supervised and unsupervised tasks and demonstrate that creating phrase embeddings that are sensitive to word order can help downstream tasks.

📄 PDF Abstract BibTeX

Code (1)

azpoliak/eco 공식 구현

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

ECO In recent research, metaheuristic strategies stand out as powerful tools for complex optimization, capturing widespread attention. This study proposes the Educational Competition…

Similar Papers 제목 키워드 기반

Syntax-Ignorant N-gram Embeddings for Sentiment Analysis of Arabic Dialects

2019-08-01 · WS 2019 8 · Hala Mulki, Hatem Haddad, Mourad Gridach, Ismail Babao{\u{g}}lu

Arabic sentiment analysis models have employed compositional embedding features to represent the Arabic dialectal content. These embeddings are usually composed via ordered, syntax-aware composition functions and learned…

Arabic Sentiment AnalysisSentiment Analysis

CDR-Bench: Evaluating Faithful Execution of Compositional, Order-Sensitive Data Refinement Recipes

2026-06-30 · Yuchen Huang, Xiang Li, Zhenqing Ling, Sijia Li 외 arxiv

Data refinement involves executing multi-step recipes over evolving text states, where both composition and execution order of processing operators determine the outcome. While existing benchmarks either isolate text edi…

Augmenting Compositional Models for Knowledge Base Completion Using Gradient Representations

2018-11-02 · Matthias Lalisse, Paul Smolensky

Neural models of Knowledge Base data have typically employed compositional representations of graph objects: entity and relation embeddings are systematically combined to evaluate the truth of a candidate Knowedge Base e…

Knowledge Base CompletionKnowledge GraphsLink PredictionTriplet

A Factorization Machine Framework for Testing Bigram Embeddings in Knowledgebase Completion

2016-04-20 · WS 2016 6 · Johannes Welbl, Guillaume Bouchard, Sebastian Riedel

Embedding-based Knowledge Base Completion models have so far mostly combined distributed representations of individual entities or relations to compute truth scores of missing links. Facts can however also be represented…

Knowledge Base Completion

Exploring phrase-compositionality in skip-gram models

2016-07-21 · Xiaochang Peng, Daniel Gildea

In this paper, we introduce a variation of the skip-gram model which jointly learns distributed word vector representations and their way of composing to form phrase embeddings. In particular, we propose a learning proce…

Dependency Parsing