Concept Mention Identification Task: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "> ↵" to "> ") |
|||
Line 8: | Line 8: | ||
** It can be a part of a [[Semantic Annotation Task]]. | ** It can be a part of a [[Semantic Annotation Task]]. | ||
** … | ** … | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** a [[Named Entity Recognition Task]]. | ** a [[Named Entity Recognition Task]]. | ||
** a [[Wikipedia-based Concept Mention Identification Task]]. | ** a [[Wikipedia-based Concept Mention Identification Task]]. | ||
** <math>f</math>("<i>The articles in Wikipedia were about to the topic of grounding the textual entity to a unique database entry.</i>”) ⇒ <code>The [[articles in Wikipedia] were related to the topic of [grounding the textual entity to a unique database entry]</code> | ** <math>f</math>("<i>The articles in Wikipedia were about to the topic of grounding the textual entity to a unique database entry.</i>”) ⇒ <code>The [[articles in Wikipedia] were related to the topic of [grounding the textual entity to a unique database entry]</code> | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** [[Concept Mention Linking Task]]. | ** [[Concept Mention Linking Task]]. | ||
** [[Relation Mention Identification Task]]. | ** [[Relation Mention Identification Task]]. |
Latest revision as of 02:41, 27 March 2024
A Concept Mention Identification Task is an Mention Identification Task that is restricted to Concept Mentions.
- AKA: Concept Mention Identification, Concept Mention Detection Task.
- Context:
- Input: text.
- output: identified concept mentions.
- It can support a Concept Mention Annotation Task.
- It can be solved by a Concept Mention Identification System (that implements a Concept Mention Identification Algorithm.
- It can be a part of a Semantic Annotation Task.
- …
- Example(s):
- a Named Entity Recognition Task.
- a Wikipedia-based Concept Mention Identification Task.
- [math]\displaystyle{ f }[/math]("The articles in Wikipedia were about to the topic of grounding the textual entity to a unique database entry.”) ⇒
The [[articles in Wikipedia] were related to the topic of [grounding the textual entity to a unique database entry]
- Counter-Example(s):
- See: Text Chunking Task.