Skip to content

Commit

Permalink
first version of publications page
Browse files Browse the repository at this point in the history
obiwit committed Oct 26, 2022
1 parent e13fb72 commit 0c00b7d
Showing 35 changed files with 651 additions and 53 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
.DS_Store

2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -64,9 +64,11 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-21

DEPENDENCIES
http_parser.rb (~> 0.6.0)
@@ -76,6 +78,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.2.25
Binary file removed _data/.DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions _data/publication_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- title: ""
authors:
-
name:
nlp-lab: true
-
name:

year:
journal:
link:
code:
dataset:
project:
poster:
video:
demo:
slides:
17 changes: 17 additions & 0 deletions _data/publications/arabshahi-2021-emnlp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- title: "Conversational Multi-Hop Reasoning with Neural Commonsense Knowledge and Symbolic Logic Rules"
authors:
-
name: Forough Arabshahi
-
name: Jennifer Lee
-
name: Antoine Bosselut
nlp-lab: true
-
name: Yejin Choi
-
name: Tom Mitchell

year: 2021
journal: Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)
link: https://arxiv.org/abs/2109.08544
19 changes: 19 additions & 0 deletions _data/publications/bosselut-2016-acl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- title: "Learning Prototypical Event Structure from Photo Albums"
authors:
-
name: Antoine Bosselut
nlp-lab: true
-
name: Jianfu Chen
-
name: David Warren
-
name: Hannaneh Hajishirzi
-
name: Yejin Choi

year: 2016
journal: Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (ACL)
link: https://www.aclweb.org/anthology/P16-1167.pdf
dataset: https://drive.google.com/file/d/1zSO8BcpbGSNVAXHlMZQJT_RJwPNO4RYI/view?usp=sharing
project: https://atcbosselut.github.io/project/protoevents/
22 changes: 22 additions & 0 deletions _data/publications/bosselut-2018-iclr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- title: "Simulating Action Dynamics with Neural Process Networks"
authors:
-
name: Antoine Bosselut
nlp-lab: true
-
name: Omer Levy
-
name: Ari Holtzman
-
name: Corin Ennis
-
name: Dieter Fox
-
name: Yejin Choi

year: 2018
journal: Proceedings of the 6th International Conference for Learning Representations (ICLR)
link: https://arxiv.org/pdf/1711.05313
dataset: https://drive.google.com/file/d/1mBE5LoWz6vGVHarzz8fWNZ9_9-hT51Bb/view?usp=sharing
poster: https://atcbosselut.github.io/publication/bosselut-2017-simulating-ad/poster.pdf
video: https://youtu.be/TsKZHpDXIEY?t=1087
21 changes: 21 additions & 0 deletions _data/publications/bosselut-2018-naacl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- title: "Discourse-Aware Neural Rewards for Coherent Text Generation"
authors:
-
name: Antoine Bosselut
nlp-lab: true
-
name: Asli Çelikyilmaz
-
name: Xiaodong He
-
name: Jianfeng Gao
-
name: Po-Sen Huang
-
name: Yejin Choi

year: 2018
journal: Proceedings of the 16th Annual Meeting of the North American Association for Computational Linguistics (NAACL)
link: https://arxiv.org/pdf/1805.03766.pdf
dataset: https://drive.google.com/file/d/1DPInlRPcCbXVUz8v6YITnOglrlipHshQ/view?usp=sharing
poster: https://atcbosselut.github.io/publication/bosselut-2018-discourse-aware-nr/poster.pdf
22 changes: 22 additions & 0 deletions _data/publications/bosselut-2019-acl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- title: "COMET: Commonsense Transformers for Automatic Knowledge Graph Construction"
authors:
-
name: Antoine Bosselut
nlp-lab: true
-
name: Hannah Rashkin
-
name: Maarten Sap
-
name: Chaitanya Malaviya
-
name: Asli Çelikyilmaz
-
name: Yejin Choi

year: 2019
journal: Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL)
link: http://arxiv.org/pdf/1906.05317.pdf
code: https://github.com/atcbosselut/comet-commonsense
poster: https://atcbosselut.github.io/publication/bosselut-2019-cometct/poster.pdf
video: https://www.youtube.com/watch?time_continue=2&v=HTE27VVwsNY
13 changes: 13 additions & 0 deletions _data/publications/bosselut-2021-aaai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- title: "Dynamic Neuro-Symbolic Knowledge Graph Construction for Zero-shot Commonsense Question Answering"
authors:
-
name: Antoine Bosselut
nlp-lab: true
-
name: Ronan Le Bras
-
name: Yejin Choi

year: 2021
journal: Proceedings of the 35th AAAI Conference on Artificial Intelligence (AAAI)
link: https://arxiv.org/abs/1911.03876
22 changes: 22 additions & 0 deletions _data/publications/da-2021-acl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- title: "Edited Media Understanding Frames: Reasoning About the Intents and Implications of Visual Disinformation"
authors:
-
name: Jeff Da
-
name: Maxwell Forbes
-
name: Rowan Zellers
-
name: Anthony Zheng
-
name: Jena D. Hwang
-
name: Antoine Bosselut
nlp-lab: true
-
name: Yejin Choi

