the #Rtext tutorial is now published in #PsychologicalMethods

the ๐Ÿ“ฆ 1.0 is finally available from #CRAN

if u update, also re-install the conda environment with textrpp_install()

https://psyarxiv.com/293kt
#rstats #NLP #ML
#MachineLearning

If you're  user and interested in ๐Ÿค— #transformers, have a look at the text package by @oscarkjell et al.:

๐Ÿ‘‰ https://r-text.org/

Great documentation, including preprint tutorial paper and example data on OSF.

#rstats #Rtext #HuggingFace #TextAsData #NLP

text

Analyses of Text using Transformers from HuggingFace, Natural Language Processing and Machine Learning.

1 /9
How well can #PsychologicalConstructs be measured by analyzing natural language using #AI?

Our viewpoint is that #LargeLanguageModels provide the missing piece for natural language responses to replace closed-ended rating scales.

#LargeLanguageModels can accurately transform the rich information in natural language to psychological construct scores with high validity.

#ML #NLP #Rstats #Rtext
https://psyarxiv.com/yfd8g
with @handyschwartz @katarinakjell

1 /9
How well can #PsychologicalConstructs be measured by analyzing natural language using #AI?

Our viewpoint is that #LargeLanguageModels provide the missing piece for natural language responses to replace closed-ended rating scales.

#LargeLanguageModels can accurately transform the rich information in natural language to psychological construct scores with high validity.

#ML #NLP #Rstats #Rtext
https://psyarxiv.com/yfd8g
with @handyschwartz @katarinakjell

๐ŸŽ‰ The text-package has been downloaded >10k from #CRAN

I'm really thankful for all the wonderful collaborations behind the development of the package!

https://www.r-text.org

#Rtext #Rstats
#NLP #ML

text

Analyses of Text using Transformers from HuggingFace, Natural Language Processing and Machine Learning.

#Rtext #Tootorial 3

Many R objects from the text-package (e.g., word embeddings and trained models) have meta info โ„น๏ธ that you can see with `comment()`:

```
embeddings <- textEmbed(
texts = "How are you?"
)

# see info about date creation and text version
comment(embeddings)

# see info about settings used in textEmbed()
comment(embeddings$texts$texts)

```

#Rstats #NLP #ML
https://r-text.org/

text

Analyses of Text using Transformers from HuggingFace, Natural Language Processing and Machine Learning.

#Rtext #Tootorial 2

Transform natural language to word embeddings (numeric representations):

```
text::textEmbed(
texts = "How are you?",
model = "bert-base-uncased"
)
```

The function downloads the specified language model from HuggingFace ๐Ÿค— โ€“ and transforms the texts into word embeddings, which can be used in other tasks.

Choose from thousands of models in different languages ๐Ÿ‡ธ๐Ÿ‡ช ๐Ÿ‡ฉ๐Ÿ‡ช ๐Ÿ‡ฎ๐Ÿ‡น ๐Ÿ‡ซ๐Ÿ‡ท ๐Ÿ‡ช๐Ÿ‡บ at https://huggingface.co/

#Rstats #NLP #ML
https://r-text.org/

Hugging Face โ€“ The AI community building the future.

Weโ€™re on a journey to advance and democratize artificial intelligence through open source and open science.

#Rtext #Tootorial 1

The #Rtext package can be installed from #CRAN:

install.packages("text")

The first time (after having installed the package) you have to install and initialize the python environment:

textrpp_install()
# which installs text required python packages (โ€œtextrppโ€)

textrpp_initialize()
# which initializes the environment

Stay tuned to learn more about the #Rtext package

#Rstats #NLP #ML
#NaturalLanguageProcessing
#MachineLearning
https://r-text.org/

#Introduction
hej, iโ€™m intrigued abt this move ๐ŸŒŒ ๐Ÿช .

iโ€™m hoping to connect with those interested in #RStats, #Psychology and #MentalHealth.

iโ€™m a psychology researcher working with computer scientists to develop the r-package {text} (https://r-text.org/) that enables you to use state-of-the-art #NaturalLanguageProcessing and #MachineLearning techniques to analyze natural language data.

iโ€™m planning to share updates we do to the text-package ๐Ÿ“ฆ under #RStats and #Rtext

Peace out โœŒ๏ธ