Skip to content

Commit

Permalink
Minor Link & Citation Fixes (#15)
Browse files Browse the repository at this point in the history
* Fix broke Twitter, Github links; update email

* Fix task citation

* Fix BiBTex Formatting
  • Loading branch information
NirantK committed Oct 23, 2020
1 parent dae6acc commit a3efa5a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
Expand Up @@ -29,7 +29,7 @@ default_version: "1"
description: "Adapter for Hinglish Sentiment Analysis, based on SemEval 2020 Task 9"

# A contact email of the author(s).
email: "nirant.kasliwal@gmail.com"
email: "hinglish@nirantk.com"

# A list of different versions of this adapter available for download.
files:
Expand All @@ -40,7 +40,7 @@ files:
description: "3 class, sentiment analysis adapter finetuned on Tweets data annotated by crowdsouring via SemEval 2020 Task 9"

# A GitHub handle associated with the author(s).
github: "NirantK, meghanabhange"
github: "NirantK"

# The hidden size of the model
hidden_size: 768
Expand All @@ -60,7 +60,7 @@ subtask: hinglish-twitter-sentiment
task: sentiment

# A Twitter handle associated with the author(s).
twitter: "@NirantK, @meghanabhange"
twitter: "@NirantK"

# The type of adapter (one of the options available in `adapter_type`.
type: "text_task"
Expand Down
24 changes: 17 additions & 7 deletions subtasks/text_task/sentiment_hinglish.yaml
Expand Up @@ -16,12 +16,22 @@ description: "This dataset was released as part of SemEval 2020, Task 9 on Senti

# (optional) A bibtex citation of the work related to this subtask.
citation: |
@article{Hinglish,
title={HinglishNLP: Fine-tuned Language Models for Hinglish Sentiment Detection},
author={Meghana Bhange,
Nirant Kasliwal,
journal={ArXiv},
year={2020}
@inproceedings{patwa2020sentimix,
title={SemEval-2020 Task 9: Overview of Sentiment Analysis of Code-Mixed Tweets},
author={Patwa, Parth and
Aguilar, Gustavo and
Kar, Sudipta and
Pandey, Suraj and
PYKL, Srinivas and
Gamb{\"a}ck, Bj{\"o}rn and
Chakraborty, Tanmoy and
Solorio, Thamar and
Das, Amitava},
booktitle = {Proceedings of the 14th International Workshop on Semantic Evaluation ({S}em{E}val-2020)},
year = {2020},
month = {December},
address = {Barcelona, Spain},
publisher = {Association for Computational Linguistics}
}
# (optional) The full name of the subtask that should be displayed e.g. on the website.
Expand All @@ -37,4 +47,4 @@ metric:
higher_is_better: true

# (optional) A URL pointing to more information on this subtask.
url: https://ritual-uh.github.io/sentimix2020/hinglish_res
url: https://ritual-uh.github.io/sentimix2020/hinglish_res

0 comments on commit a3efa5a

Please sign in to comment.