jopan commited on
Commit
6111260
1 Parent(s): 34bbd8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -7,4 +7,14 @@ language:
7
  pretty_name: A Large-Scale Corpus for Detecting Scientific Mentions
8
  size_categories:
9
  - 10M<n<100M
10
- ---
 
 
 
 
 
 
 
 
 
 
 
7
  pretty_name: A Large-Scale Corpus for Detecting Scientific Mentions
8
  size_categories:
9
  - 10M<n<100M
10
+ ---
11
+
12
+ # Description
13
+ We present SciDMT, an enhanced and expanded corpus for scientific mention detection, offering a significant advancement over existing related resources. SciDMT contains annotated scientific documents for datasets (D), methods (M), and tasks (T).
14
+ The corpus consists of two components:
15
+ 1) the SciDMT main corpus, which includes 48 thousand scientific articles with over 1.8 million weakly annotated mention annotations in the format of in-text span, and
16
+ 2) an evaluation set, which comprises 100 scientific articles manually annotated for evaluation purposes.
17
+ To the best of our knowledge, SciDMT is the largest corpus for scientific entity mention detection. The corpus’s scale and diversity are instrumental in developing and refining models for tasks such as indexing scientific papers, enhancing information retrieval, and improving the accessibility of scientific knowledge. We demonstrate the corpus’s utility through experiments with advanced deep learning architectures like SciBERT and GPT-3.5. Our findings establish performance baselines and highlight unresolved challenges in scientific mention detection. SciDMT serves as a robust benchmark for the research community, encouraging the development of innovative models to further the field of scientific information extraction.
18
+
19
+ # Citation
20
+ To-be-post