LingComp_QA / README.md
reddrex's picture
Update README.md
39e15c2 verified
|
raw
history blame
9.56 kB
metadata
license: apache-2.0
task_categories:
  - question-answering
language:
  - es
tags:
  - computational linguistics
  - spanish
  - NLP
  - json
size_categories:
  - 1K<n<10K

Dataset Card for LingComp_QA, un corpus educativo de lingüística computacional en español

Dataset Details

Dataset Description

Dataset Sources

Uses

This dataset is intended for educational purposes.

Direct Use

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Dataset Structure

The dataset's structure looks like this:

[
  {
    "pregunta": "¿Qué implica la lingüística computacional teórica?",
    "respuesta": "La lingüística computacional teórica incluye el desarrollo de teorías formales de gramática y semántica, basadas en lógicas formales o enfoques simbólicos. Las áreas de estudio teórico en este ámbito incluyen la complejidad computacional y la semántica computacional."
  },
  {
    "pregunta": "¿Qué es una gramática libre de contexto?",
    "respuesta": "Una gramática libre de contexto es una gramática formal en la que cada regla de producción es de la forma V → w, donde V es un símbolo no terminal y w es una cadena de terminales y/o no terminales."
  },
  {
    "pregunta": "¿Qué es el algoritmo CYK y cuál es su propósito?",
    "respuesta": "El algoritmo de Cocke-Younger-Kasami (CYK) es un algoritmo de análisis sintáctico ascendente que determina si una cadena puede ser generada por una gramática libre de contexto y, en caso afirmativo, cómo puede ser generada. Su propósito es realizar un análisis sintáctico de la cadena para determinar su estructura gramatical."
  },
  {...}
]

We have a "pregunta" or question column, and a "respuesta" or answer column, where each question has an answer associated.

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

The annotators are the members of our team: Jorge Zamora, Isabel Moyano and Mario Crespo.

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

[More Information Needed]

License

Apache 2.0

Citation

BibTeX:

@software{LingComp_QA,
  author = {Zamora Rey, Jorge and Crespo Miguel, Mario and Moyano Moreno, Isabel},
  title = {LingComp_QA, un corpus educativo de lingüística computacional en español},
  month = March,
  year = 2024,
  url = {https://huggingface.co/datasets/somosnlp/LingComp_QA}
}

More Information

This project was developed during the Hackathon #Somos600M organized by SomosNLP. The dataset was created using distilabel by Argilla and endpoints sponsored by HuggingFace.

Team:

Contact

[email protected]