Datasets:
ltg
/

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Norwegian
Libraries:
Datasets
pandas
License:
erikve commited on
Commit
062aced
·
verified ·
1 Parent(s): ab7ebe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -17
README.md CHANGED
@@ -90,29 +90,20 @@ task_categories:
90
  - text-classification
91
  ---
92
  # NoReC: The Norwegian Review Corpus
93
- This is the official repository for the Norwegian Review Corpus (NoReC), created for the purpose of training and evaluating models for document-level sentiment analysis.
94
- More than 43,000 full-text reviews have been collected from major Norwegian news sources and cover a range of different domains, including literature, movies, video games, restaurants, music and theater, in addition to product reviews across a range of categories. Each review is labeled with a manually assigned score of 1–6, as provided by the rating of the original author. The accompanying [paper](http://www.lrec-conf.org/proceedings/lrec2018/pdf/851.pdf) by Velldal et al. at LREC 2018 describes the (initial release of the) data in more detail.
95
 
96
  ## Dataset details
97
  - **The columns are:**
98
  `id, split, rating, category, day, month, year, excerpt, language, source, authors, title, url, text` where basic usage has `text` as the input and `rating` as the output.
99
-
100
-
101
- - **Funding:**
102
- NoReC was created as part of the [SANT](https://www.mn.uio.no/ifi/english/research/projects/sant/) project (Sentiment Analysis for Norwegian Text),
103
- a collaboration between the Language Technology Group (LTG) at the Department of Informatics at the University of Oslo, the Norwegian Broadcasting Corporation (NRK), Schibsted Media Group and Aller Media.
104
-
105
-
106
- - **Language(s):** Norwegian Bokmål (nb) and Norwegian Nynorsk (nn)
107
- - **License:** [See the license for the NoReC corpus](https://github.com/ltgoslo/norec), copied here for convenience:
108
- The data is distributed under a Creative Commons Attribution-NonCommercial licence (CC BY-NC 4.0), access the full license text here: https://creativecommons.org/licenses/by-nc/4.0/
109
  The licence is motivated by the need to block the possibility of third parties redistributing the orignal reviews for commercial purposes.
110
  Note that **machine learned models**, extracted **lexicons**, **embeddings**, and similar resources that are created on the basis of NoReC are not considered to contain the original data and so **can be freely used also for commercial purposes** despite the non-commercial condition.
111
-
112
- - **Dataset Sources**
113
- This verion of the corpus comprises 43,436 review texts extracted from eight different news sources: Dagbladet, VG, Aftenposten, Bergens Tidende, Fædrelandsvennen, Stavanger Aftenblad, DinSide.no and P3.no.
114
- <!-- Provide the basic links for the dataset. -->
115
-
116
  - **Repository:** https://github.com/ltgoslo/norec
117
  - **Paper :** [The accompanying paper by Velldal et al. at LREC 2018](http://www.lrec-conf.org/proceedings/lrec2018/pdf/851.pdf) describes the (initial release of the) data in more detail.
118
 
 
90
  - text-classification
91
  ---
92
  # NoReC: The Norwegian Review Corpus
93
+ This is the official repository for the Norwegian Review Corpus (NoReC, ver. 2.1), created for the purpose of training and evaluating models for document-level sentiment analysis.
94
+ More than 43,000 full-text reviews have been collected from major Norwegian news sources and cover a range of different domains, including literature, movies, video games, restaurants, music and theater, in addition to product reviews across a range of categories. Each review is labeled with a manually assigned score of 1–6, as provided by the rating of the original author. The accompanying [paper](http://www.lrec-conf.org/proceedings/lrec2018/pdf/851.pdf) by Velldal et al. at LREC 2018 describes the initial (ver. 1) release of the data in more detail.
95
 
96
  ## Dataset details
97
  - **The columns are:**
98
  `id, split, rating, category, day, month, year, excerpt, language, source, authors, title, url, text` where basic usage has `text` as the input and `rating` as the output.
99
+ - **Curated by:** NoReC was created as part of the [SANT](https://www.mn.uio.no/ifi/english/research/projects/sant/) project (Sentiment Analysis for Norwegian Text), coordinated by the [Language Technology Group](https://www.mn.uio.no/ifi/english/research/groups/ltg/) (LTG) at the University of Oslo, in collaboration with the Norwegian Broadcasting Corporation (NRK), Schibsted Media Group and Aller Media.
100
+ - **Funded by:** The [SANT](https://www.mn.uio.no/ifi/english/research/projects/sant/) project is funded by the [Research Council of Norway](https://www.forskningsradet.no/en/) (NFR grant number 270908).
101
+ - **Shared by:** The [SANT](https://www.mn.uio.no/ifi/english/research/projects/sant/) project (Sentiment Analysis for Norwegian Text) at the [Language Technology Group](https://www.mn.uio.no/ifi/english/research/groups/ltg/) (LTG) at the University of Oslo
102
+ - **Language(s) (NLP):** Norwegian Bokmål (nb) and Norwegian Nynorsk (nn))
103
+ - **License:** The data is distributed under a Creative Commons Attribution-NonCommercial licence (CC BY-NC 4.0), access the full license text here: https://creativecommons.org/licenses/by-nc/4.0/
 
 
 
 
 
104
  The licence is motivated by the need to block the possibility of third parties redistributing the orignal reviews for commercial purposes.
105
  Note that **machine learned models**, extracted **lexicons**, **embeddings**, and similar resources that are created on the basis of NoReC are not considered to contain the original data and so **can be freely used also for commercial purposes** despite the non-commercial condition.
106
+ - **Dataset Sources** This version of the corpus (v.2.1) comprises 43,436 review texts extracted from eight different news sources: Dagbladet, VG, Aftenposten, Bergens Tidende, Fædrelandsvennen, Stavanger Aftenblad, DinSide.no and P3.no.
 
 
 
 
107
  - **Repository:** https://github.com/ltgoslo/norec
108
  - **Paper :** [The accompanying paper by Velldal et al. at LREC 2018](http://www.lrec-conf.org/proceedings/lrec2018/pdf/851.pdf) describes the (initial release of the) data in more detail.
109