Spaces:
Runtime error
Runtime error
Eleonora Bernasconi commited on
Commit ·
38d50e4
1
Parent(s): a67f2c7
doi from title
Browse files- __pycache__/scholarly.cpython-37.pyc +0 -0
- app.py +6 -7
- note.txt +2 -0
- scholarly.py +13 -4
__pycache__/scholarly.cpython-37.pyc
CHANGED
|
Binary files a/__pycache__/scholarly.cpython-37.pyc and b/__pycache__/scholarly.cpython-37.pyc differ
|
|
|
app.py
CHANGED
|
@@ -15,7 +15,8 @@ st.write("Data from CSV:")
|
|
| 15 |
st.write(data)
|
| 16 |
|
| 17 |
cit_array = []
|
| 18 |
-
|
|
|
|
| 19 |
if 'doi' not in data.columns:
|
| 20 |
st.write("The 'doi' column does not exist in the CSV.")
|
| 21 |
else:
|
|
@@ -23,23 +24,21 @@ else:
|
|
| 23 |
for index, row in data.iterrows():
|
| 24 |
doi = row['doi']
|
| 25 |
if doi:
|
| 26 |
-
# st.text(f"1 Extracting DOI: {doi}")
|
| 27 |
citation_count = scholarly.get_citation_count(doi)
|
| 28 |
if citation_count != None:
|
| 29 |
cit_array.append(citation_count)
|
| 30 |
st.text(f"DOI: {doi}, Citation Count: {citation_count}")
|
|
|
|
| 31 |
else:
|
| 32 |
# Handle cases where DOI is None (e.g., bytitle lookup)
|
| 33 |
title = row['title']
|
| 34 |
doi_bytitle = scholarly.get_doi_from_title(str(title))
|
| 35 |
-
# st.text(title)
|
| 36 |
-
# st.text(f"Extracting DOI from Title: {title}")
|
| 37 |
citation_count_title = scholarly.get_citation_count(doi_bytitle)
|
|
|
|
|
|
|
| 38 |
cit_array.append(citation_count_title)
|
| 39 |
st.text(f"DOI from Title: {title}, Citation Count: {citation_count_title}")
|
| 40 |
-
|
| 41 |
-
# cit_array.append(None)
|
| 42 |
-
|
| 43 |
# Add the citation count column to the DataFrame
|
| 44 |
data['Citation Count'] = cit_array
|
| 45 |
st.write(data)
|
|
|
|
| 15 |
st.write(data)
|
| 16 |
|
| 17 |
cit_array = []
|
| 18 |
+
count = 0
|
| 19 |
+
st.write(count)
|
| 20 |
if 'doi' not in data.columns:
|
| 21 |
st.write("The 'doi' column does not exist in the CSV.")
|
| 22 |
else:
|
|
|
|
| 24 |
for index, row in data.iterrows():
|
| 25 |
doi = row['doi']
|
| 26 |
if doi:
|
|
|
|
| 27 |
citation_count = scholarly.get_citation_count(doi)
|
| 28 |
if citation_count != None:
|
| 29 |
cit_array.append(citation_count)
|
| 30 |
st.text(f"DOI: {doi}, Citation Count: {citation_count}")
|
| 31 |
+
count += 1
|
| 32 |
else:
|
| 33 |
# Handle cases where DOI is None (e.g., bytitle lookup)
|
| 34 |
title = row['title']
|
| 35 |
doi_bytitle = scholarly.get_doi_from_title(str(title))
|
|
|
|
|
|
|
| 36 |
citation_count_title = scholarly.get_citation_count(doi_bytitle)
|
| 37 |
+
if citation_count_title != None:
|
| 38 |
+
count += 1
|
| 39 |
cit_array.append(citation_count_title)
|
| 40 |
st.text(f"DOI from Title: {title}, Citation Count: {citation_count_title}")
|
| 41 |
+
|
|
|
|
|
|
|
| 42 |
# Add the citation count column to the DataFrame
|
| 43 |
data['Citation Count'] = cit_array
|
| 44 |
st.write(data)
|
note.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
, 'unstructured': 'Goldberg Y (2017) Neural network methods in natural language processing. Morgan and Claypool Publishers', 'DOI': '10.1007/978-3-031-02165-7'}, {'key': '9301_CR20', 'unstructured': 'Goodfellow I, Y YB, Courville A, (2016) Deep learning. MIT Press, Cambridge'}, {'issue': '4', 'key': '9301_CR21', 'doi-asserted-by': 'publisher', 'first-page': '415', 'DOI': '10.1007/s10506-020-09260-6', 'volume': '28', 'author': 'P Hacker', 'year': '2020', 'unstructured': 'Hacker P, Krestel R, Grundmann S, Naumann F (2020) Explainable AI under contract and tort law: legal incentives and technical challenges. Artif Intell Law 28(4):415–439', 'journal-title': 'Artif Intell Law'}, {'key': '9301_CR22', 'unstructured': 'Hu Z, Li X, Tu C, Liu Z, Sun M (2018) Few-shot charge prediction with discriminative legal attributes. In: Proceedings of COLING, pp 487–498. Association for Computational Linguistics'}, {'key': '9301_CR23', 'unstructured': 'Jain AK, Dubes RC (1988) Algorithms for clustering data. Prentice-Hall'}, {'issue': '5', 'key': '9301_CR24', 'doi-asserted-by': 'publisher', 'first-page': '493', 'DOI': '10.1108/00220410410560573', 'volume': '60', 'author': 'KS Jones', 'year': '2004', 'unstructured': 'Jones KS (2004) A statistical interpretation of term specificity and its application in retrieval. J Documentation 60(5):493–502', 'journal-title': 'J Documentation'}, {'key': '9301_CR26', 'doi-asserted-by': 'crossref', 'unstructured': 'Kim Y (2014) Convolutional neural networks for sentence classification. In: Proceedings of EMNLP, pp 1746–1751', 'DOI': '10.3115/v1/D14-1181'}, {'key': '9301_CR25', 'unstructured': 'Kim M, Xu Y, Goebel R (2015) A convolutional neural network in legal question answering. In: Proc int workshop on juris-informatics JURISIN'}, {'key': '9301_CR27', 'doi-asserted-by': 'crossref', 'unstructured': 'Lai S, Xu L, Liu K, Zhao J (2015) Recurrent convolutional neural networks for text classification. In: Proceedings of AAAI, pp 2267–2273', 'DOI': '10.1609/aaai.v29i1.9513'}, {'key': '9301_CR28', 'doi-asserted-by': 'publisher', 'first-page': '151144', 'DOI': '10.1109/ACCESS.2019.2945771', 'volume': '7', 'author': 'S Li', 'year': '2019', 'unstructured': 'Li S, Zhang H, Ye L, Guo X, Fang B (2019) MANN: a multichannel attentive neural network for legal judgment prediction. IEEE Access 7:151144–151155', 'journal-title': 'IEEE Access'}, {'key': '9301_CR29', 'unstructured': 'Lin W, Kuo T, Chang T, Yen C, Chen C, Lin S (2012) Exploiting machine learning models for Chinese legal documents labeling, case classification, and sentencing prediction. IJCLCLP 17(4)'}, {'key': '9301_CR30', 'doi-asserted-by': 'crossref', 'unstructured': 'Liu C, Hsieh C (2006) Exploring phrase-based classification of judgment documents for criminal charges in Chinese. In: Proceedings of ISMIS, pp 681–690', 'DOI': '10.1007/11875604_75'}, {'issue': '1', 'key': '9301_CR32', 'doi-asserted-by': 'publisher', 'first-page': '194', 'DOI': '10.1016/j.ipm.2014.07.003', 'volume': '51', 'author': 'YH Liu', 'year': '2015', 'unstructured': 'Liu YH, Chen YL, Ho WL (2015) Predicting associated statutes for legal problems. Inf Proces Manag 51(1):194–211', 'journal-title': 'Inf Proces Manag'}, {'key': '9301_CR31', 'unstructured': 'Liu P, Qiu X, Huang X (2016) Recurrent neural network for text classification with multi-task learning. In: Proceedings of IJCAI, pp 2873–2879'}, {'key': '9301_CR33', 'doi-asserted-by': 'crossref', 'unstructured': 'Long S, Tu C, Liu Z, Sun M (2019) Automatic judgment prediction via legal reading comprehension. In: Proceedings of Chinese computational linguistics. Lecture Notes in Computer Science, vol 11856, pp 558–572', 'DOI': '10.1007/978-3-030-32381-3_45'}, {'key': '9301_CR34', 'doi-asserted-by': 'crossref', 'unstructured': 'Luo B, Feng Y, Xu J, Zhang X, Zhao D (2017) Learning to predict charges for criminal cases with legal basis. In: Proceedings of EMNLP, pp 2727–2736', 'DOI': '10.18653/v1/D17-1289'}, {'issue': '2', 'key': '9301_CR36', 'doi-asserted-by': 'publisher', 'first-page': '237', 'DOI': '10.1007/s10506-019-09255-y', 'volume': '28', 'author': 'M Medvedeva', 'year': '2020', 'unstructured': 'Medvedeva M, Vols M, Wieling M (2020) Using machine learning to predict decisions of the European court of human rights. Artif Intell Law 28(2):237–266', 'journal-title': 'Artif Intell Law'}, {'key': '9301_CR37', 'unstructured': 'Morimoto A, Kubo D, Sato M, Shindo H, Matsumoto Y (2017) Legal question answering system using neural attention. In: Proceedings of 4th ICAIL competition on legal information extraction and entailment (COLIEE). EPiC series in computing, vol 47, pp 79–89'}, {'key': '9301_CR38', 'doi-asserted-by': 'crossref', 'unstructured': 'Nallapati R, Manning CD (2008) Legal docket classification: where machine learning stumbles. In: Proceedings of EMNLP, pp 438–446', 'DOI': '10.3115/1613715.1613771'}, {'key': '9301_CR39', 'unstructured': 'Nanda R, Adebayo KJ, Caro LD, Boella G, Robaldo L (2017) Legal information retrieval using topic clustering and neural networks. In: Proceedings of 4th ICAIL competition on legal information extraction and entailment (COLIEE). EPiC series in computing, vol 47, pp 68–78'}, {'key': '9301_CR41', 'doi-asserted-by': 'crossref', 'unstructured': 'Nguyen T, Nguyen L, Tojo S, Satoh K, Shimazu A (2017) Single and multiple layer BI-LSTM-CRF for recognizing requisite and effectuation parts in legal texts. In: Proceedings of ICAL workshops', 'DOI': '10.1007/s10506-018-9225-1'}, {'issue': '2', 'key': '9301_CR42', 'doi-asserted-by': 'publisher', 'first-page': '169', 'DOI': '10.1007/s10506-018-9225-1', 'volume': '26', 'author': 'T Nguyen', 'year': '2018', 'unstructured': 'Nguyen T, Nguyen L, Tojo S, Satoh K, Shimazu A (2018) Recurrent neural network-based models for recognizing requisite and effectuation parts in legal texts. Artif Intell Law 26(2):169–199', 'journal-title': 'Artif Intell Law'}, {'key': '9301_CR40', 'unstructured': 'Nguyen H, Nguyen PM, Vuong T, Bui QM, Nguyen CM, Dang TB, Tran V, Nguyen ML, Satoh K (2021) JNLP team: Deep learning approaches for legal processing tasks in COLIEE 2021. CoRR arXiv:2106.13405'}, {'key': '9301_CR43', 'doi-asserted-by': 'crossref', 'unstructured': 'O’Neill J, Buitelaar P, Robin C, O’Brien L (2017) Classifying sentential modality in legal language: a use case in financial regulations, acts and directives. In: Proceedings of international conference on artificial intelligence and law (ICAIL), pp 159–168', 'DOI': '10.1145/3086512.3086528'}, {'key': '9301_CR44', 'doi-asserted-by': 'crossref', 'unstructured': 'Peters ME, Neumann M, Iyyer M, Gardner M, Clark C, Lee K, Zettlemoyer L (2018) Deep contextualized word representations. In: Proceedings of NAACL-HLT, pp 2227–2237', 'DOI': '10.18653/v1/N18-1202'}, {'key': '9301_CR45', 'unstructured': 'Polignano M, Basile P, de\xa0Gemmis M, Semeraro G, Basile V (2019) AlBERTo: Italian BERT language understanding model for NLP challenging tasks based on tweets. In: Proceedings of 6th Italian conference on computational linguistics. CEUR workshop proceedings, vol 2481. http://ceur-ws.org/'}, {'key': '9301_CR46', 'unstructured': 'Puccinelli D, Demartini S, D’Aoust RE (2019) Fixing comma splices in Italian with BERT. In: Proceedings of 6th Italian conference on computational linguistics. CEUR workshop proceedings, vol 2481. http://ceur-ws.org/'}, {'key': '9301_CR47', 'doi-asserted-by': 'crossref', 'unstructured': 'Rabelo J, Kim M, Goebel R (2019) Combining similarity and transformer methods for case law entailment. In: Proceedings of International conference on artificial intelligence and law (ICAIL), pp 290–296', 'DOI': '10.1145/3322640.3326741'}, {'key': '9301_CR48', 'doi-asserted-by': 'crossref', 'unstructured': 'Rabelo J, Kim M, Goebel R, Yoshioka M, Kano Y, Satoh K (2020) Workshops. New frontiers in artificial intelligence, lecture notes in computer science. COLIEE 2020: methods for legal document retrieval and entailment. In: Proceedings of the vol 12758. Springer, pp 196–210', 'DOI': '10.1007/978-3-030-79942-7_13'}, {'key': '9301_CR49', 'unstructured': 'Radford A, Sutskever I (2018) Improving language understanding by generative pre-training. In: arxiv'}, {'key': '9301_CR50', 'doi-asserted-by': 'crossref', 'unstructured': 'Sanchez L, He J, Manotumruksa J, Albakour D, Martinez M, Lipani A (2020) Easing legal news monitoring with learning to rank and BERT. In: Proceedings of ECIR. Lecture notes in computer science, vol 12036, pp 336–343. Springer', 'DOI': '10.1007/978-3-030-45442-5_42'}, {'key': '9301_CR51', 'doi-asserted-by': 'crossref', 'unstructured': 'Shao Y, Mao J, Liu Y, Ma W, Satoh K, Zhang M, Ma S (2020) BERT-PLI: modeling paragraph-level interactions for legal case retrieval. In: Proceedings of IJCAI, pp 3501–3507', 'DOI': '10.24963/ijcai.2020/484'}, {'key': '9301_CR52', 'unstructured': 'Sulea O, Zampieri M, Malmasi S, Vela M, Dinu LP, van Genabith J (2017) Exploring the use of text classification in the legal domain. In: Proceedings of ICAIL workshop on automated semantic analysis of information in legal texts'}, {'key': '9301_CR35', 'first-page': '2579', 'volume': '9', 'author': 'L van der Maaten', 'year': '2008', 'unstructured': 'van der Maaten L, Hinton G (2008) Visualizing high-dimensional data using t-SNE. J Mach Learn Res 9:2579–2605', 'journal-title': 'J Mach Learn Res'}, {'key': '9301_CR53', 'unstructured': 'Vaswani A, Shazeer N, Parmar N, Uszkoreit J, Jones L, Gomez AN, Kaiser L, Polosukhin I (2017) Attention is all you need. In: Proceedings of NIPS, pp 5998–6008'}, {'key': '9301_CR54', 'unstructured': 'Viola L (2017) Interpretazione della legge con modelli matematici. Diritto Avanzato 26'}, {'key': '9301_CR55', 'doi-asserted-by': 'crossref', 'unstructured': 'Wang P, Yang Z, Niu S, Zhang Y, Zhang L, Niu S (2018) Modeling dynamic pairwise attention for crime classification over legal articles. In: Proceedings of ACM SIGIR, pp 485–494', 'DOI': '10.1145/3209978.3210057'}, {'key': '9301_CR56', 'doi-asserted-by': 'crossref', 'unstructured': 'Yamakoshi T, Komamizu T, Ogawa Y, Toyama K (2019) Japanese mistakable legal term correction using infrequency-aware BERT classifier. In: Proceedings of IEEE international conference on big data, pp 4342–4351', 'DOI': '10.1109/BigData47090.2019.9006511'}, {'key': '9301_CR58', 'doi-asserted-by': 'crossref', 'unstructured': 'Yang Z, Yang D, Dyer C, He X, Smola AJ, Hovy EH (2016) Hierarchical attention networks for document classification. In: Proceedings of NAACL-HLT. The Association for Computational Linguistics, pp 1480–1489', 'DOI': '10.18653/v1/N16-1174'}, {'key': '9301_CR57', 'doi-asserted-by': 'crossref', 'unstructured': 'Yang W, Jia W, Zhou X, Luo Y (2019) Legal judgment prediction via multi-perspective bi-feedback network. In: Proceedings of IJCAI, pp 4085–4091', 'DOI': '10.24963/ijcai.2019/567'}, {'key': '9301_CR59', 'doi-asserted-by': 'crossref', 'unstructured': 'Ye H, Jiang X, Luo Z, Chao W (2018) Interpretable charge predictions for criminal cases: learning to generate court views from fact descriptions. In: Proceedings of NAACL-HLT, pp 1854–1864', 'DOI': '10.18653/v1/N18-1168'}, {'key': '9301_CR60', 'unstructured': 'Yin W, Kann K, Yu M, Schütze H (2017) Comparative study of CNN and RNN for natural language processing. CoRR arXiv:1702.01923'}, {'key': '9301_CR61', 'doi-asserted-by': 'crossref', 'unstructured': 'Yoshioka M, Aoki Y, Suzuki Y (2021) BERT-based ensemble methods with data augmentation for legal textual entailment in COLIEE statute law task. In: Proceedings of the 18th international conference for artificial intelligence and law (ICAIL), pp 278–284. ACM', 'DOI': '10.1145/3462757.3466105'}, {'issue': '3', 'key': '9301_CR62', 'doi-asserted-by': 'publisher', 'first-page': '311', 'DOI': '10.1023/B:MACH.0000027785.44527.d6', 'volume': '55', 'author': 'Y Zhao', 'year': '2004', 'unstructured': 'Zhao Y, Karypis G (2004) Empirical and theoretical comparisons of selected criterion functions for document clustering. Mach Learn 55(3):311–331', 'journal-title': 'Mach Learn'}, {'key': '9301_CR63', 'doi-asserted-by': 'crossref', 'unstructured': 'Zhou P, Shi W, Tian J, Qi Z, Li B, Hao H, Xu B (2016) Attention-based bidirectional long short-term memory networks for relation classification. In: Proceedings of ACL', 'DOI': '10.18653/v1/P16-2034'}, {'key': '9301_CR64', 'doi-asserted-by': 'crossref', 'unstructured': 'Zhou X, Zhang Y, Liu X, Sun C, Si L (2019) Legal intelligence for e-commerce: multi-task learning by leveraging multiview dispute representation. In: Proceedings of ACM SIGIR, pp 315–324', 'DOI': '10.1145/3331184.3331212'}], 'container-title': ['Artificial Intelligence and Law'], 'language': 'en', 'link': [{'URL': 'https://link.springer.com/content/pdf/10.1007/s10506-021-09301-8.pdf', 'content-type': 'application/pdf', 'content-version': 'vor', 'intended-application': 'text-mining'}, {'URL': 'https://link.springer.com/article/10.1007/s10506-021-09301-8/fulltext.html', 'content-type': 'text/html', 'content-version': 'vor', 'intended-application': 'text-mining'}, {'URL': 'https://link.springer.com/content/pdf/10.1007/s10506-021-09301-8.pdf', 'content-type': 'application/pdf', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2023, 1, 9]], 'date-time': '2023-01-09T06:22:56Z', 'timestamp': 1673245376000}, 'score': 29.11027, 'resource': {'primary': {'URL': 'https://link.springer.com/10.1007/s10506-021-09301-8'}}, 'issued': {'date-parts': [[2021, 9, 15]]}, 'references-count': 64, 'journal-issue': {'issue': '3', 'published-print': {'date-parts': [[2022, 9]]}}, 'alternative-id': ['9301'], 'URL': 'http://dx.doi.org/10.1007/s10506-021-09301-8', 'ISSN': ['0924-8463', '1572-8382'], 'issn-type': [{'value': '0924-8463', 'type': 'print'}, {'value': '1572-8382', 'type': 'electronic'}], 'subject': ['Law', 'Artificial Intelligence'], 'published': {'date-parts': [[2021, 9, 15]]}, 'assertion': [{'value': '18 August 2021', 'order': 1, 'name': 'accepted', 'label': 'Accepted', 'group': {'name': 'ArticleHistory', 'label': 'Article History'}}, {'value': '15 September 2021', 'order': 2, 'name': 'first_online', 'label': 'First Online', 'group': {'name': 'ArticleHistory', 'label': 'Article History'}}]}, {'indexed': {'date-parts': [[2023, 1, 6]], 'date-time': '2023-01-06T19:28:29Z', 'timestamp': 1673033309291}, 'publisher-location': 'Berlin, Heidelberg', 'reference-count': 9, 'publisher': 'Springer Berlin Heidelberg', 'isbn-type': [{'value': '9783642369728', 'type': 'print'}, {'value': '9783642369735', 'type': 'electronic'}], 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2013]]}, 'DOI': '10.1007/978-3-642-36973-5_80', 'type': 'book-chapter', 'created': {'date-parts': [[2013, 3, 9]], 'date-time': '2013-03-09T07:13:02Z', 'timestamp': 1362813182000}, 'page': '768-771', 'source': 'Crossref', 'is-referenced-by-count': 3, 'title': ['Domain Adaptation of Statistical Machine Translation Models with Monolingual Data for Cross Lingual Information Retrieval'], 'prefix': '10.1007', 'author': [{'given': 'Vassilina', 'family': 'Nikoulina', 'sequence': 'first', 'affiliation': []}, {'given': 'Stéphane', 'family': 'Clinchant', 'sequence': 'additional', 'affiliation': []}], 'member': '297', 'reference': [{'key': '80_CR1', 'series-title': 'Lecture Notes in Computer Science', 'doi-asserted-by': 'publisher', 'first-page': '182', 'DOI': '10.1007/978-3-540-85760-0_24', 'volume-title': 'Advances in Multilingual and Multimodal Information Retrieval', 'author': 'S. Clinchant', 'year': '2008', 'unstructured': 'Clinchant, S., Renders, J.-M.: Query Translation through Dictionary Adaptation. In: Peters, C., Jijkoun, V., Mandl, T., Müller, H., Oard, D.W., Peñas, A., Petras, V., Santos, D. (eds.) CLEF 2007. LNCS, vol.\xa05152, pp. 182–187. Springer, Heidelberg (2008)'}, {'key': '80_CR2', 'doi-asserted-by': 'crossref', 'unstructured': 'Koehn, et al.: Statistical phrase based translation. In: HLT/NAACL (2003)', 'DOI': '10.21236/ADA461156'}, {'key': '80_CR3', 'unstructured': 'Klementiev, A., Irvine, A., Callison-Burch, C., Yarowsky, D.: Toward statistical machine translation without parallel corpora. In: EACL'}, {'key': '80_CR4', 'unstructured': 'Koehn, P.: Europarl: A multilingual corpus for evaluation of machine translation. MT Summit (2005)'}, {'key': '80_CR5', 'series-title': 'Lecture Notes in Computer Science', 'doi-asserted-by': 'publisher', 'first-page': '683', 'DOI': '10.1007/978-3-642-20161-5_70', 'volume-title': 'Advances in Information Retrieval', 'author': 'W. Magdy', 'year': '2011', 'unstructured': 'Magdy, W., Jones, G.J.F.: Should MT Systems Be Used as Black Boxes in CLIR? In: Clough, P., Foley, C., Gurrin, C., Jones, G.J.F., Kraaij, W., Lee, H., Mudoch, V. (eds.) ECIR 2011. LNCS, vol.\xa06611, pp. 683–686. Springer, Heidelberg (2011)'}, {'key': '80_CR6', 'doi-asserted-by': 'crossref', 'unstructured': 'Nikoulina, V., Kovachev, B., Lagos, N., Monz, C.: Adaptation of statistical machine translation model for cross-lingual information retrieval in a service context. In: EACL (2012)', 'DOI': '10.1007/978-3-642-36973-5_80'}, {'key': '80_CR7', 'doi-asserted-by': 'crossref', 'unstructured': 'Papineni, K., Roukos, S., Ward, T., Zhu, W.: Bleu: a method for automatic evaluation of machine translation (2001)', 'DOI': '10.3115/1073083.1073135'}, {'key': '80_CR8', 'unstructured': 'Snover, M., Dorr, B., Schwartz, R., Micciulla, L., Makhoul, J.: A study of translation edit rate with targeted human annotation. In: AMTA (2006)'}, {'key': '80_CR9', 'unstructured': 'Su, J., Wu, H., Wang, H., Chen, Y., Shi, X., Dong, H., Liu, Q.: Translation model adaptation for statistical machine translation with monolingual topic information. In: ACL (2012)'}], 'container-title': ['Lecture Notes in Computer Science', 'Advances in Information Retrieval'], 'link': [{'URL': 'http://link.springer.com/content/pdf/10.1007/978-3-642-36973-5_80', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2019, 5, 11]], 'date-time': '2019-05-11T12:49:05Z', 'timestamp': 1557578945000}, 'score': 27.186415, 'resource': {'primary': {'URL': 'http://link.springer.com/10.1007/978-3-642-36973-5_80'}}, 'issued': {'date-parts': [[2013]]}, 'ISBN': ['9783642369728', '9783642369735'], 'references-count': 9, 'URL': 'http://dx.doi.org/10.1007/978-3-642-36973-5_80', 'ISSN': ['0302-9743', '1611-3349'], 'issn-type': [{'value': '0302-9743', 'type': 'print'}, {'value': '1611-3349', 'type': 'electronic'}], 'published': {'date-parts': [[2013]]}}, {'indexed': {'date-parts': [[2022, 3, 30]], 'date-time': '2022-03-30T05:24:46Z', 'timestamp': 1648617886595}, 'reference-count': 0, 'publisher': 'SCITEPRESS - Science and and Technology Publications', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2014]]}, 'DOI': '10.5220/0004806800570067', 'type': 'proceedings-article', 'created': {'date-parts': [[2014, 3, 14]], 'date-time': '2014-03-14T20:41:47Z', 'timestamp': 1394829707000}, 'source': 'Crossref', 'is-referenced-by-count': 1, 'title': ['Empirical Study of Domain Adaptation with Naïve Bayes on the Task of Splice Site Prediction'], 'prefix': '10.5220', 'member': '3171', 'event': {'name': 'International Conference on Bioinformatics Models, Methods and Algorithms', 'location': 'ESEO, Angers, Loire Valley, France', 'start': {'date-parts': [[2014, 3, 3]]}, 'end': {'date-parts': [[2014, 3, 6]]}}, 'container-title': ['Proceedings of the International Conference on Bioinformatics Models, Methods and Algorithms'], 'original-title': ['english'], 'deposited': {'date-parts': [[2014, 3, 14]], 'date-time': '2014-03-14T20:42:06Z', 'timestamp': 1394829726000}, 'score': 27.029135, 'resource': {'primary': {'URL': 'http://www.scitepress.org/DigitalLibrary/Link.aspx?doi=10.5220/0004806800570067'}}, 'subtitle': [''], 'issued': {'date-parts': [[2014]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.5220/0004806800570067', 'published': {'date-parts': [[2014]]}}, {'indexed': {'date-parts': [[2023, 9, 13]], 'date-time': '2023-09-13T21:38:23Z', 'timestamp': 1694641103110}, 'reference-count': 61, 'publisher': 'Elsevier BV', 'license': [{'start': {'date-parts': [[2023, 8, 1]], 'date-time': '2023-08-01T00:00:00Z', 'timestamp': 1690848000000}, 'content-version': 'tdm', 'delay-in-days': 0, 'URL': 'https://www.elsevier.com/tdm/userlicense/1.0/'}, {'start': {'date-parts': [[2023, 8, 1]], 'date-time': '2023-08-01T00:00:00Z', 'timestamp': 1690848000000}, 'content-version': 'stm-asf', 'delay-in-days': 0, 'URL': 'https://doi.org/10.15223/policy-017'}, {'start': {'date-parts': [[2023, 8, 1]], 'date-time': '2023-08-01T00:00:00Z', 'timestamp': 1690848000000}, 'content-version': 'stm-asf', 'delay-in-days': 0, 'URL': 'https://doi.org/10.15223/policy-037'}, {'start': {'date-parts': [[2023, 8, 1]], 'date-time': '2023-08-01T00:00:00Z', 'timestamp': 1690848000000}, 'content-version': 'stm-asf', 'delay-in-days': 0, 'URL': 'https://doi.org/10.15223/policy-012'}, {'start': {'date-parts': [[2023, 8, 1]], 'date-time': '2023-08-01T00:00:00Z', 'timestamp': 1690848000000}, 'content-version': 'stm-asf', 'delay-in-days': 0, 'URL': 'https://doi.org/10.15223/policy-029'}, {'start': {'date-parts': [[2023, 8, 1]], 'date-time': '2023-08-01T00:00:00Z', 'timestamp': 1690848000000}, 'content-version': 'stm-asf', 'delay-in-days': 0, 'URL': 'https://doi.org/10.15223/policy-004'}], 'content-domain': {'domain': ['elsevier.com', 'sciencedirect.com'], 'crossmark-restriction': True}, 'short-container-title': ['Neural Networks'], 'published-print': {'date-parts': [[2023, 8]]}, 'DOI': '10.1016/j.neunet.2023.05.030', 'type': 'journal-article', 'created': {'date-parts': [[2023, 6, 1]], 'date-time': '2023-06-01T07:54:22Z', 'timestamp': 1685606062000}, 'page': '370-380', 'update-policy': 'http://dx.doi.org/10.1016/elsevier_cm_policy', 'source': 'Crossref', 'is-referenced-by-count': 1, 'title': ['Task guided representation learning using compositional models for zero-shot domain adaptation'], 'prefix': '10.1016', 'volume': '165', 'author': [{'given': 'Shuang', 'family': 'Liu', 'sequence': 'first', 'affiliation': []}, {'given': 'Mete', 'family': 'Ozay', 'sequence': 'additional', 'affiliation': []}], 'member': '78', 'reference': [{'issue': '5', 'key': '10.1016/j.neunet.2023.05.030_b1',''doi-asserted-by': 'crossref', 'first-page': '898', 'DOI': '10.1109/TPAMI.2010.161', 'article-title': 'Contour detection and hierarchical image segmentation', 'volume': '33', 'author': 'Arbeláez', 'year': '2011', 'journal-title': 'IEEE Transactions on Pattern Analysis and Machine Intelligence'}, {'key': '10.1016/j.neunet.2023.05.030_b2', 'series-title': 'Invariant risk minimization', 'author': 'Arjovsky', 'year': '2020'}, {'issue': '48', 'key': '10.1016/j.neunet.2023.05.030_b3', 'doi-asserted-by': 'crossref', 'first-page': '30071', 'DOI': '10.1073/pnas.1907375117', 'article-title': 'Understanding the role of individual units in a deep neural network', 'volume': '117', 'author': 'Bau', 'year': '2020', 'journal-title': 'Proceedings of the National Academy of Sciences'}, {'issue': '14', 'key': '10.1016/j.neunet.2023.05.030_b4', 'doi-asserted-by': 'crossref', 'first-page': 'e49', 'DOI': '10.1093/bioinformatics/btl242', 'article-title': 'Integrating structured biological data by kernel maximum mean discrepancy', 'volume': '22', 'author': 'Borgwardt', 'year': '2006', 'journal-title': 'Bioinformatics'}, {'key': '10.1016/j.neunet.2023.05.030_b5', 'doi-asserted-by': 'crossref', 'unstructured': 'Bousmalis,\xa0K., Silberman,\xa0N., Dohan,\xa0D., Erhan,\xa0D., & Krishnan,\xa0D. (2017). Unsupervised pixel-level domain adaptation with generative adversarial networks. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 3722–3731).', 'DOI': '10.1109/CVPR.2017.18'}, {'issue': '6', 'key': '10.1016/j.neunet.2023.05.030_b6', 'doi-asserted-by': 'crossref', 'first-page': '679', 'DOI': '10.1109/TPAMI.1986.4767851', 'article-title': 'A computational approach to edge detection', 'volume': 'PAMI-8', 'author': 'Canny', 'year': '1986', 'journal-title': 'IEEE Transactions on Pattern Analysis and Machine Intelligence'}, {'key': '10.1016/j.neunet.2023.05.030_b7', 'doi-asserted-by': 'crossref', 'unstructured': 'Chen,\xa0C., Fu,\xa0Z., Chen,\xa0Z., Jin,\xa0S., Cheng,\xa0Z., Jin,\xa0X., et al. (2020). HoMM: Higher-order Moment Matching for Unsupervised Domain Adaptation. In Proceedings of the AAAI conference on artificial intelligence (pp. 3422–3429).', 'DOI': '10.1609/aaai.v34i04.5745'}, {'key': '10.1016/j.neunet.2023.05.030_b8', 'series-title': '2017 International joint conference on neural networks (IJCNN)', 'first-page': '2921', 'article-title': 'EMNIST: Extending MNIST to handwritten letters', 'author': 'Cohen', 'year': '2017'}, {'key': '10.1016/j.neunet.2023.05.030_b9', 'series-title': 'International conference on machine learning', 'article-title': 'Environment inference for invariant learning', 'author': 'Creager', 'year': '2021'}, {'issue': '383', 'key': '10.1016/j.neunet.2023.05.030_b10', 'doi-asserted-by': 'crossref', 'first-page': '553', 'DOI': '10.1080/01621459.1983.10478008', 'article-title': 'A method for comparing two hierarchical clusterings', 'volume': '78', 'author': 'Fowlkes', 'year': '1983', 'journal-title': 'Journal of the American Statistical Association'}, {'issue': '59', 'key': '10.1016/j.neunet.2023.05.030_b11', 'first-page': '1', 'article-title': 'Domain-adversarial training of neural networks', 'volume': '17', 'author': 'Ganin', 'year': '2016', 'journal-title': 'Journal of Machine Learning Research'}, {'key': '10.1016/j.neunet.2023.05.030_b12', 'series-title': '2016 IEEE conference on computer vision and pattern recognition (CVPR)', 'first-page': '2414', 'article-title': 'Image style transfer using convolutional neural networks', 'author': 'Gatys', 'year': '2016'}, {'key': '10.1016/j.neunet.2023.05.030_b13', 'doi-asserted-by': 'crossref', 'first-page': '487', 'DOI': '10.1016/j.neunet.2022.08.034', 'article-title': 'Tf-gczsl: Task-free generalized continual zero-shot learning', 'volume': '155', 'author': 'Gautam', 'year': '2022', 'journal-title': 'Neural Networks'}, {'key': '10.1016/j.neunet.2023.05.030_b14', 'series-title': '2021 International joint conference on neural networks (IJCNN)', 'first-page': '1', 'article-title': 'Adversarial training of variational auto-encoders for continual zero-shot learning (A-CZSL)', 'author': 'Ghosh', 'year': '2021'}, {'key': '10.1016/j.neunet.2023.05.030_b15', 'series-title': 'NIST special database 19. NIST handprinted forms and characters database', 'author': 'Grother', 'year': '1970'}, {'key': '10.1016/j.neunet.2023.05.030_b16', 'doi-asserted-by': 'crossref', 'unstructured': 'Huang,\xa0X., & Belongie,\xa0S. J. (2017). Arbitrary Style Transfer in Real-Time with Adaptive Instance Normalization. In Proceedings of the IEEE international conference on computer vision (ICCV) (pp. 1510–1519).', 'DOI': '10.1109/ICCV.2017.167'}, {'key': '10.1016/j.neunet.2023.05.030_b17', 'doi-asserted-by': 'crossref', 'unstructured': 'Huang,\xa0S.-W., Lin,\xa0C.-T., Chen,\xa0S.-P., Wu,\xa0Y.-Y., Hsu,\xa0P.-H., & Lai,\xa0S.-H. (2018). Auggan: Cross domain adaptation with gan-based data augmentation. In Proceedings of the European conference on computer vision (ECCV) (pp. 718–731).', 'DOI': '10.1007/978-3-030-01240-3_44'}, {'key': '10.1016/j.neunet.2023.05.030_b18', 'unstructured': 'Kamath,\xa0P., Tangella,\xa0A., Sutherland,\xa0D., & Srebro,\xa0N. (2021). Does Invariant Risk Minimization Capture Invariance?. In Proceedings of the 24th international conference on artificial intelligence and statistics (pp. 4069–4077).'}, {'key': '10.1016/j.neunet.2023.05.030_b19', 'series-title': 'Adam: A method for stochastic optimization', 'author': 'Kingma', 'year': '2015'}, {'key': '10.1016/j.neunet.2023.05.030_b20', 'doi-asserted-by': 'crossref', 'first-page': '1', 'DOI': '10.1109/TPAMI.2021.3061204', 'article-title': 'Zero-shot deep domain adaptation with common representation learning', 'author': 'Kutbi', 'year': '2021', 'journal-title': 'IEEE Transactions on Pattern Analysis and Machine Intelligence'}, {'issue': '52', 'key': '10.1016/j.neunet.2023.05.030_b21', 'doi-asserted-by': 'crossref', 'first-page': '32970', 'DOI': '10.1073/pnas.2008852117', 'article-title': 'Transforming task representations to perform novel tasks', 'volume': '117', 'author': 'Lampinen', 'year': '2020', 'journal-title': 'Proceedings of the National Academy of Sciences'}, {'issue': '7553', 'key': '10.1016/j.neunet.2023.05.030_b22', 'doi-asserted-by': 'crossref', 'first-page': '436', 'DOI': '10.1038/nature14539', 'article-title': 'Deep learning', 'volume': '521', 'author': 'LeCun', 'year': '2015', 'journal-title': 'Nature'}, {'issue': '11', 'key': '10.1016/j.neunet.2023.05.030_b23', 'doi-asserted-by': 'crossref', 'first-page': '2278', 'DOI': '10.1109/5.726791', 'article-title': 'Gradient-based learning applied to document recognition', 'volume': '86', 'author': 'Lecun', 'year': '1998', 'journal-title': 'Proceedings of the IEEE'}, {'key': '10.1016/j.neunet.2023.05.030_b24', 'doi-asserted-by': 'crossref', 'unstructured': 'Lee,\xa0C.-Y., Batra,\xa0T., Baig,\xa0M. H., & Ulbricht,\xa0D. (2019). Sliced Wasserstein Discrepancy for Unsupervised Domain Adaptation. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 10277–10287).', 'DOI': '10.1109/CVPR.2019.01053'}, {'key': '10.1016/j.neunet.2023.05.030_b25', 'doi-asserted-by': 'crossref', 'unstructured': 'Li,\xa0B., Wang,\xa0Y., Zhang,\xa0S., Li,\xa0D., Keutzer,\xa0K., Darrell,\xa0T., et al. (2021). Learning Invariant Representations and Risks for Semi-Supervised Domain Adaptation. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 1104–1113).', 'DOI': '10.1109/CVPR46437.2021.00116'}, {'key': '10.1016/j.neunet.2023.05.030_b26', 'series-title': 'International conference on machine learning (ICML)', 'first-page': '6028', 'article-title': 'Do we really need to access the source data? Source hypothesis transfer for unsupervised domain adaptation', 'author': 'Liang', 'year': '2020'}, {'key': '10.1016/j.neunet.2023.05.030_b27', 'unstructured': 'Liu,\xa0H., Long,\xa0M., Wang,\xa0J., & Jordan,\xa0M. (2019). Transferable Adversarial Training: A General Approach to Adapting Deep Classifiers. In Proceedings of the 36th international conference on machine learning (pp. 4013–4022).'}, {'key': '10.1016/j.neunet.2023.05.030_b28', 'series-title': '2019 IEEE/RSJ international conference on intelligent robots and systems (IROS)', 'first-page': '8034', 'article-title': 'A generative model of underwater images for active landmark detection and docking', 'author': 'Liu', 'year': '2019'}, {'key': '10.1016/j.neunet.2023.05.030_b29', 'series-title': 'Advances in neural information processing systems', 'first-page': '469', 'article-title': 'Coupled generative adversarial networks', 'author': 'Liu', 'year': '2016'}, {'issue': '2', 'key': '10.1016/j.neunet.2023.05.030_b30', 'doi-asserted-by': 'crossref', 'first-page': '129', 'DOI': '10.1109/TIT.1982.1056489', 'article-title': 'Least squares quantization in PCM', 'volume': '28', 'author': 'Lloyd', 'year': '1982', 'journal-title': 'IEEE Transactions on Information Theory'}, {'key': '10.1016/j.neunet.2023.05.030_b31', 'doi-asserted-by': 'crossref', 'unstructured': 'Luo,\xa0Y., Zheng,\xa0L., Guan,\xa0T., Yu,\xa0J., & Yang,\xa0Y. (2019). Taking a Closer Look at Domain Shift: Category-Level Adversaries for Semantics Consistent Domain Adaptation. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 2502–2511).', 'DOI': '10.1109/CVPR.2019.00261'}, {'key': '10.1016/j.neunet.2023.05.030_b32', 'series-title': 'Psychology of learning and motivation, vol. 24', 'first-page': '109', 'article-title': 'Catastrophic interference in connectionist networks: The sequential learning problem', 'author': 'McCloskey', 'year': '1989'}, {'key': '10.1016/j.neunet.2023.05.030_b33', 'series-title': 'Advances in neural information processing systems (NeurIPS)', 'first-page': '6670', 'article-title': 'Few-shot adversarial domain adaptation', 'author': 'Motiian', 'year': '2017'}, {'key': '10.1016/j.neunet.2023.05.030_b34', 'series-title': 'Introduction to machine learning with python: A guide for data scientists', 'author': 'Müller', 'year': '2016'}, {'key': '10.1016/j.neunet.2023.05.030_b35', 'series-title': 'Advances in neural information processing systems, vol. 32', 'article-title': 'PyTorch: An imperative style, high-performance deep learning library', 'author': 'Paszke', 'year': '2019'}, {'key': '10.1016/j.neunet.2023.05.030_b36', 'doi-asserted-by': 'crossref', 'unstructured': 'Peng,\xa0K.-C., Wu,\xa0Z., & Ernst,\xa0J. (2018). Zero-Shot Deep Domain Adaptation. In V.\xa0Ferrari, M.\xa0Hebert, C.\xa0Sminchisescu, & Y.\xa0Weiss (Eds.), Proceedings of the European conference on computer vision (ECCV) (pp. 793–810).', 'DOI': '10.1007/978-3-030-01252-6_47'}, {'issue': '48', 'key': '10.1016/j.neunet.2023.05.030_b37', 'doi-asserted-by': 'crossref', 'first-page': '30039', 'DOI': '10.1073/pnas.1907369117', 'article-title': 'Theoretical issues in deep networks', 'volume': '117', 'author': 'Poggio', 'year': '2020', 'journal-title': 'Proceedings of the National Academy of Sciences'}, {'key': '10.1016/j.neunet.2023.05.030_b38', 'doi-asserted-by': 'crossref', 'unstructured': 'Rebuffi,\xa0S.-A., Kolesnikov,\xa0A., Sperl,\xa0G., & Lampert,\xa0C. H. (2017). icarl: Incremental classifier and representation learning. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 2001–2010).', 'DOI': '10.1109/CVPR.2017.587'}, {'key': '10.1016/j.neunet.2023.05.030_b39', 'doi-asserted-by': 'crossref', 'unstructured': 'Rostami,\xa0M., Kolouri,\xa0S., Pilly,\xa0P., & McClelland,\xa0J. (2020). Generative continual concept learning. In Proceedings of the AAAI conference on artificial intelligence, vol. 34 (pp. 5545–5552).', 'DOI': '10.1609/aaai.v34i04.6006'}, {'issue': '23', 'key': '10.1016/j.neunet.2023.05.030_b40', 'doi-asserted-by': 'crossref', 'first-page': '11537', 'DOI': '10.1073/pnas.1820226116', 'article-title': 'A mathematical theory of semantic development in deep neural networks', 'volume': '116', 'author': 'Saxe', 'year': '2019', 'journal-title': 'Proceedings of the National Academy of Sciences'}, {'issue': '48', 'key': '10.1016/j.neunet.2023.05.030_b41', 'doi-asserted-by': 'crossref', 'first-page': '30033', 'DOI': '10.1073/pnas.1907373117', 'article-title': 'The unreasonable effectiveness of deep learning in artificial intelligence', 'volume': '117', 'author': 'Sejnowski', 'year': '2020', 'journal-title': 'Proceedings of the National Academy of Sciences'}, {'key': '10.1016/j.neunet.2023.05.030_b42', 'series-title': 'Very deep convolutional networks for large-scale image recognition', 'author': 'Simonyan', 'year': '2015'}, {'key': '10.1016/j.neunet.2023.05.030_b43', 'series-title': 'Return of frustratingly easy domain adaptation', 'author': 'Sun', 'year': '2015'}, {'key': '10.1016/j.neunet.2023.05.030_b44', 'doi-asserted-by': 'crossref', 'unstructured': 'Sun,\xa0B., & Saenko,\xa0K. (2016). Deep coral: Correlation alignment for deep domain adaptation. In Proceedings of the European conference on computer vision (ECCV) (pp. 443–450).', 'DOI': '10.1007/978-3-319-49409-8_35'}, {'key': '10.1016/j.neunet.2023.05.030_b45', 'doi-asserted-by': 'crossref', 'unstructured': 'Tang,\xa0H., & Jia,\xa0K. (2020). Discriminative Adversarial Domain Adaptation. In Proceedings of the AAAI conference on artificial intelligence (pp. 5940–5947).', 'DOI': '10.1609/aaai.v34i04.6054'}, {'key': '10.1016/j.neunet.2023.05.030_b46', 'doi-asserted-by': 'crossref', 'unstructured': 'Tzeng,\xa0E., Hoffman,\xa0J., Saenko,\xa0K., & Darrell,\xa0T. (2017). Adversarial discriminative domain adaptation. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 7167–7176).', 'DOI': '10.1109/CVPR.2017.316'}, {'key': '10.1016/j.neunet.2023.05.030_b47', 'series-title': 'Deep domain confusion: Maximizing for domain invariance', 'author': 'Tzeng', 'year': '2014'}, {'issue': '86', 'key': '10.1016/j.neunet.2023.05.030_b48', 'first-page': '2579', 'article-title': 'Visualizing data using t-SNE', 'volume': '9', 'author': 'van der Maaten', 'year': '2008', 'journal-title': 'Journal of Machine Learning Research'}, {'key': '10.1016/j.neunet.2023.05.030_b49', 'doi-asserted-by': 'crossref', 'first-page': '5505', 'DOI': '10.1109/TIP.2021.3084354', 'article-title': 'Domain shift preservation for zero-shot domain adaptation', 'volume': '30', 'author': 'Wang', 'year': '2021', 'journal-title': 'IEEE Transactions on Image Processing'}, {'key': '10.1016/j.neunet.2023.05.030_b50', 'doi-asserted-by': 'crossref', 'unstructured': 'Wang,\xa0J., & Jiang,\xa0J. (2019). Conditional Coupled Generative Adversarial Networks for Zero-Shot Domain Adaptation. In Proceedings of the IEEE international conference on computer vision (ICCV) (pp. 3374–3383).', 'DOI': '10.1109/ICCV.2019.00347'}, {'key': '10.1016/j.neunet.2023.05.030_b51', 'doi-asserted-by': 'crossref', 'unstructured': 'Wang,\xa0J., & Jiang,\xa0J. (2020). Adversarial Learning for Zero-shot Domain Adaptation. In Proceedings of the European conference on computer vision (ECCV) (pp. 329–344).', 'DOI': '10.1007/978-3-030-58589-1_20'}, {'key': '10.1016/j.neunet.2023.05.030_b52', 'article-title': 'Learning across tasks for zero-shot domain adaptation from a single source domain', 'author': 'Wang', 'year': '2021', 'journal-title': 'IEEE Transactions on Pattern Analysis and Machine Intelligence'}, {'key': '10.1016/j.neunet.2023.05.030_b53', 'doi-asserted-by': 'crossref', 'unstructured': 'Wang,\xa0Z., Luo,\xa0Y., Qiu,\xa0R., Huang,\xa0Z., & Baktashmotlagh,\xa0M. (2021). Learning to diversify for single domain generalization. In Proceedings of the IEEE/CVF international conference on computer vision (pp. 834–843).', 'DOI': '10.1109/ICCV48922.2021.00087'}, {'key': '10.1016/j.neunet.2023.05.030_b54', 'doi-asserted-by': 'crossref', 'unstructured': 'Wang,\xa0T., Zhang,\xa0X., Yuan,\xa0L., & Feng,\xa0J. (2019). Few-Shot Adaptive Faster R-CNN. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 7166–7175).', 'DOI': '10.1109/CVPR.2019.00734'}, {'key': '10.1016/j.neunet.2023.05.030_b55', 'series-title': 'IJCAI', 'first-page': '551', 'article-title': 'Lifelong zero-shot learning', 'author': 'Wei', 'year': '2020'}, {'key': '10.1016/j.neunet.2023.05.030_b56', 'doi-asserted-by': 'crossref', 'unstructured': 'Xia,\xa0H., & Ding,\xa0Z. (2020). HGNet: Hybrid Generative Network for Zero-Shot Domain Adaptation. In Proceedings of the European conference on computer vision (ECCV) (pp. 55–70).', 'DOI': '10.1007/978-3-030-58583-9_4'}, {'key': '10.1016/j.neunet.2023.05.030_b57', 'series-title': 'Fashion-MNIST: a novel image dataset for benchmarking machine learning algorithms', 'author': 'Xiao', 'year': '2017'}, {'key': '10.1016/j.neunet.2023.05.030_b58', 'series-title': 'Adversarial domain adaptation with domain mixup', 'author': 'Xu', 'year': '2019'}, {'key': '10.1016/j.neunet.2023.05.030_b59', 'doi-asserted-by': 'crossref', 'unstructured': 'Xu,\xa0X., Zhou,\xa0X., Venkatesan,\xa0R., Swaminathan,\xa0G., & Majumder,\xa0O. (2019). d-SNE: Domain Adaptation Using Stochastic Neighborhood Embedding. In Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR) (pp. 2492–2501).', 'DOI': '10.1109/CVPR.2019.00260'}, {'key': '10.1016/j.neunet.2023.05.030_b60', 'doi-asserted-by': 'crossref', 'unstructured': 'Ye,\xa0N., Li,\xa0K., Bai,\xa0H., Yu,\xa0R., Hong,\xa0L., Zhou,\xa0F., et al. (2022). Ood-bench: Quantifying and understanding two dimensions of out-of-distribution generalization. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (pp. 7947–7958).', 'DOI': '10.1109/CVPR52688.2022.00779'}, {'key': '10.1016/j.neunet.2023.05.030_b61', 'series-title': 'Proceedings of the 36th international conference on machine learning', 'first-page': '7523', 'article-title': 'On learning invariant representations for domain adaptation', 'volume': '97', 'author': 'Zhao', 'year': '2019'}], 'container-title': ['Neural Networks'], 'language': 'en', 'link': [{'URL': 'https://api.elsevier.com/content/article/PII:S0893608023002769?httpAccept=text/xml', 'content-type': 'text/xml', 'content-version': 'vor', 'intended-application': 'text-mining'}, {'URL': 'https://api.elsevier.com/content/article/PII:S0893608023002769?httpAccept=text/plain', 'content-type': 'text/plain', 'content-version': 'vor', 'intended-application': 'text-mining'}], 'deposited': {'date-parts': [[2023, 9, 12]], 'date-time': '2023-09-12T15:53:29Z', 'timestamp': 1694534009000}, 'score': 27.016102, 'resource': {'primary': {'URL': 'https://linkinghub.elsevier.com/retrieve/pii/S0893608023002769'}}, 'issued': {'date-parts': [[2023, 8]]}, 'references-count': 61, 'alternative-id': ['S0893608023002769'], 'URL': 'http://dx.doi.org/10.1016/j.neunet.2023.05.030', 'ISSN': ['0893-6080'], 'issn-type': [{'value': '0893-6080', 'type': 'print'}], 'subject': ['Artificial Intelligence', 'Cognitive Neuroscience'], 'published': {'date-parts': [[2023, 8]]}, 'assertion': [{'value': 'Elsevier', 'name': 'publisher', 'label': 'This article is maintained by'}, {'value': 'Task guided representation learning using compositional models for zero-shot domain adaptation', 'name': 'articletitle', 'label': 'Article Title'}, {'value': 'Neural Networks', 'name': 'journaltitle', 'label': 'Journal Title'}, {'value': 'https://doi.org/10.1016/j.neunet.2023.05.030', 'name': 'articlelink', 'label': 'CrossRef DOI link to publisher maintained version'}, {'value': 'article', 'name': 'content_type', 'label': 'Content Type'}, {'value': '© 2023 Elsevier Ltd. All rights reserved.', 'name': 'copyright', 'label': 'Copyright'}]}, {'indexed': {'date-parts': [[2022, 4, 2]], 'date-time': '2022-04-02T19:25:19Z', 'timestamp': 1648927519717}, 'reference-count': 0, 'publisher': 'Elsevier BV', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'short-container-title': ['SSRN Journal'], 'DOI': '10.2139/ssrn.2506178', 'type': 'journal-article', 'created': {'date-parts': [[2014, 10, 8]], 'date-time': '2014-10-08T15:25:10Z', 'timestamp': 1412781910000}, 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Contracts of Individuals Who are Incompetent Without Guardianship and the Interpretation of Article 428 of the Italian Civil Code: Is the Court of Cassation Wrong?'], 'prefix': '10.2139', 'author': [{'given': 'Enrico', 'family': 'Baffi', 'sequence': 'first', 'affiliation': []}], 'member': '78', 'container-title': ['SSRN Electronic Journal'], 'language': 'en', 'deposited': {'date-parts': [[2019, 5, 21]], 'date-time': '2019-05-21T23:01:19Z', 'timestamp': 1558479679000}, 'score': 26.96038, 'resource': {'primary': {'URL': 'http://www.ssrn.com/abstract=2506178'}}, 'issued': {'date-parts': [[2014]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.2139/ssrn.2506178', 'ISSN': ['1556-5068'], 'issn-type': [{'value': '1556-5068', 'type': 'electronic'}], 'published-other': {'date-parts': [[2014]]}, 'published': {'date-parts': [[2014]]}}, {'indexed': {'date-parts': [[2023, 1, 31]], 'date-time': '2023-01-31T05:44:51Z', 'timestamp': 1675143891352}, 'publisher-location': 'Cham', 'reference-count': 1, 'publisher': 'Springer International Publishing', 'isbn-type': [{'value': '9783319047379', 'type': 'print'}, {'value': '9783319047386', 'type': 'electronic'}], 'license': [{'start': {'date-parts': [[2014, 1, 1]], 'date-time': '2014-01-01T00:00:00Z', 'timestamp': 1388534400000}, 'content-version': 'tdm', 'delay-in-days': 0, 'URL': 'https://www.springernature.com/gp/researchers/text-and-data-mining'}, {'start': {'date-parts': [[2014, 1, 1]], 'date-time': '2014-01-01T00:00:00Z', 'timestamp': 1388534400000}, 'content-version': 'vor', 'delay-in-days': 0, 'URL': 'https://www.springernature.com/gp/researchers/text-and-data-mining'}], 'content-domain': {'domain': ['link.springer.com'], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2014]]}, 'DOI': '10.1007/978-3-319-04738-6_4', 'type': 'book-chapter', 'created': {'date-parts': [[2014, 5, 3]], 'date-time': '2014-05-03T04:29:34Z', 'timestamp': 1399091374000}, 'page': '55-80', 'update-policy': 'http://dx.doi.org/10.1007/springer_crossmark_policy', 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Organizational Response to Emergencies: Italian Civil Protection and Civil Defence Service'], 'prefix': '10.1007', 'author': [{'given': 'Barbara', 'family': 'Lucini', 'sequence': 'first', 'affiliation': []}], 'member': '297', 'published-online': {'date-parts': [[2014, 3, 14]]}, 'reference': [{'issue': '2', 'key': '4_CR154', 'doi-asserted-by': 'crossref', 'first-page': '239', 'DOI': '10.1177/028072709701500202', 'volume': '15', 'author': 'DM Neal', 'year': '1997', 'unstructured': 'Neal, D. M. (1997). Reconsidering the phases of disaster. International Journal of Mass Emergencies and Disasters, 15(2), 239–264.', 'journal-title': 'International Journal of Mass Emergencies and Disasters'}], 'container-title': ['Humanitarian Solutions in the 21st Century', 'Disaster Resilience from a Sociological Perspective'], 'link': [{'URL': 'https://link.springer.com/content/pdf/10.1007/978-3-319-04738-6_4', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2023, 1, 30]], 'date-time': '2023-01-30T22:34:01Z', 'timestamp': 1675118041000}, 'score': 26.86079, 'resource': {'primary': {'URL': 'https://link.springer.com/10.1007/978-3-319-04738-6_4'}}, 'issued': {'date-parts': [[2014]]}, 'ISBN': ['9783319047379', '9783319047386'], 'references-count': 1, 'URL': 'http://dx.doi.org/10.1007/978-3-319-04738-6_4', 'ISSN': ['2198-9958', '2198-9966'], 'issn-type': [{'value': '2198-9958', 'type': 'print'}, {'value': '2198-9966', 'type': 'electronic'}], 'published': {'date-parts': [[2014]]}, 'assertion': [{'value': '14 March 2014', 'order': 1, 'name': 'first_online', 'label': 'First Online', 'group': {'name': 'ChapterHistory', 'label': 'Chapter History'}}]}, {'indexed': {'date-parts': [[2023, 1, 1]], 'date-time': '2023-01-01T20:12:15Z', 'timestamp': 1672603935160}, 'publisher-location': 'Dordrecht', 'reference-count': 7, 'publisher': 'Springer Netherlands', 'isbn-type': [{'value': '9789401039154', 'type': 'print'}, {'value': '9789401004213', 'type': 'electronic'}], 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2002]]}, 'DOI': '10.1007/978-94-010-0421-3_9', 'type': 'book-chapter', 'created': {'date-parts': [[2011, 9, 16]], 'date-time': '2011-09-16T08:37:22Z', 'timestamp': 1316162242000}, 'page': '103-110', 'source': 'Crossref', 'is-referenced-by-count': 5, 'title': ['Exploring Design Heuristics for User Interface Derivation from Task and Domain Models'], 'prefix': '10.1007', 'author': [{'given': 'Costin', 'family': 'Pribeanu', 'sequence': 'first', 'affiliation': []}, {'given': 'Jean', 'family': 'Vanderdonckt', 'sequence': 'additional', 'affiliation': []}], 'member': '297', 'reference': [{'key': '9_CR1', 'volume-title': 'The Psychology of Human-Computer Interaction', 'author': 'SK Card', 'year': '1983', 'unstructured': 'Card, S.K., Moran, T.P., and Newell, A., The Psychology of Human-Computer Interaction, Lawrence Erlbaum Associates, Hillsdale, 1983.'}, {'key': '9_CR2', 'volume-title': 'Activity,consciousness and personality', 'author': 'AN Leontiev', 'year': '1978', 'unstructured': 'Leontiev, A.N., Activity, consciousness and personality, Englewood Cliffs, Prentice Hall, 1978.'}, {'key': '9_CR3', 'volume-title': 'Model based evaluation of interactive applications', 'author': 'F Paternò', 'year': '1999', 'unstructured': 'Paternò, F., Model based evaluation of interactive applications. Springer Verlag, 1999.'}, {'key': '9_CR4', 'first-page': '19', 'volume-title': 'Computer-Aided Design of User Interfaces', 'author': 'A Puerta', 'year': '1996', 'unstructured': 'Puerta, A., The MECANO project: Comprehensive and Integrated Support for Modelbased Interface Development, in J. Vanderdonckt (ed.), Computer-Aided Design of User Interfaces, Presses Universitaires de Namur. Namur, 1996, pp. 19–36.'}, {'key': '9_CR5', 'volume-title': 'Proc. of Interact ’90', 'author': 'MJ Tauber', 'year': '1990', 'unstructured': 'Tauber, M.J., ETAG: Extended Task Action Grammar - a language for the description of the user ’s task language, in D. Diaper et al. (eds.), Proc. of Interact ’90, Elsevier, Amsterdam, 1990.'}, {'key': '9_CR6', 'volume-title': 'Proc. of DSV-IS ’98', 'author': 'M Welie van', 'year': '1998', 'unstructured': 'van Welie, M., van der Veer, G.C., and Eliens A., An Ontology for Task World Models, in Proc. of DSV-IS ’98 (Abingdon, 3–5 June 1998), Springer-Verlag, Vienna, 1998.'}, {'key': '9_CR7', 'first-page': '424', 'volume-title': 'Proc. of InterCHI ’93', 'author': 'J Vanderdonckt', 'year': '1993', 'unstructured': 'Vanderdonckt, J. and Bodart, F., Encapsulating Knowledge for Intelligent Automatic Interaction Objects Selections, in Proc. of InterCHI ’93, ACM Press, 1993, pp. 424–429.'}], 'container-title': ['Computer-Aided Design of User Interfaces III'], 'link': [{'URL': 'http://link.springer.com/content/pdf/10.1007/978-94-010-0421-3_9.pdf', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2020, 12, 4]], 'date-time': '2020-12-04T14:29:35Z', 'timestamp': 1607092175000}, 'score': 26.381193, 'resource': {'primary': {'URL': 'http://link.springer.com/10.1007/978-94-010-0421-3_9'}}, 'issued': {'date-parts': [[2002]]}, 'ISBN': ['9789401039154', '9789401004213'], 'references-count': 7, 'URL': 'http://dx.doi.org/10.1007/978-94-010-0421-3_9', 'published': {'date-parts': [[2002]]}}, {'indexed': {'date-parts': [[2023, 8, 24]], 'date-time': '2023-08-24T22:37:18Z', 'timestamp': 1692916638390}, 'reference-count': 42, 'publisher': 'MIT Press', 'license': [{'start': {'date-parts': [[2023, 1, 24]], 'date-time': '2023-01-24T00:00:00Z', 'timestamp': 1674518400000}, 'content-version': 'vor', 'delay-in-days': 23, 'URL': 'https://creativecommons.org/licenses/by/4.0/'}], 'content-domain': {'domain': ['direct.mit.edu'], 'crossmark-restriction': True}, 'published-print': {'date-parts': [[2023, 1, 12]]}, 'abstract': '<jats:title>Abstract</jats:title>\n <jats:p>Retrieval Augment Generation (RAG) is a recent advancement in Open-Domain Question Answering (ODQA). RAG has only been trained and explored with a Wikipedia-based external knowledge base and is not optimized for use in other specialized domains such as healthcare and news. In this paper, we evaluate the impact of joint training of the retriever and generator components of RAG for the task of domain adaptation in ODQA. We propose RAG-end2end, an extension to RAG that can adapt to a domain-specific knowledge base by updating all components of the external knowledge base during training. In addition, we introduce an auxiliary training signal to inject more domain-specific knowledge. This auxiliary signal forces RAG-end2end to reconstruct a given sentence by accessing the relevant information from the external knowledge base. Our novel contribution is that, unlike RAG, RAG-end2end does joint training of the retriever and generator for the end QA task and domain adaptation. We evaluate our approach with datasets from three domains: COVID-19, News, and Conversations, and achieve significant performance improvements compared to the original RAG model. Our work has been open-sourced through the HuggingFace Transformers library, attesting to our work’s credibility and technical consistency.</jats:p>', 'DOI': '10.1162/tacl_a_00530', 'type': 'journal-article', 'created': {'date-parts': [[2023, 1, 24]], 'date-time': '2023-01-24T16:17:15Z', 'timestamp': 1674577035000}, 'page': '1-17', 'update-policy': 'http://dx.doi.org/10.1162/mitpressjournals.corrections.policy', 'source': 'Crossref', 'is-referenced-by-count': 3, 'title': ['Improving the Domain Adaptation of Retrieval Augmented Generation (RAG) Models for Open Domain Question Answering'], 'prefix': '10.1162', 'volume': '11', 'author': [{'given': 'Shamane', 'family': 'Siriwardhana', 'sequence': 'first', 'affiliation': [{'name': 'Augmented Human Lab, Auckland Bioengineering Institute, The University of Auckland, New Zealand. Shamane@ahlab.org'}]}, {'given': 'Rivindu', 'family': 'Weerasekera', 'sequence': 'additional', 'affiliation': [{'name': 'Augmented Human Lab, Auckland Bioengineering Institute, The University of Auckland, New Zealand'}]}, {'given': 'Elliott', 'family': 'Wen', 'sequence': 'additional', 'affiliation': [{'name': 'Augmented Human Lab, Auckland Bioengineering Institute, The University of Auckland, New Zealand'}]}, {'given': 'Tharindu', 'family': 'Kaluarachchi', 'sequence': 'additional', 'affiliation': [{'name': 'Augmented Human Lab, Auckland Bioengineering Institute, The University of Auckland, New Zealand'}]}, {'given': 'Rajib', 'family': 'Rana', 'sequence': 'additional', 'affiliation': [{'name': 'University of Southern Queensland, Australia. Rajib.Rana@usq.edu.au'}]}, {'given': 'Suranga', 'family': 'Nanayakkara', 'sequence': 'additional', 'affiliation': [{'name': 'Department of Information Systems & Analytics, National University of Singapore, Singapore'}, {'name': 'Augmented Human Lab, Auckland Bioengineering Institute, The University of Auckland, New Zealand'}]}], 'member': '281', 'published-online': {'date-parts': [[2023, 1, 12]]}, 'reference': [{'key': '2023012416102754200_bib1', 'doi-asserted-by': 'publisher', 'article-title': 'Synthetic QA corpora generation with roundtrip consistency', 'author': 'Alberti', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1906.05416', 'DOI': '10.18653/v1/P19-1620'}, {'key': '2023012416102754200_bib2', 'doi-asserted-by': 'publisher', 'first-page': '222', 'DOI': '10.1007/978-3-319-24027-5_20', 'article-title': 'Modeling of the question answering task in the yodaQA system', 'volume-title': 'International Conference of the Cross-language Evaluation Forum for European Languages', 'author': 'Baudiš', 'year': '2015'}, {'key': '2023012416102754200_bib3', 'first-page': '1533', 'article-title': 'Semantic parsing on freebase from question-answer pairs', 'volume-title': 'Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing', 'author': 'Berant', 'year': '2013'}, {'key': '2023012416102754200_bib4', 'article-title': 'Improving language models by retrieving from trillions of tokens', 'author': 'Borgeaud', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2112.04426'}, {'key': '2023012416102754200_bib5', 'first-page': '1877', 'article-title': 'Language models are few-shot learners', 'volume': '33', 'author': 'Brown', 'year': '2020', 'journal-title': 'Advances in Neural Information Processing Systems'}, {'key': '2023012416102754200_bib6', 'doi-asserted-by': 'publisher', 'first-page': '3340', 'DOI': '10.18653/v1/2022.acl-long.236', 'article-title': 'Hallucinated but factual! Inspecting the factuality of hallucinations in abstractive summarization', 'volume-title': 'Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)', 'author': 'Cao', 'year': '2022'}, {'key': '2023012416102754200_bib7', 'article-title': 'BERT: Pre-training of deep bidirectional transformers for language understanding', 'author': 'Devlin', 'year': '2018', 'journal-title': 'arXiv preprint arXiv:1810.04805'}, {'key': '2023012416102754200_bib8', 'article-title': 'REALM: Retrieval-augmented language model pre-training', 'author': 'Guu', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2002.08909'}, {'key': '2023012416102754200_bib9', 'first-page': '1693', 'article-title': 'Teaching machines to read and comprehend', 'volume': '28', 'author': 'Hermann', 'year': '2015', 'journal-title': 'Advances in Neural Information Processing Systems'}, {'key': '2023012416102754200_bib10', 'article-title': 'Billion-scale similarity search with GPUs', 'author': 'Johnson', 'year': '2017', 'journal-title': 'arXiv preprint arXiv:1702.08734'}, {'key': '2023012416102754200_bib11', 'doi-asserted-by': 'publisher', 'article-title': 'TriviaQA: A large scale distantly supervised challenge dataset for reading comprehension', 'author': 'Joshi', 'year': '2017', 'journal-title': 'arXiv preprint arXiv:1705.03551', 'DOI': '10.18653/v1/P17-1147'}, {'key': '2023012416102754200_bib12', 'doi-asserted-by': 'publisher', 'article-title': 'Dense passage retrieval for open-domain question answering', 'author': 'Karpukhin', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2004.04906', 'DOI': '10.18653/v1/2020.emnlp-main.550'}, {'key': '2023012416102754200_bib13', 'article-title': 'Ctrl: A conditional transformer language model for controllable generation', 'author': 'Keskar', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1909.05858'}, {'key': '2023012416102754200_bib14', 'doi-asserted-by': 'publisher', 'article-title': 'Internet-augmented dialogue generation', 'author': 'Komeili', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2107.07566', 'DOI': '10.18653/v1/2022.acl-long.579'}, {'key': '2023012416102754200_bib15', 'doi-asserted-by': 'publisher', 'article-title': 'Evaluating the factual consistency of abstractive text summarization', 'author': 'Kryściński', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1910.12840', 'DOI': '10.18653/v1/2020.emnlp-main.750'}, {'key': '2023012416102754200_bib16', 'doi-asserted-by': 'publisher', 'first-page': '453', 'DOI': '10.1162/tacl_a_00276', 'article-title': 'Natural questions: A benchmark for question answering research', 'volume': '7', 'author': 'Kwiatkowski', 'year': '2019', 'journal-title': 'Transactions of the Association for Computational Linguistics'}, {'key': '2023012416102754200_bib17', 'article-title': 'Latent retrieval for weakly supervised open domain question answering', 'author': 'Lee', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1906.00300'}, {'key': '2023012416102754200_bib18', 'article-title': 'Pre-training via paraphrasing', 'author': 'Lewis', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2006.15020'}, {'key': '2023012416102754200_bib19', 'doi-asserted-by': 'publisher', 'article-title': 'BART: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension', 'author': 'Lewis', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1910.13461', 'DOI': '10.18653/v1/2020.acl-main.703'}, {'key': '2023012416102754200_bib20', 'article-title': 'Retrieval-augmented generation for knowledge-intensive nlp tasks', 'author': 'Lewis', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2005.11401'}, {'key': '2023012416102754200_bib21', 'doi-asserted-by': 'publisher', 'article-title': 'Question and answer test-train overlap in open-domain question answering datasets', 'author': 'Lewis', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2008.02637', 'DOI': '10.18653/v1/2021.eacl-main.86'}, {'key': '2023012416102754200_bib22', 'doi-asserted-by': 'publisher', 'article-title': 'Paq: 65 million probably-asked questions and what you can do with them', 'author': 'Lewis', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2102.07033', 'DOI': '10.1162/tacl_a_00415'}, {'key': '2023012416102754200_bib23', 'doi-asserted-by': 'publisher', 'article-title': 'NLTK: The natural language toolkit', 'author': 'Loper', 'year': '2002', 'journal-title': 'arXiv preprint cs/0205028', 'DOI': '10.3115/1118108.1118117'}, {'key': '2023012416102754200_bib24', 'doi-asserted-by': 'publisher', 'article-title': 'Zero-shot neural retrieval via domain-targeted synthetic query generation', 'author': 'Ji', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2004.14503', 'DOI': '10.18653/v1/2021.eacl-main.92'}, {'key': '2023012416102754200_bib25', 'article-title': 'NeurIPS 2020 EfficientQA competition: Systems, analyses and lessons learned', 'author': 'Min', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2101.00133v1'}, {'key': '2023012416102754200_bib26', 'article-title': 'COVID-QA: A question answering dataset for COVID-19', 'volume-title': 'Proceedings of the 1st Workshop on NLP for COVID-19 at ACL 2020', 'author': 'Moller', 'year': '2020'}, {'key': '2023012416102754200_bib27', 'doi-asserted-by': 'publisher', 'first-page': '1', 'DOI': '10.1145/3458817.3476209', 'article-title': 'Efficient large-scale language model training on GPU clusters using Megatron-LM', 'volume-title': 'Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis', 'author': 'Narayanan', 'year': '2021'}, {'key': '2023012416102754200_bib28', 'doi-asserted-by': 'publisher', 'first-page': '2673', 'DOI': '10.18653/v1/P19-1256', 'article-title': 'A simple recipe towards reducing hallucination in neural surface realisation', 'volume-title': 'Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics', 'author': 'Nie', 'year': '2019'}, {'key': '2023012416102754200_bib29', 'article-title': 'Exploring the limits of transfer learning with a unified text-to-text transformer', 'author': 'Raffel', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1910.10683'}, {'key': '2023012416102754200_bib30', 'doi-asserted-by': 'publisher', 'article-title': 'SQUAD: 100,000+ questions for machine comprehension of text', 'author': 'Rajpurkar', 'year': '2016', 'journal-title': 'arXiv preprint arXiv:1606.05250', 'DOI': '10.18653/v1/D16-1264'}, {'key': '2023012416102754200_bib31', 'doi-asserted-by': 'publisher', 'volume-title': 'The Probabilistic Relevance Framework: BM25 and Beyond', 'author': 'Robertson', 'year': '2009', 'DOI': '10.1561/1500000019'}, {'key': '2023012416102754200_bib32', 'article-title': 'End-to-end training of neural retrievers for open-domain question answering', 'author': 'Sachan', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2101.00408'}, {'key': '2023012416102754200_bib33', 'doi-asserted-by': 'publisher', 'article-title': 'End-to-end synthetic data generation for domain adaptation of question answering systems', 'author': 'Shakeri', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2010.06028', 'DOI': '10.18653/v1/2020.emnlp-main.439'}, {'key': '2023012416102754200_bib34', 'doi-asserted-by': 'publisher', 'article-title': 'Retrieval augmentation reduces hallucination in conversation', 'author': 'Shuster', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2104.07567', 'DOI': '10.18653/v1/2021.findings-emnlp.320'}, {'key': '2023012416102754200_bib35', 'article-title': 'End-to-end training of multi-document reader and retriever for open-domain question answering', 'volume': '34', 'author': 'Singh', 'year': '2021', 'journal-title': 'Advances in Neural Information Processing Systems'}, {'key': '2023012416102754200_bib36', 'doi-asserted-by': 'publisher', 'article-title': 'NewsQA: A machine comprehension dataset', 'author': 'Trischler', 'year': '2016', 'journal-title': 'arXiv preprint arXiv:1611.09830', 'DOI': '10.18653/v1/W17-2623'}, {'key': '2023012416102754200_bib37', 'article-title': 'CORD-19: The COVID-19 open research dataset', 'author': 'Wang', 'year': '2020', 'journal-title': 'arXiv preprint arXiv:2004.10706v2'}, {'key': '2023012416102754200_bib38', 'doi-asserted-by': 'publisher', 'article-title': 'HuggingFace’s transformers: State-of-the-art natural language processing', 'author': 'Wolf', 'year': '2019', 'journal-title': 'arXiv preprint arXiv:1910.03771', 'DOI': '10.18653/v1/2020.emnlp-demos.6'}, {'key': '2023012416102754200_bib39', 'article-title': 'Controllable abstractive dialogue summarization with sketch supervision', 'author': 'Chien-Sheng', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2105.14064'}, {'key': '2023012416102754200_bib40', 'article-title': 'QAconv: Question answering on informative conversations', 'author': 'Chien-Sheng', 'year': '2021', 'journal-title': 'arXiv preprint arXiv:2105.06912'}, {'key': '2023012416102754200_bib41', 'article-title': 'Beyond goldfish memory: Long-term open-domain conversation', 'author': 'Jing', 'year': '2021', 'journal-title': 'arXiv preprint arXiv: 2107.07567'}, {'key': '2023012416102754200_bib42', 'doi-asserted-by': 'publisher', 'first-page': '2013', 'DOI': '10.18653/v1/D15-1237', 'article-title': 'WikiQA: A challenge dataset for open-domain question answering', 'volume-title': 'Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing', 'author': 'Yi', 'year': '2015'}], 'container-title': ['Transactions of the Association for Computational Linguistics'], 'language': 'en', 'link': [{'URL': 'https://direct.mit.edu/tacl/article-pdf/doi/10.1162/tacl_a_00530/2067834/tacl_a_00530.pdf', 'content-type': 'application/pdf', 'content-version': 'vor', 'intended-application': 'syndication'}, {'URL': 'https://direct.mit.edu/tacl/article-pdf/doi/10.1162/tacl_a_00530/2067834/tacl_a_00530.pdf', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2023, 1, 24]], 'date-time': '2023-01-24T16:17:29Z', 'timestamp': 1674577049000}, 'score': 26.232597, 'resource': {'primary': {'URL': 'https://direct.mit.edu/tacl/article/doi/10.1162/tacl_a_00530/114590/Improving-the-Domain-Adaptation-of-Retrieval'}}, 'issued': {'date-parts': [[2023]]}, 'references-count': 42, 'URL': 'http://dx.doi.org/10.1162/tacl_a_00530', 'ISSN': ['2307-387X'], 'issn-type': [{'value': '2307-387X', 'type': 'electronic'}], 'subject': ['Artificial Intelligence', 'Computer Science Applications', 'Linguistics and Language', 'Human-Computer Interaction', 'Communication'], 'published-other': {'date-parts': [[2023]]}, 'published': {'date-parts': [[2023]]}}, {'indexed': {'date-parts': [[2022, 4, 3]], 'date-time': '2022-04-03T11:56:54Z', 'timestamp': 1648987014009}, 'reference-count': 0, 'publisher': 'Kutafin Moscow State Law University', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'short-container-title': ['АПРП'], 'published-print': {'date-parts': [[2017]]}, 'DOI': '10.17803/1994-1471.2017.76.3.127-142', 'type': 'journal-article', 'created': {'date-parts': [[2017, 3, 30]], 'date-time': '2017-03-30T06:11:25Z', 'timestamp': 1490854285000}, 'source': 'Crossref', 'is-referenced-by-count': 1, 'title': ['Fraudulent Actions Under Article 179 of the Civil Code of the Russian Federation and Article 165 of the Criminal Code of the Russian Federation'], 'prefix': '10.17803', 'member': '7185', 'published-online': {'date-parts': [[2017]]}, 'container-title': ['Актуальные проблемы российского права'], 'deposited': {'date-parts': [[2019, 11, 27]], 'date-time': '2019-11-27T07:38:16Z', 'timestamp': 1574840296000}, 'score': 25.962225, 'resource': {'primary': {'URL': 'https://aprp.msal.ru/jour/article/view/440'}}, 'issued': {'date-parts': [[2017]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.17803/1994-1471.2017.76.3.127-142', 'ISSN': ['1994-1471'], 'issn-type': [{'value': '1994-1471', 'type': 'print'}], 'published': {'date-parts': [[2017]]}}, {'indexed': {'date-parts': [[2022, 4, 2]], 'date-time': '2022-04-02T16:34:24Z', 'timestamp': 1648917264186}, 'reference-count': 0, 'publisher': 'Presses de l’Université Toulouse 1 Capitole', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2015]]}, 'DOI': '10.4000/books.putc.9844', 'type': 'book-chapter', 'created': {'date-parts': [[2021, 1, 5]], 'date-time': '2021-01-05T06:59:46Z', 'timestamp': 1609829986000}, 'page': '575-585', 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Code Napoléon et Code civil vaudois de\xa01819\xa0: adaptation et progrès'], 'prefix': '10.4000', 'author': [{'given': 'André', 'family': 'Cabanis', 'sequence': 'first', 'affiliation': []}], 'member': '2399', 'container-title': ['Mélanges en hommage à André Cabanis'], 'deposited': {'date-parts': [[2021, 1, 5]], 'date-time': '2021-01-05T07:00:43Z', 'timestamp': 1609830043000}, 'score': 25.735725, 'resource': {'primary': {'URL': 'http://books.openedition.org/putc/9844'}}, 'issued': {'date-parts': [[2015]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.4000/books.putc.9844', 'published': {'date-parts': [[2015]]}}, {'indexed': {'date-parts': [[2022, 3, 31]], 'date-time': '2022-03-31T21:51:54Z', 'timestamp': 1648763514272}, 'reference-count': 0, 'publisher': 'Richtmann Publishing', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'short-container-title': ['MJSS'], 'published-print': {'date-parts': [[2014, 1, 1]]}, 'DOI': '10.5901/mjss.2014.v5n2p463', 'type': 'journal-article', 'created': {'date-parts': [[2014, 1, 8]], 'date-time': '2014-01-08T02:37:20Z', 'timestamp': 1389148640000}, 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Life Insurance Contract: Similarities and Differences between Albanian Civil Code and Italian Civil Code Provisions'], 'prefix': '10.36941', 'author': [{'given': 'Ersida', 'family': 'Teliti', 'sequence': 'first', 'affiliation': []}, {'given': 'Romina', 'family': 'Damini', 'sequence': 'additional', 'affiliation': []}], 'member': '22976', 'published-online': {'date-parts': [[2014, 1, 1]]}, 'container-title': ['Mediterranean Journal of Social Sciences'], 'link': [{'URL': 'https://www.richtmann.org/journal/index.php/mjss/article/download/2008/2007/', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2021, 2, 26]], 'date-time': '2021-02-26T21:07:08Z', 'timestamp': 1614373628000}, 'score': 25.64387, 'resource': {'primary': {'URL': 'https://www.richtmann.org/journal/index.php/mjss/article/view/2008'}}, 'issued': {'date-parts': [[2014, 1, 1]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.5901/mjss.2014.v5n2p463', 'ISSN': ['2039-9340', '2039-2117'], 'issn-type': [{'value': '2039-9340', 'type': 'print'}, {'value': '2039-2117', 'type': 'electronic'}], 'subject': ['General Economics, Econometrics and Finance', 'General Social Sciences', 'General Arts and Humanities'], 'published': {'date-parts': [[2014, 1, 1]]}}, {'indexed': {'date-parts': [[2022, 4, 4]], 'date-time': '2022-04-04T10:49:54Z', 'timestamp': 1649069394044}, 'reference-count': 0, 'publisher': 'Walter de Gruyter GmbH', 'issue': '3', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2006, 1, 1]]}, 'DOI': '10.1515/ecfr.2006.014', 'type': 'journal-article', 'created': {'date-parts': [[2007, 1, 29]], 'date-time': '2007-01-29T12:13:43Z', 'timestamp': 1170072823000}, 'source': 'Crossref', 'is-referenced-by-count': 3, 'title': ['The “Compensation” of Damages with Advantages Deriving from Management and Co-ordination Activity (Direzione e Coordinamento) of the Parent Company (article 2497, paragraph 1, Italian Civil Code) – Italian Supreme Court 24 August 2004, no. 16707 –'], 'prefix': '10.1515', 'volume': '3', 'author': [{'given': 'Vincenzo', 'family': 'Cariello', 'sequence': 'first', 'affiliation': []}], 'member': '374', 'container-title': ['European Company and Financial Law Review'], 'link': [{'URL': 'https://www.degruyter.com/document/doi/10.1515/ECFR.2006.014/pdf', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2021, 4, 21]], 'date-time': '2021-04-21T22:08:33Z', 'timestamp': 1619042913000}, 'score': 25.553333, 'resource': {'primary': {'URL': 'https://www.degruyter.com/document/doi/10.1515/ECFR.2006.014/html'}}, 'issued': {'date-parts': [[2006, 1, 1]]}, 'references-count': 0, 'journal-issue': {'issue': '3'}, 'URL': 'http://dx.doi.org/10.1515/ecfr.2006.014', 'ISSN': ['1613-2548', '1613-2556'], 'issn-type': [{'value': '1613-2548', 'type': 'print'}, {'value': '1613-2556', 'type': 'electronic'}], 'subject': ['Law', 'Economics, Econometrics and Finance (miscellaneous)'], 'published': {'date-parts': [[2006, 1, 1]]}}, {'indexed': {'date-parts': [[2023, 4, 15]], 'date-time': '2023-04-15T04:27:18Z', 'timestamp': 1681532838282}, 'reference-count': 31, 'publisher': 'Elsevier BV', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'short-container-title': ['SSRN Journal'], 'DOI': '10.2139/ssrn.4144092', 'type': 'journal-article', 'created': {'date-parts': [[2022, 7, 1]], 'date-time': '2022-07-01T12:11:59Z', 'timestamp': 1656677519000}, 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['A Model for Europe? The Enhanced Level of Due Care in Article 2050 of the Italian Civil Code, A Theoretical and Empirical Study of its Content and Effects'], 'prefix': '10.2139', 'author': [{'given': 'Salvatore', 'family': 'Cardillo', 'sequence': 'first', 'affiliation': []}, {'given': 'Hans-Bernd', 'family': 'Schaefer', 'sequence': 'additional', 'affiliation': []}], 'member': '78', 'reference': [{'key': 'ref1', 'author': 'E Bonvicini', 'year': '1976', 'journal-title': 'La responsabilit� civile per fatto altrui'}, {'key': 'ref2', 'author': 'Milano', 'year': '1958', 'journal-title': 'Il danno alla persona. Il danno risarcibile ed il suo accertamento'}, {'key': 'ref3', 'article-title': 'Risk and Strict Liability: The Distinct Examples of Germany, the US and Russia', 'author': 'G Br�ggemeier', 'year': '2012'}, {'issue': '1', 'key': 'ref4', 'article-title': 'Sharing residual liability: cheapest cost avoider revisited', 'volume': '45', 'author': 'E Carbonara', 'year': '2016', 'journal-title': 'Journal of Legal Studies'}, {'key': 'ref5', 'first-page': '441', 'article-title': 'The Influence of Foreign Legal Models on the Development of Italian Civil Liability Rules from the 1865 Civil Code to the Present Day', 'volume': '5', 'author': 'N Coggiola', 'year': '2014', 'journal-title': 'Esposizione al pericolo e responsabilit� civile'}, {'key': 'ref6', 'first-page': '571', 'article-title': 'Loss-Sharing between Non-negligent Parties', 'volume': '170', 'author': 'R Cooter', 'year': '2004', 'journal-title': 'Journal of Institutional and Theoretical Economics'}, {'key': 'ref7', 'article-title': 'De Martini, D., 1983. I fatti produttivi di danno risarcibile', 'author': 'A De Cupis', 'year': '1971', 'journal-title': 'Commentario Scialoja e Branca'}, {'key': 'ref8', 'author': 'Padova Cedam'}, {'key': 'ref9', 'article-title': 'Strict liability vs responsabilit� oggettiva. Il dibattito Wootton-Hart', 'volume': '2', 'author': 'F L G Faroldi', 'year': '2016', 'journal-title': 'Rivista di filosofia del diritto Fascicolo'}, {'issue': '1', 'key': 'ref10', 'doi-asserted-by': 'crossref', 'first-page': '1', 'DOI': '10.1515/rle-2020-0049', 'article-title': 'Equilibria under Negligence Liability: How the Standard Claims Fall Apart', 'volume': '17', 'author': 'A M Feldman', 'year': '2021', 'journal-title': 'Review of Law and Economics'}, {'key': 'ref11', 'author': 'G Gentile', 'year': '1950', 'journal-title': "Responsabilit� per l'esercizio di attivit� pericolose"}, {'key': 'ref12', 'doi-asserted-by': 'crossref', 'first-page': '43', 'DOI': '10.1111/1468-0475.00051', 'article-title': 'Accident Law: Efficiency May Require an Inefficient Standard', 'volume': '3', 'author': 'L Goerke', 'year': '2002', 'journal-title': 'German Economic Review'}, {'key': 'ref13', 'first-page': '126', 'article-title': 'Liability for Fault in Italian Law: The Development of Legal Doctrine from 1865 to the End of the Twentieth Century', 'author': 'M Graziadei', 'year': '2010', 'journal-title': 'Liability for Fault'}, {'key': 'ref14', 'doi-asserted-by': 'crossref', 'first-page': '427', 'DOI': '10.1086/468154', 'article-title': 'Causation and Incentives to Take Care under the Negligence Rule', 'volume': '18', 'author': 'M Kahan', 'year': '1989', 'journal-title': 'Journal of Legal Studies'}, {'key': 'ref15', 'article-title': 'Zur Lehre von dem Interesse', 'author': 'F Mommsen', 'year': '1855', 'journal-title': 'Beitr�ge zum Obligationenrecht'}, {'key': 'ref16', 'author': 'P G Monateri', 'year': '1998', 'journal-title': 'Trattato di Diritto Civile -La responsabilit� civile'}, {'key': 'ref17', 'author': 'Torino Utet'}, {'key': 'ref18', 'author': 'A Parziale', 'year': '2019', 'journal-title': 'Art. 2050 c.c.: dieci anni vissuti'}, {'key': 'ref19', 'author': 'M Pogliani', 'year': '1969', 'journal-title': 'Responsabilit� e danno da illecito civile'}, {'key': 'ref20', 'doi-asserted-by': 'crossref', 'first-page': '29', 'DOI': '10.1086/467478', 'article-title': 'A theory of Negligence', 'volume': '1', 'author': 'R Posner', 'year': '1972', 'journal-title': 'The Journal of Legal Studies'}, {'key': 'ref21', 'doi-asserted-by': 'crossref', 'first-page': '755', 'DOI': '10.1093/acprof:oso/9780199589104.003.0024', 'article-title': 'Comparative Compensation for Expropriation', 'author': 'B Sabahi', 'year': '2010', 'journal-title': 'International Investment Law and Comparative Public Law'}, {'key': 'ref22', 'first-page': '1', 'article-title': 'Strict liability versus negligence', 'author': 'H.-B Sch�fer', 'year': '2009', 'journal-title': 'Tort Law and Economics'}, {'key': 'ref23', 'doi-asserted-by': 'crossref', 'author': 'H.-B Sch�fer', 'year': '2022', 'journal-title': 'The Economic Analysis of Civil Law', 'DOI': '10.4337/9780857935076'}, {'key': 'ref24', 'author': 'R Scognamiglio', 'year': '1968', 'journal-title': 'Responsabilit� civile per fatto altrui'}, {'key': 'ref25', 'author': 'X V Nndi'}, {'issue': '1', 'key': 'ref26', 'doi-asserted-by': 'crossref', 'first-page': '1', 'DOI': '10.1086/467626', 'article-title': 'Strict Liability Versus Negligence', 'volume': '9', 'author': 'S Shavell', 'year': '1980', 'journal-title': 'Journal of Legal Studies'}, {'key': 'ref27', 'article-title': 'Economic Analysis of Accident Law', 'author': 'S ; Shavell', 'year': '1987', 'journal-title': 'Foundations of Economic Analysis of Law'}, {'key': 'ref28', 'doi-asserted-by': 'crossref', 'first-page': '139', 'DOI': '10.1016/S1574-0730(07)01002-X', 'article-title': 'Liability for Accidents', 'author': 'S Shavell', 'year': '2007', 'journal-title': 'Handbook of Law and Economics'}, {'key': 'ref29', 'author': 'P Trimarchi', 'year': '1961', 'journal-title': 'Rischio e responsabilit� oggettiva'}, {'key': 'ref30', 'author': 'Milano Giuffr�', 'year': '2005', 'journal-title': 'Damnum iniuria datum'}, {'key': 'ref31', 'volume': '3', 'author': 'K Zweigert', 'year': '1998', 'journal-title': 'An Introduction to Comparative Law'}], 'container-title': ['SSRN Electronic Journal'], 'language': 'en', 'deposited': {'date-parts': [[2023, 4, 14]], 'date-time': '2023-04-14T14:44:41Z', 'timestamp': 1681483481000}, 'score': 25.489792, 'resource': {'primary': {'URL': 'https://www.ssrn.com/abstract=4144092'}}, 'issued': {'date-parts': [[2022]]}, 'references-count': 31, 'URL': 'http://dx.doi.org/10.2139/ssrn.4144092', 'ISSN': ['1556-5068'], 'issn-type': [{'value': '1556-5068', 'type': 'electronic'}], 'subject': ['General Earth and Planetary Sciences', 'General Environmental Science'], 'published-other': {'date-parts': [[2022]]}, 'published': {'date-parts': [[2022]]}}, {'indexed': {'date-parts': [[2022, 3, 31]], 'date-time': '2022-03-31T13:05:39Z', 'timestamp': 1648731939913}, 'edition-number': '3', 'reference-count': 0, 'publisher': 'Izdatelstvo Prospekt LLC', 'isbn-type': [{'value': '9785392305421', 'type': 'print'}], 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2019]]}, 'DOI': '10.31085/9785392305421-2019-864', 'type': 'book', 'created': {'date-parts': [[2019, 5, 23]], 'date-time': '2019-05-23T18:01:43Z', 'timestamp': 1558634503000}, 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Comment to the Civil Procedure Code of the Russian Federation (article)'], 'prefix': '10.31085', 'author': [{'given': 'Yu. F.', 'family': 'Bespalov', 'sequence': 'first', 'affiliation': []}], 'member': '15996', 'published-online': {'date-parts': [[2019]]}, 'deposited': {'date-parts': [[2019, 5, 23]], 'date-time': '2019-05-23T18:01:43Z', 'timestamp': 1558634503000}, 'score': 25.387333, 'resource': {'primary': {'URL': 'https://litgid.com/catalog/yuridicheskaya/42431/'}}, 'issued': {'date-parts': [[2019]]}, 'ISBN': ['9785392305421'], 'references-count': 0, 'URL': 'http://dx.doi.org/10.31085/9785392305421-2019-864', 'published': {'date-parts': [[2019]]}}, {'institution': [{'name': 'Nanyang Technological University'}], 'indexed': {'date-parts': [[2023, 6, 2]], 'date-time': '2023-06-02T04:28:03Z', 'timestamp': 1685680083496}, 'reference-count': 0, 'publisher': 'Nanyang Technological University', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'DOI': '10.32657/10356/167965', 'type': 'dissertation', 'created': {'date-parts': [[2023, 6, 1]], 'date-time': '2023-06-01T06:29:45Z', 'timestamp': 1685600985000}, 'approved': {'date-parts': [[2023]]}, 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Data-efficient domain adaptation for pretrained language models'], 'prefix': '10.32657', 'author': [{'sequence': 'additional', 'affiliation': []}, {'given': 'Xu', 'family': 'Guo', 'sequence': 'first', 'affiliation': []}], 'member': '13751', 'deposited': {'date-parts': [[2023, 6, 1]], 'date-time': '2023-06-01T06:30:35Z', 'timestamp': 1685601035000}, 'score': 25.270308, 'resource': {'primary': {'URL': 'https://hdl.handle.net/10356/167965'}}, 'issued': {'date-parts': [[None]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.32657/10356/167965'}, {'indexed': {'date-parts': [[2022, 10, 12]], 'date-time': '2022-10-12T07:40:31Z', 'timestamp': 1665560431540}, 'edition-number': '1', 'reference-count': 34, 'publisher': 'Cambridge University Press', 'license': [{'start': {'date-parts': [[2010, 2, 26]], 'date-time': '2010-02-26T00:00:00Z', 'timestamp': 1267142400000}, 'content-version': 'unspecified', 'delay-in-days': 463, 'URL': 'https://www.cambridge.org/core/terms'}, {'start': {'date-parts': [[2010, 2, 26]], 'date-time': '2010-02-26T00:00:00Z', 'timestamp': 1267142400000}, 'content-version': 'unspecified', 'delay-in-days': 463, 'URL': 'https://www.cambridge.org/core/terms'}], 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2008, 11, 20]]}, 'DOI': '10.1017/cbo9780511620010.011', 'type': 'book-chapter', 'created': {'date-parts': [[2010, 3, 3]], 'date-time': '2010-03-03T13:52:29Z', 'timestamp': 1267624349000}, 'page': '238-256', 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Exploring the European Social Model'], 'prefix': '10.1017', 'member': '56', 'reference': [{'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib279', 'doi-asserted-by': 'publisher', 'DOI': '10.2202/1934-2640.1214'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib294', 'doi-asserted-by': 'publisher', 'DOI': '10.1515/ERCL.2007.014'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib278', 'doi-asserted-by': 'publisher', 'DOI': '10.1111/j.1468-0386.2004.00237.x'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib293', 'doi-asserted-by': 'crossref', 'first-page': '841', 'DOI': '10.54648/ERPL2005051', 'article-title': 'Precontractual Duties and Conclusion of Contract in European Law', 'volume': '13', 'author': 'Schulze', 'year': '2005', 'journal-title': 'European Review of Private Law'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib275', 'doi-asserted-by': 'publisher', 'DOI': '10.1023/A:1011290501101'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib301', 'volume-title': 'The New European Private Law', 'author': 'Hesselink', 'year': '2002'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib305', 'volume-title': 'Fundamental Rights, Contract Law and the Protection of the Weaker Party', 'author': 'Cherednychennko', 'year': '2007'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib286', 'doi-asserted-by': 'publisher', 'DOI': '10.1023/A:1014292201419'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib289', 'doi-asserted-by': 'publisher', 'DOI': '10.1093/ulr/8.1-2.141'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib304', 'volume-title': 'Human Rights and Private Law', 'author': 'Ciacchi', 'year': '2007'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib298', 'volume-title': 'Twelve Essays on Consumer Law and Policy', 'author': 'Wilhelmsson', 'year': '1996'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib288', 'doi-asserted-by': 'publisher', 'DOI': '10.1023/B:COPO.0000040516.53187.ff'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib292', 'doi-asserted-by': 'crossref', 'first-page': '3', 'DOI': '10.54648/ERPL2005001', 'article-title': 'European Private Law and Existing EC Law', 'volume': '13', 'author': 'Schulze', 'year': '2005', 'journal-title': 'European Review of Private Law'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib284', 'doi-asserted-by': 'crossref', 'first-page': '647', 'DOI': '10.54648/COLA1991036', 'article-title': 'The Community Directive on Unfair Terms in Consumer Contracts: Some Critical Remarks on the Proposal Submitted by the EC Commission', 'volume': '28', 'author': 'Brander', 'year': '1991', 'journal-title': 'Common Market Law Review'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib281', 'doi-asserted-by': 'publisher', 'DOI': '10.1023/A:1014211405745'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib302', 'volume-title': 'General Clauses and Standards in European Contract Law', 'author': 'Collins', 'year': '2006'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib287', 'volume-title': 'Principles of European Contract Law', 'author': 'Lando', 'year': '2000'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib299', 'volume-title': 'Private Law and the Many Cultures of Europe', 'author': 'Somma', 'year': '2007'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib276', 'doi-asserted-by': 'publisher', 'DOI': '10.1111/1468-2230.00065'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib296', 'volume-title': 'From Dissonance to Sense: Welfare State Expectations, Privatisation and Private Law', 'author': 'Wilhelmsson', 'year': '1999'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib282', 'volume-title': 'Towards a European Civil Code', 'author': 'Fontaine', 'year': '1998'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib297', 'doi-asserted-by': 'crossref', 'unstructured': 'J. Stuyck , ‘European Consumer Law After the Treaty of Amsterdam: Consumer Policy in or Beyond the Internal Market?’ (2000) 37 Common Market Law Review 367, 384', 'DOI': '10.54648/260933'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib280', 'doi-asserted-by': 'publisher', 'DOI': '10.1111/1468-0386.00017'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib274', 'first-page': '8', 'article-title': 'Can Europe Build Unity of Civil Law While Respecting Diversity?', 'volume': '1', 'author': 'Lando', 'year': '2006', 'journal-title': 'Europa e diritto privato'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib277', 'first-page': '13', 'article-title': 'Antivonbar', 'volume': '1', 'author': 'Legrand', 'year': '2006', 'journal-title': 'Journal of Comparative Law'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib285', 'volume-title': 'The European Codification Process', 'author': 'Mattei', 'year': '2003'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib295', 'doi-asserted-by': 'publisher', 'DOI': '10.1093/clp/42.1.197'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib300', 'first-page': '653', 'article-title': 'Social Justice in European Contract Law: A Manifesto', 'year': '2004', 'journal-title': 'European Law Journal'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib307', 'volume-title': 'Fundamental Rights in European Contract Law', 'author': 'Mak', 'year': '2007'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib303', 'volume-title': 'The Politics of a European Civil Code', 'author': 'Collins', 'year': '2006'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib306', 'doi-asserted-by': 'crossref', 'first-page': '341', 'DOI': '10.1017/S2071832200004727', 'article-title': 'Who is Afraid of the Total Constitution? Constitutional Rights as Principles and the Constitutionalisation of Private Law', 'volume': '7', 'author': 'Kumm', 'year': '2006', 'journal-title': 'German Law Journal'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib283', 'doi-asserted-by': 'crossref', 'first-page': '1169', 'DOI': '10.54648/124866', 'article-title': 'A Common Contract Law for the Common Market', 'volume': '33', 'author': 'Basedow', 'year': '1996', 'journal-title': 'Common Market Law Review'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib291', 'volume-title': 'Harmonisation of European Contract Law', 'author': 'Alpa', 'year': '2006'}, {'key': '9780511620010.CBO9780511620010A064_CBO9780511620010bib290', 'doi-asserted-by': 'publisher', 'DOI': '10.1023/A:1011206232524'}], 'container-title': ['The European Civil Code'], 'link': [{'URL': 'https://www.cambridge.org/core/services/aop-cambridge-core/content/view/7900763DD66078BF098C0722F856EF8E', 'content-type': 'unspecified', 'content-version': 'vor', 'intended-application': 'similarity-checking'}], 'deposited': {'date-parts': [[2022, 10, 12]], 'date-time': '2022-10-12T07:13:55Z', 'timestamp': 1665558835000}, 'score': 25.164345, 'resource': {'primary': {'URL': 'https://www.cambridge.org/core/product/identifier/CBO9780511620010A064/type/book_part'}}, 'issued': {'date-parts': [[2008, 11, 20]]}, 'references-count': 34, 'URL': 'http://dx.doi.org/10.1017/cbo9780511620010.011', 'published': {'date-parts': [[2008, 11, 20]]}}, {'indexed': {'date-parts': [[2023, 8, 31]], 'date-time': '2023-08-31T15:11:32Z', 'timestamp': 1693494692280}, 'edition-number': '1', 'reference-count': 0, 'publisher': 'Cambridge University Press', 'isbn-type': [{'value': '9781009336611', 'type': 'electronic'}, {'value': '9781009336642', 'type': 'print'}, {'value': '9781009336635', 'type': 'print'}], 'license': [{'start': {'date-parts': [[2023, 8, 31]], 'date-time': '2023-08-31T00:00:00Z', 'timestamp': 1693440000000}, 'content-version': 'unspecified', 'delay-in-days': 0, 'URL': 'https://www.cambridge.org/core/terms'}], 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2023, 9, 30]]}, 'DOI': '10.1017/9781009336611.005', 'type': 'book-chapter', 'created': {'date-parts': [[2023, 8, 31]], 'date-time': '2023-08-31T00:05:44Z', 'timestamp': 1693440344000}, 'page': '94-113', 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Article 580 (2) of the Chinese Civil Code'], 'prefix': '10.1017', 'author': [{'given': 'Han', 'family': 'Shiyuan', 'sequence': 'first', 'affiliation': []}], 'member': '56', 'container-title': ['The Making of the Chinese Civil Code'], 'deposited': {'date-parts': [[2023, 8, 31]], 'date-time': '2023-08-31T00:05:53Z', 'timestamp': 1693440353000}, 'score': 25.140724, 'resource': {'primary': {'URL': 'https://www.cambridge.org/core/product/identifier/9781009336611%23CN-bp-4/type/book_part'}}, 'subtitle': ['Can Chinese Folk Medicine Cure Serious Illness?'], 'issued': {'date-parts': [[2023, 9, 30]]}, 'ISBN': ['9781009336611', '9781009336642', '9781009336635'], 'references-count': 0, 'URL': 'http://dx.doi.org/10.1017/9781009336611.005', 'published': {'date-parts': [[2023, 9, 30]]}}, {'indexed': {'date-parts': [[2023, 3, 8]], 'date-time': '2023-03-08T05:45:05Z', 'timestamp': 1678254305916}, 'reference-count': 0, 'publisher': 'SCITEPRESS - Science and Technology Publications', 'content-domain': {'domain': [], 'crossmark-restriction': False}, 'published-print': {'date-parts': [[2023]]}, 'DOI': '10.5220/0011630900003417', 'type': 'proceedings-article', 'created': {'date-parts': [[2023, 3, 4]], 'date-time': '2023-03-04T05:14:16Z', 'timestamp': 1677906856000}, 'source': 'Crossref', 'is-referenced-by-count': 0, 'title': ['Semi-Supervised Domain Adaptation with CycleGAN Guided by Downstream Task Awareness'], 'prefix': '10.5220', 'author': [{'given': 'Annika', 'family': 'Mütze', 'sequence': 'first', 'affiliation': [{'name': 'IZMD & School of Mathematics and Natural Sciences, University of Wuppertal, Wuppertal, Germany, --- Select a Country ---'}]}, {'given': 'Matthias', 'family': 'Rottmann', 'sequence': 'additional', 'affiliation': [{'name': 'IZMD & School of Mathematics and Natural Sciences, University of Wuppertal, Wuppertal, Germany, --- Select a Country ---'}, {'name': 'School of Computer and Communication Sciences, EPFL, Lausanne, Switzerland, --- Select a Country ---'}]}, {'given': 'Hanno', 'family': 'Gottschalk', 'sequence': 'additional', 'affiliation': [{'name': 'IZMD & School of Mathematics and Natural Sciences, University of Wuppertal, Wuppertal, Germany, --- Select a Country ---'}]}], 'member': '3171', 'event': {'name': '18th International Conference on Computer Vision Theory and Applications', 'location': 'Lisbon, Portugal', 'start': {'date-parts': [[2023, 2, 19]]}, 'end': {'date-parts': [[2023, 2, 21]]}}, 'container-title': ['Proceedings of the 18th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications'], 'original-title': ['Semi-Supervised Domain Adaptation with CycleGAN Guided by Downstream Task Awareness'], 'deposited': {'date-parts': [[2023, 3, 7]], 'date-time': '2023-03-07T11:53:47Z', 'timestamp': 1678190027000}, 'score': 24.884832, 'resource': {'primary': {'URL': 'https://www.scitepress.org/DigitalLibrary/Link.aspx?doi=10.5220/0011630900003417'}}, 'subtitle': [''], 'issued': {'date-parts': [[2023]]}, 'references-count': 0, 'URL': 'http://dx.doi.org/10.5220/0011630900003417', 'published': {'date-parts': [[2023]]}}], 'items-per-page': 20, 'query': {'start-index': 0, 'search-terms': 'Exploring domain and task adaptation of LamBERTa models for article retrieval on the Italian Civil Code.'}}}
|
| 2 |
+
{'status': 'ok', 'message-type': 'work-list', 'message-version': '1.0.0', 'message': {'facets': {}, 'total-results': 498790, 'items': [{'indexed': {'date-par
|
scholarly.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from habanero import counts
|
| 2 |
from habanero import Crossref
|
| 3 |
-
|
| 4 |
-
|
| 5 |
|
| 6 |
def get_citation_count(doi):
|
| 7 |
try:
|
|
@@ -15,6 +15,15 @@ def get_doi_from_title(title):
|
|
| 15 |
try:
|
| 16 |
cr = Crossref()
|
| 17 |
result = cr.works(query = title)
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
return None
|
|
|
|
| 1 |
from habanero import counts
|
| 2 |
from habanero import Crossref
|
| 3 |
+
import pdb
|
| 4 |
+
from fuzzywuzzy import fuzz
|
| 5 |
|
| 6 |
def get_citation_count(doi):
|
| 7 |
try:
|
|
|
|
| 15 |
try:
|
| 16 |
cr = Crossref()
|
| 17 |
result = cr.works(query = title)
|
| 18 |
+
for item in result['message']['items']:
|
| 19 |
+
retrieved_title = item.get('title', [''])[0].lower() # Convert retrieved title to lowercase
|
| 20 |
+
similarity_score = fuzz.ratio(title.lower(), retrieved_title) / 100 # Calcola il punteggio di similarità
|
| 21 |
+
# soglia di similarità desiderata (75%)
|
| 22 |
+
similarity_threshold = 0.75
|
| 23 |
+
print(retrieved_title, similarity_score)
|
| 24 |
+
if similarity_score >= similarity_threshold:
|
| 25 |
+
# pdb.set_trace()
|
| 26 |
+
return item.get('DOI', None)
|
| 27 |
+
|
| 28 |
+
except Exception as e:
|
| 29 |
return None
|