year: 2021
journal: Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics (ACL)
link: https://aclanthology.org/2021.acl-long.158/
dataset: https://jeffda.com/edited-media-understanding
18 changes: 18 additions & 0 deletions _data/publications/da-2021-akbc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- title: "Analyzing Commonsense Emergence in Few-shot Knowledge Models"
authors:
-
name: Jeff Da
-
name: Ronan Le Bras
-
name: Ximing Lu
-
name: Yejin Choi
-
name: Antoine Bosselut
nlp-lab: true

year: 2021
journal: Proceedings of the 3rd Conference on Automated Knowledge Base Construction (AKBC)
link: https://arxiv.org/abs/2101.00297
code: https://github.com/allenai/few-shot-comet/
15 changes: 15 additions & 0 deletions _data/publications/du-2022-aaai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- title: "Synthetic Disinformation Attacks on Automated Fact Verification Systems"
authors:
-
name: Yibing Du
-
name: Antoine Bosselut
nlp-lab: true
-
name: Christopher D. Manning

year: 2022
journal: Proceedings of the 36th AAAI Conference on Artificial Intelligence (AAAI)
link: https://arxiv.org/abs/2202.09381
code: https://github.com/Yibing-Du/adversarial-factcheck
video: https://slideslive.com/38977068/synthetic-disinformation-attacks-on-automated-fact-verification-systems
18 changes: 18 additions & 0 deletions _data/publications/foroutan-2022-emnlp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- title: "Discovering Language-neutral Sub-networks in Multilingual Language Models"
authors:
-
name: Negar Foroutan
nlp-lab: true
-
name: Mohammadreza Banaei
-
name: Remi Lebret
-
name: Antoine Bosselut
nlp-lab: true
-
name: Karl Aberer

year: 2022
journal: Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)
link: https://arxiv.org/abs/2205.12672
20 changes: 20 additions & 0 deletions _data/publications/gao-2022-emnlp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- title: "ComFact: A Benchmark for Linking Contextual Commonsense Knowledge"
authors:
-
name: Silin Gao
nlp-lab: true
-
name: Jena D. Hwang
-
name: Saya Kanno
-
name: Hiromi Wakaki
-
name: Yuki Mitsufuji
-
name: Antoine Bosselut
nlp-lab: true

year: 2022
journal: Findings of EMNLP
link:
16 changes: 16 additions & 0 deletions _data/publications/gao-2022-taslp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- title: "End-to-End Task-Oriented Dialog Modeling with Semi-Structured Knowledge Management"
authors:
-
name: Silin Gao
nlp-lab: true
-
name: Ryuichi Takanobu
-
name: Antoine Bosselut
nlp-lab: true
-
name: Minlie Huang

year: 2022
journal: IEEE/ACM Transactions on Audio Speech and Language (TASLP)
link: https://arxiv.org/abs/2106.11796
22 changes: 22 additions & 0 deletions _data/publications/hwang-2021-aaai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- title: "(Comet-)Atomic 2020: On Symbolic and Neural Commonsense Knowledge Graphs"
authors:
-
name: Jena D. Hwang
-
name: Chandra Bhagavatula
-
name: Ronan Le Bras
-
name: Jeff Da
-
name: Keisuke Sakaguchi
-
name: Antoine Bosselut
nlp-lab: true
-
name: Yejin Choi

year: 2021
journal: Proceedings of the 35th AAAI Conference on Artificial Intelligence (AAAI)
link: https://arxiv.org/abs/2010.05953
code: https://github.com/allenai/comet-atomic-2020
17 changes: 17 additions & 0 deletions _data/publications/jiang-2021-naacl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- title: "I'm Not Mad: Commonsense Implications of Negation and Contradiction"
authors:
-
name: Liwei Jiang
-
name: Antoine Bosselut
nlp-lab: true
-
name: Chandra Bhagavatula
-
name: Yejin Choi

year: 2021
journal: Proceedings of the 18th Meeting of the North American Association for Computational Linguistics (NAACL)
link: https://arxiv.org/abs/2104.06511
code: https://github.com/liweijiang/anion
dataset: https://drive.google.com/file/d/1WmI7SbXqIGUb8AbiF9XPwt2DfR2FBXgP/view?usp=sharing
17 changes: 17 additions & 0 deletions _data/publications/madaan-2022-emnlp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- title: "Conditional set generation using Seq2seq models"
authors:
-
name: Aman Madaan
-
name: Dheeraj Rajagopal
-
name: Niket Tandon
-
name: Yiming Yang
-
name: Antoine Bosselut
nlp-lab: true

year: 2022
journal: Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)
link: https://arxiv.org/abs/2205.12485
19 changes: 19 additions & 0 deletions _data/publications/mitchell-2022-iclr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- title: "Fast Model Editing at Scale"
authors:
-
name: Eric Mitchell
-
name: Charles Lin
-
name: Antoine Bosselut
nlp-lab: true
-
name: Chelsea Finn
-
name: Christopher D. Manning

year: 2022
journal: Proceedings of the 10th International Conference for Learning Representations (ICLR)
link: https://arxiv.org/abs/2110.11309
code: https://github.com/eric-mitchell/mend
project: https://sites.google.com/view/mend-editing
Loading

0 comments on commit 0c00b7d

Please sign in to comment.