lenglaender commited on
Commit
9158acf
·
verified ·
1 Parent(s): 30a4128

Update README.md

Browse files

Update paper link to ACL publication

Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -9,7 +9,7 @@ datasets:
9
 
10
  # M2QA Adapter: QA Head for MAD-X+Domain Setup
11
  This adapter is part of the M2QA publication to achieve language and domain transfer via adapters.
12
- 📃 Paper: [https://arxiv.org/abs/2407.01091](https://arxiv.org/abs/2407.01091)
13
  🏗️ GitHub repo: [https://github.com/UKPLab/m2qa](https://github.com/UKPLab/m2qa)
14
  💾 Hugging Face Dataset: [https://huggingface.co/UKPLab/m2qa](https://huggingface.co/UKPLab/m2qa)
15
 
@@ -60,17 +60,20 @@ Leon Engländer:
60
  ## Citation
61
 
62
  ```
63
- @article{englaender-etal-2024-m2qa,
64
- title="M2QA: Multi-domain Multilingual Question Answering",
65
- author={Engl{\"a}nder, Leon and
66
- Sterz, Hannah and
67
- Poth, Clifton and
68
- Pfeiffer, Jonas and
69
- Kuznetsov, Ilia and
70
- Gurevych, Iryna},
71
- journal={arXiv preprint},
72
- url="https://arxiv.org/abs/2407.01091",
73
- month = jul,
74
- year="2024"
 
 
 
75
  }
76
  ```
 
9
 
10
  # M2QA Adapter: QA Head for MAD-X+Domain Setup
11
  This adapter is part of the M2QA publication to achieve language and domain transfer via adapters.
12
+ 📃 Paper: [https://aclanthology.org/2024.findings-emnlp.365/](https://aclanthology.org/2024.findings-emnlp.365/)
13
  🏗️ GitHub repo: [https://github.com/UKPLab/m2qa](https://github.com/UKPLab/m2qa)
14
  💾 Hugging Face Dataset: [https://huggingface.co/UKPLab/m2qa](https://huggingface.co/UKPLab/m2qa)
15
 
 
60
  ## Citation
61
 
62
  ```
63
+ @inproceedings{englander-etal-2024-m2qa,
64
+ title = "M2QA: Multi-domain Multilingual Question Answering",
65
+ author = {Engl{\"a}nder, Leon and
66
+ Sterz, Hannah and
67
+ Poth, Clifton A and
68
+ Pfeiffer, Jonas and
69
+ Kuznetsov, Ilia and
70
+ Gurevych, Iryna},
71
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
72
+ month = nov,
73
+ year = "2024",
74
+ address = "Miami, Florida, USA",
75
+ publisher = "Association for Computational Linguistics",
76
+ url = "https://aclanthology.org/2024.findings-emnlp.365",
77
+ pages = "6283--6305",
78
  }
79
  ```