Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 12, 2024
1 parent 73ccbd0 commit d664fa1
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 2 deletions.
36 changes: 36 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -38478,5 +38478,41 @@
"tags": [
"python"
]
},
"https://github.com/urchade/GLiNER": {
"extra-tags": [
"gliner",
"model",
"named entity recognition",
"extract"
],
"date": "2023-11-14",
"title": "GLiNER",
"summary": "Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 2024",
"tags": [
"large-language-models",
"named-entity-recognition",
"natural-language-processing",
"information-extraction",
"prompt-tuning",
"python"
]
},
"http://arxiv.org/abs/2311.08526": {
"extra-tags": [
"model",
"llms",
"named entity recognition"
],
"title": "GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer",
"summary": "Named Entity Recognition (NER) is essential in various Natural Language Processing (NLP) applications. Traditional NER models are effective but limited to a set of predefined entity types. In contrast, Large Language Models (LLMs) can extract arbitrary entities through natural language instructions, offering greater flexibility. However, their size and cost, particularly for those accessed via APIs like ChatGPT, make them impractical in resource-limited scenarios. In this paper, we introduce a compact NER model trained to identify any type of entity. Leveraging a bidirectional transformer encoder, our model, GLiNER, facilitates parallel entity extraction, an advantage over the slow sequential token generation of LLMs. Through comprehensive testing, GLiNER demonstrate strong performance, outperforming both ChatGPT and fine-tuned LLMs in zero-shot evaluations on various NER benchmarks.",
"date": "2024-07-12",
"tags": [
"computer science - artificial intelligence",
"computer science - computation and language",
"computer science - machine learning",
"gliner",
"ner"
]
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
200 changes: 200 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -175694,5 +175694,205 @@
{
"head": "language models",
"tail": "pytorch"
},
{
"head": "large-language-models",
"tail": "named-entity-recognition"
},
{
"head": "large-language-models",
"tail": "information-extraction"
},
{
"head": "large-language-models",
"tail": "gliner"
},
{
"head": "large-language-models",
"tail": "model"
},
{
"head": "large-language-models",
"tail": "named entity recognition"
},
{
"head": "large-language-models",
"tail": "extract"
},
{
"head": "named-entity-recognition",
"tail": "prompt-tuning"
},
{
"head": "named-entity-recognition",
"tail": "gliner"
},
{
"head": "named-entity-recognition",
"tail": "model"
},
{
"head": "named-entity-recognition",
"tail": "named entity recognition"
},
{
"head": "named-entity-recognition",
"tail": "extract"
},
{
"head": "natural-language-processing",
"tail": "information-extraction"
},
{
"head": "natural-language-processing",
"tail": "prompt-tuning"
},
{
"head": "natural-language-processing",
"tail": "gliner"
},
{
"head": "natural-language-processing",
"tail": "model"
},
{
"head": "natural-language-processing",
"tail": "named entity recognition"
},
{
"head": "natural-language-processing",
"tail": "extract"
},
{
"head": "information-extraction",
"tail": "prompt-tuning"
},
{
"head": "information-extraction",
"tail": "gliner"
},
{
"head": "information-extraction",
"tail": "model"
},
{
"head": "information-extraction",
"tail": "named entity recognition"
},
{
"head": "information-extraction",
"tail": "extract"
},
{
"head": "prompt-tuning",
"tail": "gliner"
},
{
"head": "prompt-tuning",
"tail": "model"
},
{
"head": "prompt-tuning",
"tail": "named entity recognition"
},
{
"head": "prompt-tuning",
"tail": "extract"
},
{
"head": "python",
"tail": "gliner"
},
{
"head": "python",
"tail": "named entity recognition"
},
{
"head": "gliner",
"tail": "model"
},
{
"head": "gliner",
"tail": "named entity recognition"
},
{
"head": "gliner",
"tail": "extract"
},
{
"head": "model",
"tail": "named entity recognition"
},
{
"head": "model",
"tail": "extract"
},
{
"head": "named entity recognition",
"tail": "extract"
},
{
"head": "computer science - artificial intelligence",
"tail": "gliner"
},
{
"head": "computer science - artificial intelligence",
"tail": "ner"
},
{
"head": "computer science - artificial intelligence",
"tail": "named entity recognition"
},
{
"head": "computer science - computation and language",
"tail": "gliner"
},
{
"head": "computer science - computation and language",
"tail": "ner"
},
{
"head": "computer science - computation and language",
"tail": "named entity recognition"
},
{
"head": "computer science - machine learning",
"tail": "gliner"
},
{
"head": "computer science - machine learning",
"tail": "ner"
},
{
"head": "computer science - machine learning",
"tail": "named entity recognition"
},
{
"head": "gliner",
"tail": "ner"
},
{
"head": "gliner",
"tail": "llms"
},
{
"head": "ner",
"tail": "model"
},
{
"head": "ner",
"tail": "llms"
},
{
"head": "ner",
"tail": "named entity recognition"
},
{
"head": "model",
"tail": "llms"
},
{
"head": "llms",
"tail": "named entity recognition"
}
]

0 comments on commit d664fa1

Please sign in to comment.