asahi417 commited on
Commit
5f0f25a
1 Parent(s): 25dac3b
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,15 +19,15 @@ pretty_name: TweetNER7
19
  ## Dataset Description
20
 
21
  - **Repository:** [https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper](https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper)
22
- - **Paper:** TBA
23
  - **Dataset:** TweetNER7
24
  - **Domain:** Twitter
25
  - **Number of Entity:** 7
26
 
27
 
28
  ### Dataset Summary
29
- This is the official repository of TweetNER7 ("Named Entity Recognition in Twitter:
30
- A Dataset and Analysis on Short-Term Temporal Shifts, AACL main conference 2022"), an NER dataset on Twitter with 7 entity labels. Each instance of TweetNER7 comes with a timestamp which distributes from September 2019 to August 2021.
31
  The tweet collection used in TweetNER7 is same as what used in [TweetTopic](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi).
32
  The dataset is integrated in [TweetNLP](https://tweetnlp.org/) too.
33
  - Entity Types: `corperation`, `creative_work`, `event`, `group`, `location`, `product`, `person`
19
  ## Dataset Description
20
 
21
  - **Repository:** [https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper](https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper)
22
+ - **Paper:** [https://arxiv.org/abs/2210.03797](https://arxiv.org/abs/2210.03797)
23
  - **Dataset:** TweetNER7
24
  - **Domain:** Twitter
25
  - **Number of Entity:** 7
26
 
27
 
28
  ### Dataset Summary
29
+ This is the official repository of TweetNER7 (["Named Entity Recognition in Twitter:
30
+ A Dataset and Analysis on Short-Term Temporal Shifts, AACL main conference 2022"](https://arxiv.org/abs/2210.03797)), an NER dataset on Twitter with 7 entity labels. Each instance of TweetNER7 comes with a timestamp which distributes from September 2019 to August 2021.
31
  The tweet collection used in TweetNER7 is same as what used in [TweetTopic](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi).
32
  The dataset is integrated in [TweetNLP](https://tweetnlp.org/) too.
33
  - Entity Types: `corperation`, `creative_work`, `event`, `group`, `location`, `product`, `person`