💾 Archived View for metasyn.pw › nlp.gmi captured on 2022-04-28 at 17:34:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

➡️ Next capture (2023-01-29)

-=-=-=-=-=-=-

natural language processing

advanced nlp notes

Below are some notes from the [CMU CS 11-711 Advanced NLP] course taught by [Graham Neubig] and some papers related to the course.

Data Statements for NLP (Bender and Friedman 2018) -

link

The Hitchhiker’s Guide to Testing Statistical Significance in Natural Language Processing - Rotem Dror, Gili Baumer, Segev Shlomov, Roi Reichart (2018) -

link

non parametric

parametric

test selection

* higher statistical power

conclusion

RACE: Large-scale ReAding Comprehension Dataset From Examinations (Lai et al. 2017)

link

A machine learning approach to predicting psychosis using semantic density and latent content analysis (Rezaii, Walker & Wolff 2019)

link

introduction

results

Our findings indicate that during the prodromal phase of psychosis, the emergence of psychosis was predicted by speech with low levels of semantic density and an increased tendency to talk about voices and sounds. When combined, these two indicators of psychosis enabled the prediction of future psychosis with a high level of accuracy.

methods: vector unpacking

step 1.) create word vectors

step 2.) create sentence vectors

step 3.) measuring semantic density

model: logistic regression with semantic density feature

model: logistic regression with VOICES cluster similarity feature

model: logistic regression with both

technologies:

summary:

In future studies, larger cohorts of patients, more variety in the neuropsychiatric disorders under investigation, and the inclusion of healthy controls could help clarify the generalizability and reliability of the results. Further research could also investigate the ways in which machine learning can extract and magnify the signs of mental illness. Such efforts could lead to not only an earlier detection of mental illness, but also a deeper understanding of the mechanism by which these disorders are caused.

questions

Might read:

[Generative and Discriminative Text Classification with Recurrent Neural Networks -

Dani Yogatama, Chris Dyer, Wang Ling, Phil Blunsom (2017)](https://arxiv.org/abs/1703.01898)

[Approximate Nearest Neighbor - Negative Contrastive Learning for Dense Text Retrieval]

[Net-DNF: Effective Deep Modeling of Tabular Data]

Gemini Links:

index and recent changes

directory of all pages

Web Links:

CMU CS 11-711 Advanced NLP

Graham Neubig

Approximate Nearest Neighbor - Negative Contrastive Learning for Dense Text Retrieval

Net-DNF: Effective Deep Modeling of Tabular Data