Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

6341,2681,9012,535 · Jun 202019922001200920182026
48 results for entity and relation extraction

CURE extracts relations without supervision by clustering similar entity pairs.

problem Extracting relations unsupervised without considering sentence correlations.
method CURE uses Encoder-Decoder architecture for self-supervised learning and clustering similar relations.
result CURE outperforms state-of-the-art models on NYT and UNPC datasets.

Proposes OpenKI for better web-scale knowledge extraction and alignment.

problem Combining OpenIE and KB for web-scale knowledge extraction and alignment.
method Instance-level inference using neighborhood information from KB and OpenIE extractions, with attention mechanisms.
result Significantly improves performance on OpenIE extractions and semi-structured data.

LinkNBed learns entity and relationship representations across multiple graphs.

problem Jointly learn over multiple graphs and construct a unified graph.
method LinkNBed is a deep relational learning framework that learns entity and relationship representations across multiple graphs. It identifies entity linkage as a vital component and designs a novel objective to leverage it.
result Substantial improvements in link prediction and entity linkage over state-of-the-art relational learning approaches.

Method quantifies relation similarity using entity pair distributions.

problem Measuring similarity between relations in knowledge bases.
method Simple neural network parameterizes conditional probability distributions over entity pairs. Sampling-based approximation for similarity computation.
result Approximation correlates with human judgments and detects redundant relations.

Paper proposes a novel model to improve n-ary cross-sentence relation extraction by addressing noisy data and non-consecutive sentences.

problem Noisy labeled data and non-consecutive sentences in n-ary cross-sentence relation extraction.
method Two-level agent reinforcement learning model and hybrid attention mechanism/PCNN approach.
result The model reduces the impact of noisy data and achieves better performance.

MR-GNN predicts interactions between structured entities using multi-resolution and dual graph neural networks.

problem Predicting interactions between structured entities, especially considering features in substructures of different sizes and interactions between entities.
method MR-GNN uses a multi-resolution architecture and dual graph-state L-STMs to extract features from different neighborhoods and pairwise graphs, respectively.
result MR-GNN improves prediction accuracy compared to state-of-the-art methods.

Paper improves relation extraction in clinical texts with limited data.

problem Relation extraction in narrow knowledge domains with scarce annotated data.
method Introduces a bag-of-concepts (BoC) model and compares it with window-bounded co-occurrence (WBC).
result BoC model outperforms baseline and other complex methods on small dataset.

GEMRank embeds users and items using co-occurrence relations for better collaborative filtering.

problem Lack of textual data for entity embedding in recommender systems.
method Uses profile co-occurrence for entity relations and factorization for embedding. Feeds embeddings into a neural network for predictions.
result Significantly outperforms baseline algorithms in various data sets.

Bayesian meta-learning on relation graphs improves few-shot relation extraction.

problem Predicting relations in sentences with limited labeled examples.
method Bayesian meta-learning on a global relation graph, using graph neural networks and Langevin dynamics.
result Framework effectively learns and generalizes to new relations.

Model improves email-based conversational agents' ability to extract relevant information.

problem Asynchronous email communication makes it hard for agents to detect intents and extract relevant entities.
method Neural model for scoping relevant information from large queries.
result Improves performance of intent detection and entity extraction tasks by 35% in precision.

LexNLP processes legal and regulatory texts for structured information.

problem Processing structured information from legal and regulatory texts.
method Natural language processing and machine learning for legal and regulatory text.
result LexNLP extracts over eighteen types of structured information from legal and regulatory texts.

OpenTag extracts missing attribute values from product descriptions.

problem Extract missing attribute values from product descriptions.
method Developed a deep tagging model OpenTag using LSTM and CRF, with an attention mechanism and active learning.
result OpenTag discovers new attribute values with minimal human annotation, achieving high F-score.

Analyzes news graphs to predict financial market dislocations.

problem Predicting financial market dislocations using news content.
method Extracts entities from news articles, aggregates them into graphs, applies network analysis, and uses sentiment analysis.
result Identifies high entropy in news graphs correlates with financial market dislocations.

TransGCN combines GCNs with transformation assumptions for better link prediction in KGs.

problem Link prediction in knowledge graphs for understanding graph structure.
method Unified GCN framework with simultaneous learning of entity and relation embeddings, using transformation assumptions.
result TransGCN outperforms state-of-the-art models on FB15K-237 and WN18RR.

While many models are purposed for detecting the occurrence of significant events in financial systems, the task of providing qualitative detail on the developments is not usually as well automated. We present a deep learning approach for detecting relevant discussion in text and extracting natural language description…

2016-03-17abs ↗pdf ↗

Greek POS Tagger and Entity Recognizer built using spaCy.

problem Developing a machine learning model for Greek language POS tagging and named entity recognition.
method Machine learning approach with spaCy platform, focusing on morphological features and token classification.
result The Greek spaCy platform improved performance in part-of-speech tagging and named entity recognition.

In many supervised learning tasks, the entities to be labeled are related to each other in complex ways and their labels are not independent. For example, in hypertext classification, the labels of linked pages are highly correlated. A standard approach is to classify each entity independently, ignoring the correlation…

2012-12-12abs ↗pdf ↗

Paper uses knowledge bases to discover new relations from text.

problem Discover new relations from text without annotated data.
method Construct constraints based on knowledge base embeddings and incorporate into variational auto-encoder for relation discovery.
result Improves relation discovery performance significantly.

GraIL predicts relations by reasoning over subgraphs, outperforming embeddings.

problem Relation prediction in knowledge graphs using latent representations is limited.
method Graph neural network with inductive bias to learn entity-independent relational semantics.
result GraIL outperforms existing rule-induction baselines in the inductive setting.

Improved QA-RNN model with noun-tagging for better accuracy.

problem Improving accuracy of QA-RNN model for entity detection and relation prediction.
method Fine-tuned a 2-layer LSTM and GRU RNN models, removed non-noun words, and used 1-layer LSTM for entity detection.
result Achieved 0.984 accuracy on entity detection and 0.80 accuracy on relation prediction.

Discovering causal relations is fundamental to reasoning and intelligence. In particular, observational causal discovery algorithms estimate the cause-effect relation between two random entities XX and YY, given nn samples from P(X,Y)P(X,Y). In this paper, we develop a framework to estimate the cause-effect relation bet…

2017-02-23abs ↗pdf ↗