Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
Create tag_definitions.txt
Browse files- tag_definitions.txt +38 -0
tag_definitions.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Definitions of the Labels used in the DEAL Shared Task
|
2 |
+
Below you will find the full list of labels used in the DEAL shared task, along with their definitions and some examples.
|
3 |
+
In the dataset, tokens are labeled using the [IOB2 format](https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)) (ex: B-Archive, I-Archive).
|
4 |
+
|
5 |
+
|
6 |
+
| **Label** (abbreviation) | **Definition** | **Example** |
|
7 |
+
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
|
8 |
+
| Archive (Arc) | A curated collection of the literature or data. Very similar to Database | NASA ADS, MAST |
|
9 |
+
| CelestialObject (COb) | A named object in the sky | ONC, Andromeda galaxy |
|
10 |
+
| CelestialObjectRegion (COR) | A named area on/in a celestial body | Inner galaxy |
|
11 |
+
| CelestialRegion (CeR) | A defined region projected onto the sky, or celestial coordinates | GOODS field, l=2, b=15 |
|
12 |
+
| Citation (Cit) | A reference to previous work in the literature | Allen et al. 2012 |
|
13 |
+
| Collaboration (Col) | An organizational entity containing multiple organizations, observatories, and/or countries | the Plank Collaboration |
|
14 |
+
| ComputingFacility (CoF) | A facility whose primary purpose is to operate computational resources. | Example: Australian National Computational Infrastructure high-performance computing centre, CINECA supercomputing Centre |
|
15 |
+
| Database (DaB) | A curated and searchable set of related data tables (very similar to Archive) | Simbad |
|
16 |
+
| Dataset (DaS) | A curated set of data (essentially a single data table) | Gaia EDR3 |
|
17 |
+
| EntityOfFutureInterest (EFI) | A general catch all for things that we think may be worth thinking about in the future (often terms related to gravitational waves) | |
|
18 |
+
| Event (Eve) | A conference, workshop or other event that often brings scientists together | Protostars and Planets VI |
|
19 |
+
| Fellowship (Fel) | A grant focused towards students and/or early career researchers | Hubble Fellowship |
|
20 |
+
| Formula (For) | Mathematical formula or equations | F = Gm1m2/r^2, z=2.3 |
|
21 |
+
| Grant (Gra) | An allocation of money and/or time for a research project | grant No. 12345, ADAP grant 12345 |
|
22 |
+
| Identifier (Ide) | A unique identifier for data, images, etc | ALMA 123.12345 |
|
23 |
+
| Instrument (Ins) | A device, often, but not always, placed on a telescope, to make a measurement | Infrared Array Camera, NIRCam |
|
24 |
+
| Location (Loc) | A named location on Earth | Canada |
|
25 |
+
| Mission (Mis) | A spacecraft that is not a telescope or observatory that carries multiple instruments | WIND |
|
26 |
+
| Model (Mod) | A named scientific or computational model. | TNG100, Salpeter IMF |
|
27 |
+
| ObservationalTechniques (ObT) | A method used to observe celestial objects | Resolved Long-slit Spectroscopy, adaptive optics imaging |
|
28 |
+
| Observatory (Obs) | A, often similarly located, group of telescopes | Keck Observatory, Fermi |
|
29 |
+
| Organization (Org) | A named organization that is not an observatory | NASA, University of Toledo |
|
30 |
+
| Person (Per) | A named person or their initials | A. Einstein |
|
31 |
+
| Proposal (Pro) | A request for telescope time or funding | 74.C-0209(A), GN-2014B-Q-26 |
|
32 |
+
| Software (Sof) | Named computer code or language | Python, Numpy, ClumpFind |
|
33 |
+
| Survey (Sur) | An organized search of the sky often dedicated to large scale science projects | 2MASS, SDSS |
|
34 |
+
| Tag (Tag) | A HTML tag | <bold><\bold> |
|
35 |
+
| Telescope (Tel) | A "bucket" to catch light | Hubble Space Telescope, Discovery Channel Telescope |
|
36 |
+
| TextGarbage (TeG) | Incorrect text, often multiple punctuation marks with no inner text | ',,,,,' |
|
37 |
+
| URL (URL) | A link to a website | https://www.astropy.org/ |
|
38 |
+
| Wavelength (Wav) | A portion of the electromagnetic spectrum (can be communicated as a particular wavelength, a name, or a particular transition) | 656.46 nm, H-alpha |
|