paper-with-me

홈 › Papers

Neural Tree Indexers for Text Understanding

2016-07-15 · EACL 2017 4 · Tsendsuren Munkhdalai, Hong Yu

Recurrent neural networks (RNNs) process input text sequentially and model the conditional transition between word tokens. In contrast, the advantages of recursive networks include that they explicitly model the compositionality and the recursive structure of natural language. However, the current recursive architecture is limited by its dependence on syntactic tree. In this paper, we introduce a robust syntactic parsing-independent tree structured model, Neural Tree Indexers (NTI) that provides a middle ground between the sequential RNNs and the syntactic treebased recursive models. NTI constructs a full n-ary tree by processing the input text with its node function in a bottom-up fashion. Attention mechanism can then be applied to both structure and node function. We implemented and evaluated a binarytree model of NTI, showing the model achieved the state-of-the-art performance on three different NLP tasks: natural language inference, answer sentence selection, and sentence classification, outperforming state-of-the-art recurrent and recursive neural networks.

📄 PDF Abstract BibTeX arXiv:1607.04492

Code (1)

https://bitbucket.org/tsendeemts/nti 공식 구현

Tasks

Natural Language InferenceSentenceSentence Classification

Similar Papers 제목 키워드 기반

Multi-Agent Dynamic Pricing in a Blockchain Protocol Using Gaussian Bandits

2022-12-13 · Alexis Asseman, Tomasz Kornuta, Anirudh Patel, Matt Deible 외

The Graph Protocol indexes historical blockchain transaction data and makes it available for querying. As the protocol is decentralized, there are many independent Indexers that index and compete with each other for serv…

IndexCache: Accelerating Sparse Attention via Cross-Layer Index Reuse

2026-03-12 · Yushi Bai, Qian Dong, Ting Jiang, Xin Lv 외 arxiv

Long-context agentic workflows have emerged as a defining use case for large language models, making attention efficiency critical for both inference speed and serving cost. Sparse attention addresses this challenge effe…

Context Trees: Augmenting Geospatial Trajectories with Context

2016-06-14 · Alasdair Thomason, Nathan Griffiths, Victor Sanchez

Exposing latent knowledge in geospatial trajectories has the potential to provide a better understanding of the movements of individuals and groups. Motivated by such a desire, this work presents the context tree, a new …

PersonaTree: Structured Lifecycle Memory for Person Understanding in LLM Agents

2026-06-03 · Yubo Hou, Jingwei Song, Hongbo Zhang, Zhisheng Chen 외 arxiv

Persistent LLM agents require memory representations that make the formation of person understanding explicit across long term interaction. Existing agent memory methods emphasize information retention and retrieval, yet…

Language Models As Semantic Indexers

2023-10-11 · Bowen Jin, Hansi Zeng, Guoyin Wang, Xiusi Chen 외

Semantic identifier (ID) is an important concept in information retrieval that aims to preserve the semantics of objects such as documents and items inside their IDs. Previous studies typically adopt a two-stage pipeline…

Contrastive LearningInformation RetrievalLanguage ModellingRetrieval