Skip to content

CDL: updating NCSLGR (take 2) #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,18 @@ Respond in a Markdown code block, conserving \n characters.

Respond in a Markdown code block.
Conserve \n characters (new-line characters).
i.e., break line before "They parse the English text..."
i.e., break line before "They parse the English text..."


### Code Style

Some guidelines for good code and commenting style.

#### Commenting

- Comments should not be redundant. Meaning, that if someone with a basic knowledge of the programming languaged can tell at a glance what it does, there's no need to explain. For example, the JavaScript `const fs = require('fs');` does not need to be explained.
- Don't use personal sign-offs or openings, the code should exist regardless of authors. For example `// maps to emoji`, not `//Colin: maps to emoji`.

#### Further Reading

Google has a [Javascript Style guide](https://google.github.io/styleguide/jsguide.html).
6 changes: 3 additions & 3 deletions src/datasets/NCSLGR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pub": {
"name": "NCSLGR",
"year": 2007,
"publication": "dataset:databases2007volumes",
"publication": "dataset:Neidle_2020_NCSLGR_ISLRN",
"url": "https://www.bu.edu/asllrp/ncslgr.html"
},
"loader": "ncslgr",
Expand All @@ -15,7 +15,7 @@
"#items": null,
"#samples": "1,875 sentences",
"#signers": 4,
"license": "TODO",
"licenseUrl": null,
"license": "Research Attribution",
"licenseUrl": "https://www.bu.edu/asllrp/data-credits.html",
"contact": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ are collections of annotated single signs. They are synthesized [@dataset:ebling
contain parallel sequences of signs and spoken language.
Available continuous sign corpora are extremely limited, containing 4-6 orders of magnitude fewer sentence pairs than similar corpora for spoken language machine translation [@arivazhagan2019massively].
Moreover, while automatic speech recognition (ASR) datasets contain up to 50,000 hours of recordings [@pratap2020mls], the most extensive continuous sign language corpus contains only 1,150 hours, and only 50 of them are publicly available [@dataset:hanke-etal-2020-extending].
These datasets are usually synthesized [@dataset:databases2007volumes;@dataset:Crasborn2008TheCN;@dataset:ko2019neural;@dataset:hanke-etal-2020-extending] or recorded in studio conditions [@dataset:forster2014extensions;@cihan2018neural], which does not account for noise in real-life conditions. Moreover, some contain signed interpretations of spoken language rather than naturally-produced signs, which may not accurately represent native signing since translation is now a part of the discourse event.
These datasets are usually synthesized [@dataset:Neidle_2012_NCSLGR_ISLRN;@dataset:Crasborn2008TheCN;@dataset:ko2019neural;@dataset:hanke-etal-2020-extending] or recorded in studio conditions [@dataset:forster2014extensions;@cihan2018neural], which does not account for noise in real-life conditions. Moreover, some contain signed interpretations of spoken language rather than naturally-produced signs, which may not accurately represent native signing since translation is now a part of the discourse event.


###### Availability {-}
Expand Down
16 changes: 16 additions & 0 deletions src/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3549,3 +3549,19 @@ @inproceedings{dataset:ozdemir2020bosphorussign22k
url = {https://aclanthology.org/2020.signlang-1.30},
year = {2020}
}

@inproceedings{Vogler2012ANW,
title={A new web interface to facilitate access to corpora: development of the ASLLRP data access interface},
author={Christian Vogler and C. Neidle},
year={2012},
url={https://api.semanticscholar.org/CorpusID:58305327}
}

@misc{dataset:Neidle_2012_NCSLGR_ISLRN,
type = {Languageresource},
title = {National Center for Sign Language and Gesture Resources (NCSLGR) corpus. ISLRN 833-505-711-564-4},
author = {Carol Neidle and Stan Sclaroff},
year = {2012},
publisher = {Boston University},
url = {https://www.islrn.org/resources/833-505-711-564-4/}
}