diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 00000000000..f64d90c6a7b --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,65 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["gh-pages"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Ruby + # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 + with: + ruby-version: '3.1' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + cache-version: 0 # Increment this number if you need to re-download cached gems + - name: Setup Pages + id: pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + # Outputs to the './_site' directory by default + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + env: + JEKYLL_ENV: production + - name: Upload artifact + # Automatically uploads an artifact from the './_site' directory by default + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/_config.yml b/_config.yml index 76d4eb9d206..3c9c275913a 100644 --- a/_config.yml +++ b/_config.yml @@ -8,25 +8,25 @@ # /____/ # # Title of your website -title: 'Feeling Responsive' +title: 'ORIGen 2025' # The slogan describes your website and is used on homepage in and other important places -slogan: 'A Flexible Theme for Jekyll' +slogan: 'Optimal Reliance and Accountability in Interactions with Generative LMs' # The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes. -description: '»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette.' +description: 'Workshop on Optimal Reliance and Accountability in Interactions with Generative LMs' # The credits show up in the includes/_footer.html – It would be nice of you to leave a link to Phlow or Feeling Responsive as a thank you :) -credits: '<p>Created with ♥ by <a href="http://phlow.de/">Phlow</a> with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> based on <a href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a>.</p>' +credits: '<p>Based on <a href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a></p>' # Main author of the website # See > authors.yml -author: phlow +author: origen # This URL is the main address for absolute links. Don't include a slash at the end. # -url: 'https://phlow.github.io' -baseurl: '/feeling-responsive' +url: 'https://origen-workshop.github.io' +baseurl: '' # This is for the editing function in _/includes/improve_content # Leave it empty if your site is not on GitHub/GitHub Pages @@ -38,7 +38,7 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages # Example: <img src="{{ site.urlimg }}{{ post.image.title }}" /> # Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg) # -urlimg: 'https://phlow.github.io/feeling-responsive/images/' +urlimg: 'https://origen-workshop.github.io/images/' # Logo size is 600x80 pixels @@ -112,7 +112,7 @@ defaults: show_meta: false # Hide metadata for all pages # sidebar: # Possible values › left, right › by default there will be no sidebar comments: false - author: phlow # Default author for pages + author: origen # Default author for pages - scope: path: '' @@ -121,7 +121,7 @@ defaults: show_meta: true # Show metadata for all posts # sidebar: # Possible values › left, right › by default there will be no sidebar comments: false - author: phlow # Default author for posts + author: origen # Default author for posts @@ -143,8 +143,8 @@ defaults: # ___/ / /___/ /_/ / # /____/_____/\____/ Verify Website to Webmaster Tools -google_site_verification : 'Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ' -bing_webmastertools_id : '0FB4C028ABCF07C908C54386ABD2D97F' +# google_site_verification : 'Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ' +# bing_webmastertools_id : '0FB4C028ABCF07C908C54386ABD2D97F' # yandex_site_verification : '' # alexa_verify_id : '' @@ -177,9 +177,9 @@ msapplication_tilecolor : '#fabb00' # / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,< # /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize -og_image : 'http://images.phlow.de/phlow/phlow_de-logo-512x.png' -og_locale : 'en_EN' -og_type : 'website' +# og_image : 'http://images.phlow.de/phlow/phlow_de-logo-512x.png' +# og_locale : 'en_EN' +# og_type : 'website' # _____ _ __ __ ___ ___ @@ -191,9 +191,9 @@ og_type : 'website' # Open _data/socialmedia.yml to adjust the left and right topbar navigation # -socialmedia: - twitter : phlow - facebook : phlow.media +# socialmedia: +# twitter : phlow +# facebook : phlow.media # ____ _ diff --git a/_data/authors.yml b/_data/authors.yml index 491829fe669..8d7a0922c58 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -5,10 +5,10 @@ # 3. Change default post/page authors in config.yml # # Resource › http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html -phlow: # replace this with your info - name: "Phlow" - siterole: "webmaster, developer, copywriter, designer" - uri: http://phlow.de/ - email: - twitter: "@phlow" -# you can add more authors here \ No newline at end of file +origen: # replace this with your info + name: "ORIGen" + siterole: "webmaster" + uri: http://origen-workshop.github.io/ + email: origenworkshop@gmail.com + twitter: +# you can add more authors here diff --git a/_data/language.yml b/_data/language.yml index e107f3ea45b..0460bbdc161 100644 --- a/_data/language.yml +++ b/_data/language.yml @@ -4,9 +4,9 @@ blog_archive: "Blog Archive" blog: "Blog" comments_headline: "Dialogue & Discussion" more: "More ›" -more_articles: "More Articles" +more_articles: "More Posts" navigation_title: "Navigation" -new_blog_entries: "New Blog Articles" +new_blog_entries: "News and Announcements" next: "Next" next_posts: "Next Posts" previous: "Previous" @@ -21,4 +21,4 @@ breadcrumb_start: "Start" edit: "Edit" this_content_is_open_source: "This content is open source." help_improve_it: "Help improve it" -enter_search_term: "Enter search term and hit enter" \ No newline at end of file +enter_search_term: "Enter search term and hit enter" diff --git a/_data/navigation.yml b/_data/navigation.yml index 749b176677d..3c019f2ff35 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,74 +1,26 @@ -- title: Start +- title: Home url: "/" side: left -- title: Getting Started - url: "/getting-started/" +- title: Submissions + url: "/submissions/" side: left -- title: "Templates" - url: "/design/" +- title: Dates + url: "/dates/" side: left - dropdown: - - title: "Grid & Colors" - url: "/design/grid/" - - title: "Typography" - url: "/design/typography/typography/" - - title: "Page/Post" - url: "/design/page/" - - title: "Post-Left-Sidebar" - url: "/design/post-left-sidebar/" - - title: "Post-Right-Sidebar" - url: "/design/post-right-sidebar/" - - title: "Page Full-Width" - url: "/design/page-fullwidth/" - - title: "Blog-Page" - url: "/blog/" - - title: "Video" - url: "/design/video/" - - title: "Gallery" - url: "/design/gallery/" - - title: "Portfolio" - url: "/design/portfolio/" -- title: "Header Styles" - url: "/headers/" +- title: Programme + url: "/programme/" side: left - dropdown: - - title: "Header with Full-Width-Image" - url: "/design/header-full-width-image/" - - title: "Header with Image and Pattern" - url: "/design/header-image-pattern/" - - title: "Header with image and color" - url: "/design/header-image-color/" - - title: "Header Only With Logo" - url: "/design/header-logo-only/" - - title: "Header With Text" - url: "/design/header-with-text/" - - title: "No Header" - url: "/design/no-header/" - - title: "No Header but Image" - url: "/design/no-header-but-image/" -- title: Documentation - url: "/documentation/" +- title: Invited Speakers + url: "/speakers/" side: left - dropdown: - - title: "Changelog" - url: "/changelog/" - - title: "Roadmap" - url: "/roadmap/" -- title: Blog - url: "/blog/" +- title: Organizers + url: "/organizers/" side: left - dropdown: - - title: "Blog Archive" - url: "/blog/archive/" - -- title: "Search" - url: "/search/" - side: right - title: "Contact" url: "/contact/" diff --git a/_data/network.yml b/_data/network.yml index bff834931b6..814bcf1e6b8 100644 --- a/_data/network.yml +++ b/_data/network.yml @@ -1,21 +1,21 @@ -- menu_name: "Dankeschön" +# - menu_name: "Dankeschön" -- name: "Icons by Daniel Bruce" - url: "http://entypo.com/" - class: "network-entypo" - title: "Icons by Daniel Bruce" +# - name: "Icons by Daniel Bruce" +# url: "http://entypo.com/" +# class: "network-entypo" +# title: "Icons by Daniel Bruce" -- name: "Built on Foundation" - url: "http://foundation.zurb.com/" - class: "services-newsletter" - title: "Built on Foundation" +# - name: "Built on Foundation" +# url: "http://foundation.zurb.com/" +# class: "services-newsletter" +# title: "Built on Foundation" -- name: "Images by Unsplash" - url: "http://unsplash.com/" - class: "rss-link" - title: "Images by Unsplash" +# - name: "Images by Unsplash" +# url: "http://unsplash.com/" +# class: "rss-link" +# title: "Images by Unsplash" -- name: "Using Backstretch by Scott Robbin" - url: "http://srobbin.com/jquery-plugins/backstretch/" - class: "sitemap-link" - title: "Using Backstretch by Scott Robbin" +# - name: "Using Backstretch by Scott Robbin" +# url: "http://srobbin.com/jquery-plugins/backstretch/" +# class: "sitemap-link" +# title: "Using Backstretch by Scott Robbin" diff --git a/_data/services.yml b/_data/services.yml index d93ff220520..c8a4557b9ef 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -4,14 +4,14 @@ url: "/contact/" title: "Contact" -- name: "RSS" - url: "/feed.xml" - title: "Subscribe to RSS Feed" +# - name: "RSS" +# url: "/feed.xml" +# title: "Subscribe to RSS Feed" -- name: "Atom" - url: "/atom.xml" - title: "Subscribe to Atom Feed" +# - name: "Atom" +# url: "/atom.xml" +# title: "Subscribe to Atom Feed" -- name: "sitemap.xml" - url: "/sitemap.xml" - title: "Sitemap for Google Webmaster Tools" +# - name: "sitemap.xml" +# url: "/sitemap.xml" +# title: "Sitemap for Google Webmaster Tools" diff --git a/_data/socialmedia.yml b/_data/sponsors.yml similarity index 50% rename from _data/socialmedia.yml rename to _data/sponsors.yml index 7befbab361b..96b6aefd184 100644 --- a/_data/socialmedia.yml +++ b/_data/sponsors.yml @@ -1,22 +1,22 @@ -- name: GitHub - url: http://github.com/phlow - class: icon-github - title: Code und mehr... - -- name: YouTube - url: http://www.youtube.com/PhlowMedia - class: icon-youtube - title: "Videos, Video-Anleitungen und Filme von Phlow auf YouTube" - -- name: Twitter - url: http://twitter.com/phlow - class: icon-twitter - title: "Immer das Neuste von Phlow gibt es auf Twitter" - -- name: Mixcloud - url: http://www.mixcloud.com/phlow/ - class: icon-cloud - title: "Mixe, was sonst?" + - name: COLM + url: https://colmweb.org + image: logo.svg + title: "COLM 2025" + + - name: AIJ + url: https://aij.ijcai.org + image: ARTINT_Logo2_c_web_more.jpg + title: "AIJ" + +# - name: Twitter +# url: http://twitter.com/phlow +# class: icon-twitter +# title: "Immer das Neuste von Phlow gibt es auf Twitter" + +# - name: Mixcloud +# url: http://www.mixcloud.com/phlow/ +# class: icon-cloud +# title: "Mixe, was sonst?" # - name: Facebook # url: http://www.facebook.com/ diff --git a/_includes/_footer.html b/_includes/_footer.html index c5676881eff..7c5a5554f1b 100755 --- a/_includes/_footer.html +++ b/_includes/_footer.html @@ -8,12 +8,11 @@ <footer id="footer-content" class="bg-grau"> <div id="footer"> <div class="row"> - <div class="medium-6 large-5 columns"> + <div class="medium-6 large-4 columns"> <h5 class="shadow-black">{{ site.data.language.info_website }}</h5> <p class="shadow-black"> {{ site.description }} - <a href="{{ site.url }}{{ site.baseurl }}/info/">{{ site.data.language.more }}</a> </p> </div><!-- /.large-6.columns --> @@ -36,7 +35,7 @@ <h5 class="shadow-black">{{ service_item.menu_name }}</h5> </div><!-- /.large-4.columns --> - <div class="small-6 medium-3 large-3 columns"> + <div class="small-6 medium-3 large-4 columns"> {% for network_item in site.data.network %} {% if forloop.first == true %} <h5 class="shadow-black">{{ network_item.menu_name }}</h5> @@ -44,13 +43,12 @@ <h5 class="shadow-black">{{ network_item.menu_name }}</h5> {% endfor %} <ul class="no-bullet shadow-black"> - {% for network_item in site.data.network %} - {% if network_item.url contains 'http' %}{% assign domain = '' %}{% else %}{% capture domain %}{{ site.url }}{{ site.baseurl }}{% endcapture %}{% endif %} - <li {% if network_item.class %}class="{{ network_item.class }}" {% endif %}> - <a href="{{ domain }}{{ network_item.url }}" {% if network_item.url contains 'http' %}target="_blank" {% endif %} title="{{ network_item.title }}">{{ network_item.name }}</a> - </li> + {% for sponsor in site.data.sponsors %} + <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ site.urlimg }}{{ sponsor.image }}" style="width:auto;height:90px;"></a> {% endfor %} </ul> + </section> + </ul> </div><!-- /.large-3.columns --> </div><!-- /.row --> diff --git a/_includes/_frontpage-widget.html b/_includes/_frontpage-widget.html index 1b5b76ea204..eacf77b10bb 100644 --- a/_includes/_frontpage-widget.html +++ b/_includes/_frontpage-widget.html @@ -26,4 +26,4 @@ <h2 class="font-size-h3 t10">{{ include.widget.title }}</h2> {% if include.widget.text != empty %}<p>{{ include.widget.text }}</p>{% endif %} {% if widget_url != empty %}<p><a class="button tiny radius" href="{{ widget_url }}">{{ site.data.language.more }}</a></p>{% endif %} -</div> \ No newline at end of file +</div> diff --git a/_includes/_gallery-widget.html b/_includes/_gallery-widget.html new file mode 100644 index 00000000000..9dca1740cfc --- /dev/null +++ b/_includes/_gallery-widget.html @@ -0,0 +1,49 @@ + +{% comment %} +* +* First the include captures the url and image in a +* separate variable to make the code better readable. +* +* These variables are widget_url and widget_image +* +{% endcomment %} + +{% capture widget_url %}{% if include.widget.url == NULL %}{% elsif include.widget.url contains 'http' %}{{ include.widget.url }}{% else %}{{ site.url }}{{ site.baseurl }}{{ include.widget.url }}{% endif %}{% endcapture %} + +{% capture widget_id %}{{ include.widget.id }}{% endcapture %} + +{% capture widget_image %}{% if include.widget.image contains 'http' %}{{ include.widget.image }}{% else %}{{ site.urlimg }}{{ include.widget.image }}{% endif %}{% endcapture %} + +<script> + function showHideDesc(id) { + var x = document.getElementById(id); + if (x.style.display === "none") { + x.style.display = "block"; + } else { + x.style.display = "none"; + } + } +</script> + +<div class="medium-3 columns gallery-widget"> + {% if include.widget.video %} + {{ include.widget.video }} + {% elsif widget_url == empty %} + {% if widget_image != empty %}<img src="{{ widget_image }}" alt="" style="width:auto;height:200px;" />{% endif %} + {% else %} + <a href="{{ widget_url }}"> + {% if widget_image != empty %}<img src="{{ widget_image }}" alt="" style="width:auto;height:200px;" />{% endif %} + </a> + {% endif %} + <h2 class="font-size-h3 t10">{{ include.widget.title }}</h2> + + {% if include.widget.text != empty %}<p>{{ include.widget.text }}</p>{% endif %} + {% if include.widget.description != empty %} + <p> + <button class="tiny radius" onclick="showHideDesc('{{ widget_id }}')">{{ site.data.language.more }}</button> + <div id="{{ widget_id }}" style="display: none;"> + {{ include.widget.description }} <br /> {% if widget_url != empty %}<a href="{{ widget_url }}" target="_blank">{{ site.data.language.more }}</a>{% endif %} + </div> + </p> + {% endif %} +</div> diff --git a/_includes/_masthead.html b/_includes/_masthead.html index 18556227b3f..ae288b299fc 100644 --- a/_includes/_masthead.html +++ b/_includes/_masthead.html @@ -138,4 +138,4 @@ {% include _breadcrumb.html %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index b23abb39fbb..d1632fe47f6 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -99,7 +99,6 @@ <h2><a href="{{ site.url }}{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a </div><!-- /.row --> {% endunless %} - {% comment %} * * Finally, if there is content, spit it out. diff --git a/_layouts/gallery.html b/_layouts/gallery.html new file mode 100644 index 00000000000..909228e7488 --- /dev/null +++ b/_layouts/gallery.html @@ -0,0 +1,61 @@ +--- +layout: default +format: gallery +--- +<div id="header-home"> + <div class="row"> + <div class="small-12 columns"> + </div><!-- /.medium-4.columns --> + </div><!-- /.row --> +</div><!-- /#header-home --> + + +{% comment %} +* +* First check, if widget is empty or not by checking if there is a title +* +{% endcomment %} +<div class="row t60"> + {% if page.widget1.image or page.widget1.video or page.widget1.title %} + {% include _gallery-widget.html widget=page.widget1 %} + {% endif %} + + {% if page.widget2.image or page.widget2.video or page.widget2.title %} + {% include _gallery-widget.html widget=page.widget2 %} + {% endif %} + + {% if page.widget3.image or page.widget3.video or page.widget3.title %} + {% include _gallery-widget.html widget=page.widget3 %} + {% endif %} + + {% if page.widget4.image or page.widget4.video or page.widget4.title %} + {% include _gallery-widget.html widget=page.widget4 %} + {% endif %} +</div><!-- /.row --> +<div class="row t60"> + {% if page.widget5.image or page.widget5.video or page.widget5.title %} + {% include _gallery-widget.html widget=page.widget5 %} + {% endif %} + + {% if page.widget6.image or page.widget6.video or page.widget6.title %} + {% include _gallery-widget.html widget=page.widget6 %} + {% endif %} + + {% if page.widget7.image or page.widget7.video or page.widget7.title %} + {% include _gallery-widget.html widget=page.widget7 %} + {% endif %} + + {% if page.widget8.image or page.widget8.video or page.widget8.title %} + {% include _gallery-widget.html widget=page.widget8 %} + {% endif %} +</div><!-- /.row --> + +{% comment %} +* +* Finally, if there is content, spit it out. +* +{% endcomment %} + +<div class="row"> + {{ content }} +</div><!-- /.row --> diff --git a/_posts/2025-05-12-introducing-origen-workshop.md b/_posts/2025-05-12-introducing-origen-workshop.md new file mode 100644 index 00000000000..244cbbadc7a --- /dev/null +++ b/_posts/2025-05-12-introducing-origen-workshop.md @@ -0,0 +1,35 @@ +--- +layout: page +# +# Content +# +subheadline: "About the workshop" +title: "Introducing the ORIGen Workshop" +teaser: "Optimal Reliance and Accountability in Interactions with Generative LMs" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +The **First Workshop on Optimal Reliance and Accountability in Interactions with Generative LMs** (ORIGen) will be held in conjuction with the Conference on Language Modeling (COLM) on **October 10, 2025 at the Palais de Congrès in Montréal, Québec, Canada**! + +With the rapid integration of generative AI, exemplified by large language models (LLMs), into personal, educational, business, and even governmental workflows, such systems are increasingly being treated as “collaborators” with humans. +In such scenarios, underreliance or avoidance of AI assistance may obviate the potential speed, efficiency, or scalability advantages of a human-LLM team, but simultaneously, there is a risk that subject matter non-experts may overrely on LLMs and trust their outputs uncritically, with consequences ranging from the inconvenient to the catastrophic. +Therefore, establishing optimal levels of reliance within an interactive framework is a critical open challenge as language models and related AI technology rapidly advances. + +* What factors influence overreliance on LLMs? +* How can the consequences of overreliance be predicted and guarded against? +* What verifiable methods can be used to apportion accountability for the outcomes of human-LLM interactions? +* What methods can be used to imbue such interactions with appropriate levels of “friction” to ensure that humans think through the decisions they make with LLMs in the loop? + +The **ORIGen** workshop provides a new venue to address these questions and more through a multidisciplinary lens. +We seek to bring together broad perspectives from AI, NLP, HCI, cognitive science, psychology, and education to highlight the importance of mediating human-LLM interactions to mitigate overreliance and promote accountability in collaborative human-AI decision-making. Please see our [call for papers](https://origen-workshop.github.io/submissions#about) for more! diff --git a/_posts/2025-06-18-deadline-extension.md b/_posts/2025-06-18-deadline-extension.md new file mode 100644 index 00000000000..4d6b5b5bb1b --- /dev/null +++ b/_posts/2025-06-18-deadline-extension.md @@ -0,0 +1,23 @@ +--- +layout: page +# +# Content +# +subheadline: "Deadline extension" +title: "Deadline extended until June 27" +teaser: "Submission deadline extended one week" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +The deadline for submissions to ORIGen has been exteded by 1 week. Papers are due June 27th, anywhere on Earth via [OpenReview](https://openreview.net/group?id=colmweb.org/COLM/2025/Workshop/ORIGen). Please see [Submissions](https://origen-workshop.github.io/submissions/) for more information! diff --git a/_posts/2025-07-03-late-breaking-submission-track.md b/_posts/2025-07-03-late-breaking-submission-track.md new file mode 100644 index 00000000000..c87e6ca1862 --- /dev/null +++ b/_posts/2025-07-03-late-breaking-submission-track.md @@ -0,0 +1,27 @@ +--- +layout: page +# +# Content +# +subheadline: "Inviting late-breaking submissions" +title: "ORIGen Late-Breaking submission track" +teaser: "Submissions due July 10, with fast review period" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +ORIGen is inviting the submission of "Late-Breaking" papers for consideration for the workshop. These papers will undergo a speedy review cycle and notifications of review outcome will be sent by July 24 (the same day as notifications for the main track, which provides sufficient time for invitation letters from COLM if required for visa purposes). + +The Late Breaking paper track will open for submission on July 7 (the same day as COLM notifications are due to go out), and papers will be due July 10 via [OpenReview](https://openreview.net/group?id=colmweb.org/COLM/2025/Workshop/ORIGen_Late_Breaking) (note that this submission link is different from the main track submission link). Authors of Late Breaking papers that have been reviewed previously may choose to include a link to the previous reviews if available. These reviews may help guide the ORIGen reviewers' assessment of the paper, but accept/reject decisions will be made based only the reviews of the ORIGen program committee. Please see [Submissions](https://origen-workshop.github.io/submissions#lb) for more information on the workshop theme and goals. + +Submitting authors of Late Breaking papers should note that to facilitate a fast review process, papers submitted to the Late Breaking track will be assigned reviewers as soon as they are received in OpenReview, even if the submission window has not yet closed. Therefore revisions to the submission after initial submission are strongly discouraged, as revised copies may not be reviewed. diff --git a/_posts/2025-07-11-late-breaking-deadline-extension.md b/_posts/2025-07-11-late-breaking-deadline-extension.md new file mode 100644 index 00000000000..5fb2ae368c3 --- /dev/null +++ b/_posts/2025-07-11-late-breaking-deadline-extension.md @@ -0,0 +1,23 @@ +--- +layout: page +# +# Content +# +subheadline: "Accepting late-breaking submissions until July 14" +title: "Late-Breaking deadline extended" +teaser: "Late-Breaking deadline extended to July 14" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +We have extended the deadline for late-breaking submissions to *July 14*! Submissions can be made [here](https://openreview.net/group?id=colmweb.org/COLM/2025/Workshop/ORIGen_Late_Breaking). Notifications are still scheduled to go out July 24! diff --git a/_posts/2025-08-15-programme-list-accepted-papers-posted.md b/_posts/2025-08-15-programme-list-accepted-papers-posted.md new file mode 100644 index 00000000000..1ac7d3844ea --- /dev/null +++ b/_posts/2025-08-15-programme-list-accepted-papers-posted.md @@ -0,0 +1,21 @@ +--- +layout: page +# +# Content +# +title: "Programme and list of accepted papers posted" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +The draft programme and list of accepted papers is now available [here](https://origen-workshop.github.io/programme/)! Please check frequently as the camera-ready PDFs will be posted shortly. We look forward to an excellent workshop. diff --git a/_posts/2025-09-01-excited-welcome-vera-liao.md b/_posts/2025-09-01-excited-welcome-vera-liao.md new file mode 100644 index 00000000000..76c06cc224a --- /dev/null +++ b/_posts/2025-09-01-excited-welcome-vera-liao.md @@ -0,0 +1,26 @@ +--- +layout: page +# +# Content +# +subheadline: "Talk title and abstract now posted" +title: "We are excited to welcome invited speaker Q. Vera Liao!" +teaser: "Facilitating Appropriate Reliance on AI: Lessons from HCI Research" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +We are excited to welcome Q. Vera Liao for her invited talk *Facilitating Appropriate Reliance on AI: Lessons from HCI Research*! + +ABSTRACT\ +Having appropriate reliance on AI is key to harnessing the benefits of AI technology and achieving human-AI complementarity; while inappropriate reliance, particularly overreliance on AI, can lead to a range of harms, from high-stakes errors, de-skilling, to infrastructural vulnerabilities. Since before this wave of LLM technology, the field of human-computer interaction (HCI) has been studying how to facilitate appropriate reliance on AI, through empirical investigation of how people choose to rely or not rely on AI, designing interventions to mitigate inappropriate reliance, and developing approaches to measure and model people’s reliance behaviors. In this talk, I will provide an overview of these lines of HCI research and pose three open questions in the age of LLMs: How should we grapple with the normative question of what constitutes appropriate reliance? How can we measure and monitor reliance without intensive behavior surveillance? How can we deliver targeted preventive interventions to prevent overreliance by accounting for the system, individual, and contextual risk factors? diff --git a/_posts/2025-09-08-excited-welcome-andreas-vlachos.md b/_posts/2025-09-08-excited-welcome-andreas-vlachos.md new file mode 100644 index 00000000000..2f577c688ac --- /dev/null +++ b/_posts/2025-09-08-excited-welcome-andreas-vlachos.md @@ -0,0 +1,26 @@ +--- +layout: page +# +# Content +# +subheadline: "Talk title and abstract now posted" +title: "We are excited to welcome invited speaker Andreas Vlachos!" +teaser: "Towards Constructive Conversations" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +We are excited to welcome Andreas Vlachos for his invited talk *Towards Constructive Conversations*! + +ABSTRACT\ +In this talk I will present our work motivated by the question “What makes conversations among humans more constructive and how can we intervene to make them happen”. First I will discuss group decision-making in the context of the Wason Card Selection task, where we find that groups perform better than individuals, and, more interestingly, can reach a correct decision even if no one had it in the beginning of the conversation. Following this, I will present the Wikipedia disputes dataset which has allowed us to examine how disagreements are resolved in the context of Wikipedia, the most successful large-scale collaborative project. Finally, I will discuss how LLMs could be used to intervene to improve our conversations. diff --git a/_posts/2025-09-15-excited-welcome-bertram-malle.md b/_posts/2025-09-15-excited-welcome-bertram-malle.md new file mode 100644 index 00000000000..1ebda6fda3c --- /dev/null +++ b/_posts/2025-09-15-excited-welcome-bertram-malle.md @@ -0,0 +1,26 @@ +--- +layout: page +# +# Content +# +subheadline: "Talk title and abstract now posted" +title: "We are excited to welcome invited speaker Bertram F. Malle!" +teaser: "Could Generative Language Models Have Moral Trustworthiness?" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +We are excited to welcome Bertram F. Malle for his invited talk *Could Generative Language Models Have Moral Trustworthiness?* + +ABSTRACT\ +In our previous theoretical and empirical work, we have examined people’s trust responses and moral judgments of social robots. I will apply some lessons we learned from this work to the question of moral trustworthiness of LLMs. I will ask three questions: (1) Does it even make sense to treat LLMs as "agents" that "have trustworthiness"? (2) If we do query LLMs' trustworthiness, what specifically moral attributes of trustworthiness would we want them to exhibit? (3) What would it take to design LLMs that actually have those attributes of moral trustworthiness? diff --git a/_posts/2025-09-15-excited-welcome-keynote-malihe-alikhani.md b/_posts/2025-09-15-excited-welcome-keynote-malihe-alikhani.md new file mode 100644 index 00000000000..424f8d9b1e1 --- /dev/null +++ b/_posts/2025-09-15-excited-welcome-keynote-malihe-alikhani.md @@ -0,0 +1,26 @@ +--- +layout: page +# +# Content +# +subheadline: "Keynote talk title and abstract now posted" +title: "We are excited to welcome keynote speaker Malihe Alikhani!" +teaser: "Theory of Mind in Generative Models: From Uncertainty to Shared Meaning" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: + thumb: + homepage: +mediaplayer: false +--- +We are excited to welcome Malihe Alikhani for her keynote talk *Theory of Mind in Generative Models: From Uncertainty to Shared Meaning* + +ABSTRACT\ +We will explore how generative models can effectively facilitate communicative grounding by incorporating theory of mind alongside uncertainty and human feedback. We begin by examining how models signal and quantify predictive uncertainty, highlighting computational parallels to epistemic stance. Next, we discuss belief modeling, presenting evidence that language models can infer degrees of interlocutor uncertainty, a crucial component in managing reference and intent. We address how a failure to accurately track beliefs may lead to sycophancy, or over-alignment with user views. We then explore the positive role of friction introduced through structured discourse or interactional pauses, which slows down interactions to promote clarity and facilitate grounding. Finally, we extend these concepts to multimodal and socially situated contexts, drawing on research in sign language modeling and human-in-the-loop training to illustrate how shared meaning can be constructed across diverse modalities and populations. This line of research demonstrates how generative models embody core mechanisms of pragmatic reasoning, offering linguists and cognitive scientists both methodological challenges and opportunities to question how computational systems reflect and shape our understanding of meaning and interaction. diff --git a/_posts/2025-10-14-thats-a-wrap.md b/_posts/2025-10-14-thats-a-wrap.md new file mode 100644 index 00000000000..e38ed150caf --- /dev/null +++ b/_posts/2025-10-14-thats-a-wrap.md @@ -0,0 +1,35 @@ +--- +layout: page +# +# Content +# +subheadline: "First ORIGen workshop concluded" +title: "That's a wrap!" +teaser: "Thanks to everyone who helped make ORIGen a success!" +categories: + - announcements +tags: + - announcements +# +# Styling +# +header: no +image: + title: 2025/IMG_7556.jpeg + thumb: 2025/IMG_7556.jpeg + homepage: +mediaplayer: false +--- +The inaugural Workshop on Optimal Reliance and Accountabilty in Interactions with Generative Language Models was held on Friday, October 10, 2025 at the Palais des Congrès in Montréal, QC, Canada! Thanks to everyone, from our speakers, panelists, and authors, to our reviewers and sponsors who helped make ORIGen a success! + +Best Paper was awarded to Gordon Briggs and Christina Wasylyshyn for *Constructive Disobedience and Trust in Human-Agent Interaction: A Multi-Scale Study*. Congratulations to Gordon and Christina! + +Slide decks for invited talks and lightning presentations can now be found on the [Programme](https://origen-workshop.github.io/2025/programme/) page. Stay tuned for the next one! + +<a href="https://origen-workshop.github.io/images/2025/IMG_7522.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7522.jpeg" alt="Andreas Vlachos answers questions during ORIGen 2025" title="Andreas Vlachos answers questions during ORIGen 2025" width="200"/></a> +<a href="https://origen-workshop.github.io/images/2025/IMG_7531.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7531.jpeg" alt="Malihe Alikhani delivers the keynote talk during ORIGen 2025" title="Malihe Alikhani delivers the keynote talk during ORIGen 2025" width="200"/></a> +<a href="https://origen-workshop.github.io/images/2025/IMG_7540.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7540.jpeg" alt="Bertram Malle's invited talk during ORIGen 2025" title="Bertram Malle's invited talk during ORIGen 2025" width="200"/></a> +<a href="https://origen-workshop.github.io/images/2025/IMG_7544.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7544.jpeg" alt="Vera Liao answers questions during ORIGen 2025" title="Vera Liao answers questions during ORIGen 2025" width="200"/></a> +<a href="https://origen-workshop.github.io/images/2025/IMG_7545.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7545.jpeg" alt="Poster session during ORIGen 2025" title="Poster session during ORIGen 2025" width="200"/></a> +<a href="https://origen-workshop.github.io/images/2025/IMG_7549.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7549.jpeg" alt="Diyi Yang speaks on the panel discussion during ORIGen 2025" title="Diyi Yang speaks on the panel discussion during ORIGen 2025" width="200"/></a> +<a href="https://origen-workshop.github.io/images/2025/IMG_7556.jpeg"><img src="https://origen-workshop.github.io/images/2025/IMG_7556.jpeg" alt="Best Paper award winner, panelists, and organizers at the conclusion of ORIGen 2025" title="Best Paper award winner, panelists, and organizers at the conclusion of ORIGen 2025" width="200"/></a> diff --git a/_posts/design/2014-07-09-post-left-sidebar.md b/_posts/design/2014-07-09-post-left-sidebar.md deleted file mode 100755 index f7f0b3dadb0..00000000000 --- a/_posts/design/2014-07-09-post-left-sidebar.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: page -sidebar: left -subheadline: Templates -title: "Page/Post With Left Sidebar" -teaser: "This is a example of page/post with a sidebar on the left." -breadcrumb: true -tags: - - post format -categories: - - design -image: - thumb: gallery-example-3-thumb.jpg - title: gallery-example-3.jpg - caption_url: http://unsplash.com ---- -*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter: -<!--more--> - -~~~ -show_meta: true -~~~ - -If you don't want to show metadata, it's simple again: - -~~~ -show_meta: false -~~~ - - -## Other Post Formats -{: .t60 } -{% include list-posts tag='post format' %} diff --git a/_posts/design/2014-07-10-breadcrumb.md b/_posts/design/2014-07-10-breadcrumb.md deleted file mode 100755 index 7b4607620fd..00000000000 --- a/_posts/design/2014-07-10-breadcrumb.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Breadcrumbs" -teaser: "If you need them, <em>Feeling Responsive</em> offers you a breadcrumb navigation. You can easily turn it on/off via frontmatter." -breadcrumb: true -categories: - - design -tags: - - blog - - content - - post ---- -<!--more--> - -{% include alert alert="WARNING: If you use breadcrumbs be aware, that if you use categories, you need pages for those categories. If not, the link in the breadcrumb won't work." %} - -## Front Matter Code -~~~ -breadcrumb: true -~~~ diff --git a/_posts/design/2014-07-10-page.md b/_posts/design/2014-07-10-page.md deleted file mode 100755 index 58d4fb6b692..00000000000 --- a/_posts/design/2014-07-10-page.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -layout: page -subheadline: Templates -title: "The Post/Page Template" -teaser: "The default template for posts and pages aligns the page beautifully in the middle. <strong>But</strong> you can customize posts/pages easily via switches in the front matter to <em>get a sidebar</em> and/or to <em>turn off meta-information</em> at the end of the page like categories, tags and dates." -meta_teaser: "This is an example of a beautiful aligned post in the middle. There is no sidebar to distract the reader. The difference to the Page-Template is, that you find meta-information at the bottom of the post." -breadcrumb: true -categories: - - design -tags: - - blog - - content - - post - - post format -image: - title: gallery-example-1.jpg - caption: Unsplash.com - caption_url: http://unsplash.com -author: mo ---- -*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter: -<!--more--> - -~~~ -show_meta: true -~~~ - -If you don't want to show metadata, it's simple again: - -~~~ -show_meta: false -~~~ - - -## Other Post Formats -{: .t60 } -{% include list-posts tag='post format' %} - diff --git a/_posts/design/2014-07-10-post-right-sidebar.md b/_posts/design/2014-07-10-post-right-sidebar.md deleted file mode 100755 index d1df6697b7e..00000000000 --- a/_posts/design/2014-07-10-post-right-sidebar.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: page -sidebar: right -subheadline: Templates -title: "Page/Post Right Sidebar" -teaser: "This is an example of page/post with a sidebar on the right." -breadcrumb: true -tags: - - post format -categories: - - design -image: - thumb: gallery-example-2-thumb.jpg - title: gallery-example-2.jpg - caption: Unsplash.com - caption_url: http://unsplash.com ---- -*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter: -<!--more--> - -~~~ -show_meta: true -~~~ - -If you don't want to show metadata, it's simple again: - -~~~ -show_meta: false -~~~ - - -## Other Post Formats -{: .t60 } -{% include list-posts tag='post format' %} diff --git a/_posts/design/2014-08-19-page-fullwidth.md b/_posts/design/2014-08-19-page-fullwidth.md deleted file mode 100755 index add2e44c14b..00000000000 --- a/_posts/design/2014-08-19-page-fullwidth.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: page-fullwidth -title: "The Full-Width Page Template" -subheadline: "Multi-Device Layouts" -teaser: "The full-width page format gives you all the space you need to show your content using the grid." -categories: - - design -header: - image_fullwidth: header_unsplash_leaf.jpg ---- -*Feeling Responsive* is built on Foundation. And of course, we make use of the wonderful grid system and so can you. Find out more about [constructing beautiful layouts][1] in the foundation documentation. -<!--more--> - -<div class="row"> - <div class="medium-4 columns t30"> - <img src="{{ site.urlimg }}gallery-example-4.jpg" alt=""> - </div><!-- /.medium-4.columns --> - - <div class="medium-4 columns t30"> - <img src="{{ site.urlimg }}gallery-example-5.jpg" alt=""> - </div><!-- /.medium-4.columns --> - - <div class="medium-4 columns t30"> - <img src="{{ site.urlimg }}gallery-example-6.jpg" alt=""> - </div><!-- /.medium-4.columns --> - -</div><!-- /.row --> - - -<div class="row"> - <div class="medium-8 columns t30"> - <img src="{{ site.urlimg }}gallery-example-7.jpg" alt=""> - </div><!-- /.medium-8.columns --> - - <div class="medium-4 columns t30"> - <img src="{{ site.urlimg }}gallery-example-3.jpg" alt=""> - <img class="t30" src="{{ site.urlimg }}gallery-example-8.jpg" alt=""> - </div><!-- /.medium-4.columns --> - -</div><!-- /.row --> - - - - [1]: http://foundation.zurb.com/docs/components/grid.html diff --git a/_posts/design/2014-09-10-portfolio.md b/_posts/design/2014-09-10-portfolio.md deleted file mode 100755 index b009360085a..00000000000 --- a/_posts/design/2014-09-10-portfolio.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -layout: page-fullwidth -title: "Show your beautiful work!" -subheadline: "Portfolio" -teaser: "With <em>Feeling Responsive</em> you don't need a special portfolio template. Just check out the great possibilities of the <a href='http://foundation.zurb.com/docs/components/grid.html'>foundation grid</a> and experiment with it." -categories: - - design ---- -<!--more--> - -<div class="row t60"> - <div class="medium-6 columns b30"> - <img src="{{ site.urlimg }}webdesign_screenshot_jcorneille.jpg" alt=""> - <p>Website: <a href="http://jcorneille.de">Grafik Design Jeannette Corneille</a></p> - </div><!-- /.medium-6.columns --> - - <div class="medium-6 columns b30"> - <img src="{{ site.urlimg }}webdesign_screenshot_phlow.jpg" alt=""> - <p>Website: <a href="https://phlow.de/">Phlow.de</a></p> - </div><!-- /.medium-6.columns --> -</div><!-- /.row --> - - -<div class="row t30"> - <div class="medium-4 columns"> - <img src="{{ site.urlimg }}webdesign_screenshot_andersneu.jpg" alt=""> - <p>Website: <a href="https://andersneu.de/">andersneu.de</a></p> - </div><!-- /.medium-4.columns --> - - <div class="medium-4 columns"> - <img src="{{ site.urlimg }}webdesign_screenshot_mosonic.jpg" alt=""> - <p>Website: <a href="https://mosonic.net/">mosonic.net</a></p> - </div><!-- /.medium-4.columns --> - - <div class="medium-4 columns"> - <img src="{{ site.urlimg }}webdesign_screenshot_moritz_sauer.jpg" alt=""> - <p>Website: <a href="https://moritz.sauer.io/">Webdesign, SEO, Music</a></p> - </div><!-- /.medium-4.columns --> -</div><!-- /.row --> - diff --git a/_posts/design/2014-09-13-grid.md b/_posts/design/2014-09-13-grid.md deleted file mode 100755 index 05497d38a59..00000000000 --- a/_posts/design/2014-09-13-grid.md +++ /dev/null @@ -1,149 +0,0 @@ ---- -layout: page-fullwidth -subheadline: "Multi-Device Layouts in Color" -title: "Grid & Colors" -teaser: "Create powerful multi-device layouts quickly and easily with the 12-column, nest-able Foundation grid. To optimize the size of your images, you find the correct dimensions beneath. Further below you find the <a href='#color-scheme-and-colors-codes'>colorscheme and colors</a> used for <em>Feeling Responsive</em> and their color codes." -breadcrumb: true -categories: - - design -permalink: /design/grid/ -header: - image_fullwidth: "unsplash_brooklyn-bridge_header.jpg" -image: - thumb: "unsplash_brooklyn-bridge-thumb.jpg" ---- -*Feeling Responsive* is built on Foundation. And of course, we make use of the wonderful grid system and so can you. Find out more about [constructing beautiful layouts][1] in the foundation documentation. -<!--more--> - -<div class="show-for-small"> -<div class="row"> - <div class="small-12 columns"> -<h3>Small Grid</h3> - </div><!-- /.small-12.columns --> - </div> -<div class="row"> - <div class="small-6 columns"> - <img src="http://placehold.it/470x264/6b6351/e1dcd7&text=2+Columns"> - </div> - <div class="small-6 columns"> - <img src="http://placehold.it/470x264/e05a10/e1e75e&text=2+Columns"> - </div> -</div> -</div> - -<div class="show-for-large-up"> - <div class="row"> - <div class="small-12 columns"> - <h2>Large Displays</h2> - <h3>Large Displays Two Columns</h3> - </div><!-- /.small-12.columns --> - </div> - -<div class="row"> - <div class="large-6 columns"> - <img src="http://placehold.it/470x264/6b6351/e1dcd7&text=Width+470+Pixel"> - </div> - <div class="large-6 columns"> - <img src="http://placehold.it/470x264/e05a10/e1e75e&text=Width+470+Pixel"> - </div> -</div> - -<div class="row"> - <div class="small-12 columns"> - <h3>Large Displays Three Columns</h3> - </div><!-- /.small-12.columns --> -</div> - - - - - -<div class="row"> - <div class="large-4 columns"> - <img src="http://placehold.it/303x170/6b6351/e1dcd7&text=Width+303+Pixel"> - </div> - <div class="large-4 columns"> - <img src="http://placehold.it/303x170/e05a10/e1e75e&text=Width+303+Pixel"> - </div> - <div class="large-4 columns"> - <img src="http://placehold.it/303x170/fabb00/771e1e&text=Width+303+Pixel"> - </div> -</div> - -<div class="row"> - <div class="small-12 columns"> - <h3>Large Displays Four Columns</h3> - </div><!-- /.small-12.columns --> -</div> - -<div class="row"> - <div class="large-3 columns"> - <img src="http://placehold.it/220x141/6b6351/e1dcd7&text=Width+220+Pixel"> - </div> - <div class="large-3 columns"> - <img src="http://placehold.it/220x141/e05a10/e1e75e&text=Width+220+Pixel"> - </div> - <div class="large-3 columns"> - <img src="http://placehold.it/220x141/fabb00/771e1e&text=Width+220+Pixel"> - </div> - <div class="large-3 columns"> - <img src="http://placehold.it/220x141/00792c/acca57&text=Width+220+Pixel"> - </div> -</div> -</div><!-- /.hide-for-small --> - -<div class="row t90"> - <div class="small-12 columns"> - <h2>Color Scheme and Colors Codes</h2> - <p class="teaser"><em>Feeling Responsive</em> uses strong colors in combination with grey colors.</p> - <h3>Colours</h3> - </div><!-- /.small-12.columns --> -</div> - -<div class="row"> -<div class="small-2 columns"><div style="background: #45B29D; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #334D5C; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #A1D044; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #EFC94C; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #E27A3F; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #DF4949; height: 137px;"></div></div> -</div> - - - -<h3>Grey Scale</h3> - - -<div class="row"> -<div class="small-2 columns"><div style="background: #E4E4E4; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #D7D7D7; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #CBCBCB; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #BEBEBE; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #A4A4A4; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #979797; height: 137px;"></div></div> -</div> -<div class="row t30"> -<div class="small-2 columns"><div style="background: #8B8B8B; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #7E7E7E; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #646464; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #575757; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #4B4B4B; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #3E3E3E; height: 137px;"></div></div> -</div> -<div class="row t30"> -<div class="small-2 columns"><div style="background: #313131; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #242424; height: 137px;"></div></div> -<div class="small-2 columns"><div style="background: #171717; height: 137px;"></div></div> -<div class="small-2 columns end"><div style="background: #0B0B0B; height: 137px;"></div></div> -</div> - - -<div id="bottom" class="row t30"> - <div class="small-12 columns"> - {% include next-previous-post-in-category %} - </div><!-- /.small-12.columns --> -</div> - - - - [1]: http://foundation.zurb.com/docs/components/grid.html diff --git a/_posts/design/2014-09-14-video.md b/_posts/design/2014-09-14-video.md deleted file mode 100755 index 391e39d73a9..00000000000 --- a/_posts/design/2014-09-14-video.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: video -show_meta: false -title: "Video Template" -subheadline: "Templates" -teaser: "If you want to show videos in a large manner, the video template is the right choice." -tags: - - post format -categories: - - design -iframe: "<iframe width='970' height='546' src='//www.youtube.com/embed/WoHxoz_0ykI' frameborder='0' allowfullscreen></iframe>" -# -# These video settings are totally optional. It's only purpose -# is SEO, so that videos show up in Google hopefully with a -# thumbnail. -# More › https://developers.google.com/webmasters/videosearch/schema?hl=en&rd=1 -# -# embedURL – A URL pointing to a player for the specific video. -# contentURL – A URL pointing to the actual video media file -# thumbnailUrl – A URL pointing to the video thumbnail image file. -# -video: - embedURL: "https://www.youtube.com/embed/WoHxoz_0ykI" - contentURL: "https://www.youtube.com/watch?v=WoHxoz_0ykI" - thumbnailUrl: "http://img.youtube.com/vi/WoHxoz_0ykI/maxresdefault.jpg" ---- -<!--more--> - -## About the video by Kutiman - -> Ophir Kutiel, professionally known as Kutiman, is an Israeli musician, composer, producer and animator. He is best known for creating the online music video project, ThruYOU, and a self-titled album. <cite>[Wikipedia](http://en.wikipedia.org/wiki/Kutiman)</cite> - - - -Source: [Kutiman – Thru You Too – »Give It Up«](https://www.youtube.com/watch?v=WoHxoz_0ykI) diff --git a/_posts/design/2014-09-15-gallery.md b/_posts/design/2014-09-15-gallery.md deleted file mode 100755 index fd218ca2558..00000000000 --- a/_posts/design/2014-09-15-gallery.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -layout: page -subheadline: "Templates" -title: "Responsive Galleries with Foundation" -teaser: "Wanna create a responsive gallery to showcase your portfolio, recent photos or images? It's quite easy thanks to Foundation and <a href='http://foundation.zurb.com/docs/components/clearing.html'>Clearing Lightbox</a>." -categories: - - design -tags: - - post format -image: - thumb: "gallery-example-1-thumb.jpg" -gallery: - - image_url: gallery-example-1.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-2.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-3.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-4.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-5.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-6.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-7.jpg - caption: Great images by Unsplash.com - - image_url: gallery-example-8.jpg - caption: Great images by Unsplash.com ---- -You just need to choose a template like the [`page`][3]- or [`page-fullwidth`][4]-template and then just use `{% raw %}{% include gallery %}{% endraw %}`. -<!--more--> - -{% include gallery %} - - -## How to embed a gallery - -`{% raw %}{% include gallery %}{% endraw %}` lets you easily embed a gallery into your post. To use the gallery-include... - - -### Step 1 - -1. Make two images: a thumbnail and a big image. -2. Name the thumbnail *gallery-image-thumb.jpg* and... -3. ...name the big *gallery-image.jpg*. -4. Place them in the *images*-folder. - - -### Step 2 - -Define the big version in frontmatter, - -~~~ -gallery: - - image_url: gallery-image.jpg -~~~ - -If you like captions, give each image a caption: - -~~~ -gallery: - - image_url: gallery-image.jpg - caption: Starting Page with huge One Logo -~~~ - -### Step 3 - -Add the include whereever you want in your content with `{% raw %}{% include gallery %}{% endraw %}`. - -{% include alert info='Have a look at this example-entry. And have a look into the images-folder. :)' %} - - - - - - - - - - - -## Other Post Formats -{: .t60 } -{% include list-posts tag='post format' %} - - - - [1]: http://foundation.zurb.com/docs/components/clearing.html - [2]: http://foundation.zurb.com/docs/components/block_grid.html - [3]: {{ site.url }}{{ site.baseurl }}/design/page/ - [4]: {{ site.url }}{{ site.baseurl }}/design/page-fullwidth/ diff --git a/_posts/design/2014-10-08-header-image-pattern.md b/_posts/design/2014-10-08-header-image-pattern.md deleted file mode 100755 index fadaea00039..00000000000 --- a/_posts/design/2014-10-08-header-image-pattern.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: page -title: "Header Image With Pattern" -subheadline: "Headers With Style" -teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows a header image in front of a pattern." -categories: - - design -tags: - - design - - pattern - - header -header: - image: header_unsplash_2-970x.jpg - pattern: pattern_concrete.jpg - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ ---- -It's so easy to do. Just define in front matter an image and a pattern image. Instead of a pattern you can also use a color. Have a look at the [example with a background color]({{ site.url }}{{ site.baseurl }}/design/header-image-color/). -<!--more--> - -## Front Matter Code - -~~~ -header: - image: "header_unsplash_2-970x.jpg" - pattern: "pattern_concrete.jpg" - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ -~~~ - - - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} \ No newline at end of file diff --git a/_posts/design/2014-10-09-header-full-width-image.md b/_posts/design/2014-10-09-header-full-width-image.md deleted file mode 100755 index c1724578d49..00000000000 --- a/_posts/design/2014-10-09-header-full-width-image.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: page -title: "Header with a Full-Width-Image" -subheadline: "Headers With Style" -teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows a header with a <em>full-width-image</em>." -categories: - - design -tags: - - design - - background color - - header -image: - thumb: "unsplash_brooklyn-bridge-thumb.jpg" -header: - image_fullwidth: "unsplash_brooklyn-bridge_header.jpg" - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ ---- -It's so easy to do. Just define in front matter your image. -<!--more--> - -## Front Matter Code - -~~~ -header: - image_fullwidth: "unsplash_brooklyn-bridge_header.jpg" - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ -~~~ - - - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} \ No newline at end of file diff --git a/_posts/design/2014-10-09-header-image-color.md b/_posts/design/2014-10-09-header-image-color.md deleted file mode 100755 index 9fd516f0e21..00000000000 --- a/_posts/design/2014-10-09-header-image-color.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -layout: page -title: "Header Image With Background Color" -subheadline: "Headers With Style" -teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows a header image with a defined background color via front matter." -categories: - - design -tags: - - design - - background color - - header -header: - image: header_unsplash_2-970x.jpg - background-color: "#304558" - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ ---- -It's so easy to do. Just define in front matter an image and a background color. Instead of a color you can also use a pattern image. Have a look at the [example with a background pattern]({{ site.url }}{{ site.baseurl }}/design/header-image-pattern/). -<!--more--> - - -## Front Matter Code - -{% include alert alert="WARNING: To make this work the value of `background-color` must be inbetween quotes." %} - -~~~ -header: - image: "header_unsplash_2-970x.jpg" - background-color: "#fabb00" - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ -~~~ - - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} \ No newline at end of file diff --git a/_posts/design/2014-10-09-header-logo-only.md b/_posts/design/2014-10-09-header-logo-only.md deleted file mode 100755 index 32c0dc9bf17..00000000000 --- a/_posts/design/2014-10-09-header-logo-only.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "Header With Logo Only" -subheadline: "Headers With Style" -teaser: "Feeling Responsive allows you to use all kinds of headers. This is the default mode. It shows a header just with your logo on the standard background." -categories: - - design -tags: - - design - - background color - - header ---- -No front matter code needed. -<!--more--> - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} \ No newline at end of file diff --git a/_posts/design/2015-02-10-header-with-text.md b/_posts/design/2015-02-10-header-with-text.md deleted file mode 100644 index e5186574a63..00000000000 --- a/_posts/design/2015-02-10-header-with-text.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: page -title: "Header With Text" -subheadline: "Headers With Style" -teaser: "Feeling Responsive allows you to use all kinds of headers. This header is with text." -categories: - - design -tags: - - design - - background color - - header -header: - title: header with text - background-color: "#EFC94C;" -# pattern: pattern_concrete.jpg - image_fullwidth: unsplash_brooklyn-bridge_header.jpg - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ ---- -<!--more--> - -## Front Matter Code - -~~~ -header: - title: header with text - image_fullwidth: unsplash_brooklyn-bridge_header.jpg - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ -~~~ - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} \ No newline at end of file diff --git a/_posts/design/2015-03-12-no-header-but-image.md b/_posts/design/2015-03-12-no-header-but-image.md deleted file mode 100644 index b6255989c8e..00000000000 --- a/_posts/design/2015-03-12-no-header-but-image.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: page -subheadline: "Headers With Style" -title: "No Header but Article Image" -teaser: "Feeling Responsive enables you to get the attention of visitors. If you don't want to use a big header, use an image for the article instead." -categories: - - design -tags: - - design - - background color - - header -header: no -image: - title: unsplash_eagle.jpg - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ ---- -First turn of the header with `header: no`. Then add an image to with the following code. The caption is optional. -<!--more--> - -~~~ -header: no -image: - title: unsplash_eagle.jpg - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ -~~~ - - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} \ No newline at end of file diff --git a/_posts/design/2015-08-11-no-header.md b/_posts/design/2015-08-11-no-header.md deleted file mode 100755 index 7a1b69c22d5..00000000000 --- a/_posts/design/2015-08-11-no-header.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: page -subheadline: "Headers With Style" -title: "No Header" -teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows <em>no</em> header at all. Just the navigation." -categories: - - design -tags: - - design - - background color - - header -header: no ---- -*Silence is beautiful.* Sometimes you just want no distractions at all. Whether you like the content to speak for itself or enjoy pure typography on a plain background: *Feeling Responsive* got you covered. Just say *no* like this: -<!--more--> - -~~~ -header: no -~~~ - - -### All Header-Styles -{: .t60 } - -{% include list-posts tag='header' %} diff --git a/_posts/design/2015-08-15-comments.md b/_posts/design/2015-08-15-comments.md deleted file mode 100644 index a0c90e2fe94..00000000000 --- a/_posts/design/2015-08-15-comments.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -subheadline: "Discussion" -title: "Now with Comments!" -teaser: "For a blog you need comments. Like all those other jekyll themes we baked in Disqus. It's easy to set, it works and makes a static jekyll blog more dynamic." -header: - image_fullwidth: "header_typewriter.jpg" - caption: Image by Florian Klauer - caption_url: "http://florianklauer.de/" -image: - thumb: typewriter-thumb.jpg - homepage: homepage_typewriter.jpg -categories: - - design -comments: true -show_meta: false ---- -If you want to use Disqus-Comments with *Feeling Responsive*, just open `config.yml` and add your `disqus_shortname`. [More on how to use Disqus ›](https://disqus.com/websites/) -<!--more--> - -By default comments are turned off. You can customize the default behaviour in `config.yml`. To **turn on comments** just add `comments: true` to front matter using the page layout `layout: page`. \ No newline at end of file diff --git a/_posts/design/2015-08-16-typography.md b/_posts/design/2015-08-16-typography.md deleted file mode 100755 index 545205b1710..00000000000 --- a/_posts/design/2015-08-16-typography.md +++ /dev/null @@ -1,378 +0,0 @@ ---- -layout: page-fullwidth -title: "Wonderful Typography" -subheadline: "Reading Experience" -meta_teaser: "Feeling Responsive uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console." -teaser: "<em>Feeling Responsive</em> uses <a href='https://www.google.com/fonts/specimen/Volkhov'>Volkhov</a> for headlines, <a href='https://www.google.com/fonts/specimen/Lato'>Lato</a> for everything else and if you are in need to show some code, it will be in <a href='http://www.microsoft.com/typography/fonts/family.aspx?FID=18'>Lucida Console</a> or <a href='http://en.wikipedia.org/wiki/Monaco_(typeface)'>Monaco</a>." -header: - image: homepage_typography.jpg - background-color: "#262930" - caption: This is a caption for the header image with link - caption_url: https://unsplash.com/ -image: - thumb: homepage_typography-thumb.jpg - homepage: homepage_typography.jpg - caption: Image by Antonio - caption_url: "http://www.aisleone.net/" -categories: - - design - - typography ---- -<!--more--> - -<div class="row"> -<div class="medium-4 medium-push-8 columns" markdown="1"> -<div class="panel radius" markdown="1"> -**Table of Contents** -{: #toc } -* TOC -{:toc} -</div> -</div><!-- /.medium-4.columns --> - -<div class="medium-8 medium-pull-4 columns" markdown="1"> - -## Lato – A Sans Serif Typeface Family - -[<dfn>Lato</dfn>][4] is a sans serif typeface family started in the summer of 2010 by Warsaw-based designer Łukasz Dziedzic. »Lato« means »Summer« in Polish. In December 2010 the Lato family was published under the Open Font License by his foundry tyPoland, with support from Google. - -> <span class="teaser">I do not think of type as something that should be readable. It should be beautiful.</span><cite>[Ed Benguiat][3]</cite> - -In the last ten or so years, during which Łukasz has been designing type, most of his projects were rooted in a particular design task that he needed to solve. With Lato, it was no different. Originally, the family was conceived as a set of corporate fonts for a large client — who in the end decided to go in different stylistic direction, so the family became available for a public release. - -When working on Lato, Łukasz tried to carefully balance some potentially conflicting priorities. He wanted to create a typeface that would seem quite “transparent” when used in body text but would display some original traits when used in larger sizes. He used classical proportions (particularly visible in the uppercase) to give the letterforms familiar harmony and elegance. At the same time, he created a sleek sans serif look, which makes evident the fact that Lato was designed in 2010 — even though it does not follow any current trend. - -The semi-rounded details of the letters give Lato a feeling of warmth, while the strong structure provides stability and seriousness. “Male and female, serious but friendly. With the feeling of the Summer,” says Łukasz. Learn more at [www.latofonts.com][6] - - -## About Volkhov <h2> - -<dfn>Volkhov</dfn> is a low-contrast seriffed typeface with a robust character, intended for providing a motivating reading experience. Volkhov was designed by Ivan Petrov. - -### Feeling Responsive uses Volkhov for... <h3> - -* <h1>-headings -* <h2>-headings -* <h3>-headings -* <h4>-headings -* <h5>-headings -* <h6>-headings - - -#### Heading in Volkhov <h4> - -As a four-weight family it is well-suited for complex text environments being economic and legible, contemporary and prominent. Many of its design solutions relate to this purpose: large open counters, rather short descenders, and brutal asymmetric serifs. - -##### Heading in Volkhov <h5> - -Spacing in Bold is slightly increased compared to the normal weight, because the bold mass is mostly grown inwards. The Italic has a steep angle and a distinctive calligraphically reminiscent character, as a counterpart to the rigorous Regular. - - - -## Modular Scale - -*Feeling Responsive* explores the *2:3 perfect fifth* modular scale created with [www.modular-scale.com][7]. This is the modular scale of *Feeling Responsive*. - -44px @ 1:1.5 – Ideal text size -16px @ 1:1.5 – Important number - -| Modular Scale ------- | ----- | ----- | ------- -44.000 | 1 | 2.75 | 338.462 -36.000 | 0.818 | 2.25 | 276.923 -29.333 | 0.667 | 1.833 | 225.638 -24.000 | 0.545 | 1.5 | 184.615 -19.555 | 0.444 | 1.222 | 150.423 -16.000 | 0.364 | 1 | 123.077 - - - -## Typographical Elements -{: .t60 } - -Here you'll find the [complete list of HTML5-Tags][1] and this is how they look like. - -### <hr> Horizontal Line -<hr> - - -### <pre> Displaying Code -~~~ -<html> - <head> - <title>Code Blocks - - - -~~~ - - -### <blockquote> Quotation -
Everything happens for a reason. (Britney Spears)
- -### <blockquote> and <cite> together - -> Age is an issue of mind over matter. If you don't mind, it doesn't matter. -Mark Twain - - -### <ol> Ordered Lists - -1. Ordered List -2. Second List Item -3. Third List Item - 4. Second Level First Item - 4. Second Level Second Item - 4. Second Level Third Item - 5. And a third level First Item - 5. And a third level Second Item - 5. And a third level Third Item -4. Fourth List Item -5. Fifth List Item - - -### <ul> Unordered Lists - -- Unordered List -- Second List Item -- Third List Item - + Second Level First Item - + Second Level Second Item - + Second Level Third Item - * And a third level First Item - * And a third level Second Item - * And a third level Third Item -- Fourth List Item -- Fifth List Item - -### <dl> Definition Lists - -Definition List -: Bacon ipsum dolor sit amet spare ribs brisket ribeye, andouille sirloin bresaola frankfurter corned beef capicola bacon. Salami beef ribs sirloin, short loin hamburger shoulder t-bone. - -Beef ribs jowl swine porchetta -: Sirloin tenderloin swine frankfurter pork loin pork capicola ham hock strip steak ribeye beef ribs. Hamburger t-bone ribeye ham prosciutto bresaola. - -Pancetta flank sirloin pork -: short ribs shankle prosciutto landjaeger. Beef ribs turkey shoulder drumstick. Leberkas pork belly ribeye, bresaola jerky strip steak tenderloin bacon landjaeger short ribs beef ribs. Flank pork chop fatback tail kielbasa filet mignon jowl landjaeger bresaola tongue corned beef biltong. -: Landjaeger spare ribs fatback corned beef tenderloin drumstick, swine chicken beef turkey biltong doner tri-tip filet mignon. - - -### <a> -[Links][2] make the web exceptional. - - -### <em> -Let's *emphasize* how important responsive webdesign is. - - - -### <strong> -This looks like **bold** text. - - - -### <small> -This is small text. - - - -### <s> - -It's nice getting things done. Just strike through finished tasks. - - - -### <cite> - -Albert Einstein - - - -### <q> - -If you use <q> your text gets automagically quotes around the text passage. - - - -### <dfn> - -The <dfn> tag is a phrase tag. It defines a definition term. - - - -### <abbr> - -The WHO was founded in 1948. - - - -### <time> - -The concert took place on . - - -### <code> - -Some `code: lucida console` displayed. - - - -### <var> - -The <var> tag is a phrase tag. It defines a variable. - - - -### <samp> - -Text surrounded by <samp> looks like this in monospace. - - - -### <kbd> - -Copycats enjoy pressing CMD + c and CMD + v. - - - -### <sub> - -This text lays low and chills a bit. - - -### <sup> - -This text gets high above the clouds. - - - -### <i> - -This looks italic. - - - -### <b> - -This looks bold, too. - - - -### <u> - -

Underlining content for emphasize is not the best choice. You can't read it so well.

- - - -### <mark> -Let's mark this hint to give you a clue. - - - -### <br> - -Need a break? I give you three!


- - -## Footnotes - -If you need footnotes for your posts, articles and entries, the Kramdown-Parser [^1] got you covered. How to use footnotes? Read this footnote. [^2] - - [1]: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list - [2]: http://phlow.de/ - [3]: http://en.wikipedia.org/wiki/Ed_Benguiat - [4]: https://www.google.com/fonts/specimen/Lato - [5]: https://www.google.com/fonts/specimen/Volkhov - [6]: http://www.latofonts.com/ - [7]: https://www.modularscale.com/ - - -[^1]: Find out more about Kramdown on -[^2]: Kramdown has an excellent documentation of all its features. Check out, on how to [footnotes](http://kramdown.gettalong.org/syntax.html#footnotes). - -# <h1>-Heading in Volkhov - -## <h2>-Heading in Volkhov - -### <h3>-Heading in Volkhov - -#### <h4>-Heading in Volkhov - -##### <h5>-Heading in Volkhov - -###### <h6>-Heading in Volkhov - - -## Tables - -Even tables are responsive thanks to foundation. A table can consist of these elements. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<table> defines an HTML table
HTML TagDefintionStyle
<caption>defines a table captionfont-weight: bold;
<colgroup>specifies a group of one or more columns in a table for -formatting. The <colgroup> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row.no styling needed
<col>specifies column properties for each column within a `<colgroup>` -elementno styling needed
<thead>is used to group header content in an HTML tablefont-weight: bold;
<tbody>is used to group the body content in an HTML tableno styling needed
<tr>defines a row in an HTML tableno styling needed
<th>defines a header cell in an HTML tablefont-weight: bold;
<td>defines a standard cell in an HTML tablefont-weight: normal;
<tfoot>is used to group footer content in an HTML tableno styling needed
- - - - - diff --git a/_posts/design/2015-10-15-mediaelement_js.md b/_posts/design/2015-10-15-mediaelement_js.md deleted file mode 100644 index 0dba7388ca9..00000000000 --- a/_posts/design/2015-10-15-mediaelement_js.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -layout: page -# -# Content -# -subheadline: "Video & Music Player" -title: "Play Audio & Video with media­element.js" -teaser: "Do you like music? Or are you a podcaster? Do you want to stream your videos in a nice player? Than you likely will like the integration of mediaelement.js. It enables you to play music and stream video in a consistent player that looks in each browser delicious. It even works in IE6-8." -categories: - - design -tags: - - audio player - - video player - - streaming music -# -# Styling -# -header: no -image: - title: mediaplayer_js-title.jpg - thumb: mediaplayer_js-thumb.jpg - homepage: mediaplayer_js-home.jpg - caption: Photo by Corey Blaz - caption_url: https://blaz.photography/ -mediaplayer: true ---- -[mediaelement.js][1] is like magic. It's browser and device support is perfect. To activate the video or audio player just set the following variable in front matter to `true`. - -~~~ -mediaplayer: true -~~~ - -To use the player just use some HTML5-magic like... - -{% highlight html %} - -{% endhighlight %} - -All possible functions and how to use *mediaelement.js* is well-documented on the [players website][1]. - - - -## »Music From All Around The World« - -[»Music From All Around The World«][5] is a compilation curated by Jeannette Corneille and Moritz "mo." Sauer for [Phlow-Magazine.com][4]. Cover [Artwork designed by Jeannette Corneille][1]. All tracks were released under a [creative commons licence][2]. - -### B-Ju - »Philly Run« - - - -### Comfort Fit - »Freeze The Cut« - - - -### The Black Atlantic - »Dandelion« - - - -[Download Compilation ›](https://archive.org/details/music_from_all_around_the_world) -{: .t30 .button .radius} - - - - [1]: http://mediaelementjs.com/ - [2]: http://jcorneille.de/ - [3]: www.creativecommons.org/licenses/by-nc-nd/3.0/ - [4]: http://phlow-magazine.com/ - [5]: https://archive.org/details/music_from_all_around_the_world - [6]: # - [7]: # - [8]: # - [9]: # - [10]: # \ No newline at end of file diff --git a/assets/img/apple-touch-icon-114x114-precomposed.png b/assets/img/apple-touch-icon-114x114-precomposed.png index 1297c5f8cc6..e29ee48d28f 100644 Binary files a/assets/img/apple-touch-icon-114x114-precomposed.png and b/assets/img/apple-touch-icon-114x114-precomposed.png differ diff --git a/assets/img/apple-touch-icon-120x120-precomposed.png b/assets/img/apple-touch-icon-120x120-precomposed.png index f5df4de4d3a..d5212c0d7ee 100644 Binary files a/assets/img/apple-touch-icon-120x120-precomposed.png and b/assets/img/apple-touch-icon-120x120-precomposed.png differ diff --git a/assets/img/apple-touch-icon-144x144-precomposed.png b/assets/img/apple-touch-icon-144x144-precomposed.png index 09aa93aa68e..a5849790599 100644 Binary files a/assets/img/apple-touch-icon-144x144-precomposed.png and b/assets/img/apple-touch-icon-144x144-precomposed.png differ diff --git a/assets/img/apple-touch-icon-152x152-precomposed.png b/assets/img/apple-touch-icon-152x152-precomposed.png index 1297c5f8cc6..fdab9a9230a 100644 Binary files a/assets/img/apple-touch-icon-152x152-precomposed.png and b/assets/img/apple-touch-icon-152x152-precomposed.png differ diff --git a/assets/img/apple-touch-icon-180x180-precomposed.png b/assets/img/apple-touch-icon-180x180-precomposed.png index 3f0e0dadd3b..dab2e6202c7 100644 Binary files a/assets/img/apple-touch-icon-180x180-precomposed.png and b/assets/img/apple-touch-icon-180x180-precomposed.png differ diff --git a/assets/img/apple-touch-icon-72x72-precomposed.png b/assets/img/apple-touch-icon-72x72-precomposed.png index a022a671279..9cafbf023a9 100644 Binary files a/assets/img/apple-touch-icon-72x72-precomposed.png and b/assets/img/apple-touch-icon-72x72-precomposed.png differ diff --git a/assets/img/apple-touch-icon-76x76-precomposed.png b/assets/img/apple-touch-icon-76x76-precomposed.png index ca1f6536bc0..21b316ffa4f 100644 Binary files a/assets/img/apple-touch-icon-76x76-precomposed.png and b/assets/img/apple-touch-icon-76x76-precomposed.png differ diff --git a/assets/img/apple-touch-icon-precomposed.png b/assets/img/apple-touch-icon-precomposed.png index 8c7188b03f6..3e9158c5a51 100644 Binary files a/assets/img/apple-touch-icon-precomposed.png and b/assets/img/apple-touch-icon-precomposed.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png index beeba850b05..326f0227c43 100644 Binary files a/assets/img/favicon-32x32.png and b/assets/img/favicon-32x32.png differ diff --git a/assets/img/logo.png b/assets/img/logo.png index 998a3c93735..7477c2903a6 100644 Binary files a/assets/img/logo.png and b/assets/img/logo.png differ diff --git a/assets/img/msapplication_tileimage.png b/assets/img/msapplication_tileimage.png index 09aa93aa68e..a5849790599 100644 Binary files a/assets/img/msapplication_tileimage.png and b/assets/img/msapplication_tileimage.png differ diff --git a/assets/img/touch-icon-192x192.png b/assets/img/touch-icon-192x192.png index f053d585a31..11b6fab42d3 100644 Binary files a/assets/img/touch-icon-192x192.png and b/assets/img/touch-icon-192x192.png differ diff --git a/assets/pdf/2025/papers/10_From_Indirect_Object_Identi.pdf b/assets/pdf/2025/papers/10_From_Indirect_Object_Identi.pdf new file mode 100644 index 00000000000..73a30f51f98 Binary files /dev/null and b/assets/pdf/2025/papers/10_From_Indirect_Object_Identi.pdf differ diff --git a/assets/pdf/2025/papers/11_How_Post_Training_Reshapes_.pdf b/assets/pdf/2025/papers/11_How_Post_Training_Reshapes_.pdf new file mode 100644 index 00000000000..cd286dc1ac3 Binary files /dev/null and b/assets/pdf/2025/papers/11_How_Post_Training_Reshapes_.pdf differ diff --git a/assets/pdf/2025/papers/13_On_the_Retention_of_Edited_.pdf b/assets/pdf/2025/papers/13_On_the_Retention_of_Edited_.pdf new file mode 100644 index 00000000000..1ce98926bab Binary files /dev/null and b/assets/pdf/2025/papers/13_On_the_Retention_of_Edited_.pdf differ diff --git a/assets/pdf/2025/papers/15_Sarc7_Evaluating_Sarcasm_De.pdf b/assets/pdf/2025/papers/15_Sarc7_Evaluating_Sarcasm_De.pdf new file mode 100644 index 00000000000..43b23a6e9c1 Binary files /dev/null and b/assets/pdf/2025/papers/15_Sarc7_Evaluating_Sarcasm_De.pdf differ diff --git a/assets/pdf/2025/papers/16_Constructive_Disobedience_a.pdf b/assets/pdf/2025/papers/16_Constructive_Disobedience_a.pdf new file mode 100644 index 00000000000..6ae0c6cf74b Binary files /dev/null and b/assets/pdf/2025/papers/16_Constructive_Disobedience_a.pdf differ diff --git a/assets/pdf/2025/papers/1_Illuminating_Blind_Spots_of_.pdf b/assets/pdf/2025/papers/1_Illuminating_Blind_Spots_of_.pdf new file mode 100644 index 00000000000..ae75fb5d4a1 Binary files /dev/null and b/assets/pdf/2025/papers/1_Illuminating_Blind_Spots_of_.pdf differ diff --git a/assets/pdf/2025/papers/4_Med_CAM_Improving_Medical_Qu.pdf b/assets/pdf/2025/papers/4_Med_CAM_Improving_Medical_Qu.pdf new file mode 100644 index 00000000000..e4af4479b9c Binary files /dev/null and b/assets/pdf/2025/papers/4_Med_CAM_Improving_Medical_Qu.pdf differ diff --git a/assets/pdf/2025/papers/7_TextBandit_Evaluating_Probab.pdf b/assets/pdf/2025/papers/7_TextBandit_Evaluating_Probab.pdf new file mode 100644 index 00000000000..500275fa103 Binary files /dev/null and b/assets/pdf/2025/papers/7_TextBandit_Evaluating_Probab.pdf differ diff --git a/assets/pdf/2025/papers/8_Medal_Matters_Probing_LLMs_F.pdf b/assets/pdf/2025/papers/8_Medal_Matters_Probing_LLMs_F.pdf new file mode 100644 index 00000000000..f37bfd603b5 Binary files /dev/null and b/assets/pdf/2025/papers/8_Medal_Matters_Probing_LLMs_F.pdf differ diff --git a/assets/pdf/2025/papers/9_Extending_AutoCompressors_vi.pdf b/assets/pdf/2025/papers/9_Extending_AutoCompressors_vi.pdf new file mode 100644 index 00000000000..a7f5555b8a6 Binary files /dev/null and b/assets/pdf/2025/papers/9_Extending_AutoCompressors_vi.pdf differ diff --git a/assets/pdf/2025/papers/LB1_Let_s_Roleplay_Examining_L.pdf b/assets/pdf/2025/papers/LB1_Let_s_Roleplay_Examining_L.pdf new file mode 100644 index 00000000000..0a957a9c3d5 Binary files /dev/null and b/assets/pdf/2025/papers/LB1_Let_s_Roleplay_Examining_L.pdf differ diff --git a/assets/pdf/2025/papers/LB2_Uncertainty_Quantification.pdf b/assets/pdf/2025/papers/LB2_Uncertainty_Quantification.pdf new file mode 100644 index 00000000000..772df725216 Binary files /dev/null and b/assets/pdf/2025/papers/LB2_Uncertainty_Quantification.pdf differ diff --git a/assets/pdf/2025/papers/README.md b/assets/pdf/2025/papers/README.md new file mode 100644 index 00000000000..ac20aa3e695 --- /dev/null +++ b/assets/pdf/2025/papers/README.md @@ -0,0 +1 @@ +# PDF assets from 2025 edition of ORIGen diff --git a/assets/pdf/2025/papers/origen2025-lightning-talks-master.pdf b/assets/pdf/2025/papers/origen2025-lightning-talks-master.pdf new file mode 100644 index 00000000000..ab0ff2037d8 Binary files /dev/null and b/assets/pdf/2025/papers/origen2025-lightning-talks-master.pdf differ diff --git a/assets/pdf/2025/talks/Alikhani.pdf b/assets/pdf/2025/talks/Alikhani.pdf new file mode 100644 index 00000000000..22effdd09f7 Binary files /dev/null and b/assets/pdf/2025/talks/Alikhani.pdf differ diff --git a/assets/pdf/2025/talks/Liao.pdf b/assets/pdf/2025/talks/Liao.pdf new file mode 100644 index 00000000000..49a158ededf Binary files /dev/null and b/assets/pdf/2025/talks/Liao.pdf differ diff --git a/assets/pdf/2025/talks/Malle.pdf b/assets/pdf/2025/talks/Malle.pdf new file mode 100644 index 00000000000..8ac6eb3b20c Binary files /dev/null and b/assets/pdf/2025/talks/Malle.pdf differ diff --git a/assets/pdf/2025/talks/README.md b/assets/pdf/2025/talks/README.md new file mode 100644 index 00000000000..bc90d3dae9a --- /dev/null +++ b/assets/pdf/2025/talks/README.md @@ -0,0 +1 @@ +# Invited talk slides from ORIGen 2025 diff --git a/assets/pdf/2025/talks/Vlachos.pdf b/assets/pdf/2025/talks/Vlachos.pdf new file mode 100644 index 00000000000..c096f9a0a80 Binary files /dev/null and b/assets/pdf/2025/talks/Vlachos.pdf differ diff --git a/blog/archive.html b/blog/archive.html index bf984f968f9..da71cf1e2f6 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -1,10 +1,10 @@ --- layout: default title: "Blog Archive" -teaser: "Check out all blog posts in my blog archive. Click on a headline to read the teaser." +teaser: "Click on a headline to read the teaser." breadcrumb: true header: - image_fullwidth: header_unsplash_8.jpg + image_fullwidth: header_unsplash_5.jpg permalink: "blog/archive/" ---
diff --git a/images/2025/IMG_7522.jpeg b/images/2025/IMG_7522.jpeg new file mode 100644 index 00000000000..e7b9c7e864b Binary files /dev/null and b/images/2025/IMG_7522.jpeg differ diff --git a/images/2025/IMG_7531.jpeg b/images/2025/IMG_7531.jpeg new file mode 100644 index 00000000000..aba0de07847 Binary files /dev/null and b/images/2025/IMG_7531.jpeg differ diff --git a/images/2025/IMG_7540.jpeg b/images/2025/IMG_7540.jpeg new file mode 100644 index 00000000000..4538cdfaac5 Binary files /dev/null and b/images/2025/IMG_7540.jpeg differ diff --git a/images/2025/IMG_7544.jpeg b/images/2025/IMG_7544.jpeg new file mode 100644 index 00000000000..7acd98d0157 Binary files /dev/null and b/images/2025/IMG_7544.jpeg differ diff --git a/images/2025/IMG_7545.jpeg b/images/2025/IMG_7545.jpeg new file mode 100644 index 00000000000..7c491ce8e88 Binary files /dev/null and b/images/2025/IMG_7545.jpeg differ diff --git a/images/2025/IMG_7549.jpeg b/images/2025/IMG_7549.jpeg new file mode 100644 index 00000000000..b0d23d8a1cd Binary files /dev/null and b/images/2025/IMG_7549.jpeg differ diff --git a/images/2025/IMG_7556.jpeg b/images/2025/IMG_7556.jpeg new file mode 100644 index 00000000000..e27f99895e6 Binary files /dev/null and b/images/2025/IMG_7556.jpeg differ diff --git a/images/2025/README.md b/images/2025/README.md new file mode 100644 index 00000000000..97051790db9 --- /dev/null +++ b/images/2025/README.md @@ -0,0 +1 @@ +# Images from 2025 edition of ORIGen diff --git a/images/ARTINT_Logo2_c_web_more.jpg b/images/ARTINT_Logo2_c_web_more.jpg new file mode 100644 index 00000000000..de670c6300c Binary files /dev/null and b/images/ARTINT_Logo2_c_web_more.jpg differ diff --git a/images/headshots/2025/README.md b/images/headshots/2025/README.md new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/images/headshots/2025/README.md @@ -0,0 +1 @@ + diff --git a/images/headshots/README.md b/images/headshots/README.md new file mode 100644 index 00000000000..e7602aeb1a0 --- /dev/null +++ b/images/headshots/README.md @@ -0,0 +1 @@ +Headshots here diff --git a/images/headshots/alikhani.jpg b/images/headshots/alikhani.jpg new file mode 100644 index 00000000000..5aa45ab3dac Binary files /dev/null and b/images/headshots/alikhani.jpg differ diff --git a/images/headshots/andreas.jpeg b/images/headshots/andreas.jpeg new file mode 100644 index 00000000000..34c9147c374 Binary files /dev/null and b/images/headshots/andreas.jpeg differ diff --git a/images/headshots/bertram.jpg b/images/headshots/bertram.jpg new file mode 100644 index 00000000000..8d05fa13ee1 Binary files /dev/null and b/images/headshots/bertram.jpg differ diff --git a/images/headshots/bradford.jpg b/images/headshots/bradford.jpg new file mode 100644 index 00000000000..eb960e617da Binary files /dev/null and b/images/headshots/bradford.jpg differ diff --git a/images/headshots/hakkanitur.jpg b/images/headshots/hakkanitur.jpg new file mode 100644 index 00000000000..7f77062acb3 Binary files /dev/null and b/images/headshots/hakkanitur.jpg differ diff --git a/images/headshots/inan.jpg b/images/headshots/inan.jpg new file mode 100644 index 00000000000..c7d2887ad18 Binary files /dev/null and b/images/headshots/inan.jpg differ diff --git a/images/headshots/james.png b/images/headshots/james.png new file mode 100644 index 00000000000..42d2c07692c Binary files /dev/null and b/images/headshots/james.png differ diff --git a/images/headshots/krishnaswamy.jpg b/images/headshots/krishnaswamy.jpg new file mode 100644 index 00000000000..4492fdcf073 Binary files /dev/null and b/images/headshots/krishnaswamy.jpg differ diff --git a/images/headshots/marge.jpeg b/images/headshots/marge.jpeg new file mode 100644 index 00000000000..5844704d3c2 Binary files /dev/null and b/images/headshots/marge.jpeg differ diff --git a/images/headshots/obiso.jpg b/images/headshots/obiso.jpg new file mode 100644 index 00000000000..31f82cee233 Binary files /dev/null and b/images/headshots/obiso.jpg differ diff --git a/images/headshots/pustejovsky.jpg b/images/headshots/pustejovsky.jpg new file mode 100644 index 00000000000..cd4c9bdd3c6 Binary files /dev/null and b/images/headshots/pustejovsky.jpg differ diff --git a/images/headshots/sarathy.jpg b/images/headshots/sarathy.jpg new file mode 100644 index 00000000000..3da761266ea Binary files /dev/null and b/images/headshots/sarathy.jpg differ diff --git a/images/headshots/scheutz.jpg b/images/headshots/scheutz.jpg new file mode 100644 index 00000000000..bf109d4b625 Binary files /dev/null and b/images/headshots/scheutz.jpg differ diff --git a/images/headshots/srinivasan.jpg b/images/headshots/srinivasan.jpg new file mode 100644 index 00000000000..84dfc1f8c8e Binary files /dev/null and b/images/headshots/srinivasan.jpg differ diff --git a/images/headshots/thomason.jpg b/images/headshots/thomason.jpg new file mode 100644 index 00000000000..1cf4907b7a9 Binary files /dev/null and b/images/headshots/thomason.jpg differ diff --git a/images/headshots/vera.jpg b/images/headshots/vera.jpg new file mode 100644 index 00000000000..eb5178a250c Binary files /dev/null and b/images/headshots/vera.jpg differ diff --git a/images/headshots/yang.jpg b/images/headshots/yang.jpg new file mode 100644 index 00000000000..8993e701fdf Binary files /dev/null and b/images/headshots/yang.jpg differ diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 00000000000..12ade5e60e2 --- /dev/null +++ b/images/logo.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + diff --git a/logo.png b/logo.png new file mode 100644 index 00000000000..7477c2903a6 Binary files /dev/null and b/logo.png differ diff --git a/pages/2025/README.md b/pages/2025/README.md new file mode 100644 index 00000000000..0606a3a4341 --- /dev/null +++ b/pages/2025/README.md @@ -0,0 +1 @@ +# Pages archive for ORIGen 2025 diff --git a/pages/2025/organizers.md b/pages/2025/organizers.md new file mode 100644 index 00000000000..cb7b9d69fd3 --- /dev/null +++ b/pages/2025/organizers.md @@ -0,0 +1,87 @@ +--- +# +# Use the widgets beneath and the content will be +# inserted automagically in the webpage. To make +# this work, you have to use › layout: frontpage +# +layout: gallery +title: "Organizers" +widget1: + id: nikhil + title: "Nikhil Krishnaswamy" + url: 'https://www.nikhilkrishnaswamy.com/' + image: 'headshots/krishnaswamy.jpg' + text: 'Colorado State University' + description: 'Nikhil Krishnaswamy is an Assistant Professor of Computer Science at Colorado State University, and director of the Situated Grounding and Natural Language (SIGNAL) Lab. His research focuses on diverse forms of natural language and multimodal understanding in human-AI collaboration, and on the mathematical and logical properties of AI models. He is the author of over 90 peer-reviewed publications across the fields of NLP, AI/machine learning, human-computer/human-agent interaction, and cognitive science, and has received multiple best paper or outstanding paper awards for research on interactive systems, human-AI teaming, HCI, and NLP in education. His research has been funded by NSF, DARPA, ARPA-H, and ARO, and he has been featured in national outlets such as NPR and the Wall Street Journal.' +widget2: + id: dilek + title: "Dilek Hakkani-Tür" + url: 'https://siebelschool.illinois.edu/about/people/faculty/dilek' + image: 'headshots/hakkanitur.jpg' + text: 'University of Illinois Urbana-Champaign' + description: "Dilek Hakkani-Tür is a Professor of Computer Science at University of Illinois Urbana-Champaign and an Amazon Scholar (at Amazon Health Science). Her research interests include conversational AI, natural language and speech processing, spoken dialogue systems, and machine learning for language processing. She has over 100 patents that were granted and co-authored more than 300 papers in natural language and speech processing. She received several best paper awards for publications she co-authored on conversational systems, including her earlier work on active learning for dialogue systems, from IEEE Signal Processing Society, ISCA and EURASIP. She also served as the Editor-in-Chief of the IEEE/ACM Transactions on Audio, Speech and Language Processing (2019-2021), and an IEEE Distinguished Industry Speaker (2021). Currently, she serves as the SigDial President, co-Editor-in-Chief of Transactions of ACL (TACL) and a NAACL board member. She is a fellow of the IEEE (2014), ISCA (2014) and ACL (2024)." +widget3: + id: james + title: "James Pustejovsky" + url: 'https://jamespusto.com/' + image: 'headshots/pustejovsky.jpg' + text: 'Brandeis University' + description: 'James Pustejovsky is the TJX Feldberg Endowed Chair in Computer Science at Brandeis University, where he is also Chair of the Linguistics Program, Chair of the Computational Linguistics M.S. Program, and Director of the Lab for Linguistics and Computation (LLC). He has authored numerous books on lexical and computational semantics, linguistic annotation, and temporal and spatial reasoning, including Spatial Language Understanding (with P. Kordjamshidi and M.-F. Moens, Springer 2025) and Generative Lexicon Theory: A Modern Introduction (with E. Jezek, Oxford University Press, 2026). He conducts research in computational linguistics, lexical semantics, multimodal interactions and reasoning, situated grounding, and developing standards and annotated datasets for machine learning. He was elected an ACL Fellow in 2024.' +widget4: + id: vasanth + title: "Vasanth Sarathy" + url: 'https://vsarathy.com' + image: 'headshots/sarathy.jpg' + text: 'Tufts University' + description: 'Vasanth Sarathy is a Research Assistant Professor of Computer Science at Tufts University and Director of the Creative Intelligence Lab. His research lies at the intersection of artificial intelligence, cognitive science, and philosophy, with a focus on socially intelligent agents, neurosymbolic reasoning, and the dynamics of representational coherence. He has published across AI safety, interpretability, and argumentation, and his work has been supported by DARPA, NSF, and IARPA. Prior to academia, he practiced law and brings a multidisciplinary perspective to questions of intelligence, communication, and normative alignment in AI systems.' +widget5: + id: tejas + title: "Tejas Srinivasan" + url: 'https://tejas1995.github.io/' + image: 'headshots/srinivasan.jpg' + text: 'University of Southern California' + description: 'Tejas Srinivasan is a Computer Science Ph.D. student at the University of Southern California. His research is centered on building AI systems that can be used by humans reliably. His work has been published at NeurIPS, *CL venues and speech conferences, spanning topics such as human-AI interaction, reliable multimodal systems, continual learning and multimodal speech recognition. He is a recipient of the Amazon ML Fellowship.' +widget6: + id: mariah + title: "Mariah Bradford" + url: 'https://bbykitty.github.io' + image: 'headshots/bradford.jpg' + text: 'Colorado State University' + description: 'Mariah Bradford is a Ph.D. student and graduate research assistant in the Situated Grounding and Natural Language Lab at Colorado State University, where she works on human-centered AI. Her research focuses on understanding group interactions and collaborative tasks, individual and group belief tracking from multimodal signals, and analysis of small group and hybrid human-AI task-based discussions. Her research has appeared in diverse AI and education venues including AIED, EDM, LREC-COLING, and EMNLP. She has served on the program committees for conferences such as LREC, COLING, and AIED, and is a recipient of an AIVO AI4ED Fellowship, sponsored by Google.org.' +widget7: + id: mert + title: "Mert İnan" + url: 'https://merterm.github.io' + image: 'headshots/inan.jpg' + text: 'Northeastern University' + description: 'Mert İnan is a Computer Science Ph.D. candidate at Northeastern University. His research focus is at the intersection of multimodality, dialogue, and cognitive science. He has published at ACL venues. Notably, he has worked on signed languages, detecting uncertainty, and discourse through eye gaze and visio-linguistic data. He has been a part of organizing committees of multiple workshops, such as WMT-SLT23, SpLU-RoboNLP23-24 at EMNLP, *SEM 2023 at ACL, and Dialogue with Robots by NSF.' +widget8: + id: tim + title: "Tim Obiso" + url: 'https://timothyobiso.github.io' + image: 'headshots/obiso.jpg' + text: 'Brandeis University' + description: 'Tim Obiso is a Ph.D. student and graduate research assistant in the Lab for Linguistics and Computation at Brandeis University, where he works on natural language processing with a focus on multimodal semantics, human-AI collaboration, epistemic and doxastic modeling, and representation learning with various architectures. This experience informs his understanding of communication and collaboration and managing the various states of open-ended tasks.' +# +# Use the call for action to show a button on the frontpage +# +# To make internal links, just use a permalink like this +# url: /getting-started/ +# +# To style the button in different colors, use no value +# to use the main color or success, alert or secondary. +# To change colors see sass/_01_settings_colors.scss +# +# callforaction: +# url: https://tinyletter.com/feeling-responsive +# text: Inform me about new updates and features › +# style: alert +permalink: /2025/organizers/ +# +# This is a nasty hack to make the navigation highlight +# this page as active in the topbar navigation +# +homepage: false +--- + + diff --git a/pages/2025/programme.md b/pages/2025/programme.md new file mode 100644 index 00000000000..da26e829456 --- /dev/null +++ b/pages/2025/programme.md @@ -0,0 +1,73 @@ +--- +layout : page +title : "Programme" +permalink : "/2025/programme/" +--- +ORIGen 2025 was held in the [Palais des Congrès](https://www.google.com/maps/search/Palais+des+congrès+de+Montréal/@45.5046876,-73.5628025,859m/data=!3m2!1e3!4b1?entry=ttu&g_ep=EgoyMDI1MDgxMy4wIKXMDSoASAFQAw%3D%3D) in Montréal, QC, Canada on **October 10, 2025** in **Room 518A**. + +**8:30-9:00** - Welcome and registration\ +**9:00-9:15** - Opening remarks - *Nikhil Krishnaswamy, Colorado State University*\ +**9:15-9:50** - *Invited talk I*: **Andreas Vlachos** - *[Towards Constructive Conversations](https://origen-workshop.github.io/assets/pdf/2025/talks/Vlachos.pdf)*\ + In this talk I will present our work motivated by the question “What makes conversations among humans more constructive and how can we intervene to make them happen”. First I will discuss group decision-making in the context of the Wason Card Selection task, where we find that groups perform better than individuals, and, more interestingly, can reach a correct decision even if no one had it in the beginning of the conversation. Following this, I will present the Wikipedia disputes dataset which has allowed us to examine how disagreements are resolved in the context of Wikipedia, the most successful large-scale collaborative project. Finally, I will discuss how LLMs could be used to intervene to improve our conversations.\ + *Session chair: James Pustejovsky, Brandeis University*\ +**9:50-10:50** - [Accepted paper lightning talks](https://origen-workshop.github.io/assets/pdf/2025/papers/origen2025-lightning-talks-master.pdf): 4 minutes each + 1 minute transition (*[presentation order](#papers)*)\ + *Session chair: Nikhil Krishnaswamy, Colorado State University*\ +**10:50-11:05** - Coffee break\ +**11:05-12:00** - *Keynote talk*: **Malihe Alikhani** - *[Theory of Mind in Generative Models: From Uncertainty to Shared Meaning](https://origen-workshop.github.io/assets/pdf/2025/talks/Alikhani.pdf)*\ + We will explore how generative models can effectively facilitate communicative grounding by incorporating theory of mind alongside uncertainty and human feedback. We begin by examining how models signal and quantify predictive uncertainty, highlighting computational parallels to epistemic stance. Next, we discuss belief modeling, presenting evidence that language models can infer degrees of interlocutor uncertainty, a crucial component in managing reference and intent. We address how a failure to accurately track beliefs may lead to sycophancy, or over-alignment with user views. We then explore the positive role of friction introduced through structured discourse or interactional pauses, which slows down interactions to promote clarity and facilitate grounding. Finally, we extend these concepts to multimodal and socially situated contexts, drawing on research in sign language modeling and human-in-the-loop training to illustrate how shared meaning can be constructed across diverse modalities and populations. This line of research demonstrates how generative models embody core mechanisms of pragmatic reasoning, offering linguists and cognitive scientists both methodological challenges and opportunities to question how computational systems reflect and shape our understanding of meaning and interaction.\ + *Session chair: Mariah Bradford, Colorado State University*\ +**12:00-12:35** - *Invited talk II*: **Bertram F. Malle** - *[Could Generative Language Models Have Moral Trustworthiness?](https://origen-workshop.github.io/assets/pdf/2025/talks/Malle.pdf)*\ + In our previous theoretical and empirical work, we have examined people’s trust responses and moral judgments of social robots. I will apply some lessons we learned from this work to the question of moral trustworthiness of LLMs. I will ask three questions: (1) Does it even make sense to treat LLMs as "agents" that "have trustworthiness"? (2) If we do query LLMs' trustworthiness, what specifically moral attributes of trustworthiness would we want them to exhibit? (3) What would it take to design LLMs that actually have those attributes of moral trustworthiness?\ + *Session chair: Nikhil Krishnaswamy, Colorado State University*\ +**12:35-2:00** - Lunch\ +**2:00-2:35** - *Invited talk III*: **Q. Vera Liao** - *[Facilitating Appropriate Reliance on AI: Lessons from HCI Research](https://origen-workshop.github.io/assets/pdf/2025/talks/Liao.pdf)*\ + Having appropriate reliance on AI is key to harnessing the benefits of AI technology and achieving human-AI complementarity; while inappropriate reliance, particularly overreliance on AI, can lead to a range of harms, from high-stakes errors, de-skilling, to infrastructural vulnerabilities. Since before this wave of LLM technology, the field of human-computer interaction (HCI) has been studying how to facilitate appropriate reliance on AI, through empirical investigation of how people choose to rely or not rely on AI, designing interventions to mitigate inappropriate reliance, and developing approaches to measure and model people’s reliance behaviors. In this talk, I will provide an overview of these lines of HCI research and pose three open questions in the age of LLMs: How should we grapple with the normative question of what constitutes appropriate reliance? How can we measure and monitor reliance without intensive behavior surveillance? How can we deliver targeted preventive interventions to prevent overreliance by accounting for the system, individual, and contextual risk factors?\ + *Session chair: Tejas Srinivasan, University of Southern California*\ +**2:35-3:35** - Poster Session (*Session chair: Nikhil Krishnaswamy, Colorado State University*)\ +**3:35-3:50** - Coffee break\ +**3:50-4:35** - Panel discussion: Future of Reliable and Accountable AI\ + **Matthias Scheutz**, Tufts University\ + **Jesse Thomason**, University of Southern California\ + **Diyi Yang**, Stanford University\ + **Matthew Marge**, DARPA\ + Moderator: **James Pustejovsky**, Brandeis University\ +**4:35-5:00** - Best Paper Award and Conclusion + +# List of accepted papers +* *[Illuminating Blind Spots of Language Models with Targeted Agent-in-the-Loop Synthetic Data](https://origen-workshop.github.io/assets/pdf/2025/papers/1_Illuminating_Blind_Spots_of_.pdf)*\ +Philip Lippmann, Matthijs T. J. Spaan, Jie Yang + +* *[Med-CAM: Improving Medical Question Answering with Confidence-Aware Methods](https://origen-workshop.github.io/assets/pdf/2025/papers/4_Med_CAM_Improving_Medical_Qu.pdf)*\ +Karina H. Halevy, Kshitish Ghate, Jimin Mun, Mona T. Diab, Maarten Sap (*non-archival*) + +* *[TextBandit: Evaluating Probabilistic Reasoning in LLMs Through Language-Only Decision Tasks](https://origen-workshop.github.io/assets/pdf/2025/papers/7_TextBandit_Evaluating_Probab.pdf)*\ +Arjun Damerla, Jimin Lim, Nikil Selladurai, Nam Le, Yanxi Jiang + +* *[Medal Matters: Probing LLMs’ Failure Cases Through Olympic Rankings](https://origen-workshop.github.io/assets/pdf/2025/papers/8_Medal_Matters_Probing_LLMs_F.pdf +)*\ +Juhwan Choi, Seunguk Yu, JungMin Yun, YoungBin Kim + +* *[Extending AutoCompressors via Surprisal-Based Dynamic Segmentation](https://origen-workshop.github.io/assets/pdf/2025/papers/9_Extending_AutoCompressors_vi.pdf)*\ +Richard Xu, Raine Ma, Dawson Park, David Guo, Srivishnu Ramamurthi, Charles Duong, Kevin Zhu, Vasu Sharma, Sean O'Brien (*non-archival*) + +* *[From Indirect Object Identification to Syllogisms: Exploring Binary Mechanisms in Transformer Circuits](https://origen-workshop.github.io/assets/pdf/2025/papers/10_From_Indirect_Object_Identi.pdf)*\ +Karim Saraipour, Shichang Zhang (*non-archival*) + +* *[How Post-Training Reshapes LLMs: A Mechanistic View on Knowledge, Truthfulness, Refusal, and Confidence](https://origen-workshop.github.io/assets/pdf/2025/papers/11_How_Post_Training_Reshapes_.pdf)*\ +Hongzhe Du, Weikai Li, Min Cai, Karim Saraipour, Zimin Zhang, Yizhou Sun, Himabindu Lakkaraju, Shichang Zhang (*non-archival*) + +* *[On the Retention of Edited Knowledge in Fine-Tuned Language Models](https://origen-workshop.github.io/assets/pdf/2025/papers/13_On_the_Retention_of_Edited_.pdf)*\ +Fufang Wen, Shichang Zhang (*non-archival*) + +* *[Sarc7: Evaluating Sarcasm Detection and Generation with Seven Types and Emotion-Informed Techniques](https://origen-workshop.github.io/assets/pdf/2025/papers/15_Sarc7_Evaluating_Sarcasm_De.pdf)*\ +Lang Xiong, Raina Gao, Alyssa Jeong, Yicheng Fu, Kevin Zhu, Sean O'Brien, Vasu Sharma (*non-archival*) + +* *[Constructive Disobedience and Trust in Human-Agent Interaction: A Multi-Scale Study](https://origen-workshop.github.io/assets/pdf/2025/papers/16_Constructive_Disobedience_a.pdf)*\ +Gordon Briggs, Christina Wasylyshyn + +* *[Let's Roleplay: Examining LLM Alignment in Collaborative Dialogues](https://origen-workshop.github.io/assets/pdf/2025/papers/LB1_Let_s_Roleplay_Examining_L.pdf)*\ +Abhijnan Nath, Carine Graff, Nikhil Krishnaswamy + +* *[Uncertainty Quantification in Retrieval Augmented Question Answering](https://origen-workshop.github.io/assets/pdf/2025/papers/LB2_Uncertainty_Quantification.pdf)*\ +Laura Perez-Beltrachini, Mirella Lapata (*non-archival*) + diff --git a/pages/2025/speakers.md b/pages/2025/speakers.md new file mode 100644 index 00000000000..05e42a9ec66 --- /dev/null +++ b/pages/2025/speakers.md @@ -0,0 +1,94 @@ +--- +# +# Use the widgets beneath and the content will be +# inserted automagically in the webpage. To make +# this work, you have to use › layout: frontpage +# +layout: gallery +title: "Speakers" +widget1: + id: malihe + title: "Malihe Alikhani" + url: 'https://www.malihealikhani.com/' + image: 'headshots/alikhani.jpg' + text: 'Northeastern University' + description: 'Malihe Alikhani is an Assistant Professor at Northeastern University’s Khoury College of Engineering and Visiting Fellow at The Center on Regulation and Markets at Brookings. She works towards developing safe and fair AI systems that enhance communication, decision-making, and knowledge-sharing across disciplines and populations.' + +widget2: + id: andreas + title: "Andreas Vlachos" + url: 'https://andreasvlachos.github.io/' + image: 'headshots/andreas.jpeg' + text: 'University of Cambridge' + description: 'Andreas Vlachos is a Professor of Natural Language Processing and Machine Learning at the Department of Computer Science and Technology at the University of Cambridge and a Dinesh Dhamija fellow of Fitzwilliam College. His expertise includes dialogue modeling, automated fact-checking, imitation and active learning, semantic parsing, and natural language generation and summarization.' + +widget3: + id: bertram + title: "Bertram Malle" + url: 'https://vivo.brown.edu/display/bmalle' + image: 'headshots/bertram.jpg' + text: 'Brown University' + description: 'Bertram F. Malle is a Professor of Cognitive and Psychological Sciences at Brown University. He received the Society of Experimental Social Psychology (SESP) Outstanding Dissertation award, an NSF CAREER award, the Decision Analysis Society 2018 best publication award, several HRI best-paper awards, and the 2019 SESP Scientific Impact Award. Malle’s research focuses on moral psychology and human-machine interaction.' + +widget4: + id: vera + title: "Q. Vera Liao" + url: 'https://qveraliao.com/' + image: 'headshots/vera.jpg' + text: 'University of Michigan/MSR FATE' + description: 'Q. Vera Liao is an Associate Professor of Computer Science and Engineering at the University of Michigan, and previously a researcher at Microsoft Research and IBM Research. Her current interests are in human-AI interaction, responsible AI and AI transparency, with a goal of bridging emerging AI technologies and human-centered perspectives.' + +widget5: + id: matthias + title: "Matthias Scheutz" + url: 'https://engineering.tufts.edu/cs/people/faculty/matthias-scheutz' + image: 'headshots/scheutz.jpg' + text: 'Tufts University' + description: 'Matthias Scheutz is the Karol Family Applied Technology Professor of computer science in the Department of Computer Science at Tufts University in the School of Engineering, and Director of the Human-Robot Interaction (HRI) Laboratory and the HRI Masters and PhD programs. He has over 400 peer-reviewed publications in artificial intelligence, artificial life, agent-based computing, natural language understanding, cognitive modeling, robotics, human-robot interaction and foundations of cognitive science. His current research focuses on complex ethical AI-enabled robots with natural language interaction, problem-solving, and instruction-based learning capabilities in open worlds.' + +widget6: + id: jesse + title: "Jesse Thomason" + url: 'https://jessethomason.com/' + image: 'headshots/thomason.jpg' + text: 'University of Southern California' + description: 'Jesse Thomason is an Assistant Professor at the University of Southern California where he leads the Grounding Language in Actions, Multimodal Observations, and Robots (GLAMOR) Lab. His research enables agents and robots to better understand and respond to human language by considering the grounded context in which that language occurs. GLAMOR has received funding from the Defense Advanced Projects Research Agency (DARPA), Amazon, the National Science Foundation (NSF), the National Institute of Health (NIH), the Army Research Laboratory (ARL), and the Laboratory for Analytical Sciences (LAS). Previously, he was a postdoctoral researcher at the University of Washington, and received his PhD in 2018 from the University of Texas at Austin.' + +widget7: + id: diyi + title: "Diyi Yang" + url: 'https://cs.stanford.edu/~diyiy/' + image: 'headshots/yang.jpg' + text: 'Stanford University' + description: 'Diyi Yang is an assistant professor in the Computer Science Department at Stanford University. Her research focuses on human-centered natural language processing and human-AI interaction. She is a recipient of Microsoft Research Faculty Fellowship (2021), NSF CAREER Award (2022), an ONR Young Investigator Award (2023), and a Sloan Research Fellowship (2024). Her work has received multiple paper awards or nominations at top NLP and HCI conferences.' + +widget8: + id: matt + title: "Matthew Marge" + url: '/https://scholar.google.com/citations?user=K931JfEAAAAJ&hl=en' + image: 'headshots/marge.jpeg' + text: 'DARPA' + description: 'Matthew Marge is a Program Manager in DARPA’s Information Innovation Office (I2O), where he leads research programs in artificial intelligence and machine learning. His work explores human-AI collaboration and the use of generative models in complex decision-making environments. Prior to DARPA, Dr. Marge was a senior computer scientist at the Army Research Laboratory, where his research focused on natural language processing, conversational AI, and human-robot interaction. He received his Ph.D. from the School of Computer Science at Carnegie Mellon University.' +# +# Use the call for action to show a button on the frontpage +# +# To make internal links, just use a permalink like this +# url: /getting-started/ +# +# To style the button in different colors, use no value +# to use the main color or success, alert or secondary. +# To change colors see sass/_01_settings_colors.scss +# +# callforaction: +# url: https://tinyletter.com/feeling-responsive +# text: Inform me about new updates and features › +# style: alert +permalink: /2025/speakers/ +# +# This is a nasty hack to make the navigation highlight +# this page as active in the topbar navigation +# +homepage: false +--- + + diff --git a/pages/contact.md b/pages/contact.md index 573da45194c..0ab04a741c9 100644 --- a/pages/contact.md +++ b/pages/contact.md @@ -1,9 +1,6 @@ --- layout : page title : "Contact" -meta_title : "Contact and use our contact form" -subheadline : "Contact Form" -teaser : "Get in touch with me? Use the contact form." permalink : "/contact/" --- -If you need a fabulous contact form for your website, I suggest you use the free version of [Wufoo](http://www.wufoo.com/) \ No newline at end of file +Please direct all inquries and correspondence to `origenworkshop [at] gmail [dot] com`. diff --git a/pages/dates.md b/pages/dates.md new file mode 100644 index 00000000000..4e5cdbbd12c --- /dev/null +++ b/pages/dates.md @@ -0,0 +1,12 @@ +--- +layout : page +title : "Dates" +permalink : "/dates/" +--- +~~Submission deadline: June 27, 2025 (23:59 AoE)~~\ +~~Late Breaking papers submission deadline: July 14, 2025 (23:59 AoE)~~\ +~~Notification of acceptance/rejection (all submissions): July 24, 2025 (23:59 AoE)~~\ +~~Camera-ready copies due: August 7, 2025 (23:59 AoE)~~\ +~~ORIGen workshop: October 10, 2025 (Not anywhere on Earth - 09:00-17:00 in Montreal)~~ + +**ORIGen 2025 has concluded. Please stay tuned for information about future editions.** diff --git a/pages/organizers.md b/pages/organizers.md new file mode 100644 index 00000000000..3d96a2f3aaf --- /dev/null +++ b/pages/organizers.md @@ -0,0 +1,8 @@ +--- +title: "Organizers" +layout: redirect +sitemap: false +permalink: /organizers/ +redirect_to: "https://origen-workshop.github.io/2025/organizers/" +--- + diff --git a/pages/pages-root-folder/index.md b/pages/pages-root-folder/index.md index 6b095358eb1..260a4a1a253 100644 --- a/pages/pages-root-folder/index.md +++ b/pages/pages-root-folder/index.md @@ -6,22 +6,22 @@ # layout: frontpage header: - image_fullwidth: header_unsplash_12.jpg + image_fullwidth: header_unsplash_5.jpg widget1: - title: "Blog & Portfolio" - url: 'http://phlow.github.io/feeling-responsive/blog/' - image: widget-1-302x182.jpg - text: 'Every good portfolio website has a blog with fresh news, thoughts and develop­ments of your activities. Feeling Responsive offers you a fully functional blog with an archive page to give readers a quick overview of all your posts.' + title: "Programme" + url: 'http://origen-workshop.github.io/programme/' + image: + text: 'Schedule and Accepted Papers' widget2: - title: "Why use this theme?" - url: 'http://phlow.github.io/feeling-responsive/info/' - text: 'Feeling Responsive is heavily customizable.
1. Language-Support :)
2. Optimized for speed and it's responsive.
3. Built on Foundation Framework.
4. Seven different Headers.
5. Customizable navigation, footer,...' - video: '' + title: "Invited Speakers" + url: 'http://origen-workshop.github.io/speakers/' + image: + text: 'Invited Talks and Panelists' widget3: - title: "Download Theme" - url: 'https://github.com/Phlow/feeling-responsive' - image: widget-github-303x182.jpg - text: 'Feeling Responsive is free and licensed under a MIT License. Make it your own and start building. The code is well-documented and explains you how it works.' + title: "Organizers" + url: 'http://origen-workshop.github.io/organizers/' + image: + text: 'About the Organizers' # # Use the call for action to show a button on the frontpage # @@ -32,10 +32,10 @@ widget3: # to use the main color or success, alert or secondary. # To change colors see sass/_01_settings_colors.scss # -callforaction: - url: https://tinyletter.com/feeling-responsive - text: Inform me about new updates and features › - style: alert +# callforaction: +# url: https://tinyletter.com/feeling-responsive +# text: Inform me about new updates and features › +# style: alert permalink: /index.html # # This is a nasty hack to make the navigation highlight @@ -43,10 +43,3 @@ permalink: /index.html # homepage: true --- - -
-
- -
- × -
diff --git a/pages/pages-root-folder/index_old.md b/pages/pages-root-folder/index_old.md new file mode 100644 index 00000000000..e246d255d24 --- /dev/null +++ b/pages/pages-root-folder/index_old.md @@ -0,0 +1,52 @@ +--- +# +# Use the widgets beneath and the content will be +# inserted automagically in the webpage. To make +# this work, you have to use › layout: frontpage +# +layout: frontpage +header: + image_fullwidth: header_unsplash_12.jpg +widget1: + title: "Blog & Portfolio" + url: 'http://phlow.github.io/feeling-responsive/blog/' + image: widget-1-302x182.jpg + text: 'Every good portfolio website has a blog with fresh news, thoughts and develop­ments of your activities. Feeling Responsive offers you a fully functional blog with an archive page to give readers a quick overview of all your posts.' +widget2: + title: "Why use this theme?" + url: 'http://phlow.github.io/feeling-responsive/info/' + text: 'Feeling Responsive is heavily customizable.
1. Language-Support :)
2. Optimized for speed and it's responsive.
3. Built on Foundation Framework.
4. Seven different Headers.
5. Customizable navigation, footer,...' + video: '' +widget3: + title: "Download Theme" + url: 'https://github.com/Phlow/feeling-responsive' + image: widget-github-303x182.jpg + text: 'Feeling Responsive is free and licensed under a MIT License. Make it your own and start building. The code is well-documented and explains you how it works.' +# +# Use the call for action to show a button on the frontpage +# +# To make internal links, just use a permalink like this +# url: /getting-started/ +# +# To style the button in different colors, use no value +# to use the main color or success, alert or secondary. +# To change colors see sass/_01_settings_colors.scss +# +callforaction: + url: https://tinyletter.com/feeling-responsive + text: Inform me about new updates and features › + style: alert +permalink: /index_old.html +# +# This is a nasty hack to make the navigation highlight +# this page as active in the topbar navigation +# +homepage: true +--- + +
+
+ +
+ × +
diff --git a/pages/programme.md b/pages/programme.md new file mode 100644 index 00000000000..b32bf0b2d56 --- /dev/null +++ b/pages/programme.md @@ -0,0 +1,8 @@ +--- +title: "Programme" +layout: redirect +sitemap: false +permalink: /programme/ +redirect_to: "https://origen-workshop.github.io/2025/programme/" +--- + diff --git a/pages/speakers.md b/pages/speakers.md new file mode 100644 index 00000000000..732ef44dbba --- /dev/null +++ b/pages/speakers.md @@ -0,0 +1,8 @@ +--- +title: "Speakers" +layout: redirect +sitemap: false +permalink: /speakers/ +redirect_to: "https://origen-workshop.github.io/2025/speakers/" +--- + diff --git a/pages/submissions.md b/pages/submissions.md new file mode 100644 index 00000000000..d38e46c06a8 --- /dev/null +++ b/pages/submissions.md @@ -0,0 +1,58 @@ +--- +layout : page +title : "Submissions" +permalink : "/submissions/" +--- + +## About the Workshop + +With the rapid integration of generative AI, exemplified by large language models (LLMs), into personal, educational, business, and even governmental workflows, such systems are increasingly being treated as “collaborators” with humans. +In such scenarios, underreliance or avoidance of AI assistance may obviate the potential speed, efficiency, or scalability advantages of a human-LLM team, but simultaneously, there is a risk that subject matter non-experts may overrely on LLMs and trust their outputs uncritically, with consequences ranging from the inconvenient to the catastrophic. +Therefore, establishing optimal levels of reliance within an interactive framework is a critical open challenge as language models and related AI technology rapidly advances. + +* What factors influence overreliance on LLMs? +* How can the consequences of overreliance be predicted and guarded against? +* What verifiable methods can be used to apportion accountability for the outcomes of human-LLM interactions? +* What methods can be used to imbue such interactions with appropriate levels of “friction” to ensure that humans think through the decisions they make with LLMs in the loop? + +The **ORIGen** workshop provides a new venue to address these questions and more through a multidisciplinary lens. +Independently organized in support of the [DARPA FACT program](https://www.darpa.mil/research/programs/friction-for-accountability-in-conversational-transactions), we seek to bring together broad perspectives from AI, NLP, HCI, cognitive science, psychology, and education to highlight the importance of mediating human-LLM interactions to mitigate overreliance and promote accountability in collaborative human-AI decision-making. + +## Submission Information + +**ORIGen 2025 has concluded. Please stay tuned for information on future editions.** + +We welcome papers on the topic of reliance and accountability in human-AI interactions, with a specific focus on under- or overreliance on LLMs, and establishing accountability for joint human-AI decisions. Submissions may fall into any of the following areas: +1. **Theory and research methods**: computational, psychological, cognitive, and +formal models of reliance and accountability; +2. **Technical**: novel algorithmic approaches, system descriptions, metrics, and experimental paradigms to measure reliance and accountability; +3. **Design**: interaction design to modulate reliance and establish accountability; +4. **User studies**: empirical studies into reliance and accountability in human-LLM interaction. + +This list is non-exhaustive and we welcome any relevant work. Submissions must be made via the official ORIGen submission page on [OpenReview](https://openreview.net/group?id=colmweb.org/COLM/2025/Workshop/ORIGen). + +ORIGen will accept both *original research* and non-archival *cross-submissions*. Original research papers may be *long papers* (up to 9 pages, not including references) or *short papers* (up to 5 pages, not including references) prepared according to the [COLM template](https://github.com/COLM-org/Template/archive/refs/tags/2025.zip). These submissions will undergo *double-blind* review and so must be fully anonymized. Original research papers may be submitted as *archival* or *non-archival* contributions. Accepted archival original research papers will be published in a proceedings after the workshop on an open-access proceedings platform such as [CEUR-WS](https://ceur-ws.org), and will receive an additional page in the camera-ready version to incorporate reviewer comments. Publishing in the proceedings of ORIGen will not preclude submission of the published work in the same or updated form to future venues, unless otherwise indicated by the other venue. We will also welcome cross-submissions from other venues (e.g., *ACL or the COLM main conference) who wish to present their work at ORIGen. These submissions will be assessed for relevance and fit for ORIGen, and may be either single-blind or double-blind. + +Please see the [important dates](https://origen-workshop.github.io/dates/). No submissions will be accepted after the posted deadline(s). + +### Dual-Submission Policy + +Papers that have been or will be submitted to other venues must indicate this at submission time. Non-archival cross-submissions of previously-published papers or papers already accepted for publication elsewhere must indicate the other venue at submission time (ideally with a link to a proceedings or OpenReview submission). Authors of papers accepted for presentation at ORIGen 2025 must notify the organizers by the [camera-ready deadline](https://origen-workshop.github.io/dates/) regarding whether the paper will be presented. + +### Late-Breaking Papers + +***NEW!*** ORIGen is inviting the submission of Late Breaking papers! Submissions will open July 7, 2025 and be due **July 14**! Notifications will be sent by July 24, alongside notifications of other papers. Please see [the posted announcement](https://origen-workshop.github.io/announcements/late-breaking-submission-track/) for more. Authors of Late Breaking papers that have been reviewed previously may choose to include a link to the previous reviews if available. + +Please note that the Late Breaking track has a different [submission link](https://openreview.net/group?id=colmweb.org/COLM/2025/Workshop/ORIGen_Late_Breaking) from the main track. All other stipulations on this page also apply to Late Breaking submissions. + +## Presentation at the Workshop + +Accepted archival papers must be presented at the workshop to appear in the proceedings. All accepted papers will be presented as posters. At least one author of every accepted paper must register for and attend the workshop in person. Please see the [schedule](https://origen-workshop.github.io/programme/) for details. + +### Attendee Support + +We will provide a limited number of grants, with support from the Artificial Intelligence Journal (AIJ)'s [31st Call for Funding Opportunities for Promoting AI Research](https://aij.ijcai.org/funding-opportunities-for-promoting-ai-research/) (under the name First Workshop on Friction in Language Modeling), to help defray travel and attendance costs. Applications for these grants will open after the accepted papers are announced. + +### Best Paper Award + +A Best Paper Award will be given to recognize excellent research contributions from among the accepted papers, toward the workshop themes of trust and reliance in AI. The award comes with a certificate of recognition and a cash award. For 2025, the financial award is $250 and comes from the AIJ support funding provided to the workshop.