robcaulk commited on
Commit
8bd8a66
1 Parent(s): 8638fb5

chore: update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,7 +8,9 @@ viewer: false
8
 
9
  <!-- Provide a quick summary of the dataset. -->
10
 
11
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
12
 
13
  ## Dataset Details
14
 
@@ -101,7 +103,6 @@ Present dataset curation:
101
  5. Pull samples from clusters, distributing evenly across country of origin.
102
  6. Extract entities from each summary using Llama3.
103
 
104
- ![countries distribution](figures/countries_distribution.png)
105
 
106
  The data was used to train `GLiNER-news`, which is a fine-tuned version of `GLiNER`, geared towared improved entity extraction on news articles. The fine-tune improved performance for nearly all benchmarks (even beyond news):
107
 
 
8
 
9
  <!-- Provide a quick summary of the dataset. -->
10
 
11
+ This dataset aims to improve the representation of underrepresented topics and entities in entity extractors, thereby improving entity extraction accuracy and generalization, especially on the latest news events (dataset represents broad news coverage between February 20-March 31, 2024). The dataset is a collection of news article summaries, translated and summarized with Llama2, and then entities extracted with Llama3. The distribution of data origin follows:
12
+
13
+ ![countries distribution](figures/countries_distribution.png)
14
 
15
  ## Dataset Details
16
 
 
103
  5. Pull samples from clusters, distributing evenly across country of origin.
104
  6. Extract entities from each summary using Llama3.
105
 
 
106
 
107
  The data was used to train `GLiNER-news`, which is a fine-tuned version of `GLiNER`, geared towared improved entity extraction on news articles. The fine-tune improved performance for nearly all benchmarks (even beyond news):
108