Questions tagged [entity-linking]

9 questions
1
vote
1 answer

how to find the best candidate

I am doing some work about entity disambiguation. Please suppose, there are some candidates for each entity, e.g. e1 has three candidates c1, c2, c3. Each candidate has two values: v1 and v2 We know that higher values are better but I do not know…
1
vote
1 answer

Entity linking vs aliasing

The process of finding entity in a knowledge base (KB) that a given keyphrase in a text refers to is called entity linking. I have the opposite problem. I have an entity in my knowledge base (KB) and I want to find all the ways people might refer to…
dzieciou
  • 697
  • 1
  • 6
  • 15
1
vote
2 answers

Exemplify key differences between entity linking and entity matching?

It seems to me that entity linking and entity matching are very similar. Entity linking is also named named entity disambiguation; while entity matching is also called record linkage or deduplication, and sometimes entity resolution. From their…
Lerner Zhang
  • 496
  • 3
  • 10
1
vote
0 answers

How to link/relate predicted entities in named entity recognition?

I have developed a NER model to detect all address and property price independently in a pdf document which have property address and its prices in natural language. There are lots of variations in how property address and prices are mentioned. It…
0
votes
0 answers

complete entity extraction from unstructured data

I understand there are many techniques/libraries/packages to extract named entities like people, places etc. from data. Personally, for me an entity is something like: first name: john surname: smith dob: 1/1/2000 shoesize: 6 address: ... etc. So…
cs0815
  • 174
  • 1
  • 8
0
votes
0 answers

Passing a word cloud choice to a corpus viewer

Can I pass a selected word (via a click) in a word cloud to the RedExp filter in a corpus viewer? Is: Desired: ron_despain@hotmail.com...I'll join up next...Thanks for any help
RonDespain
  • 11
  • 1
0
votes
0 answers

RShiny filtering for non matched data

im making an Rshiny application that matches up a user inputted reference to our existing table full of different reference numbers. A user will upload a single column list (usually an excel file) and the app searches our dataframe for matching and…
0
votes
0 answers

How to Use Graph Learning Libraries to Predict Edges on a Graph where Each Node Has an Embedding?

An undirectional graph $\mathcal{G}$ has the set of nodes $\mathcal{N}$ where each node has an associated unique embedding of $512$ dimensions. Note that the embeddings themselves are fixed, and not to be trained in this problem. So you can express…
0
votes
0 answers

Open Source Annotation Tools for spaCy's Entity Linker?

According to the Tutorial "Training a custom ENTITY LINKING model with spaCy" (20:33) this is the training data format for spaCy's Entity Linker: TRAIN_DATA = ("Emerson was born on a farm in Blackbutt, Queensland.", {"links": {(0, 7): { "Q312545":…
gzkhv
  • 11
  • 2