paper-with-me

홈 › Papers

Nearest Neighbor Search over Vectorized Lexico-Syntactic Patterns for Relation Extraction from Financial Documents

2023-10-26 · Pawan Kumar Rajpoot, Ankur Parikh

Relation extraction (RE) has achieved remarkable progress with the help of pre-trained language models. However, existing RE models are usually incapable of handling two situations: implicit expressions and long-tail relation classes, caused by language complexity and data sparsity. Further, these approaches and models are largely inaccessible to users who don't have direct access to large language models (LLMs) and/or infrastructure for supervised training or fine-tuning. Rule-based systems also struggle with implicit expressions. Apart from this, Real world financial documents such as various 10-X reports (including 10-K, 10-Q, etc.) of publicly traded companies pose another challenge to rule-based systems in terms of longer and complex sentences. In this paper, we introduce a simple approach that consults training relations at test time through a nearest-neighbor search over dense vectors of lexico-syntactic patterns and provides a simple yet effective means to tackle the above issues. We evaluate our approach on REFinD and show that our method achieves state-of-the-art performance. We further show that it can provide a good start for human in the loop setup when a small number of annotations are available and it is also beneficial when domain experts can provide high quality patterns.

📄 PDF Abstract BibTeX arXiv:2310.17714

Code (1)

pawan2411/pan-dl_refind 공식 구현 pytorch

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

Hubless Nearest Neighbor Search for Bilingual Lexicon Induction

2019-07-01 · ACL 2019 7 · Jiaji Huang, Qiang Qiu, Kenneth Church

Bilingual Lexicon Induction (BLI) is the task of translating words from corpora in two languages. Recent advances in BLI work by aligning the two word embedding spaces. Following that, a key step is to retrieve the neare…

Bilingual Lexicon InductionRetrieval

Bilingual Lexicon Induction through Unsupervised Machine Translation

2019-07-24 · ACL 2019 7 · Mikel Artetxe, Gorka Labaka, Eneko Agirre

A recent research line has obtained strong results on bilingual lexicon induction by aligning independently trained word embeddings in two languages and using the resulting cross-lingual embeddings to induce word transla…

Bilingual Lexicon InductionLanguage ModelingLanguage ModellingMachine Translation+6

Discovering Bilingual Lexicons in Polyglot Word Embeddings

2020-08-31 · Ashiqur R. KhudaBukhsh, Shriphani Palakodety, Tom M. Mitchell

Bilingual lexicons and phrase tables are critical resources for modern Machine Translation systems. Although recent results show that without any seed lexicon or parallel data, highly accurate bilingual lexicons can be l…

Machine TranslationTranslationWord Embeddings

Panorama: Fast-Track Nearest Neighbors

2025-10-01 · Vansh Ramani, Alexis Schlomer, Akash Nayar, Sayan Ranu 외 arxiv

Approximate Nearest-Neighbor Search (ANNS) pipelines for high-dimensional neural embeddings spend the bulk of their query time in candidate verification, making it the primary bottleneck in the search process. In this pa…

LexiPers: An ontology based sentiment lexicon for Persian

2019-11-13 · Behnam Sabeti, Pedram Hosseini, Gholamreza Ghassem-Sani, Seyed Abolghasem Mirroshandel

Sentiment analysis refers to the use of natural language processing to identify and extract subjective information from textual resources. One approach for sentiment extraction is using a sentiment lexicon. A sentiment l…

Document ClassificationGeneral ClassificationSentiment Analysis