Datasets:

Languages:
English
License:
File size: 1,673 Bytes
bd45da9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
language:
  - en 
bigbio_language:
  - English
license: cc-by-4.0
bigbio_license_shortname: APACHE_2p0
multilinguality: monolingual
pretty_name: FlaMBe
homepage: https://github.com/ylaboratory/flambe
bigbio_pubmed: false
bigbio_public: true
bigbio_tasks:
  - NAMED_ENTITY_RECOGNITION
  - NAMED_ENTITY_DISAMBIGUATION 
---


# Dataset Card for Flambe

## Dataset Description

- **Homepage:** https://github.com/ylaboratory/flambe
- **Pubmed:** False
- **Public:** True
- **Tasks:** NER,NED


FlaMBe is a dataset aimed at procedural knowledge extraction from biomedical texts, particularly focusing on single cell research methodologies described in academic papers. It includes annotations from 55 full-text articles and 1,195 abstracts, covering nearly 710,000 tokens, and is  distinguished by its comprehensive named entity recognition (NER) and disambiguation (NED) for  tissue/cell types, software tools, and computational methods. This dataset, to our knowledge, is the largest of its kind for tissue/cell types, links entities to identifiers in relevant knowledge  bases and annotates nearly 400 workflow relations between tool-context pairs. 


## Citation Information

```
@inproceedings{,
  author    = {Dannenfelser, Ruth and Zhong, Jeffrey and Zhang, Ran and Yao, Vicky},
  title     = {Into the Single Cell Multiverse: an End-to-End Dataset for Procedural Knowledge Extraction in Biomedical Texts},
  publisher   = {Advances in Neural Information Processing Systems},
  volume    = {36},
  year      = {2024},
  url       = {https://proceedings.neurips.cc/paper_files/paper/2023/file/23e3d86c9a19d0caf2ec997e73dfcfbd-Paper-Datasets_and_Benchmarks.pdf},
}
```