-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (81 loc) · 3.25 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>TextGraphs</title>
<style>
div.background {
background: url(lesMis-1.svg) 100%;
border: 0.4px solid white;
}
div.transbox {
margin: 120px;
background-color: #ebebeb;
border: 1px solid white;
opacity: 0.9;
filter: alpha(opacity=60); /* For IE8 and earlier */
}
div.transbox p {
margin: 05%;
font-weight: bold;
color: #000000;
}
</style>
</head>
<body>
<div class="background">
<div class="transbox">
<p>
<p style="text-align: center;"> <h1> TextGraphs: <BR>Graph-based Algorithms for Natural Language Processing </h1></p>
<p style="text-align: justify;">
The Textgraphs workshops address a broad spectrum of research areas and brings together researchers working on problems related to the use of graph-based algorithms for natural language processing as well as on the theory of graph-based methods. Different NLP applications use different graph-based approaches, and bringing together researchers from different fields fosters the exchange of ideas. It aims to serve as a platform to enable deeper understanding of aspects of language amenable to graph-based approaches, and identification of principles of using graph theory for language that go beyond specific applications.
<BR>
<BR>
Below is the list of workshops held in the TextGraphs series.
<BR>
<BR>
<a href="ws06">HLT-NAACL 2006 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws07">HLT-NAACL 2007 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws08">COLING 2008 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws09">2009 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws10">2010 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws11">ACL 2011 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws12">ACL 2012 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws13">EMNLP 2013 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws14">EMNLP 2014 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws16">NAACL-HTL 2016 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <BR>
<a href="ws17">ACL 2017 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <Br>
<a href="ws18">NAACL-HLT 2018 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <Br>
<a href="ws19">EMNLP 2019 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <Br>
<a href="ws20">COLING 2020 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <Br>
<a href="ws21">NAACL 2021 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <Br>
<a href="ws22">COLING 2022 Workshop on Graph-based Algorithms for Natural Language Processing</a>
<br> <Br>
<a href="https://sites.google.com/view/textgraphs2024">ACL 2024 Workshop on Graph-based Algorithms for Natural Language Processing</a>
</p>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</p>
</div>
</div>
</body>
</html>