better description of Paragraph
Browse files
README.md
CHANGED
|
@@ -10,10 +10,12 @@ multilinguality:
|
|
| 10 |
- monolingual
|
| 11 |
size_categories:
|
| 12 |
- 1K<n<10K
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Function Of Citation in Astrophysics Literature (FOCAL): Dataset and Task
|
| 16 |
-
Can you explain why the authors made a given citation
|
| 17 |
|
| 18 |
This dataset was created as a [shared task](https://ui.adsabs.harvard.edu/WIESP/2023/shared_task_1) for [WIESP @ AACL-IJCNLP 2023](https://ui.adsabs.harvard.edu/WIESP/2023/).
|
| 19 |
|
|
@@ -22,7 +24,7 @@ Datasets are in JSON Lines format (each line is a json dictionary).
|
|
| 22 |
|
| 23 |
Each entry consists of a dictionary with the following keys:
|
| 24 |
- `"Identifier"`: unique string to identify the entry
|
| 25 |
-
- `"Paragraph"`: text string
|
| 26 |
- `"Citation Text"`: list of strings forming the citation (most often a single string, but sometimes the citation text is split up)
|
| 27 |
- `"Citation Start End"`: list of integer pairs denoting where the citation starts and end in `"Paragraph"` (most often a single pair, sometimes the citation text is split up, if so follows the order in `"Citation Text"`)
|
| 28 |
- `"Functions Text"`: list of strings highlighting parts of the paragraph that explain the function of the citation
|
|
|
|
| 10 |
- monolingual
|
| 11 |
size_categories:
|
| 12 |
- 1K<n<10K
|
| 13 |
+
tags:
|
| 14 |
+
- astronomy
|
| 15 |
---
|
| 16 |
|
| 17 |
# Function Of Citation in Astrophysics Literature (FOCAL): Dataset and Task
|
| 18 |
+
*Can you explain why the authors made a given citation?*
|
| 19 |
|
| 20 |
This dataset was created as a [shared task](https://ui.adsabs.harvard.edu/WIESP/2023/shared_task_1) for [WIESP @ AACL-IJCNLP 2023](https://ui.adsabs.harvard.edu/WIESP/2023/).
|
| 21 |
|
|
|
|
| 24 |
|
| 25 |
Each entry consists of a dictionary with the following keys:
|
| 26 |
- `"Identifier"`: unique string to identify the entry
|
| 27 |
+
- `"Paragraph"`: text string from an astrophysics paper
|
| 28 |
- `"Citation Text"`: list of strings forming the citation (most often a single string, but sometimes the citation text is split up)
|
| 29 |
- `"Citation Start End"`: list of integer pairs denoting where the citation starts and end in `"Paragraph"` (most often a single pair, sometimes the citation text is split up, if so follows the order in `"Citation Text"`)
|
| 30 |
- `"Functions Text"`: list of strings highlighting parts of the paragraph that explain the function of the citation
|