Skip to content

Commit

Permalink
Update tags (#283)
Browse files Browse the repository at this point in the history
* Update tags

* Update a few tags

* Update a few mor tags

* Update more venues based on venue_full/venue

* Add venues page

* Improve sorting for venues

* update papers without assigned venues
  • Loading branch information
xhluca authored Feb 28, 2024
1 parent 23c604d commit 7031757
Show file tree
Hide file tree
Showing 50 changed files with 131 additions and 72 deletions.
4 changes: 3 additions & 1 deletion _includes/display-publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ <h2 class="publication-title" itemprop="headline">
</div>
{% else %}
<div>
{% if post.venue %}
{% if post.venue_full %}
<b> {{ post.venue_full }} </b>
{% elsif post.venue %}
<b> {{ post.venue }} </b>
{% endif %}
<b> ({{ post.date | date: "%Y" }}) </b>
Expand Down
32 changes: 32 additions & 0 deletions _includes/posts-publication-by-venue.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{% assign posts = site.categories[include.taxonomy] | where_exp: "item", "item.hidden != true" %}
{% if include.author %}
{% assign posts = posts | where_exp: "post", "post.names contains include.author" %}
{% endif %}



{% assign postsByVenue = posts | group_by_exp: "post", "post.venue"%}
{% assign sortedPostsByVenue = postsByVenue | sort: "size" | reverse %}
{% assign sortedPostsByVenue = sortedPostsByVenue | where_exp: "item", "item.name != ''" %}

<ul class="taxonomy__index">
{% for venue_group in sortedPostsByVenue %}
<li>
<a href="#{{ venue_group.name | slugify }}">
<strong>{{ venue_group.name }}</strong> <span class="taxonomy__count">{{ venue_group.items | size }}</span>
</a>
</li>
{% endfor %}
</ul>

{% for venue_group in sortedPostsByVenue %}
<section id="{{ venue_group.name | slugify }}" class="taxonomy__section">
<h3>{{ venue_group.name }}</h3>
<div class="entries-{{ entries_layout }}">
{% for post in venue_group.items %}
{%- include display-publications.html %}
{% endfor %}
</div>
<a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
</section>
{% endfor %}
9 changes: 9 additions & 0 deletions _layouts/venue.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: archive
---

{{ content }}

<div>
{% include posts-publication-by-venue.html taxonomy=page.taxonomy %}
</div>
9 changes: 9 additions & 0 deletions _pages/venues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Publications by Venue
layout: venue
classes:
- no-sidebar
- wide
permalink: /venues/
taxonomy: Publications
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: The NITE Object Model Library for Handling Structured Linguistic Annotation
on Multimodal Data Sets
venue: ''
venue: 'NLPXML'
names: J. Carletta, J. Kilgour, T. O’Donnell, S. Evert, Holger Voormann

link: https://www.semanticscholar.org/paper/86288e07187978b99f7dec4a40d0cd80c07cf212
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The NXT Object Model
venue: ''
venue: 'Technical Report'
names: S. Evert, J. Carletta, T. O’Donnell, J. Kilgour, Andreas Vögele, Holger Voormann

link: https://www.semanticscholar.org/paper/87c3018f20adf046386d97975a501046df06f42d
Expand Down
2 changes: 1 addition & 1 deletion _posts/papers/2006-01-01-10.1142-9789812774262_0084.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Beyond the argument from design
venue: ''
venue: 'Evolang'
names: Willem H. Zuidema, T. O’Donnell, A. Cangelosi, Andrew D. M. Smith, Kenny Smith

link: https://doi.org/10.1142/9789812774262_0084
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Learning English as a Foreign Language in Korea : Does CALL have a place ?'
venue: ''
venue: 'Asian EFL Journal'
names: T. O’Donnell

link: https://www.semanticscholar.org/paper/780356ea2a4b7758f0e53173fa44357ab2ccb592
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Fragment Grammars: Exploring Computation and Reuse in Language'
venue: ''
venue: 'Technical Report'
names: T. O’Donnell, Noah D. Goodman, J. Tenenbaum

link: https://www.semanticscholar.org/paper/e874932b6a06171e35363dc9fe1d77936226028e
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Linking meaning to language: linguistic universals and variation'
venue: ''
venue: 'CogSci'
names: Joshua K. Hartshorne, T. O’Donnell, Y. Sudo, Miki Uruwashi, J. Snedeker

link: https://www.semanticscholar.org/paper/19ec04f56a6580fa7f358ee9cf3af540d95aa6a4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Frozen Chunks and Generalized Representations: The Case of the English Dative
Alternation'
venue: ''
venue: 'BUCLD'
names: E. Conwell, T. O’Donnell, J. Snedeker

link: https://www.semanticscholar.org/paper/bc1122aaef8d7fbc5714ab78448a01ceb3779f1c
Expand Down
5 changes: 3 additions & 2 deletions _posts/papers/2012-01-01-S12-1081.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: 'DSS: Text Similarity Using Lexical Alignments of Form, Distributional Semantics
and Grammatical Relations'
venue: SemEval @ NAACL
venue_full: SemEval @ NAACL
venue: NAACL Workshop
names: Diana McCarthy, Spandana Gella, Siva Reddy
tags:
- NAACL
Expand All @@ -13,7 +14,7 @@ categories: Publications

*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Social dialect and men's voice pitch influence women's mate preferences
venue: ''
venue: 'Evolution and Human Behavior'
names: J. O'Connor, Paul J. Fraccaro, K. Pisanski, C. C. Tigue, T. O’Donnell, D. Feinberg

link: https://doi.org/10.1016/J.EVOLHUMBEHAV.2014.05.001
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: UvA-DARE (Digital Academic Repository) A Usage-Based Model of Early Grammatical
Development A Usage-Based Model of Early Grammatical Development
venue: ''
venue: 'ACL Workshop'
venue_full: CMCL @ ACL
names: V. Demberg, T. O’Donnell

link: https://www.semanticscholar.org/paper/1442f16cf4e1e7b7914c67b56bf9455d79faeb08
Expand All @@ -12,7 +13,7 @@ categories: Publications

*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
5 changes: 3 additions & 2 deletions _posts/papers/2015-01-01-10.18653-v1-W15-2403.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Evaluating Models of Computation and Storage in Human Sentence Processing
venue: CogACLL @ ACL
venue_full: CogACLL @ ACL
venue: ACL Workshop
names: Thang Luong, T. O’Donnell, Noah D. Goodman
tags:
- ACL
Expand All @@ -12,7 +13,7 @@ categories: Publications

*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'English Derivational Morphology: Simulations'
venue: ''
venue: 'MIT Press'
names: T. O’Donnell

link: https://doi.org/10.7551/MITPRESS/9780262028844.003.0007
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'The English Past Tense: Simulations'
venue: ''
venue: 'MIT Press'
names: T. O’Donnell

link: https://doi.org/10.7551/mitpress/9780262028844.003.0005
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Proceedings of the 6th Workshop on Cognitive Modeling and Computational Linguistics,
CMCL@NAACL-HLT 2015, Denver, CO, USA, June 4, 2015
venue: CMCL @ NAACL
venue_full: CMCL @ NAACL
venue: NAACL Workshop
names: T. O’Donnell, Marten van Schijndel
tags:
- NAACL
Expand All @@ -13,7 +14,7 @@ categories: Publications

*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
5 changes: 3 additions & 2 deletions _posts/papers/2017-01-01-1702.03305.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Universal Dependencies to Logical Form with Negation Scope
venue: SemBEaR @ NAACL
venue_full: SemBEaR @ NAACL
venue: NAACL Workshop
names: Federico Fancellu, Siva Reddy, Adam Lopez, B. Webber
tags:
- NAACL
Expand All @@ -12,7 +13,7 @@ categories: Publications

*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Formalizing accessibility using linguistic productivity
venue: ''
venue: 'MIT Press'
names: Kyle Mahowald, J. Tenenbaum, T. O’Donnell

link: https://www.semanticscholar.org/paper/8a0e8e3a495400220a34b3e0a78fe1534c1fbd5b
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 'Grammar Induction for Minimalist Grammars using Variational Bayesian Inference
: A Technical Report'
venue: ''
venue: 'arXiv'
names: Eva Portelance, Amelia Bruno, Daniel Harasim, Leon Bergen, T. O’Donnell

link: https://www.semanticscholar.org/paper/aa2256899552328b09ad3c3f27b4f6dfc67a8a26
author: Timothy J. O'Donnell
author: Eva Portelance
categories: Publications

---
Expand Down
4 changes: 2 additions & 2 deletions _posts/papers/2017-03-08-10.1145-3017680.3028255.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Nifty Assignments
venue: Technical Symposium on Computer Science Education
venue: ACM SIGCSE Technical Symposium
names: Nick Parlante, Julie Zelenski, Dave Feinberg, Kunal Mishra, Josh Hug, Kevin
Wayne, Michael Guerzhoy, J. Cheung, François Pitt
tags:
- Technical Symposium on Computer Science Education
- ACM
link: https://doi.org/10.1145/3017680.3028255
author: Jackie Cheung
categories: Publications
Expand Down
3 changes: 1 addition & 2 deletions _posts/papers/2017-06-18-1706.05723.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
title: Detecting Large Concept Extensions for Conceptual Analysis
venue: MLDM
Recognition
names: L. Chartrand, J. Cheung, M. Bouguessa
tags:
- MLDM Recognition
- MLDM
link: https://arxiv.org/abs/1706.05723
author: Jackie Cheung
categories: Publications
Expand Down
4 changes: 2 additions & 2 deletions _posts/papers/2018-01-01-10.12775-3991-1.085.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 'The evolutionary causes of irregularity: Evidence for an irregularization
bias in morphological learning'
venue: ''
names: T. ODonnell, Kenny Smith
venue: 'Evolang'
names: T. O'Donnell, Kenny Smith

link: https://doi.org/10.12775/3991-1.085
author: Timothy J. O'Donnell
Expand Down
2 changes: 1 addition & 1 deletion _posts/papers/2018-01-01-10.31234-osf.io-emq8r.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Universality and diversity in human song
venue: ''
venue: 'Science'
names: Samuel A. Mehr, Manvir Singh, D. Knox, Daniel M. Ketter, Daniel Pickens-Jones,
S. Atwood, Christophe Lucas, Nori Jacoby, Alena Egner, Erin J. Hopkins, Rhea M.
Howard, Joshua K. Hartshorne, M. Jennings, Jan Simson, C. Bainbridge, S. Pinker,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Learning Multi-Task Communication with Message Passing
venue: ''
venue: 'AAAI'
names: Peng Liu, Jie Fu, Yue Dong, Xipeng Qiu, J. Cheung

link: https://www.semanticscholar.org/paper/8f76a0312dcbed23773e3e42bcf0b5ed534f6f5a
Expand Down
6 changes: 3 additions & 3 deletions _posts/papers/2020-11-01-2012.13978.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: 'MeDAL: Medical Abbreviation Disambiguation Dataset for Natural Language Understanding
Pretraining'
venue: EMNLP ClinicalNLP
venue_full: ClinicalNLP @ EMNLP
venue: EMNLP Workshop
names: Zhi Wen, Xing Han Lu, Siva Reddy
tags:
- EMNLP
Expand All @@ -10,14 +11,13 @@ author: Xing Han Lu
categories: Publications
code: https://github.com/BruceWen120/medal
thumbnail: /assets/images/papers/2012.13978.png

---



*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: On Posterior Collapse and Encoder Feature Dispersion in Sequence VAEs.
venue: ''
title: On Posterior Collapse and Encoder Feature Dispersion in Sequence VAEs
venue: 'arXiv'
names: Teng Long, Yanshuai Cao, J. Cheung

link: https://www.semanticscholar.org/paper/7269d4721ca2b6b555bee86aad97f562fa5cd9ac
Expand Down
5 changes: 3 additions & 2 deletions _posts/papers/2021-01-01-2109.13238.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Visually Grounded Reasoning across Languages and Cultures
venue: EMNLP (Best Paper Award)
venue_full: EMNLP (Best Paper Award)
venue: EMNLP
names: Fangyu Liu, Emanuele Bugliarello, E. Ponti, Siva Reddy, N. Collier, Desmond
Elliott
tags:
Expand All @@ -13,7 +14,7 @@ categories: Publications

*{{ page.names }}*

**{{ page.venue }}**
**{{ page.venue_full }}**

{% include display-publication-links.html pub=page %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Introduction to the special issue on simplicity in grammar learning
venue: ''
venue: 'Journal of Language Modelling'
names: Roni Katzir, T. O’Donnell, E. Rasin

link: https://www.semanticscholar.org/paper/e66b88e4dc9a6d5896748f9f40f7bbb5e67b0645
author: Timothy J. O'Donnell
categories: Publications
Expand Down
1 change: 0 additions & 1 deletion _posts/papers/2021-04-17-2104.08419.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'TIE: A Framework for Embedding-based Incremental Temporal Knowledge Graph
Completion'
venue: ACM SIGIR
Retrieval
names: Jiapeng Wu, Yishi Xu, Yingxue Zhang, Chen Ma, M. Coates, J. Cheung
tags:
- ACM
Expand Down
4 changes: 2 additions & 2 deletions _posts/papers/2022-05-25-2206.14145.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Question Personalization in an Intelligent Tutoring System
venue: International Conference on Artificial Intelligence in Education
venue: AIED
names: Sabina Elkins, Robert Belfer, E. Kochmar, Iulian Serban, J. Cheung
tags:
- International Conference on Artificial Intelligence in Education
- AIED
link: https://arxiv.org/abs/2206.14145
author: Sabina Elkins
categories: Publications
Expand Down
Loading

0 comments on commit 7031757

Please sign in to comment.