-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
113 lines (94 loc) · 6.55 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
title: "Cloudspotting"
subtitle: "Visual analytics for distributional semantics"
author: "Mariana Montes"
site: bookdown::bookdown_site
documentclass: book
geometry: 'paperwidth=160mm, paperheight=240mm, margin=2cm, bindingoffset=0cm'
lof: true
lot: true
indent: true
cover-image: assets/covers/front-cover.png
bibliography: [assets/bib/PhDCitations.bib, assets/bib/packages.bib]
biblio-style: unified
csl: assets/bib/unified-style-sheet-for-linguistics.csl
link-citations: yes
description: "Dissertation for PhD in Linguistics on distributional models applied to lexicography."
---
```{r, code=readLines("src/init.R"), include = FALSE}
```
```{r, include = FALSE}
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)
```
# Preface {-}
\fancyhead[LE]{\thepage --- \nouppercase{Preface}}
\fancyhead[RO]{\nouppercase{Preface} --- \thepage}
\fancyhead[LO,RE]{}
\fancyfoot[C]{}
![Cover image](front-cover.png){.cover width=250}
The research described in this dissertation is part of the [Nephological Semantics](https://www.arts.kuleuven.be/ling/qlvl/projects/current/nephological-semantics) research project at the `r sc("qlvl")` research group in KU Leuven,
which aims to develop tools for large-scale corpus-based semantic analysis.
A core aspect of the project involves representing semantic structure with distributional models,
a computational tool that currently requires a deeper understanding of its inner workings
and how its results relate to cognitive theories of meaning.
Context-counting distributional models represent words[^word] as vectors of co-occurrence frequencies in a multidimensional space
[@turney.pantel_2010; @lenci_2018]. Basically, a word is represented by
its association strength to other words.
They can be generated at both type and token level [@heylen.etal_2012; @heylen.etal_2015; @depascale_2019].
At type level, two words are represented as more similar if they are attracted to the same
contextual features (e.g. other words) and repelled by the same contextual features. This should
allow us to identify semantic fields and other relationships between words, but collapses the full
range of contexts of each word into one representation.
At token level, instead, we look at individual occurrences and define them as more similar if
the words in their contexts are attracted to and repelled by the same contextual features.
This way we should be able to map the internal variation of the behaviour of individual words,
i.e. their semasiological structure.
Within the larger Nephological Semantics project, this particular work package is dedicated
to the understanding of token-level distributional models as a tool
for the study of polysemy. Concretely, I explored a number of parameter settings for the models
(i.e. ways of defining the context used to represent each token) and their impact on the
resulting representation, by means of visual analytics.
Manually annotated sense tags were used as a heuristic, but without
considering them a golden standard. Instead, the aim was to map parameter settings to various
semantic phenomena coded in the annotations, such as
meaning granularity (e.g. distinguishing homonyms and senses within the homonyms).
The distributional models, which take the form of large matrices,
can be reduced to two dimensions via different methods,
such as t-`r sc("sne")` [@Rtsne2008; @Rtsne2014].
These coordinates can then be mapped onto a scatterplot, resulting in a variety of
shapes, which we call *clouds*.
The workflow was applied to a set of 32 Dutch nouns, verbs and adjectives exhibiting
a range of semantic phenomena. For each of them, 240-320 concordance lines were extracted
from a corpus of Dutch and Flemish newspapers,
annotated and modelled. The combination of parameter settings, some of which included syntactic
information, resulted in 200-212 different models per lemma. The models were clustered with Partition
Around Medoids [@kaufman.rousseeuw_1990; @R-cluster] so that a manageable, representative set could be explored
in more depth, in particular visualizing their t-`r sc("sne")` representations.
The contributions of this dissertation are twofold. On the one hand, the exploration of
the possibilities and limits of distributional models to lexicological research resulted in
warnings, suggestions and guidelines for practical studies. In other words, it offers
an assessment and interpretation of distributional models from the perspective of descriptive linguistics.
On the other hand, it presents a visualization tool designed for the exploration of
token-level distributional models from such a perspective [@montes.qlvl_2021]. Its interactive quality makes
it challenging to describe it adequately in a printed text, so I would strongly
recommend visiting it in its [virtual home](https://qlvl.github.io/NephoVis/) and explore it.
[^word]: The term *word* is used very loosely here to encompass different possible definitions.
::: {.rmdwarning}
This is the web-based version of my dissertation, where I plan to fix typos and add some notes/disclaimers (highlighted like this).
You can find the original, submitted and approved pdf version [here](phdThesis.pdf).
To cite this work, you can use the following bibtex:
```
@phdthesis{montes_2021,
type = {{{PhD Dissertation}}},
title = {Cloudspotting: Visual Analytics for Distributional Semantics},
author = {Montes, Mariana},
year = {2021},
address = {{Leuven}},
abstract = {This PhD study belongs to WP1 of the KU Leuven C1 research programme 'Nephological Semantics', (PI Dirk Geeraerts) which explores the use of distributional semantic methods for linguistic semantics. Specifically, the study aims at a realistic assessment of the possibilities and limitations of vector space semantics and word embeddings. The project will take the form of a number of case studies comparing polysemy analyses under three methods: a definitional lexicographical analysis, a 'behavioral profile' approach, and a semantic vector space approach. In general, the methodological goal of WP1 is to bring together a number of distributional methods that were developed in different contexts, and to refine, complement and systematize them, in order to turn them into an overarching, methodologically unified toolset in support of the analysis of various types of interplay between onomasiological, semasiological, and lectal variation. For validation and descriptive purposes, the methods are applied in case studies on English and Dutch lexical items.},
collaborator = {Geeraerts, Dirk and Speelman, Dirk and Szmrecsanyi, Benedikt},
copyright = {All rights reserved},
langid = {english},
school = {KU Leuven}
}
```
:::