Skip to content

Commit

Permalink
Add NLP2024 paper
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Mar 23, 2024
1 parent 75d4891 commit c7e2196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/_constants/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const LINK = {
JSAI_2023_PAPER:
'https://www.jstage.jst.go.jp/article/pjsai/JSAI2023/0/JSAI2023_4H2OS6a03/_article/-char/ja',
NLP_2023_PAPER: 'https://www.anlp.jp/proceedings/annual_meeting/2023/pdf_dir/P9-5.pdf',
NLP_2024_PAPER: 'https://www.anlp.jp/proceedings/annual_meeting/2024/pdf_dir/E7-6.pdf',
KAKUSEI: 'https://kakusei.aist.go.jp/',
TTT: 'https://todaitotexas.com/',
HUNDRED_PROGRAM: 'https://100program.jp/',
Expand Down
2 changes: 2 additions & 0 deletions app/_contents/SectionResearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const SECTION_RESEARCH = {
{
title: 'Domestic Conference (Non-refereed)',
contents: [
`**Daichi Kato**, Ryo Ueda, Yusuke Miyao.\n「RL-SPINNを用いた創発言語の汎化性能の評価」\nNLP2024. [(paper)](${LINK.NLP_2024_PAPER})`,
`**Daichi Kato**, Ryo Ueda, Yusuke Miyao.\n「簡素な創発言語接触モデルで生じる言語のクレオール単純性と構成性」\nJSAI2023. [(paper)](${LINK.JSAI_2023_PAPER})`,
`**Daichi Kato**, Ryo Ueda, Yusuke Miyao.\n「簡素なモデルでの創発言語の接触によるクレオール単純化の再現」\nNLP2023. [(paper)](${LINK.NLP_2023_PAPER})`,
],
Expand All @@ -36,6 +37,7 @@ export const SECTION_RESEARCH = {
{
title: '国内学会 (査読なし)',
contents: [
`**加藤大地**, 上田亮, 宮尾祐介.\n「RL-SPINNを用いた創発言語の汎化性能の評価」\n言語処理学会第30回年次大会(NLP2024). [(paper)](${LINK.NLP_2024_PAPER})`,
`**加藤大地**, 上田亮, 宮尾祐介.\n「簡素な創発言語接触モデルで生じる言語のクレオール単純性と構成性」\n人工知能学会第37回全国大会(JSAI2023). [(paper)](${LINK.JSAI_2023_PAPER})`,
`**加藤大地**, 上田亮, 宮尾祐介.\n「簡素なモデルでの創発言語の接触によるクレオール単純化の再現」\n言語処理学会第29回年次大会(NLP2023). [(paper)](${LINK.NLP_2023_PAPER})`,
],
Expand Down

0 comments on commit c7e2196

Please sign in to comment.