--- annotations_creators: - expert-generated language_creators: - expert-generated language: - en - de license: - mit multilinguality: - multilingual size_categories: - 1K `is_variable`: Label, whether the textual instance contains a variable mention (1) or not (0). This column can be used for Task 1 (Variable Detection).
`variable`: Variables (separated by a comma ";") that are mentioned in the textual instance. This column can be used for Task 2 (Variable Disambiguation). Variables with the "unk" tag could not be mapped to a unique variable.
`research_data`: Research data IDs (separated by a ";") that are relevant for each instance (and in general for each "doc_id").
`doc_id`: ID of the source document. Each document is written in one language (either English or German).
`uuid`: Unique ID of the instance in uuid4 format.
`lang`: Language of the sentence. ``` The language for each document can be found in the document-language mapping file [here](https://github.com/vadis-project/sv-ident/blob/main/data/train/document_languages.json), which maps `doc_id` to a language code (`en`, `de`). The variables metadata (i.e., the vocabulary) can be downloaded from this [link](https://bit.ly/3Nuvqdu). Note, that each `research_data` contains hundreds of variables (these can be understood as the corpus of documents to choose the most relevant from). If the variable has an "unk" tag, it means that the sentence contains a variable that has not been disambiguated. Such sentences could be used for Task 1 and filtered out for Task 2. The metadata file has the following format: ``` { "research_data_id_1": { "variable_id_1": VARIABLE_METADATA, ... "variable_id_n": VARIABLE_METADATA, }, ... "research_data_id_n": {...}, } ``` Each variable may contain all (or some) of the following values: ``` study_title: The title of the research data study. variable_label: The label of the variable. variable_name: The name of the variable. question_text: The question of the variable in the original language. question_text_en: The question of the variable in English. sub_question: The sub-question of the variable. item_categories: The item categories of the variable. answer_categories: The answers of the variable. topic: The topics of the variable in the original language. topic_en: The topics of the variable in English. ``` ### Data Splits | Split | Number of sentences | | ------------------- | ------------------------------------ | | Train | 3,823 | | Validation | 425 | ## Dataset Creation ### Curation Rationale The dataset was curated by the VADIS project (https://vadis-project.github.io/). The documents were annotated by two expert annotators. ### Source Data #### Initial Data Collection and Normalization The original data are available at GESIS (https://www.gesis.org/home) in an unprocessed format. #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? The documents were annotated by two expert annotators. ### Personal and Sensitive Information The dataset does not include personal or sensitive information. ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators VADIS project (https://vadis-project.github.io/) ### Licensing Information All documents originate from the Social Science Open Access Repository (SSOAR) and are licensed accordingly. The original document URLs are provided in [document_urls.json](https://github.com/vadis-project/sv-ident/blob/main/data/train/document_urlsjson). For more information on licensing, please refer to the terms and conditions on the [SSAOR Grant of Licenses page](https://www.gesis.org/en/ssoar/home/information/grant-of-licences). ### Citation Information ``` @inproceedings{tsereteli-etal-2022-overview, title = "Overview of the {SV}-Ident 2022 Shared Task on Survey Variable Identification in Social Science Publications", author = "Tsereteli, Tornike and Kartal, Yavuz Selim and Ponzetto, Simone Paolo and Zielinski, Andrea and Eckert, Kai and Mayr, Philipp", booktitle = "Proceedings of the Third Workshop on Scholarly Document Processing", month = oct, year = "2022", address = "Gyeongju, Republic of Korea", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2022.sdp-1.29", pages = "229--246", abstract = "In this paper, we provide an overview of the SV-Ident shared task as part of the 3rd Workshop on Scholarly Document Processing (SDP) at COLING 2022. In the shared task, participants were provided with a sentence and a vocabulary of variables, and asked to identify which variables, if any, are mentioned in individual sentences from scholarly documents in full text. Two teams made a total of 9 submissions to the shared task leaderboard. While none of the teams improve on the baseline systems, we still draw insights from their submissions. Furthermore, we provide a detailed evaluation. Data and baselines for our shared task are freely available at \url{https://github.com/vadis-project/sv-ident}.", } ``` ### Contributions [Needs More Information]